Uses of Class
com.vmware.nsx_policy.model.ServiceProfileGroups
-
Packages that use ServiceProfileGroups Package Description com.vmware.nsx_policy.infra.service_references.service_profiles com.vmware.nsx_policy.model -
-
Uses of ServiceProfileGroups in com.vmware.nsx_policy.infra.service_references.service_profiles
Methods in com.vmware.nsx_policy.infra.service_references.service_profiles that return ServiceProfileGroups Modifier and Type Method Description ServiceProfileGroups
GroupAssociations. get(java.lang.String serviceReferenceId, java.lang.String serviceProfileId, java.lang.String enforcementPointPath)
List of Groups used in Redirection rules for a given Service Profile.ServiceProfileGroups
GroupAssociations. get(java.lang.String serviceReferenceId, java.lang.String serviceProfileId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List of Groups used in Redirection rules for a given Service Profile.ServiceProfileGroups
GroupAssociationsStub. get(java.lang.String serviceReferenceId, java.lang.String serviceProfileId, java.lang.String enforcementPointPath)
ServiceProfileGroups
GroupAssociationsStub. get(java.lang.String serviceReferenceId, java.lang.String serviceProfileId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra.service_references.service_profiles with type arguments of type ServiceProfileGroups Modifier and Type Method Description void
GroupAssociations. get(java.lang.String serviceReferenceId, java.lang.String serviceProfileId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<ServiceProfileGroups> asyncCallback)
List of Groups used in Redirection rules for a given Service Profile.void
GroupAssociations. get(java.lang.String serviceReferenceId, java.lang.String serviceProfileId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<ServiceProfileGroups> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List of Groups used in Redirection rules for a given Service Profile.void
GroupAssociationsStub. get(java.lang.String serviceReferenceId, java.lang.String serviceProfileId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<ServiceProfileGroups> asyncCallback)
void
GroupAssociationsStub. get(java.lang.String serviceReferenceId, java.lang.String serviceProfileId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<ServiceProfileGroups> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of ServiceProfileGroups in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ServiceProfileGroups Modifier and Type Method Description static ServiceProfileGroups
ServiceProfileGroups. _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 ServiceProfileGroups
ServiceProfileGroups. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ServiceProfileGroups
ServiceProfileGroups.Builder. build()
-