public class NsgroupsStub extends com.vmware.vapi.internal.bindings.Stub implements Nsgroups
Nsgroups
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
NsgroupsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
NsgroupsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
ServiceProfileNSGroups |
get(java.lang.String serviceId,
java.lang.String serviceProfileId)
Returns list of NSGroups used in Service Insertion rules for a given Service
Profile.
|
void |
get(java.lang.String serviceId,
java.lang.String serviceProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceProfileNSGroups> asyncCallback)
Returns list of NSGroups used in Service Insertion rules for a given Service
Profile.
|
void |
get(java.lang.String serviceId,
java.lang.String serviceProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceProfileNSGroups> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns list of NSGroups used in Service Insertion rules for a given Service
Profile.
|
ServiceProfileNSGroups |
get(java.lang.String serviceId,
java.lang.String serviceProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns list of NSGroups used in Service Insertion rules for a given Service
Profile.
|
public NsgroupsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public NsgroupsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public ServiceProfileNSGroups get(java.lang.String serviceId, java.lang.String serviceProfileId)
NsgroupsSynchronous method overload. Result of the invocation will be reported as a method return value.
public ServiceProfileNSGroups get(java.lang.String serviceId, java.lang.String serviceProfileId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NsgroupsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void get(java.lang.String serviceId,
java.lang.String serviceProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceProfileNSGroups> asyncCallback)
NsgroupsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ServiceProfileNSGroups
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void get(java.lang.String serviceId,
java.lang.String serviceProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceProfileNSGroups> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NsgroupsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.ServiceProfileNSGroups
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found