VMware vSphere Automation SDK for .NET 7.0.0.1
|
The InteropReport
interface provides methods to report the interoperability between a vCenter Server release version and the other installed VMware products registered in the vCenter Server instance.
More...
Inherited by vmware::vcenter::lcm::discovery::InteropReportStub.
Public Member Functions | |
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. |
The InteropReport
interface provides methods to report the interoperability between a vCenter Server release version and the other installed VMware products registered in the vCenter Server instance.
string vmware::vcenter::lcm::discovery::InteropReport::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.
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. |
Implemented in vmware::vcenter::lcm::discovery::InteropReportStub.
string vmware::vcenter::lcm::discovery::InteropReport::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.
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 |
Implemented in vmware::vcenter::lcm::discovery::InteropReportStub.