Uses of Class
com.vmware.nsx_policy.model.ContextProfileAttributesMetadata
-
Packages that use ContextProfileAttributesMetadata Package Description com.vmware.nsx_policy.model -
-
Uses of ContextProfileAttributesMetadata in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ContextProfileAttributesMetadata Modifier and Type Method Description static ContextProfileAttributesMetadataContextProfileAttributesMetadata. _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 ContextProfileAttributesMetadataContextProfileAttributesMetadata. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ContextProfileAttributesMetadataContextProfileAttributesMetadata.Builder. build()Methods in com.vmware.nsx_policy.model that return types with arguments of type ContextProfileAttributesMetadata Modifier and Type Method Description java.util.List<ContextProfileAttributesMetadata>L7AccessAttributes. getMetadata()This is optional part that can hold additional data about the attribute key/values.java.util.List<ContextProfileAttributesMetadata>PolicyAttributes. getMetadata()This is optional part that can hold additional data about the attribute key/values.java.util.List<ContextProfileAttributesMetadata>PolicyCustomAttributes. getMetadata()This is optional part that can hold additional data about the attribute key/values.Method parameters in com.vmware.nsx_policy.model with type arguments of type ContextProfileAttributesMetadata Modifier and Type Method Description L7AccessAttributes.BuilderL7AccessAttributes.Builder. setMetadata(java.util.List<ContextProfileAttributesMetadata> metadata)This is optional part that can hold additional data about the attribute key/values.voidL7AccessAttributes. setMetadata(java.util.List<ContextProfileAttributesMetadata> metadata)This is optional part that can hold additional data about the attribute key/values.PolicyAttributes.BuilderPolicyAttributes.Builder. setMetadata(java.util.List<ContextProfileAttributesMetadata> metadata)This is optional part that can hold additional data about the attribute key/values.voidPolicyAttributes. setMetadata(java.util.List<ContextProfileAttributesMetadata> metadata)This is optional part that can hold additional data about the attribute key/values.PolicyCustomAttributes.BuilderPolicyCustomAttributes.Builder. setMetadata(java.util.List<ContextProfileAttributesMetadata> metadata)This is optional part that can hold additional data about the attribute key/values.voidPolicyCustomAttributes. setMetadata(java.util.List<ContextProfileAttributesMetadata> metadata)This is optional part that can hold additional data about the attribute key/values.
-