VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Migrate API service. More...
Inherits vmware::vcenter::deployment::Migrate.
Public Member Functions | |
MigrateStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
MigrateStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
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. |
Remote stub implementation of the Migrate API service.
vmware::vcenter::deployment::MigrateStub::MigrateStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::vcenter::deployment::MigrateStub::MigrateStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
void vmware::vcenter::deployment::MigrateStub::Cancel | ( | ) | [inline] |
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. |
Implements vmware::vcenter::deployment::Migrate.
void vmware::vcenter::deployment::MigrateStub::Cancel | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
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. |
Implements vmware::vcenter::deployment::Migrate.
global::System.Threading.Tasks.Task vmware::vcenter::deployment::MigrateStub::CancelAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
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. |
Implements vmware::vcenter::deployment::Migrate.
global::System.Threading.Tasks.Task vmware::vcenter::deployment::MigrateStub::CancelAsync | ( | ) | [inline] |
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. |
Implements vmware::vcenter::deployment::Migrate.
vmware.vcenter.deployment.CheckInfo vmware::vcenter::deployment::MigrateStub::Check | ( | vmware.vcenter.deployment.MigrateTypes.MigrateSpec | spec, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
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 |
Implements vmware::vcenter::deployment::Migrate.
vmware.vcenter.deployment.CheckInfo vmware::vcenter::deployment::MigrateStub::Check | ( | vmware.vcenter.deployment.MigrateTypes.MigrateSpec | spec | ) | [inline] |
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. |
Implements vmware::vcenter::deployment::Migrate.
global::System.Threading.Tasks.Task<vmware.vcenter.deployment.CheckInfo> vmware::vcenter::deployment::MigrateStub::CheckAsync | ( | vmware.vcenter.deployment.MigrateTypes.MigrateSpec | spec, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
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 |
Implements vmware::vcenter::deployment::Migrate.
global::System.Threading.Tasks.Task<vmware.vcenter.deployment.CheckInfo> vmware::vcenter::deployment::MigrateStub::CheckAsync | ( | vmware.vcenter.deployment.MigrateTypes.MigrateSpec | spec | ) | [inline] |
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. |
Implements vmware::vcenter::deployment::Migrate.
vmware.vcenter.deployment.MigrateTypes.MigrateSpec vmware::vcenter::deployment::MigrateStub::Get | ( | ) | [inline] |
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. |
Implements vmware::vcenter::deployment::Migrate.
vmware.vcenter.deployment.MigrateTypes.MigrateSpec vmware::vcenter::deployment::MigrateStub::Get | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
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. |
Implements vmware::vcenter::deployment::Migrate.
global::System.Threading.Tasks.Task<vmware.vcenter.deployment.MigrateTypes.MigrateSpec> vmware::vcenter::deployment::MigrateStub::GetAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
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. |
Implements vmware::vcenter::deployment::Migrate.
global::System.Threading.Tasks.Task<vmware.vcenter.deployment.MigrateTypes.MigrateSpec> vmware::vcenter::deployment::MigrateStub::GetAsync | ( | ) | [inline] |
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. |
Implements vmware::vcenter::deployment::Migrate.
void vmware::vcenter::deployment::MigrateStub::Start | ( | vmware.vcenter.deployment.MigrateTypes.MigrateSpec | spec | ) | [inline] |
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. |
Implements vmware::vcenter::deployment::Migrate.
void vmware::vcenter::deployment::MigrateStub::Start | ( | vmware.vcenter.deployment.MigrateTypes.MigrateSpec | spec, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
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 |
Implements vmware::vcenter::deployment::Migrate.
global::System.Threading.Tasks.Task vmware::vcenter::deployment::MigrateStub::StartAsync | ( | vmware.vcenter.deployment.MigrateTypes.MigrateSpec | spec, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
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 |
Implements vmware::vcenter::deployment::Migrate.
global::System.Threading.Tasks.Task vmware::vcenter::deployment::MigrateStub::StartAsync | ( | vmware.vcenter.deployment.MigrateTypes.MigrateSpec | spec | ) | [inline] |
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. |
Implements vmware::vcenter::deployment::Migrate.