public interface SiteRecoverySrmNodes extends Service, SiteRecoverySrmNodesTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
Task |
delete(java.lang.String org,
java.lang.String sddc,
java.lang.String srmNode)
Delete a SRM server.
|
void |
delete(java.lang.String org,
java.lang.String sddc,
java.lang.String srmNode,
AsyncCallback<Task> asyncCallback)
Delete a SRM server.
|
void |
delete(java.lang.String org,
java.lang.String sddc,
java.lang.String srmNode,
AsyncCallback<Task> asyncCallback,
InvocationConfig invocationConfig)
Delete a SRM server.
|
Task |
delete(java.lang.String org,
java.lang.String sddc,
java.lang.String srmNode,
InvocationConfig invocationConfig)
Delete a SRM server.
|
Task |
post(java.lang.String org,
java.lang.String sddc,
ProvisionSrmConfig provisionSrmConfig)
Provision an additional SRM server.
|
void |
post(java.lang.String org,
java.lang.String sddc,
ProvisionSrmConfig provisionSrmConfig,
AsyncCallback<Task> asyncCallback)
Provision an additional SRM server.
|
void |
post(java.lang.String org,
java.lang.String sddc,
ProvisionSrmConfig provisionSrmConfig,
AsyncCallback<Task> asyncCallback,
InvocationConfig invocationConfig)
Provision an additional SRM server.
|
Task |
post(java.lang.String org,
java.lang.String sddc,
ProvisionSrmConfig provisionSrmConfig,
InvocationConfig invocationConfig)
Provision an additional SRM server.
|
Task delete(java.lang.String org, java.lang.String sddc, java.lang.String srmNode)
Synchronous method overload. Result of the invocation will be reported as a method return value.
org - Organization identifier (required)sddc - sddc identifier (required)srmNode - SRM node identifier (required)Unauthenticated - UnauthorizedInvalidRequest - Invalid action or bad argumentUnauthorized - ForbiddenNotFound - Cannot find SDDC or SRM nodeTask delete(java.lang.String org, java.lang.String sddc, java.lang.String srmNode, 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)srmNode - SRM node identifier (required)invocationConfig - Configuration for the method invocation.Unauthenticated - UnauthorizedInvalidRequest - Invalid action or bad argumentUnauthorized - ForbiddenNotFound - Cannot find SDDC or SRM nodevoid delete(java.lang.String org,
java.lang.String sddc,
java.lang.String srmNode,
AsyncCallback<Task> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.vmc.draas.model.Task
Operation Errors:
Unauthenticated - Unauthorized
InvalidRequest - Invalid action or bad argument
Unauthorized - Forbidden
NotFound - Cannot find SDDC or SRM node
org - Organization identifier (required)sddc - sddc identifier (required)srmNode - SRM node identifier (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void delete(java.lang.String org,
java.lang.String sddc,
java.lang.String srmNode,
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.draas.model.Task
Operation Errors:
Unauthenticated - Unauthorized
InvalidRequest - Invalid action or bad argument
Unauthorized - Forbidden
NotFound - Cannot find SDDC or SRM node
org - Organization identifier (required)sddc - sddc identifier (required)srmNode - SRM node 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, ProvisionSrmConfig provisionSrmConfig)
Synchronous method overload. Result of the invocation will be reported as a method return value.
org - Organization identifier (required)sddc - sddc identifier (required)provisionSrmConfig - Customization, for example can specify custom extension key suffix for SRM.
(optional)Unauthenticated - UnauthorizedInvalidRequest - Invalid action or bad argumentUnauthorized - ForbiddenNotFound - Cannot find site recovery configuration for sddc identifierTask post(java.lang.String org, java.lang.String sddc, ProvisionSrmConfig provisionSrmConfig, 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)provisionSrmConfig - Customization, for example can specify custom extension key suffix for SRM.
(optional)invocationConfig - Configuration for the method invocation.Unauthenticated - UnauthorizedInvalidRequest - Invalid action or bad argumentUnauthorized - ForbiddenNotFound - Cannot find site recovery configuration for sddc identifiervoid post(java.lang.String org,
java.lang.String sddc,
ProvisionSrmConfig provisionSrmConfig,
AsyncCallback<Task> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.vmc.draas.model.Task
Operation Errors:
Unauthenticated - Unauthorized
InvalidRequest - Invalid action or bad argument
Unauthorized - Forbidden
NotFound - Cannot find site recovery configuration for sddc identifier
org - Organization identifier (required)sddc - sddc identifier (required)provisionSrmConfig - Customization, for example can specify custom extension key suffix for SRM.
(optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void post(java.lang.String org,
java.lang.String sddc,
ProvisionSrmConfig provisionSrmConfig,
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.draas.model.Task
Operation Errors:
Unauthenticated - Unauthorized
InvalidRequest - Invalid action or bad argument
Unauthorized - Forbidden
NotFound - Cannot find site recovery configuration for sddc identifier
org - Organization identifier (required)sddc - sddc identifier (required)provisionSrmConfig - Customization, for example can specify custom extension key suffix for SRM.
(optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.