public interface ConnectivityTests extends Service, ConnectivityTestsTypes
_VAPI_SERVICE_ID| 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'].
|
ConnectivityValidationGroups get(java.lang.String org, java.lang.String sddc)
Synchronous method overload. Result of the invocation will be reported as a method return value.
org - Organization identifier (required)sddc - Sddc identifier (required)Unauthenticated - UnauthorizedUnauthorized - ForbiddenConnectivityValidationGroups get(java.lang.String org, java.lang.String sddc, InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
org - Organization identifier (required)sddc - Sddc identifier (required)invocationConfig - Configuration for the method invocation.Unauthenticated - UnauthorizedUnauthorized - Forbiddenvoid get(java.lang.String org,
java.lang.String sddc,
AsyncCallback<ConnectivityValidationGroups> asyncCallback)
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
org - Organization identifier (required)sddc - Sddc identifier (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String org,
java.lang.String sddc,
AsyncCallback<ConnectivityValidationGroups> asyncCallback,
InvocationConfig invocationConfig)
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
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.Task post(java.lang.String org, java.lang.String sddc, ConnectivityValidationGroup requestInfo, java.lang.String action)
Synchronous method overload. Result of the invocation will be reported as a method return value.
org - Organization identifier (required)sddc - Sddc identifier (required)requestInfo - request information (required)action - If = 'start', start connectivity tests. (required)Unauthenticated - UnauthorizedInvalidRequest - Bad RequestUnauthorized - ForbiddenTask post(java.lang.String org, java.lang.String sddc, ConnectivityValidationGroup requestInfo, java.lang.String action, InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
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.Unauthenticated - UnauthorizedInvalidRequest - Bad RequestUnauthorized - Forbiddenvoid post(java.lang.String org,
java.lang.String sddc,
ConnectivityValidationGroup requestInfo,
java.lang.String action,
AsyncCallback<Task> asyncCallback)
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
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.void post(java.lang.String org,
java.lang.String sddc,
ConnectivityValidationGroup requestInfo,
java.lang.String action,
AsyncCallback<Task> asyncCallback,
InvocationConfig invocationConfig)
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
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.