VMware vSphere Automation SDK for .NET 7.0.0.1
|
This interface provides methods to download information generated from the hardware compatibility feature residing on the vCenter Appliance. More...
Inherited by vmware::esx::hcl::ReportsStub.
Public Member Functions | |
vmware.esx.hcl.ReportsTypes.Location | Get (string report) |
Returns the location Reports.Location information for downloading a compatibility report. | |
vmware.esx.hcl.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 a compatibility report. | |
global::System.Threading.Tasks.Task < vmware.esx.hcl.ReportsTypes.Location > | GetAsync (string report) |
Returns the location Reports.Location information for downloading a compatibility report. | |
global::System.Threading.Tasks.Task < vmware.esx.hcl.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 a compatibility report. |
This interface provides methods to download information generated from the hardware compatibility feature residing on the vCenter Appliance.
vmware.esx.hcl.ReportsTypes.Location vmware::esx::hcl::Reports::Get | ( | string | report | ) |
Returns the location Reports.Location information for downloading a compatibility report.
vmware.vapi.std.errors.NotFound | if there is no report for the given id. |
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.ResourceInaccessible | if the vCenter this API is executed on is not part of the Customer Experience Improvement Program (CEIP). |
vmware.vapi.std.errors.Error | If there is some unknown error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
report | identifier of hardware compatiblity report to be downloaded. The parameter must be an identifier for the resource type: com.vmware.esx.hcl.resources.CompatibilityReport . |
Reports.Location
class which includes the URI to file, short lived token and expiry of the token in the Reports.Location object. Implemented in vmware::esx::hcl::ReportsStub.
vmware.esx.hcl.ReportsTypes.Location vmware::esx::hcl::Reports::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 a compatibility report.
vmware.vapi.std.errors.NotFound | if there is no report for the given id. |
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.ResourceInaccessible | if the vCenter this API is executed on is not part of the Customer Experience Improvement Program (CEIP). |
vmware.vapi.std.errors.Error | If there is some unknown error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
report | identifier of hardware compatiblity report to be downloaded. The parameter must be an identifier for the resource type: com.vmware.esx.hcl.resources.CompatibilityReport . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Reports.Location
class which includes the URI to file, short lived token and expiry of the token in the Reports.Location object. Implemented in vmware::esx::hcl::ReportsStub.
global::System.Threading.Tasks.Task<vmware.esx.hcl.ReportsTypes.Location> vmware::esx::hcl::Reports::GetAsync | ( | string | report | ) |
Returns the location Reports.Location information for downloading a compatibility report.
vmware.vapi.std.errors.NotFound | if there is no report for the given id. |
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.ResourceInaccessible | if the vCenter this API is executed on is not part of the Customer Experience Improvement Program (CEIP). |
vmware.vapi.std.errors.Error | If there is some unknown error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
report | identifier of hardware compatiblity report to be downloaded. The parameter must be an identifier for the resource type: com.vmware.esx.hcl.resources.CompatibilityReport . |
Reports.Location
class which includes the URI to file, short lived token and expiry of the token in the Reports.Location object. Implemented in vmware::esx::hcl::ReportsStub.
global::System.Threading.Tasks.Task<vmware.esx.hcl.ReportsTypes.Location> vmware::esx::hcl::Reports::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 a compatibility report.
vmware.vapi.std.errors.NotFound | if there is no report for the given id. |
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.ResourceInaccessible | if the vCenter this API is executed on is not part of the Customer Experience Improvement Program (CEIP). |
vmware.vapi.std.errors.Error | If there is some unknown error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
report | identifier of hardware compatiblity report to be downloaded. The parameter must be an identifier for the resource type: com.vmware.esx.hcl.resources.CompatibilityReport . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Reports.Location
class which includes the URI to file, short lived token and expiry of the token in the Reports.Location object. Implemented in vmware::esx::hcl::ReportsStub.