public class ConnectivityTestsStub extends com.vmware.vapi.internal.bindings.Stub implements ConnectivityTests
ConnectivityTests
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
ConnectivityTestsStub(ApiProvider apiProvider,
StubConfigurationBase config) |
ConnectivityTestsStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
ConnectivityValidationGroups |
get(java.lang.String org,
java.lang.String sddc)
Retrieve metadata for connectivity tests.
|
void |
get(java.lang.String org,
java.lang.String sddc,
AsyncCallback<ConnectivityValidationGroups> asyncCallback)
Retrieve metadata for connectivity tests.
|
void |
get(java.lang.String org,
java.lang.String sddc,
AsyncCallback<ConnectivityValidationGroups> asyncCallback,
InvocationConfig invocationConfig)
Retrieve metadata for connectivity tests.
|
ConnectivityValidationGroups |
get(java.lang.String org,
java.lang.String sddc,
InvocationConfig invocationConfig)
Retrieve metadata for connectivity tests.
|
Task |
post(java.lang.String org,
java.lang.String sddc,
ConnectivityValidationGroup requestInfo,
java.lang.String action)
ConnectivityValidationGroupResultWrapper will be available at
task.params['test_result'].
|
void |
post(java.lang.String org,
java.lang.String sddc,
ConnectivityValidationGroup requestInfo,
java.lang.String action,
AsyncCallback<Task> asyncCallback)
ConnectivityValidationGroupResultWrapper will be available at
task.params['test_result'].
|
void |
post(java.lang.String org,
java.lang.String sddc,
ConnectivityValidationGroup requestInfo,
java.lang.String action,
AsyncCallback<Task> asyncCallback,
InvocationConfig invocationConfig)
ConnectivityValidationGroupResultWrapper will be available at
task.params['test_result'].
|
Task |
post(java.lang.String org,
java.lang.String sddc,
ConnectivityValidationGroup requestInfo,
java.lang.String action,
InvocationConfig invocationConfig)
ConnectivityValidationGroupResultWrapper will be available at
task.params['test_result'].
|
public ConnectivityTestsStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public ConnectivityTestsStub(ApiProvider apiProvider, StubConfigurationBase config)
public ConnectivityValidationGroups get(java.lang.String org, java.lang.String sddc)
ConnectivityTests
Synchronous method overload. Result of the invocation will be reported as a method return value.
get
in interface ConnectivityTests
org
- Organization identifier (required)sddc
- Sddc identifier (required)public ConnectivityValidationGroups get(java.lang.String org, java.lang.String sddc, InvocationConfig invocationConfig)
ConnectivityTests
Synchronous 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 ConnectivityTests
org
- Organization identifier (required)sddc
- Sddc identifier (required)invocationConfig
- Configuration for the method invocation.public void get(java.lang.String org, java.lang.String sddc, AsyncCallback<ConnectivityValidationGroups> asyncCallback)
ConnectivityTests
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.vmc.model.ConnectivityValidationGroups
Operation Errors:
Unauthenticated
- Unauthorized
Unauthorized
- Forbidden
get
in interface ConnectivityTests
org
- Organization identifier (required)sddc
- Sddc identifier (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String org, java.lang.String sddc, AsyncCallback<ConnectivityValidationGroups> asyncCallback, InvocationConfig invocationConfig)
ConnectivityTests
Asynchronous 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.vmc.model.ConnectivityValidationGroups
Operation Errors:
Unauthenticated
- Unauthorized
Unauthorized
- Forbidden
get
in interface ConnectivityTests
org
- Organization identifier (required)sddc
- Sddc identifier (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.public Task post(java.lang.String org, java.lang.String sddc, ConnectivityValidationGroup requestInfo, java.lang.String action)
ConnectivityTests
Synchronous method overload. Result of the invocation will be reported as a method return value.
post
in interface ConnectivityTests
org
- Organization identifier (required)sddc
- Sddc identifier (required)requestInfo
- request information (required)action
- If = 'start', start connectivity tests. (required)public Task post(java.lang.String org, java.lang.String sddc, ConnectivityValidationGroup requestInfo, java.lang.String action, InvocationConfig invocationConfig)
ConnectivityTests
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
post
in interface ConnectivityTests
org
- Organization identifier (required)sddc
- Sddc identifier (required)requestInfo
- request information (required)action
- If = 'start', start connectivity tests. (required)invocationConfig
- Configuration for the method invocation.public void post(java.lang.String org, java.lang.String sddc, ConnectivityValidationGroup requestInfo, java.lang.String action, AsyncCallback<Task> asyncCallback)
ConnectivityTests
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.vmc.model.Task
Operation Errors:
Unauthenticated
- Unauthorized
InvalidRequest
- Bad Request
Unauthorized
- Forbidden
post
in interface ConnectivityTests
org
- Organization identifier (required)sddc
- Sddc identifier (required)requestInfo
- request information (required)action
- If = 'start', start connectivity tests. (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void post(java.lang.String org, java.lang.String sddc, ConnectivityValidationGroup requestInfo, java.lang.String action, AsyncCallback<Task> asyncCallback, InvocationConfig invocationConfig)
ConnectivityTests
Asynchronous 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.vmc.model.Task
Operation Errors:
Unauthenticated
- Unauthorized
InvalidRequest
- Bad Request
Unauthorized
- Forbidden
post
in interface ConnectivityTests
org
- Organization identifier (required)sddc
- Sddc identifier (required)requestInfo
- request information (required)action
- If = 'start', start connectivity tests. (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.