Uses of Class
com.vmware.nsx_policy.model.PropertyItem
-
Packages that use PropertyItem Package Description com.vmware.nsx_policy.model -
-
Uses of PropertyItem in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return PropertyItem Modifier and Type Method Description static PropertyItem
PropertyItem. _newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static PropertyItem
PropertyItem. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.PropertyItem
PropertyItem.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type PropertyItem Modifier and Type Method Description java.util.List<PropertyItem>
LabelValueConfiguration. getProperties()
An array of label-value properties.java.util.List<PropertyItem>
Header. getSubHeaders()
Deprecated.Method parameters in com.vmware.nsx_policy.model with type arguments of type PropertyItem Modifier and Type Method Description LabelValueConfiguration.Builder
LabelValueConfiguration.Builder. setProperties(java.util.List<PropertyItem> properties)
An array of label-value properties.void
LabelValueConfiguration. setProperties(java.util.List<PropertyItem> properties)
An array of label-value properties.Header.Builder
Header.Builder. setSubHeaders(java.util.List<PropertyItem> subHeaders)
An array of label-value properties.void
Header. setSubHeaders(java.util.List<PropertyItem> subHeaders)
Deprecated.
-