VMware vSphere Automation SDK for .NET 7.0.0.1
|
The PrecheckReport
interface generates precheck report for a vCenter Server instance against a target update version.
More...
Inherited by vmware::vcenter::lcm::update::PrecheckReportStub.
Public Member Functions | |
string | Create_Task (string version) |
Creates a vCenter Server pre-update compatibility check report for the pending update version. | |
string | Create_Task (string version, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Creates a vCenter Server pre-update compatibility check report for the pending update version. |
The PrecheckReport
interface generates precheck report for a vCenter Server instance against a target update version.
string vmware::vcenter::lcm::update::PrecheckReport::Create_Task | ( | string | version | ) |
Creates a vCenter Server pre-update compatibility check report for the pending update version.
The report can be exported and downloaded in CSV format.
The result of this operation can be queried by calling the null method where {@param.name task} is the response of this operation.
Task method overload. Result of the invocation is a task identifier which is going to be returned by this method.
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.NotFound | if there is no pending update assosiated with the version in the system. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if a precheck is already in progress. |
vmware.vapi.std.errors.Error | if there is some unknown internal error. The accompanying error message will give more details about the error. |
version | Pending update version for which pre-update compatibility check will be executed. The parameter must be an identifier for the resource type: com.vmware.vcenter.lcm.update.pending . |
Implemented in vmware::vcenter::lcm::update::PrecheckReportStub.
string vmware::vcenter::lcm::update::PrecheckReport::Create_Task | ( | string | version, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Creates a vCenter Server pre-update compatibility check report for the pending update version.
The report can be exported and downloaded in CSV format.
The result of this operation can be queried by calling the null method where {@param.name task} is the response of this operation.
Task method overload. Result of the invocation is a task identifier which is going to be returned by this method.
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.NotFound | if there is no pending update assosiated with the version in the system. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if a precheck is already in progress. |
vmware.vapi.std.errors.Error | if there is some unknown internal error. The accompanying error message will give more details about the error. |
version | Pending update version for which pre-update compatibility check will be executed. The parameter must be an identifier for the resource type: com.vmware.vcenter.lcm.update.pending . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::lcm::update::PrecheckReportStub.