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 PolicySubAttributes
PolicySubAttributes. _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 PolicySubAttributes
PolicySubAttributes. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.PolicySubAttributes
PolicySubAttributes.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.Builder
L7AccessAttributes.Builder. setSubAttributes(java.util.List<PolicySubAttributes> subAttributes)
Reference to sub attributes for the attributevoid
L7AccessAttributes. setSubAttributes(java.util.List<PolicySubAttributes> subAttributes)
Reference to sub attributes for the attributePolicyAttributes.Builder
PolicyAttributes.Builder. setSubAttributes(java.util.List<PolicySubAttributes> subAttributes)
Reference to sub attributes for the attributevoid
PolicyAttributes. setSubAttributes(java.util.List<PolicySubAttributes> subAttributes)
Reference to sub attributes for the attributePolicyCustomAttributes.Builder
PolicyCustomAttributes.Builder. setSubAttributes(java.util.List<PolicySubAttributes> subAttributes)
Reference to sub attributes for the attributevoid
PolicyCustomAttributes. setSubAttributes(java.util.List<PolicySubAttributes> subAttributes)
Reference to sub attributes for the attribute
-