Attribute

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",
    "value": "string",
    "key": "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,
string
display_name
Optional

Attribute display name string value.

string
value
Optional

Attribute value string value.

string
key
Optional

Attribute key string value.