VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::lcm::discovery::InteropReportStub Class Reference

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

Inherits vmware::vcenter::lcm::discovery::InteropReport.

List of all members.

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.

Detailed Description

Remote stub implementation of the InteropReport API service.


Constructor & Destructor Documentation

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]

Member Function Documentation

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.

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

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.

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

Implements vmware::vcenter::lcm::discovery::InteropReport.


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