VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::lcm::update::PrecheckReport Interface Reference

The PrecheckReport interface generates precheck report for a vCenter Server instance against a target update version. More...

Inherited by vmware::vcenter::lcm::update::PrecheckReportStub.

List of all members.

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.

Detailed Description

The PrecheckReport interface generates precheck report for a vCenter Server instance against a target update version.


Member Function Documentation

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.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.NotFoundif there is no pending update assosiated with the version in the system.
vmware.vapi.std.errors.NotAllowedInCurrentStateif a precheck is already in progress.
vmware.vapi.std.errors.Errorif there is some unknown internal error. The accompanying error message will give more details about the error.
Parameters:
versionPending 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 .
Returns:
Identifier for the task created by this API invocation

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.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.NotFoundif there is no pending update assosiated with the version in the system.
vmware.vapi.std.errors.NotAllowedInCurrentStateif a precheck is already in progress.
vmware.vapi.std.errors.Errorif there is some unknown internal error. The accompanying error message will give more details about the error.
Parameters:
versionPending 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 .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Identifier for the task created by this API invocation

Implemented in vmware::vcenter::lcm::update::PrecheckReportStub.


The documentation for this interface was generated from the following file: