ConfigurationForUpdate interface
Represents a Configuration.
Properties
allowed |
Allowed values of the configuration. NOTE: This property will not be serialized. It can only be populated by the server. |
data |
Data type of the configuration. NOTE: This property will not be serialized. It can only be populated by the server. |
default |
Default value of the configuration. NOTE: This property will not be serialized. It can only be populated by the server. |
description | Description of the configuration. NOTE: This property will not be serialized. It can only be populated by the server. |
documentation |
Configuration documentation link. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Configuration is pending restart or not. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Configuration dynamic or static. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Configuration read-only or not. NOTE: This property will not be serialized. It can only be populated by the server. |
source | Source of the configuration. |
unit | Configuration unit. NOTE: This property will not be serialized. It can only be populated by the server. |
value | Value of the configuration. |
Property Details
allowedValues
Allowed values of the configuration. NOTE: This property will not be serialized. It can only be populated by the server.
allowedValues?: string
Property Value
string
dataType
Data type of the configuration. NOTE: This property will not be serialized. It can only be populated by the server.
dataType?: string
Property Value
string
defaultValue
Default value of the configuration. NOTE: This property will not be serialized. It can only be populated by the server.
defaultValue?: string
Property Value
string
description
Description of the configuration. NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
documentationLink
Configuration documentation link. NOTE: This property will not be serialized. It can only be populated by the server.
documentationLink?: string
Property Value
string
isConfigPendingRestart
Configuration is pending restart or not. NOTE: This property will not be serialized. It can only be populated by the server.
isConfigPendingRestart?: boolean
Property Value
boolean
isDynamicConfig
Configuration dynamic or static. NOTE: This property will not be serialized. It can only be populated by the server.
isDynamicConfig?: boolean
Property Value
boolean
isReadOnly
Configuration read-only or not. NOTE: This property will not be serialized. It can only be populated by the server.
isReadOnly?: boolean
Property Value
boolean
source
Source of the configuration.
source?: string
Property Value
string
unit
Configuration unit. NOTE: This property will not be serialized. It can only be populated by the server.
unit?: string
Property Value
string
value
Value of the configuration.
value?: string
Property Value
string