public interface DeploymentType extends Service, DeploymentTypeTypes
DeploymentTypeTypes.Info, DeploymentTypeTypes.Type
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.
|
DeploymentTypeTypes.Info get()
Synchronous method overload. Result of the invocation will be reported as a method return value.
Unauthorized
- If the user has insufficient privilege to perform the operation. Operation
execution requires the System.Read privilege.Error
- If any other error occurs.DeploymentTypeTypes.Info get(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.
invocationConfig
- Configuration for the method invocation.Unauthorized
- If the user has insufficient privilege to perform the operation. Operation
execution requires the System.Read privilege.Error
- If any other error occurs.void get(AsyncCallback<DeploymentTypeTypes.Info> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Operation 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.
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void get(AsyncCallback<DeploymentTypeTypes.Info> 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 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.
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.