VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Migrate
interface provides methods to configure the migration of this appliance from an existing vCenter for Windows.
More...
Inherited by vmware::vcenter::deployment::MigrateStub.
Public Member Functions | |
vmware.vcenter.deployment.MigrateTypes.MigrateSpec | Get () |
Get the MigrateSpec parameters used to configure the ongoing appliance migration. | |
vmware.vcenter.deployment.MigrateTypes.MigrateSpec | Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get the MigrateSpec parameters used to configure the ongoing appliance migration. | |
global::System.Threading.Tasks.Task < vmware.vcenter.deployment.MigrateTypes.MigrateSpec > | GetAsync () |
Get the MigrateSpec parameters used to configure the ongoing appliance migration. | |
global::System.Threading.Tasks.Task < vmware.vcenter.deployment.MigrateTypes.MigrateSpec > | GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get the MigrateSpec parameters used to configure the ongoing appliance migration. | |
vmware.vcenter.deployment.CheckInfo | Check (vmware.vcenter.deployment.MigrateTypes.MigrateSpec spec) |
Run sanity checks using the MigrateSpec parameters passed. | |
vmware.vcenter.deployment.CheckInfo | Check (vmware.vcenter.deployment.MigrateTypes.MigrateSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Run sanity checks using the MigrateSpec parameters passed. | |
global::System.Threading.Tasks.Task < vmware.vcenter.deployment.CheckInfo > | CheckAsync (vmware.vcenter.deployment.MigrateTypes.MigrateSpec spec) |
Run sanity checks using the MigrateSpec parameters passed. | |
global::System.Threading.Tasks.Task < vmware.vcenter.deployment.CheckInfo > | CheckAsync (vmware.vcenter.deployment.MigrateTypes.MigrateSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Run sanity checks using the MigrateSpec parameters passed. | |
void | Start (vmware.vcenter.deployment.MigrateTypes.MigrateSpec spec) |
Start the appliance migration. | |
void | Start (vmware.vcenter.deployment.MigrateTypes.MigrateSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Start the appliance migration. | |
global::System.Threading.Tasks.Task | StartAsync (vmware.vcenter.deployment.MigrateTypes.MigrateSpec spec) |
Start the appliance migration. | |
global::System.Threading.Tasks.Task | StartAsync (vmware.vcenter.deployment.MigrateTypes.MigrateSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Start the appliance migration. | |
void | Cancel () |
Cancel the appliance migration that is in progress. | |
void | Cancel (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Cancel the appliance migration that is in progress. | |
global::System.Threading.Tasks.Task | CancelAsync () |
Cancel the appliance migration that is in progress. | |
global::System.Threading.Tasks.Task | CancelAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Cancel the appliance migration that is in progress. |
The Migrate
interface provides methods to configure the migration of this appliance from an existing vCenter for Windows.
This interface was added in vSphere API 7.0.0.
void vmware::vcenter::deployment::Migrate::Cancel | ( | ) |
Cancel the appliance migration that is in progress.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is not in CONFIG_IN_PROGRESS state and if the operation is not INSTALL. |
Implemented in vmware::vcenter::deployment::MigrateStub.
void vmware::vcenter::deployment::Migrate::Cancel | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Cancel the appliance migration that is in progress.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is not in CONFIG_IN_PROGRESS state and if the operation is not INSTALL. |
Implemented in vmware::vcenter::deployment::MigrateStub.
global::System.Threading.Tasks.Task vmware::vcenter::deployment::Migrate::CancelAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Cancel the appliance migration that is in progress.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is not in CONFIG_IN_PROGRESS state and if the operation is not INSTALL. |
Implemented in vmware::vcenter::deployment::MigrateStub.
global::System.Threading.Tasks.Task vmware::vcenter::deployment::Migrate::CancelAsync | ( | ) |
Cancel the appliance migration that is in progress.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is not in CONFIG_IN_PROGRESS state and if the operation is not INSTALL. |
Implemented in vmware::vcenter::deployment::MigrateStub.
vmware.vcenter.deployment.CheckInfo vmware::vcenter::deployment::Migrate::Check | ( | vmware.vcenter.deployment.MigrateTypes.MigrateSpec | spec, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Run sanity checks using the MigrateSpec parameters passed.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthenticated | if migration assistant credentials are not valid. |
vmware.vapi.std.errors.InvalidArgument | if passed arguments are invalid. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is not in INITIALIZED state. |
spec | MigrateSpec parameters to run sanity check on. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::deployment::MigrateStub.
vmware.vcenter.deployment.CheckInfo vmware::vcenter::deployment::Migrate::Check | ( | vmware.vcenter.deployment.MigrateTypes.MigrateSpec | spec | ) |
Run sanity checks using the MigrateSpec parameters passed.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthenticated | if migration assistant credentials are not valid. |
vmware.vapi.std.errors.InvalidArgument | if passed arguments are invalid. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is not in INITIALIZED state. |
spec | MigrateSpec parameters to run sanity check on. |
Implemented in vmware::vcenter::deployment::MigrateStub.
global::System.Threading.Tasks.Task<vmware.vcenter.deployment.CheckInfo> vmware::vcenter::deployment::Migrate::CheckAsync | ( | vmware.vcenter.deployment.MigrateTypes.MigrateSpec | spec, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Run sanity checks using the MigrateSpec parameters passed.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthenticated | if migration assistant credentials are not valid. |
vmware.vapi.std.errors.InvalidArgument | if passed arguments are invalid. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is not in INITIALIZED state. |
spec | MigrateSpec parameters to run sanity check on. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::deployment::MigrateStub.
global::System.Threading.Tasks.Task<vmware.vcenter.deployment.CheckInfo> vmware::vcenter::deployment::Migrate::CheckAsync | ( | vmware.vcenter.deployment.MigrateTypes.MigrateSpec | spec | ) |
Run sanity checks using the MigrateSpec parameters passed.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthenticated | if migration assistant credentials are not valid. |
vmware.vapi.std.errors.InvalidArgument | if passed arguments are invalid. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is not in INITIALIZED state. |
spec | MigrateSpec parameters to run sanity check on. |
Implemented in vmware::vcenter::deployment::MigrateStub.
vmware.vcenter.deployment.MigrateTypes.MigrateSpec vmware::vcenter::deployment::Migrate::Get | ( | ) |
Get the MigrateSpec parameters used to configure the ongoing appliance migration.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if appliance is not in MIGRATE_PROGRESS state. |
Implemented in vmware::vcenter::deployment::MigrateStub.
vmware.vcenter.deployment.MigrateTypes.MigrateSpec vmware::vcenter::deployment::Migrate::Get | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Get the MigrateSpec parameters used to configure the ongoing appliance migration.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if appliance is not in MIGRATE_PROGRESS state. |
Implemented in vmware::vcenter::deployment::MigrateStub.
global::System.Threading.Tasks.Task<vmware.vcenter.deployment.MigrateTypes.MigrateSpec> vmware::vcenter::deployment::Migrate::GetAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Get the MigrateSpec parameters used to configure the ongoing appliance migration.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if appliance is not in MIGRATE_PROGRESS state. |
Implemented in vmware::vcenter::deployment::MigrateStub.
global::System.Threading.Tasks.Task<vmware.vcenter.deployment.MigrateTypes.MigrateSpec> vmware::vcenter::deployment::Migrate::GetAsync | ( | ) |
Get the MigrateSpec parameters used to configure the ongoing appliance migration.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if appliance is not in MIGRATE_PROGRESS state. |
Implemented in vmware::vcenter::deployment::MigrateStub.
void vmware::vcenter::deployment::Migrate::Start | ( | vmware.vcenter.deployment.MigrateTypes.MigrateSpec | spec | ) |
Start the appliance migration.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthenticated | if migration assistant credentials are not valid. |
vmware.vapi.std.errors.InvalidArgument | if passed arguments are invalid. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is not in INITIALIZED state. |
spec | MigrateSpec parameters to configure the appliance migration. |
Implemented in vmware::vcenter::deployment::MigrateStub.
void vmware::vcenter::deployment::Migrate::Start | ( | vmware.vcenter.deployment.MigrateTypes.MigrateSpec | spec, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Start the appliance migration.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthenticated | if migration assistant credentials are not valid. |
vmware.vapi.std.errors.InvalidArgument | if passed arguments are invalid. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is not in INITIALIZED state. |
spec | MigrateSpec parameters to configure the appliance migration. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::deployment::MigrateStub.
global::System.Threading.Tasks.Task vmware::vcenter::deployment::Migrate::StartAsync | ( | vmware.vcenter.deployment.MigrateTypes.MigrateSpec | spec, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Start the appliance migration.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthenticated | if migration assistant credentials are not valid. |
vmware.vapi.std.errors.InvalidArgument | if passed arguments are invalid. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is not in INITIALIZED state. |
spec | MigrateSpec parameters to configure the appliance migration. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::deployment::MigrateStub.
global::System.Threading.Tasks.Task vmware::vcenter::deployment::Migrate::StartAsync | ( | vmware.vcenter.deployment.MigrateTypes.MigrateSpec | spec | ) |
Start the appliance migration.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthenticated | if migration assistant credentials are not valid. |
vmware.vapi.std.errors.InvalidArgument | if passed arguments are invalid. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is not in INITIALIZED state. |
spec | MigrateSpec parameters to configure the appliance migration. |
Implemented in vmware::vcenter::deployment::MigrateStub.