VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::lcm::discovery::InteropReport Interface Reference

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.

List of all members.

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.

Detailed Description

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.


Member Function Documentation

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.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.ErrorIf there is some unknown internal error. The accompanying error message will give more details about the failure.
Parameters:
specSpecifies 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.
Returns:
Identifier for the task created by this API invocation

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.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.ErrorIf there is some unknown internal error. The accompanying error message will give more details about the failure.
Parameters:
specSpecifies 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.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Identifier for the task created by this API invocation

Implemented in vmware::vcenter::lcm::discovery::InteropReportStub.


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