VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the CompatibilityReport API service. More...
Inherits vmware::esx::hcl::hosts::CompatibilityReport.
Public Member Functions | |
CompatibilityReportStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
CompatibilityReportStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
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. |
Remote stub implementation of the CompatibilityReport API service.
vmware::esx::hcl::hosts::CompatibilityReportStub::CompatibilityReportStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::esx::hcl::hosts::CompatibilityReportStub::CompatibilityReportStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
string vmware::esx::hcl::hosts::CompatibilityReportStub::Create_Task | ( | string | host, |
vmware.esx.hcl.hosts.CompatibilityReportTypes.Spec | spec | ||
) | [inline] |
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. |
Implements vmware::esx::hcl::hosts::CompatibilityReport.
string vmware::esx::hcl::hosts::CompatibilityReportStub::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 | ||
) | [inline] |
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 |
Implements vmware::esx::hcl::hosts::CompatibilityReport.
vmware.esx.hcl.hosts.CompatibilityReportTypes.Result vmware::esx::hcl::hosts::CompatibilityReportStub::Get | ( | string | host, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
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 |
Implements vmware::esx::hcl::hosts::CompatibilityReport.
vmware.esx.hcl.hosts.CompatibilityReportTypes.Result vmware::esx::hcl::hosts::CompatibilityReportStub::Get | ( | string | host | ) | [inline] |
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 . |
Implements vmware::esx::hcl::hosts::CompatibilityReport.
global::System.Threading.Tasks.Task<vmware.esx.hcl.hosts.CompatibilityReportTypes.Result> vmware::esx::hcl::hosts::CompatibilityReportStub::GetAsync | ( | string | host, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
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 |
Implements vmware::esx::hcl::hosts::CompatibilityReport.
global::System.Threading.Tasks.Task<vmware.esx.hcl.hosts.CompatibilityReportTypes.Result> vmware::esx::hcl::hosts::CompatibilityReportStub::GetAsync | ( | string | host | ) | [inline] |
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 . |
Implements vmware::esx::hcl::hosts::CompatibilityReport.