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 ServiceProfileGroupsGroupAssociations. 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.ServiceProfileGroupsGroupAssociations. 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.ServiceProfileGroupsGroupAssociationsStub. get(java.lang.String serviceReferenceId, java.lang.String serviceProfileId, java.lang.String enforcementPointPath)ServiceProfileGroupsGroupAssociationsStub. 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 voidGroupAssociations. 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.voidGroupAssociations. 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.voidGroupAssociationsStub. get(java.lang.String serviceReferenceId, java.lang.String serviceProfileId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<ServiceProfileGroups> asyncCallback)voidGroupAssociationsStub. 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 ServiceProfileGroupsServiceProfileGroups. _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 ServiceProfileGroupsServiceProfileGroups. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ServiceProfileGroupsServiceProfileGroups.Builder. build()
-