Attribute
Attribute
Attribute specific to a partner. There attributes are passed on to the partner appliance and is opaque to the NSX Manager. The Attributes used by the partner applicance.
JSON Example
{
"attribute_type": "string",
"display_name": "string",
"key": "string",
"read_only": false,
"value": "string"
}
string
attribute_type
Optional
Attribute Type can be of any of the allowed enum type.
Possible values are : IP_ADDRESS, PORT, PASSWORD, STRING, LONG, BOOLEAN,
string
display_name
Optional
Attribute display name string value.
string
key
Required
Attribute key string value.
boolean
read_only
Optional
Read only Attribute cannot be overdidden by service instance/deployment.
string
value
Optional
Attribute value string value.