Uses of Class
com.vmware.nsx_policy.model.L7AccessAttributes
-
Packages that use L7AccessAttributes Package Description com.vmware.nsx_policy.model -
-
Uses of L7AccessAttributes in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return L7AccessAttributes Modifier and Type Method Description static L7AccessAttributes
L7AccessAttributes. _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 L7AccessAttributes
L7AccessAttributes. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.L7AccessAttributes
L7AccessAttributes.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type L7AccessAttributes Modifier and Type Method Description java.util.List<L7AccessAttributes>
L7AccessEntry. getAttributes()
Property containing attributes/sub-attributes for Policy L7 Access Profile.Method parameters in com.vmware.nsx_policy.model with type arguments of type L7AccessAttributes Modifier and Type Method Description L7AccessEntry.Builder
L7AccessEntry.Builder. setAttributes(java.util.List<L7AccessAttributes> attributes)
Property containing attributes/sub-attributes for Policy L7 Access Profile.void
L7AccessEntry. setAttributes(java.util.List<L7AccessAttributes> attributes)
Property containing attributes/sub-attributes for Policy L7 Access Profile.
-