mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
13 lines
762 B
Markdown
13 lines
762 B
Markdown
# NodeInfo
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**metadata** | **Object** | Metadata contains free form key value pairs for software specific values | [optional]
|
|
**openRegistrations** | **Boolean** | OpenRegistrations indicates if new user registrations are accepted | [optional]
|
|
**protocols** | **List<String>** | Protocols lists the protocols supported by this server | [optional]
|
|
**services** | [**NodeInfoServices**](NodeInfoServices.md) | | [optional]
|
|
**software** | [**NodeInfoSoftware**](NodeInfoSoftware.md) | | [optional]
|
|
**usage** | [**NodeInfoUsage**](NodeInfoUsage.md) | | [optional]
|
|
**version** | **String** | Version specifies the schema version | [optional]
|