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 PropertyItemPropertyItem. _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 PropertyItemPropertyItem. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.PropertyItemPropertyItem.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.BuilderLabelValueConfiguration.Builder. setProperties(java.util.List<PropertyItem> properties)An array of label-value properties.voidLabelValueConfiguration. setProperties(java.util.List<PropertyItem> properties)An array of label-value properties.Header.BuilderHeader.Builder. setSubHeaders(java.util.List<PropertyItem> subHeaders)An array of label-value properties.voidHeader. setSubHeaders(java.util.List<PropertyItem> subHeaders)Deprecated.
-