VMware vSphere Automation SDK for .NET 7.0.0.1
|
The ImportHistory
interface provides methods for managing the import of vCenter historical data, e.g.
More...
Inherited by vmware::vcenter::deployment::ImportHistoryStub.
Public Member Functions | |
vmware.vcenter.deployment.ImportHistoryTypes.Info | Get () |
Get the current status of the vCenter historical data import. | |
vmware.vcenter.deployment.ImportHistoryTypes.Info | Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get the current status of the vCenter historical data import. | |
global::System.Threading.Tasks.Task < vmware.vcenter.deployment.ImportHistoryTypes.Info > | GetAsync () |
Get the current status of the vCenter historical data import. | |
global::System.Threading.Tasks.Task < vmware.vcenter.deployment.ImportHistoryTypes.Info > | GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get the current status of the vCenter historical data import. | |
void | Start (vmware.vcenter.deployment.ImportHistoryTypes.CreateSpec spec) |
Creates and starts task for importing vCenter historical data. | |
void | Start (vmware.vcenter.deployment.ImportHistoryTypes.CreateSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Creates and starts task for importing vCenter historical data. | |
global::System.Threading.Tasks.Task | StartAsync (vmware.vcenter.deployment.ImportHistoryTypes.CreateSpec spec) |
Creates and starts task for importing vCenter historical data. | |
global::System.Threading.Tasks.Task | StartAsync (vmware.vcenter.deployment.ImportHistoryTypes.CreateSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Creates and starts task for importing vCenter historical data. | |
void | Pause () |
Pauses the task for importing vCenter historical data. | |
void | Pause (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Pauses the task for importing vCenter historical data. | |
global::System.Threading.Tasks.Task | PauseAsync () |
Pauses the task for importing vCenter historical data. | |
global::System.Threading.Tasks.Task | PauseAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Pauses the task for importing vCenter historical data. | |
void | Resume () |
Resumes the task for importing vCenter historical data. | |
void | Resume (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Resumes the task for importing vCenter historical data. | |
global::System.Threading.Tasks.Task | ResumeAsync () |
Resumes the task for importing vCenter historical data. | |
global::System.Threading.Tasks.Task | ResumeAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Resumes the task for importing vCenter historical data. | |
void | Cancel () |
Cancels the task for importing vCenter historical data. | |
void | Cancel (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Cancels the task for importing vCenter historical data. | |
global::System.Threading.Tasks.Task | CancelAsync () |
Cancels the task for importing vCenter historical data. | |
global::System.Threading.Tasks.Task | CancelAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Cancels the task for importing vCenter historical data. |
The ImportHistory
interface provides methods for managing the import of vCenter historical data, e.g.
Tasks, Events and Statistics, when is is imported separately from the upgrade or migration process. This interface was added in vSphere API 6.7.
void vmware::vcenter::deployment::ImportHistory::Cancel | ( | ) |
Cancels the task for importing vCenter historical data.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthorized | if the caller is not authorized to perform the method. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if vCenter historical data import task cannot be canceled at this state. This can happen in the following cases:
|
vmware.vapi.std.errors.AlreadyInDesiredState | if vCenter historical data import task is already canceled. |
vmware.vapi.std.errors.Error | Generic error. |
Implemented in vmware::vcenter::deployment::ImportHistoryStub.
void vmware::vcenter::deployment::ImportHistory::Cancel | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Cancels the task for importing vCenter historical data.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthorized | if the caller is not authorized to perform the method. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if vCenter historical data import task cannot be canceled at this state. This can happen in the following cases:
|
vmware.vapi.std.errors.AlreadyInDesiredState | if vCenter historical data import task is already canceled. |
vmware.vapi.std.errors.Error | Generic error. |
Implemented in vmware::vcenter::deployment::ImportHistoryStub.
global::System.Threading.Tasks.Task vmware::vcenter::deployment::ImportHistory::CancelAsync | ( | ) |
Cancels the task for importing vCenter historical data.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthorized | if the caller is not authorized to perform the method. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if vCenter historical data import task cannot be canceled at this state. This can happen in the following cases:
|
vmware.vapi.std.errors.AlreadyInDesiredState | if vCenter historical data import task is already canceled. |
vmware.vapi.std.errors.Error | Generic error. |
Implemented in vmware::vcenter::deployment::ImportHistoryStub.
global::System.Threading.Tasks.Task vmware::vcenter::deployment::ImportHistory::CancelAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Cancels the task for importing vCenter historical data.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthorized | if the caller is not authorized to perform the method. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if vCenter historical data import task cannot be canceled at this state. This can happen in the following cases:
|
vmware.vapi.std.errors.AlreadyInDesiredState | if vCenter historical data import task is already canceled. |
vmware.vapi.std.errors.Error | Generic error. |
Implemented in vmware::vcenter::deployment::ImportHistoryStub.
vmware.vcenter.deployment.ImportHistoryTypes.Info vmware::vcenter::deployment::ImportHistory::Get | ( | ) |
Get the current status of the vCenter historical data import.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthorized | if the caller is not authorized to perform the method. |
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::vcenter::deployment::ImportHistoryStub.
vmware.vcenter.deployment.ImportHistoryTypes.Info vmware::vcenter::deployment::ImportHistory::Get | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Get the current status of the vCenter historical data import.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthorized | if the caller is not authorized to perform the method. |
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::vcenter::deployment::ImportHistoryStub.
global::System.Threading.Tasks.Task<vmware.vcenter.deployment.ImportHistoryTypes.Info> vmware::vcenter::deployment::ImportHistory::GetAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Get the current status of the vCenter historical data import.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthorized | if the caller is not authorized to perform the method. |
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::vcenter::deployment::ImportHistoryStub.
global::System.Threading.Tasks.Task<vmware.vcenter.deployment.ImportHistoryTypes.Info> vmware::vcenter::deployment::ImportHistory::GetAsync | ( | ) |
Get the current status of the vCenter historical data import.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthorized | if the caller is not authorized to perform the method. |
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::vcenter::deployment::ImportHistoryStub.
void vmware::vcenter::deployment::ImportHistory::Pause | ( | ) |
Pauses the task for importing vCenter historical data.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthorized | if the caller is not authorized to perform the method. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if vCenter historical data import task cannot be paused at this time. Pause can be accepted only in vmware.cis.task.Status.RUNNING state. |
vmware.vapi.std.errors.AlreadyInDesiredState | if vCenter historical data import task is already paused |
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::vcenter::deployment::ImportHistoryStub.
void vmware::vcenter::deployment::ImportHistory::Pause | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Pauses the task for importing vCenter historical data.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthorized | if the caller is not authorized to perform the method. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if vCenter historical data import task cannot be paused at this time. Pause can be accepted only in vmware.cis.task.Status.RUNNING state. |
vmware.vapi.std.errors.AlreadyInDesiredState | if vCenter historical data import task is already paused |
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::vcenter::deployment::ImportHistoryStub.
global::System.Threading.Tasks.Task vmware::vcenter::deployment::ImportHistory::PauseAsync | ( | ) |
Pauses the task for importing vCenter historical data.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthorized | if the caller is not authorized to perform the method. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if vCenter historical data import task cannot be paused at this time. Pause can be accepted only in vmware.cis.task.Status.RUNNING state. |
vmware.vapi.std.errors.AlreadyInDesiredState | if vCenter historical data import task is already paused |
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::vcenter::deployment::ImportHistoryStub.
global::System.Threading.Tasks.Task vmware::vcenter::deployment::ImportHistory::PauseAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Pauses the task for importing vCenter historical data.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthorized | if the caller is not authorized to perform the method. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if vCenter historical data import task cannot be paused at this time. Pause can be accepted only in vmware.cis.task.Status.RUNNING state. |
vmware.vapi.std.errors.AlreadyInDesiredState | if vCenter historical data import task is already paused |
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::vcenter::deployment::ImportHistoryStub.
void vmware::vcenter::deployment::ImportHistory::Resume | ( | ) |
Resumes the task for importing vCenter historical data.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthorized | if the caller is not authorized to perform the method. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if vCenter historical data import task cannot be resumed at this state. Resume can be accepted only in vmware.cis.task.Status.BLOCKED state |
vmware.vapi.std.errors.AlreadyInDesiredState | if vCenter historical data import task is already resumed. |
vmware.vapi.std.errors.Error | Generic error. |
Implemented in vmware::vcenter::deployment::ImportHistoryStub.
void vmware::vcenter::deployment::ImportHistory::Resume | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Resumes the task for importing vCenter historical data.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthorized | if the caller is not authorized to perform the method. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if vCenter historical data import task cannot be resumed at this state. Resume can be accepted only in vmware.cis.task.Status.BLOCKED state |
vmware.vapi.std.errors.AlreadyInDesiredState | if vCenter historical data import task is already resumed. |
vmware.vapi.std.errors.Error | Generic error. |
Implemented in vmware::vcenter::deployment::ImportHistoryStub.
global::System.Threading.Tasks.Task vmware::vcenter::deployment::ImportHistory::ResumeAsync | ( | ) |
Resumes the task for importing vCenter historical data.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthorized | if the caller is not authorized to perform the method. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if vCenter historical data import task cannot be resumed at this state. Resume can be accepted only in vmware.cis.task.Status.BLOCKED state |
vmware.vapi.std.errors.AlreadyInDesiredState | if vCenter historical data import task is already resumed. |
vmware.vapi.std.errors.Error | Generic error. |
Implemented in vmware::vcenter::deployment::ImportHistoryStub.
global::System.Threading.Tasks.Task vmware::vcenter::deployment::ImportHistory::ResumeAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Resumes the task for importing vCenter historical data.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthorized | if the caller is not authorized to perform the method. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if vCenter historical data import task cannot be resumed at this state. Resume can be accepted only in vmware.cis.task.Status.BLOCKED state |
vmware.vapi.std.errors.AlreadyInDesiredState | if vCenter historical data import task is already resumed. |
vmware.vapi.std.errors.Error | Generic error. |
Implemented in vmware::vcenter::deployment::ImportHistoryStub.
void vmware::vcenter::deployment::ImportHistory::Start | ( | vmware.vcenter.deployment.ImportHistoryTypes.CreateSpec | spec, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Creates and starts task for importing vCenter historical data.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthorized | if the caller is not authorized to perform the method. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if vCenter historical data import task cannot be started at this time. This can happen in the following cases:
|
vmware.vapi.std.errors.AlreadyInDesiredState | if vCenter historical data import task has already being started. |
vmware.vapi.std.errors.Error | Generic error |
spec | An optional ImportHistory.CreateSpec info that can be passed for creating a new historical data import task and starts it. If null, default value will be:
|
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::deployment::ImportHistoryStub.
void vmware::vcenter::deployment::ImportHistory::Start | ( | vmware.vcenter.deployment.ImportHistoryTypes.CreateSpec | spec | ) |
Creates and starts task for importing vCenter historical data.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthorized | if the caller is not authorized to perform the method. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if vCenter historical data import task cannot be started at this time. This can happen in the following cases:
|
vmware.vapi.std.errors.AlreadyInDesiredState | if vCenter historical data import task has already being started. |
vmware.vapi.std.errors.Error | Generic error |
spec | An optional ImportHistory.CreateSpec info that can be passed for creating a new historical data import task and starts it. If null, default value will be:
|
Implemented in vmware::vcenter::deployment::ImportHistoryStub.
global::System.Threading.Tasks.Task vmware::vcenter::deployment::ImportHistory::StartAsync | ( | vmware.vcenter.deployment.ImportHistoryTypes.CreateSpec | spec, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Creates and starts task for importing vCenter historical data.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthorized | if the caller is not authorized to perform the method. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if vCenter historical data import task cannot be started at this time. This can happen in the following cases:
|
vmware.vapi.std.errors.AlreadyInDesiredState | if vCenter historical data import task has already being started. |
vmware.vapi.std.errors.Error | Generic error |
spec | An optional ImportHistory.CreateSpec info that can be passed for creating a new historical data import task and starts it. If null, default value will be:
|
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::deployment::ImportHistoryStub.
global::System.Threading.Tasks.Task vmware::vcenter::deployment::ImportHistory::StartAsync | ( | vmware.vcenter.deployment.ImportHistoryTypes.CreateSpec | spec | ) |
Creates and starts task for importing vCenter historical data.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthorized | if the caller is not authorized to perform the method. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if vCenter historical data import task cannot be started at this time. This can happen in the following cases:
|
vmware.vapi.std.errors.AlreadyInDesiredState | if vCenter historical data import task has already being started. |
vmware.vapi.std.errors.Error | Generic error |
spec | An optional ImportHistory.CreateSpec info that can be passed for creating a new historical data import task and starts it. If null, default value will be:
|
Implemented in vmware::vcenter::deployment::ImportHistoryStub.