public class SddcsStub extends com.vmware.vapi.internal.bindings.Stub implements Sddcs
Sddcs
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
SddcsStub(ApiProvider apiProvider,
StubConfigurationBase config) |
SddcsStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
Task |
create(java.lang.String org,
AwsSddcConfig sddcConfig,
java.lang.Boolean validateOnly)
Provision an SDDC in target cloud
|
void |
create(java.lang.String org,
AwsSddcConfig sddcConfig,
java.lang.Boolean validateOnly,
AsyncCallback<Task> asyncCallback)
Provision an SDDC in target cloud
|
void |
create(java.lang.String org,
AwsSddcConfig sddcConfig,
java.lang.Boolean validateOnly,
AsyncCallback<Task> asyncCallback,
InvocationConfig invocationConfig)
Provision an SDDC in target cloud
|
Task |
create(java.lang.String org,
AwsSddcConfig sddcConfig,
java.lang.Boolean validateOnly,
InvocationConfig invocationConfig)
Provision an SDDC in target cloud
|
Task |
delete(java.lang.String org,
java.lang.String sddc,
java.lang.Boolean retainConfiguration,
java.lang.String templateName,
java.lang.Boolean force)
Delete SDDC
|
void |
delete(java.lang.String org,
java.lang.String sddc,
java.lang.Boolean retainConfiguration,
java.lang.String templateName,
java.lang.Boolean force,
AsyncCallback<Task> asyncCallback)
Delete SDDC
|
void |
delete(java.lang.String org,
java.lang.String sddc,
java.lang.Boolean retainConfiguration,
java.lang.String templateName,
java.lang.Boolean force,
AsyncCallback<Task> asyncCallback,
InvocationConfig invocationConfig)
Delete SDDC
|
Task |
delete(java.lang.String org,
java.lang.String sddc,
java.lang.Boolean retainConfiguration,
java.lang.String templateName,
java.lang.Boolean force,
InvocationConfig invocationConfig)
Delete SDDC
|
Sddc |
get(java.lang.String org,
java.lang.String sddc)
Get SDDC
|
void |
get(java.lang.String org,
java.lang.String sddc,
AsyncCallback<Sddc> asyncCallback)
Get SDDC
|
void |
get(java.lang.String org,
java.lang.String sddc,
AsyncCallback<Sddc> asyncCallback,
InvocationConfig invocationConfig)
Get SDDC
|
Sddc |
get(java.lang.String org,
java.lang.String sddc,
InvocationConfig invocationConfig)
Get SDDC
|
java.util.List<Sddc> |
list(java.lang.String org,
java.lang.Boolean includeDeleted)
List all the SDDCs of an organization
|
void |
list(java.lang.String org,
java.lang.Boolean includeDeleted,
AsyncCallback<java.util.List<Sddc>> asyncCallback)
List all the SDDCs of an organization
|
void |
list(java.lang.String org,
java.lang.Boolean includeDeleted,
AsyncCallback<java.util.List<Sddc>> asyncCallback,
InvocationConfig invocationConfig)
List all the SDDCs of an organization
|
java.util.List<Sddc> |
list(java.lang.String org,
java.lang.Boolean includeDeleted,
InvocationConfig invocationConfig)
List all the SDDCs of an organization
|
Sddc |
patch(java.lang.String org,
java.lang.String sddc,
SddcPatchRequest sddcPatchRequest)
Patch SDDC
|
void |
patch(java.lang.String org,
java.lang.String sddc,
SddcPatchRequest sddcPatchRequest,
AsyncCallback<Sddc> asyncCallback)
Patch SDDC
|
void |
patch(java.lang.String org,
java.lang.String sddc,
SddcPatchRequest sddcPatchRequest,
AsyncCallback<Sddc> asyncCallback,
InvocationConfig invocationConfig)
Patch SDDC
|
Sddc |
patch(java.lang.String org,
java.lang.String sddc,
SddcPatchRequest sddcPatchRequest,
InvocationConfig invocationConfig)
Patch SDDC
|
public SddcsStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public SddcsStub(ApiProvider apiProvider, StubConfigurationBase config)
public Task create(java.lang.String org, AwsSddcConfig sddcConfig, java.lang.Boolean validateOnly)
Sddcs
Synchronous method overload. Result of the invocation will be reported as a method return value.
public Task create(java.lang.String org, AwsSddcConfig sddcConfig, java.lang.Boolean validateOnly, InvocationConfig invocationConfig)
Sddcs
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
create
in interface Sddcs
org
- Organization identifier (required)sddcConfig
- sddcConfig (required)validateOnly
- When true, only validates the given sddc configuration without provisioning.
(optional)invocationConfig
- Configuration for the method invocation.public void create(java.lang.String org, AwsSddcConfig sddcConfig, java.lang.Boolean validateOnly, AsyncCallback<Task> asyncCallback)
Sddcs
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
Unauthorized
- Forbidden
create
in interface Sddcs
org
- Organization identifier (required)sddcConfig
- sddcConfig (required)validateOnly
- When true, only validates the given sddc configuration without provisioning.
(optional)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void create(java.lang.String org, AwsSddcConfig sddcConfig, java.lang.Boolean validateOnly, AsyncCallback<Task> asyncCallback, InvocationConfig invocationConfig)
Sddcs
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
Unauthorized
- Forbidden
create
in interface Sddcs
org
- Organization identifier (required)sddcConfig
- sddcConfig (required)validateOnly
- When true, only validates the given sddc configuration without provisioning.
(optional)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.public Task delete(java.lang.String org, java.lang.String sddc, java.lang.Boolean retainConfiguration, java.lang.String templateName, java.lang.Boolean force)
Sddcs
Synchronous method overload. Result of the invocation will be reported as a method return value.
delete
in interface Sddcs
org
- Organization identifier (required)sddc
- Sddc identifier (required)retainConfiguration
- If = 'true', the SDDC's configuration is retained as a template for later use.
This flag is applicable only to SDDCs in ACTIVE state. (optional)templateName
- Only applicable when retainConfiguration is also set to 'true'. When set, this
value will be used as the name of the SDDC configuration template generated.
(optional)force
- If = true, will delete forcefully. Beware: do not use the force flag if there is
a chance an active provisioning or deleting task is running against this SDDC.
This option is restricted. (optional)public Task delete(java.lang.String org, java.lang.String sddc, java.lang.Boolean retainConfiguration, java.lang.String templateName, java.lang.Boolean force, InvocationConfig invocationConfig)
Sddcs
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
delete
in interface Sddcs
org
- Organization identifier (required)sddc
- Sddc identifier (required)retainConfiguration
- If = 'true', the SDDC's configuration is retained as a template for later use.
This flag is applicable only to SDDCs in ACTIVE state. (optional)templateName
- Only applicable when retainConfiguration is also set to 'true'. When set, this
value will be used as the name of the SDDC configuration template generated.
(optional)force
- If = true, will delete forcefully. Beware: do not use the force flag if there is
a chance an active provisioning or deleting task is running against this SDDC.
This option is restricted. (optional)invocationConfig
- Configuration for the method invocation.public void delete(java.lang.String org, java.lang.String sddc, java.lang.Boolean retainConfiguration, java.lang.String templateName, java.lang.Boolean force, AsyncCallback<Task> asyncCallback)
Sddcs
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
- The sddc is not in a state that's valid for deletion
Unauthorized
- Access not allowed to the operation for the current user
NotFound
- Cannot find the SDDC with given identifier
delete
in interface Sddcs
org
- Organization identifier (required)sddc
- Sddc identifier (required)retainConfiguration
- If = 'true', the SDDC's configuration is retained as a template for later use.
This flag is applicable only to SDDCs in ACTIVE state. (optional)templateName
- Only applicable when retainConfiguration is also set to 'true'. When set, this
value will be used as the name of the SDDC configuration template generated.
(optional)force
- If = true, will delete forcefully. Beware: do not use the force flag if there is
a chance an active provisioning or deleting task is running against this SDDC.
This option is restricted. (optional)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void delete(java.lang.String org, java.lang.String sddc, java.lang.Boolean retainConfiguration, java.lang.String templateName, java.lang.Boolean force, AsyncCallback<Task> asyncCallback, InvocationConfig invocationConfig)
Sddcs
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
- The sddc is not in a state that's valid for deletion
Unauthorized
- Access not allowed to the operation for the current user
NotFound
- Cannot find the SDDC with given identifier
delete
in interface Sddcs
org
- Organization identifier (required)sddc
- Sddc identifier (required)retainConfiguration
- If = 'true', the SDDC's configuration is retained as a template for later use.
This flag is applicable only to SDDCs in ACTIVE state. (optional)templateName
- Only applicable when retainConfiguration is also set to 'true'. When set, this
value will be used as the name of the SDDC configuration template generated.
(optional)force
- If = true, will delete forcefully. Beware: do not use the force flag if there is
a chance an active provisioning or deleting task is running against this SDDC.
This option is restricted. (optional)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.public Sddc get(java.lang.String org, java.lang.String sddc)
Sddcs
Synchronous method overload. Result of the invocation will be reported as a method return value.
public Sddc get(java.lang.String org, java.lang.String sddc, InvocationConfig invocationConfig)
Sddcs
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
public void get(java.lang.String org, java.lang.String sddc, AsyncCallback<Sddc> asyncCallback)
Sddcs
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.vmc.model.Sddc
Operation Errors:
Unauthenticated
- Unauthorized
Unauthorized
- Forbidden
NotFound
- Cannot find the SDDC with given identifier
public void get(java.lang.String org, java.lang.String sddc, AsyncCallback<Sddc> asyncCallback, InvocationConfig invocationConfig)
Sddcs
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.Sddc
Operation Errors:
Unauthenticated
- Unauthorized
Unauthorized
- Forbidden
NotFound
- Cannot find the SDDC with given identifier
public java.util.List<Sddc> list(java.lang.String org, java.lang.Boolean includeDeleted)
Sddcs
Synchronous method overload. Result of the invocation will be reported as a method return value.
public java.util.List<Sddc> list(java.lang.String org, java.lang.Boolean includeDeleted, InvocationConfig invocationConfig)
Sddcs
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
public void list(java.lang.String org, java.lang.Boolean includeDeleted, AsyncCallback<java.util.List<Sddc>> asyncCallback)
Sddcs
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Operation Errors:
Unauthenticated
- Unauthorized
Unauthorized
- Forbidden
public void list(java.lang.String org, java.lang.Boolean includeDeleted, AsyncCallback<java.util.List<Sddc>> asyncCallback, InvocationConfig invocationConfig)
Sddcs
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
Unauthorized
- Forbidden
list
in interface Sddcs
org
- Organization identifier (required)includeDeleted
- When true, forces the result to also include deleted SDDCs. (optional)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.public Sddc patch(java.lang.String org, java.lang.String sddc, SddcPatchRequest sddcPatchRequest)
Sddcs
Synchronous method overload. Result of the invocation will be reported as a method return value.
public Sddc patch(java.lang.String org, java.lang.String sddc, SddcPatchRequest sddcPatchRequest, InvocationConfig invocationConfig)
Sddcs
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
public void patch(java.lang.String org, java.lang.String sddc, SddcPatchRequest sddcPatchRequest, AsyncCallback<Sddc> asyncCallback)
Sddcs
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.vmc.model.Sddc
Operation Errors:
Unauthenticated
- Unauthorized
InvalidRequest
- SDDC cannot be patched
Unauthorized
- Forbidden
NotFound
- Cannot find the SDDC with given identifier
public void patch(java.lang.String org, java.lang.String sddc, SddcPatchRequest sddcPatchRequest, AsyncCallback<Sddc> asyncCallback, InvocationConfig invocationConfig)
Sddcs
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.Sddc
Operation Errors:
Unauthenticated
- Unauthorized
InvalidRequest
- SDDC cannot be patched
Unauthorized
- Forbidden
NotFound
- Cannot find the SDDC with given identifier
patch
in interface Sddcs
org
- Organization identifier (required)sddc
- Sddc identifier (required)sddcPatchRequest
- Patch request for the SDDC (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.