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 ContextProfileAttributesMetadata
ContextProfileAttributesMetadata. _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 ContextProfileAttributesMetadata
ContextProfileAttributesMetadata. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ContextProfileAttributesMetadata
ContextProfileAttributesMetadata.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.Builder
L7AccessAttributes.Builder. setMetadata(java.util.List<ContextProfileAttributesMetadata> metadata)
This is optional part that can hold additional data about the attribute key/values.void
L7AccessAttributes. setMetadata(java.util.List<ContextProfileAttributesMetadata> metadata)
This is optional part that can hold additional data about the attribute key/values.PolicyAttributes.Builder
PolicyAttributes.Builder. setMetadata(java.util.List<ContextProfileAttributesMetadata> metadata)
This is optional part that can hold additional data about the attribute key/values.void
PolicyAttributes. setMetadata(java.util.List<ContextProfileAttributesMetadata> metadata)
This is optional part that can hold additional data about the attribute key/values.PolicyCustomAttributes.Builder
PolicyCustomAttributes.Builder. setMetadata(java.util.List<ContextProfileAttributesMetadata> metadata)
This is optional part that can hold additional data about the attribute key/values.void
PolicyCustomAttributes. setMetadata(java.util.List<ContextProfileAttributesMetadata> metadata)
This is optional part that can hold additional data about the attribute key/values.
-