Uses of Class
com.vmware.nsx_policy.model.PolicySubAttributes
-
Packages that use PolicySubAttributes Package Description com.vmware.nsx_policy.model -
-
Uses of PolicySubAttributes in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return PolicySubAttributes Modifier and Type Method Description static PolicySubAttributesPolicySubAttributes. _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 PolicySubAttributesPolicySubAttributes. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.PolicySubAttributesPolicySubAttributes.Builder. build()Methods in com.vmware.nsx_policy.model that return types with arguments of type PolicySubAttributes Modifier and Type Method Description java.util.List<PolicySubAttributes>L7AccessAttributes. getSubAttributes()Reference to sub attributes for the attributejava.util.List<PolicySubAttributes>PolicyAttributes. getSubAttributes()Reference to sub attributes for the attributejava.util.List<PolicySubAttributes>PolicyCustomAttributes. getSubAttributes()Reference to sub attributes for the attributeMethod parameters in com.vmware.nsx_policy.model with type arguments of type PolicySubAttributes Modifier and Type Method Description L7AccessAttributes.BuilderL7AccessAttributes.Builder. setSubAttributes(java.util.List<PolicySubAttributes> subAttributes)Reference to sub attributes for the attributevoidL7AccessAttributes. setSubAttributes(java.util.List<PolicySubAttributes> subAttributes)Reference to sub attributes for the attributePolicyAttributes.BuilderPolicyAttributes.Builder. setSubAttributes(java.util.List<PolicySubAttributes> subAttributes)Reference to sub attributes for the attributevoidPolicyAttributes. setSubAttributes(java.util.List<PolicySubAttributes> subAttributes)Reference to sub attributes for the attributePolicyCustomAttributes.BuilderPolicyCustomAttributes.Builder. setSubAttributes(java.util.List<PolicySubAttributes> subAttributes)Reference to sub attributes for the attributevoidPolicyCustomAttributes. setSubAttributes(java.util.List<PolicySubAttributes> subAttributes)Reference to sub attributes for the attribute
-