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.BuilderAttribute.Builder. setAttributeType(java.lang.String attributeType)Possible values are:Attribute.ATTRIBUTE_TYPE_IP_ADDRESSAttribute.ATTRIBUTE_TYPE_PORTAttribute.ATTRIBUTE_TYPE_PASSWORDAttribute.ATTRIBUTE_TYPE_STRINGAttribute.ATTRIBUTE_TYPE_LONGAttribute.ATTRIBUTE_TYPE_BOOLEANAttribute Type can be of any of the allowed enum type.Attribute.BuilderAttribute.Builder. setDisplayName(java.lang.String displayName)Attribute display name string value.Attribute.BuilderAttribute.Builder. setKey(java.lang.String key)Attribute key string value.Attribute.BuilderAttribute.Builder. setReadOnly(java.lang.Boolean readOnly)Read only Attribute cannot be overdidden by service instance/deployment.Attribute.BuilderAttribute.Builder. setValue(java.lang.String value)Attribute value string value.
-