VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the PrecheckReport API service. More...
Inherits vmware::vcenter::lcm::update::PrecheckReport.
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. |
Remote stub implementation of the PrecheckReport API service.
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] |
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.
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 . |
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.
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 |
Implements vmware::vcenter::lcm::update::PrecheckReport.