VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::lcm::update::PrecheckReportStub Class Reference

Remote stub implementation of the PrecheckReport API service. More...

Inherits vmware::vcenter::lcm::update::PrecheckReport.

List of all members.

Public Member Functions

 PrecheckReportStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 PrecheckReportStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
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

Remote stub implementation of the PrecheckReport API service.


Constructor & Destructor Documentation

vmware::vcenter::lcm::update::PrecheckReportStub::PrecheckReportStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.TypeConverter  typeConverter,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]
vmware::vcenter::lcm::update::PrecheckReportStub::PrecheckReportStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

string vmware::vcenter::lcm::update::PrecheckReportStub::Create_Task ( string  version) [inline]

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

Implements vmware::vcenter::lcm::update::PrecheckReport.

string vmware::vcenter::lcm::update::PrecheckReportStub::Create_Task ( string  version,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

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

Implements vmware::vcenter::lcm::update::PrecheckReport.


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