public interface GenerateOauthClient extends Service, GenerateOauthClientTypes
_VAPI_SERVICE_ID
Modifier and Type | Method and Description |
---|---|
void |
post(java.lang.String org,
java.lang.String sddc,
java.lang.String siteRecoveryNode)
Generate Oauth Client for Site Recovery node
|
void |
post(java.lang.String org,
java.lang.String sddc,
java.lang.String siteRecoveryNode,
AsyncCallback<java.lang.Void> asyncCallback)
Generate Oauth Client for Site Recovery node
|
void |
post(java.lang.String org,
java.lang.String sddc,
java.lang.String siteRecoveryNode,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
Generate Oauth Client for Site Recovery node
|
void |
post(java.lang.String org,
java.lang.String sddc,
java.lang.String siteRecoveryNode,
InvocationConfig invocationConfig)
Generate Oauth Client for Site Recovery node
|
void post(java.lang.String org, java.lang.String sddc, java.lang.String siteRecoveryNode)
Synchronous method overload. Result of the invocation will be reported as a method return value.
org
- Organization identifier (required)sddc
- sddc identifier (required)siteRecoveryNode
- Site recovery node identifier (required)Unauthenticated
- UnauthorizedInvalidRequest
- Bad RequestUnauthorized
- Forbiddenvoid post(java.lang.String org, java.lang.String sddc, java.lang.String siteRecoveryNode, 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)siteRecoveryNode
- Site recovery node identifier (required)invocationConfig
- Configuration for the method invocation.Unauthenticated
- UnauthorizedInvalidRequest
- Bad RequestUnauthorized
- Forbiddenvoid post(java.lang.String org, java.lang.String sddc, java.lang.String siteRecoveryNode, AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Operation Errors:
Unauthenticated
- Unauthorized
InvalidRequest
- Bad Request
Unauthorized
- Forbidden
org
- Organization identifier (required)sddc
- sddc identifier (required)siteRecoveryNode
- Site recovery node identifier (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void post(java.lang.String org, java.lang.String sddc, java.lang.String siteRecoveryNode, AsyncCallback<java.lang.Void> 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.
Operation Errors:
Unauthenticated
- Unauthorized
InvalidRequest
- Bad Request
Unauthorized
- Forbidden
org
- Organization identifier (required)sddc
- sddc identifier (required)siteRecoveryNode
- Site recovery node identifier (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.