VMware vSphere Automation SDK for .NET 7.0.0.1
|
This interface provides methods to generate hardware compatibility report for a given ESXi host against a specific ESXi release. More...
Inherited by vmware::esx::hcl::hosts::CompatibilityReportStub.
Public Member Functions | |
string | Create_Task (string host, vmware.esx.hcl.hosts.CompatibilityReportTypes.Spec spec) |
Generates hardware compatibility report for a specified ESXi host against specific ESXi release. | |
string | Create_Task (string host, vmware.esx.hcl.hosts.CompatibilityReportTypes.Spec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Generates hardware compatibility report for a specified ESXi host against specific ESXi release. | |
vmware.esx.hcl.hosts.CompatibilityReportTypes.Result | Get (string host) |
Returns the last generated hardware compatibility report for the given host. | |
vmware.esx.hcl.hosts.CompatibilityReportTypes.Result | Get (string host, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns the last generated hardware compatibility report for the given host. | |
global::System.Threading.Tasks.Task < vmware.esx.hcl.hosts.CompatibilityReportTypes.Result > | GetAsync (string host) |
Returns the last generated hardware compatibility report for the given host. | |
global::System.Threading.Tasks.Task < vmware.esx.hcl.hosts.CompatibilityReportTypes.Result > | GetAsync (string host, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns the last generated hardware compatibility report for the given host. |
This interface provides methods to generate hardware compatibility report for a given ESXi host against a specific ESXi release.
string vmware::esx::hcl::hosts::CompatibilityReport::Create_Task | ( | string | host, |
vmware.esx.hcl.hosts.CompatibilityReportTypes.Spec | spec | ||
) |
Generates hardware compatibility report for a specified ESXi host against specific ESXi release.
The result of this operation can be queried by calling the cis/tasks/{task-id} where the task-id 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.NotFound | if no host with the given MoID can be found. |
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unsupported | if the provided host is not supported. |
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.NotAllowedInCurrentState | if there is no compatibility data on the vCenter executing the operation. |
vmware.vapi.std.errors.Error | If there is some unknown error. The accompanying error message will give more details about the failure. |
host | Contains the MoID identifying the ESXi host. The parameter must be an identifier for the resource type: HostSystem . |
spec | Specifies the input parameters for generating compatibility report. If null host compatibility will be checked against the current release of the ESXi. |
Implemented in vmware::esx::hcl::hosts::CompatibilityReportStub.
string vmware::esx::hcl::hosts::CompatibilityReport::Create_Task | ( | string | host, |
vmware.esx.hcl.hosts.CompatibilityReportTypes.Spec | spec, | ||
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Generates hardware compatibility report for a specified ESXi host against specific ESXi release.
The result of this operation can be queried by calling the cis/tasks/{task-id} where the task-id 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.NotFound | if no host with the given MoID can be found. |
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unsupported | if the provided host is not supported. |
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.NotAllowedInCurrentState | if there is no compatibility data on the vCenter executing the operation. |
vmware.vapi.std.errors.Error | If there is some unknown error. The accompanying error message will give more details about the failure. |
host | Contains the MoID identifying the ESXi host. The parameter must be an identifier for the resource type: HostSystem . |
spec | Specifies the input parameters for generating compatibility report. If null host compatibility will be checked against the current release of the ESXi. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::esx::hcl::hosts::CompatibilityReportStub.
vmware.esx.hcl.hosts.CompatibilityReportTypes.Result vmware::esx::hcl::hosts::CompatibilityReport::Get | ( | string | host, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Returns the last generated hardware compatibility report for the given host.
vmware.vapi.std.errors.NotFound | if there is no report generated for the given host. This operation does not check if the host id is valid or it exists. |
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. |
host | The parameter must be an identifier for the resource type: HostSystem . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::esx::hcl::hosts::CompatibilityReportStub.
vmware.esx.hcl.hosts.CompatibilityReportTypes.Result vmware::esx::hcl::hosts::CompatibilityReport::Get | ( | string | host | ) |
Returns the last generated hardware compatibility report for the given host.
vmware.vapi.std.errors.NotFound | if there is no report generated for the given host. This operation does not check if the host id is valid or it exists. |
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. |
host | The parameter must be an identifier for the resource type: HostSystem . |
Implemented in vmware::esx::hcl::hosts::CompatibilityReportStub.
global::System.Threading.Tasks.Task<vmware.esx.hcl.hosts.CompatibilityReportTypes.Result> vmware::esx::hcl::hosts::CompatibilityReport::GetAsync | ( | string | host, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Returns the last generated hardware compatibility report for the given host.
vmware.vapi.std.errors.NotFound | if there is no report generated for the given host. This operation does not check if the host id is valid or it exists. |
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. |
host | The parameter must be an identifier for the resource type: HostSystem . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::esx::hcl::hosts::CompatibilityReportStub.
global::System.Threading.Tasks.Task<vmware.esx.hcl.hosts.CompatibilityReportTypes.Result> vmware::esx::hcl::hosts::CompatibilityReport::GetAsync | ( | string | host | ) |
Returns the last generated hardware compatibility report for the given host.
vmware.vapi.std.errors.NotFound | if there is no report generated for the given host. This operation does not check if the host id is valid or it exists. |
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. |
host | The parameter must be an identifier for the resource type: HostSystem . |
Implemented in vmware::esx::hcl::hosts::CompatibilityReportStub.