public class NcpstatusStub extends com.vmware.vapi.internal.bindings.Stub implements Ncpstatus
Ncpstatus
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
NcpstatusStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
NcpstatusStub(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 |
|---|---|
void |
delete(java.lang.String siteId,
java.lang.String enforcementPointId,
java.lang.String clusterId)
Delete container cluster status
|
void |
delete(java.lang.String siteId,
java.lang.String enforcementPointId,
java.lang.String clusterId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete container cluster status
|
void |
delete(java.lang.String siteId,
java.lang.String enforcementPointId,
java.lang.String clusterId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete container cluster status
|
void |
delete(java.lang.String siteId,
java.lang.String enforcementPointId,
java.lang.String clusterId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete container cluster status
|
ContainerClusterSummary |
get(java.lang.String siteId,
java.lang.String enforcementPointId,
java.lang.String clusterId)
Get the container cluster status by given id
|
void |
get(java.lang.String siteId,
java.lang.String enforcementPointId,
java.lang.String clusterId,
com.vmware.vapi.bindings.client.AsyncCallback<ContainerClusterSummary> asyncCallback)
Get the container cluster status by given id
|
void |
get(java.lang.String siteId,
java.lang.String enforcementPointId,
java.lang.String clusterId,
com.vmware.vapi.bindings.client.AsyncCallback<ContainerClusterSummary> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the container cluster status by given id
|
ContainerClusterSummary |
get(java.lang.String siteId,
java.lang.String enforcementPointId,
java.lang.String clusterId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the container cluster status by given id
|
public NcpstatusStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public NcpstatusStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public void delete(java.lang.String siteId,
java.lang.String enforcementPointId,
java.lang.String clusterId)
NcpstatusSynchronous method overload. Result of the invocation will be reported as a method return value.
public void delete(java.lang.String siteId,
java.lang.String enforcementPointId,
java.lang.String clusterId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NcpstatusSynchronous 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 delete(java.lang.String siteId,
java.lang.String enforcementPointId,
java.lang.String clusterId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
NcpstatusAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void delete(java.lang.String siteId,
java.lang.String enforcementPointId,
java.lang.String clusterId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NcpstatusAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
delete in interface NcpstatussiteId - site ID (required)enforcementPointId - enforcement point ID (required)clusterId - ID of container cluster (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public ContainerClusterSummary get(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String clusterId)
NcpstatusSynchronous method overload. Result of the invocation will be reported as a method return value.
public ContainerClusterSummary get(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String clusterId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NcpstatusSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
get in interface NcpstatussiteId - site ID (required)enforcementPointId - enforcement point ID (required)clusterId - ID of container cluster (required)invocationConfig - Configuration for the method invocation.public void get(java.lang.String siteId,
java.lang.String enforcementPointId,
java.lang.String clusterId,
com.vmware.vapi.bindings.client.AsyncCallback<ContainerClusterSummary> asyncCallback)
NcpstatusAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.ContainerClusterSummary
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 siteId,
java.lang.String enforcementPointId,
java.lang.String clusterId,
com.vmware.vapi.bindings.client.AsyncCallback<ContainerClusterSummary> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NcpstatusAsynchronous 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_policy.model.ContainerClusterSummary
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface NcpstatussiteId - site ID (required)enforcementPointId - enforcement point ID (required)clusterId - ID of container cluster (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.