Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
AttributeVal.Builder |
AttributeVal.Builder.setDataType(java.lang.String dataType)
Possible values are:
AttributeVal.DATA_TYPE_STRING AttributeVal.DATA_TYPE_DATE AttributeVal.DATA_TYPE_INTEGER AttributeVal.DATA_TYPE_BOOLEAN Datatype
of the property
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored. |
AttributeVal.Builder |
AttributeVal.Builder.setKey(java.lang.String key)
Attribute key
|
AttributeVal.Builder |
AttributeVal.Builder.setMultivalue(java.lang.Boolean multivalue)
If attribute has a single value or collection of values
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
AttributeVal.Builder |
AttributeVal.Builder.setValues(java.util.List<java.lang.String> values)
List of attribute values
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|