| Package | Description |
|---|---|
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
Attribute.Builder |
Attribute.Builder.setAttributeType(java.lang.String attributeType)
Possible values are:
Attribute.ATTRIBUTE_TYPE_IP_ADDRESS Attribute.ATTRIBUTE_TYPE_PORT Attribute.ATTRIBUTE_TYPE_PASSWORD Attribute.ATTRIBUTE_TYPE_STRING Attribute.ATTRIBUTE_TYPE_LONG Attribute.ATTRIBUTE_TYPE_BOOLEAN Attribute Type
can be of any of the allowed enum type. |
Attribute.Builder |
Attribute.Builder.setDisplayName(java.lang.String displayName)
Attribute display name string value.
|
Attribute.Builder |
Attribute.Builder.setKey(java.lang.String key)
Attribute key string value.
|
Attribute.Builder |
Attribute.Builder.setReadOnly(java.lang.Boolean readOnly)
Read only Attribute cannot be overdidden by service instance/deployment.
|
Attribute.Builder |
Attribute.Builder.setValue(java.lang.String value)
Attribute value string value.
|