[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
GlobalSettingsProperty
Represents the properties of global setting configuration.
Properties
string
dataType
Required
The data type of the global setting
Possible values are: STRING , INTEGER , HOST , IP , ENUM , PASSWORD , BOOLEAN , UNKNOWN
string
defaultValue
Required
The default value of the global setting
string
name
Required
The name of the global setting
integer as int64
maxValue
Optional
The max value of the global setting (if dataType is NUMBER)
integer as int64
minValue
Optional
The min value of the global setting (if dataType is NUMBER)
string
unit
Optional
The unit of measurement
JSON Example
{
"dataType": "STRING",
"defaultValue": "string",
"name": "string"
}
[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
Property Of
GlobalSettingsProperties