appliance configuration: diff values
The
diff_values
structure defines the information about modified and current value of the property. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.Representation:
{
"modified_value" : "string",
"current_value" : "string"
}
"modified_value" : "string",
"current_value" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
current_value | string | Current property value. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
modified_value | string | Modified property value. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |