|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the InteropReport API service. More...
Inherits vmware::vcenter::lcm::discovery::InteropReport.
Public Member Functions | |
| InteropReportStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
| InteropReportStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
| string | Create_Task (vmware.vcenter.lcm.discovery.InteropReportTypes.Spec spec) |
| Creates interoperability report between a vCenter Server release version and all registered products with the vCenter Server instance. | |
| string | Create_Task (vmware.vcenter.lcm.discovery.InteropReportTypes.Spec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Creates interoperability report between a vCenter Server release version and all registered products with the vCenter Server instance. | |
Remote stub implementation of the InteropReport API service.
| vmware::vcenter::lcm::discovery::InteropReportStub::InteropReportStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.TypeConverter | typeConverter, | ||
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| vmware::vcenter::lcm::discovery::InteropReportStub::InteropReportStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| string vmware::vcenter::lcm::discovery::InteropReportStub::Create_Task | ( | vmware.vcenter.lcm.discovery.InteropReportTypes.Spec | spec | ) | [inline] |
Creates interoperability report between a vCenter Server release version and all registered products with the vCenter Server instance.
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.Error | If there is some unknown internal error. The accompanying error message will give more details about the failure. |
| spec | Specifies the target version against this interoperability check report will be generated. If null the report will be generated for the currently installed version of the vCenter server. |
Implements vmware::vcenter::lcm::discovery::InteropReport.
| string vmware::vcenter::lcm::discovery::InteropReportStub::Create_Task | ( | vmware.vcenter.lcm.discovery.InteropReportTypes.Spec | spec, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Creates interoperability report between a vCenter Server release version and all registered products with the vCenter Server instance.
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.Error | If there is some unknown internal error. The accompanying error message will give more details about the failure. |
| spec | Specifies the target version against this interoperability check report will be generated. If null the report will be generated for the currently installed version of the vCenter server. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::lcm::discovery::InteropReport.