public class GenerateOauthClientStub extends com.vmware.vapi.internal.bindings.Stub implements GenerateOauthClient
GenerateOauthClient
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
GenerateOauthClientStub(ApiProvider apiProvider,
StubConfigurationBase config) |
GenerateOauthClientStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
| 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
|
public GenerateOauthClientStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public GenerateOauthClientStub(ApiProvider apiProvider, StubConfigurationBase config)
public void post(java.lang.String org,
java.lang.String sddc,
java.lang.String siteRecoveryNode)
GenerateOauthClientSynchronous method overload. Result of the invocation will be reported as a method return value.
post in interface GenerateOauthClientorg - Organization identifier (required)sddc - sddc identifier (required)siteRecoveryNode - Site recovery node identifier (required)public void post(java.lang.String org,
java.lang.String sddc,
java.lang.String siteRecoveryNode,
InvocationConfig invocationConfig)
GenerateOauthClientSynchronous 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 GenerateOauthClientorg - Organization identifier (required)sddc - sddc identifier (required)siteRecoveryNode - Site recovery node identifier (required)invocationConfig - Configuration for the method invocation.public void post(java.lang.String org,
java.lang.String sddc,
java.lang.String siteRecoveryNode,
AsyncCallback<java.lang.Void> asyncCallback)
GenerateOauthClientAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
Unauthenticated - Unauthorized
InvalidRequest - Bad Request
Unauthorized - Forbidden
post in interface GenerateOauthClientorg - 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.public void post(java.lang.String org,
java.lang.String sddc,
java.lang.String siteRecoveryNode,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
GenerateOauthClientAsynchronous 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
post in interface GenerateOauthClientorg - 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.