public class DeploymentTypeStub extends com.vmware.vapi.internal.bindings.Stub implements DeploymentType
DeploymentType
API service.
WARNING: Internal class, subject to change in future versions.
DeploymentTypeTypes.Info, DeploymentTypeTypes.Type
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
DeploymentTypeStub(ApiProvider apiProvider,
StubConfigurationBase config) |
DeploymentTypeStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
DeploymentTypeTypes.Info |
get()
Retrieves the deployment type of a VCHA cluster.
|
void |
get(AsyncCallback<DeploymentTypeTypes.Info> asyncCallback)
Retrieves the deployment type of a VCHA cluster.
|
void |
get(AsyncCallback<DeploymentTypeTypes.Info> asyncCallback,
InvocationConfig invocationConfig)
Retrieves the deployment type of a VCHA cluster.
|
DeploymentTypeTypes.Info |
get(InvocationConfig invocationConfig)
Retrieves the deployment type of a VCHA cluster.
|
public DeploymentTypeStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public DeploymentTypeStub(ApiProvider apiProvider, StubConfigurationBase config)
public DeploymentTypeTypes.Info get()
DeploymentType
Synchronous method overload. Result of the invocation will be reported as a method return value.
get
in interface DeploymentType
public DeploymentTypeTypes.Info get(InvocationConfig invocationConfig)
DeploymentType
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
get
in interface DeploymentType
invocationConfig
- Configuration for the method invocation.public void get(AsyncCallback<DeploymentTypeTypes.Info> asyncCallback)
DeploymentType
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
Info structure containing the deployment type information of the the VCHA
cluster.
Operation Errors:
Unauthorized
- If the user has insufficient privilege to perform the operation. Operation
execution requires the System.Read privilege.
Error
- If any other error occurs.
get
in interface DeploymentType
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void get(AsyncCallback<DeploymentTypeTypes.Info> asyncCallback, InvocationConfig invocationConfig)
DeploymentType
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:
Info structure containing the deployment type information of the the VCHA
cluster.
Operation Errors:
Unauthorized
- If the user has insufficient privilege to perform the operation. Operation
execution requires the System.Read privilege.
Error
- If any other error occurs.
get
in interface DeploymentType
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.