Uses of Class
com.vmware.nsx_policy.model.Attribute.Builder
-
Packages that use Attribute.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of Attribute.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return Attribute.Builder Modifier and Type Method 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.
-