VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Deployment
interface provides methods to get the status of the vCenter appliance deployment.
More...
Inherited by vmware::vcenter::DeploymentStub.
Public Member Functions | |
vmware.vcenter.DeploymentTypes.Info | Get () |
Get the current status of the appliance deployment. | |
vmware.vcenter.DeploymentTypes.Info | Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get the current status of the appliance deployment. | |
global::System.Threading.Tasks.Task < vmware.vcenter.DeploymentTypes.Info > | GetAsync () |
Get the current status of the appliance deployment. | |
global::System.Threading.Tasks.Task < vmware.vcenter.DeploymentTypes.Info > | GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get the current status of the appliance deployment. | |
void | Rollback () |
Rollback a failed appliance so it can be configured once again. | |
void | Rollback (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Rollback a failed appliance so it can be configured once again. | |
global::System.Threading.Tasks.Task | RollbackAsync () |
Rollback a failed appliance so it can be configured once again. | |
global::System.Threading.Tasks.Task | RollbackAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Rollback a failed appliance so it can be configured once again. |
The Deployment
interface provides methods to get the status of the vCenter appliance deployment.
This interface was added in vSphere API 6.7.
vmware.vcenter.DeploymentTypes.Info vmware::vcenter::Deployment::Get | ( | ) |
Get the current status of the appliance deployment.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotFound | if appliance state cannot be determined. |
Implemented in vmware::vcenter::DeploymentStub.
vmware.vcenter.DeploymentTypes.Info vmware::vcenter::Deployment::Get | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Get the current status of the appliance deployment.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotFound | if appliance state cannot be determined. |
Implemented in vmware::vcenter::DeploymentStub.
global::System.Threading.Tasks.Task<vmware.vcenter.DeploymentTypes.Info> vmware::vcenter::Deployment::GetAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Get the current status of the appliance deployment.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotFound | if appliance state cannot be determined. |
Implemented in vmware::vcenter::DeploymentStub.
global::System.Threading.Tasks.Task<vmware.vcenter.DeploymentTypes.Info> vmware::vcenter::Deployment::GetAsync | ( | ) |
Get the current status of the appliance deployment.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotFound | if appliance state cannot be determined. |
Implemented in vmware::vcenter::DeploymentStub.
void vmware::vcenter::Deployment::Rollback | ( | ) |
Rollback a failed appliance so it can be configured once again.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unsupported | if the appliance is not in FAILED state. |
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
Implemented in vmware::vcenter::DeploymentStub.
void vmware::vcenter::Deployment::Rollback | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Rollback a failed appliance so it can be configured once again.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unsupported | if the appliance is not in FAILED state. |
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
Implemented in vmware::vcenter::DeploymentStub.
global::System.Threading.Tasks.Task vmware::vcenter::Deployment::RollbackAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Rollback a failed appliance so it can be configured once again.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unsupported | if the appliance is not in FAILED state. |
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
Implemented in vmware::vcenter::DeploymentStub.
global::System.Threading.Tasks.Task vmware::vcenter::Deployment::RollbackAsync | ( | ) |
Rollback a failed appliance so it can be configured once again.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unsupported | if the appliance is not in FAILED state. |
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
Implemented in vmware::vcenter::DeploymentStub.