VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Reports API service. More...
Inherits vmware::vcenter::lcm::Reports.
Public Member Functions | |
ReportsStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
ReportsStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
vmware.vcenter.lcm.ReportsTypes.Location | Get (string report) |
Returns the location Reports.Location information for downloading the report for the specified file name. | |
vmware.vcenter.lcm.ReportsTypes.Location | Get (string report, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns the location Reports.Location information for downloading the report for the specified file name. | |
global::System.Threading.Tasks.Task < vmware.vcenter.lcm.ReportsTypes.Location > | GetAsync (string report) |
Returns the location Reports.Location information for downloading the report for the specified file name. | |
global::System.Threading.Tasks.Task < vmware.vcenter.lcm.ReportsTypes.Location > | GetAsync (string report, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns the location Reports.Location information for downloading the report for the specified file name. |
Remote stub implementation of the Reports API service.
vmware::vcenter::lcm::ReportsStub::ReportsStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::vcenter::lcm::ReportsStub::ReportsStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware.vcenter.lcm.ReportsTypes.Location vmware::vcenter::lcm::ReportsStub::Get | ( | string | report | ) | [inline] |
Returns the location Reports.Location information for downloading the report for the specified file name.
Retrieving a report involves two steps:
The HTTP GET request will:
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.NotFound | If there is no file associated with report in the system. |
vmware.vapi.std.errors.Error | If there is some unknown internal error. The accompanying error message will give more details about the failure. |
report | The parameter must be an identifier for the resource type: com.vmware.vcenter.lcm.report . |
Implements vmware::vcenter::lcm::Reports.
vmware.vcenter.lcm.ReportsTypes.Location vmware::vcenter::lcm::ReportsStub::Get | ( | string | report, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Returns the location Reports.Location information for downloading the report for the specified file name.
Retrieving a report involves two steps:
The HTTP GET request will:
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.NotFound | If there is no file associated with report in the system. |
vmware.vapi.std.errors.Error | If there is some unknown internal error. The accompanying error message will give more details about the failure. |
report | The parameter must be an identifier for the resource type: com.vmware.vcenter.lcm.report . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::lcm::Reports.
global::System.Threading.Tasks.Task<vmware.vcenter.lcm.ReportsTypes.Location> vmware::vcenter::lcm::ReportsStub::GetAsync | ( | string | report | ) | [inline] |
Returns the location Reports.Location information for downloading the report for the specified file name.
Retrieving a report involves two steps:
The HTTP GET request will:
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.NotFound | If there is no file associated with report in the system. |
vmware.vapi.std.errors.Error | If there is some unknown internal error. The accompanying error message will give more details about the failure. |
report | The parameter must be an identifier for the resource type: com.vmware.vcenter.lcm.report . |
Implements vmware::vcenter::lcm::Reports.
global::System.Threading.Tasks.Task<vmware.vcenter.lcm.ReportsTypes.Location> vmware::vcenter::lcm::ReportsStub::GetAsync | ( | string | report, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Returns the location Reports.Location information for downloading the report for the specified file name.
Retrieving a report involves two steps:
The HTTP GET request will:
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.NotFound | If there is no file associated with report in the system. |
vmware.vapi.std.errors.Error | If there is some unknown internal error. The accompanying error message will give more details about the failure. |
report | The parameter must be an identifier for the resource type: com.vmware.vcenter.lcm.report . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::lcm::Reports.