public class StatusStub extends com.vmware.vapi.internal.bindings.Stub implements Status
Status
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
StatusStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
StatusStub(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 |
|---|---|
ServiceInsertionStatus |
get(java.lang.String contextType)
Fetches service insertion global status for supported contexts types e.g.
|
void |
get(java.lang.String contextType,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceInsertionStatus> asyncCallback)
Fetches service insertion global status for supported contexts types e.g.
|
void |
get(java.lang.String contextType,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceInsertionStatus> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Fetches service insertion global status for supported contexts types e.g.
|
ServiceInsertionStatus |
get(java.lang.String contextType,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Fetches service insertion global status for supported contexts types e.g.
|
ServiceInsertionStatusListResult |
list()
Fetches service insertion status for all supported context types.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<ServiceInsertionStatusListResult> asyncCallback)
Fetches service insertion status for all supported context types.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<ServiceInsertionStatusListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Fetches service insertion status for all supported context types.
|
ServiceInsertionStatusListResult |
list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Fetches service insertion status for all supported context types.
|
ServiceInsertionStatus |
update(java.lang.String contextType,
ServiceInsertionStatus serviceInsertionStatus)
Update global serviceinsertion status for supported context types e.g.
|
void |
update(java.lang.String contextType,
ServiceInsertionStatus serviceInsertionStatus,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceInsertionStatus> asyncCallback)
Update global serviceinsertion status for supported context types e.g.
|
void |
update(java.lang.String contextType,
ServiceInsertionStatus serviceInsertionStatus,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceInsertionStatus> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update global serviceinsertion status for supported context types e.g.
|
ServiceInsertionStatus |
update(java.lang.String contextType,
ServiceInsertionStatus serviceInsertionStatus,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update global serviceinsertion status for supported context types e.g.
|
public StatusStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public StatusStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public ServiceInsertionStatus get(java.lang.String contextType)
StatusSynchronous method overload. Result of the invocation will be reported as a method return value.
public ServiceInsertionStatus get(java.lang.String contextType, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
StatusSynchronous 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 contextType,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceInsertionStatus> asyncCallback)
StatusAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ServiceInsertionStatus
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 contextType,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceInsertionStatus> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
StatusAsynchronous 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.ServiceInsertionStatus
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public ServiceInsertionStatusListResult list()
StatusSynchronous method overload. Result of the invocation will be reported as a method return value.
public ServiceInsertionStatusListResult list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
StatusSynchronous 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 list(com.vmware.vapi.bindings.client.AsyncCallback<ServiceInsertionStatusListResult> asyncCallback)
StatusAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ServiceInsertionStatusListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void list(com.vmware.vapi.bindings.client.AsyncCallback<ServiceInsertionStatusListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
StatusAsynchronous 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.ServiceInsertionStatusListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public ServiceInsertionStatus update(java.lang.String contextType, ServiceInsertionStatus serviceInsertionStatus)
StatusSynchronous method overload. Result of the invocation will be reported as a method return value.
public ServiceInsertionStatus update(java.lang.String contextType, ServiceInsertionStatus serviceInsertionStatus, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
StatusSynchronous 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 update(java.lang.String contextType,
ServiceInsertionStatus serviceInsertionStatus,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceInsertionStatus> asyncCallback)
StatusAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ServiceInsertionStatus
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void update(java.lang.String contextType,
ServiceInsertionStatus serviceInsertionStatus,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceInsertionStatus> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
StatusAsynchronous 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.ServiceInsertionStatus
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found