VMware vSphere Automation SDK for .NET 7.0.0.1
|
This interface provides methods to list available releases for generating compatibility report for a specific ESXi host. More...
Inherited by vmware::esx::hcl::hosts::CompatibilityReleasesStub.
Public Member Functions | |
vmware.esx.hcl.hosts.CompatibilityReleasesTypes.EsxiCompatibilityReleases | List (string host) |
Lists the locally available ESXi releases for a given host that can be used to generate a compatiblity report. | |
vmware.esx.hcl.hosts.CompatibilityReleasesTypes.EsxiCompatibilityReleases | List (string host, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Lists the locally available ESXi releases for a given host that can be used to generate a compatiblity report. | |
global::System.Threading.Tasks.Task < vmware.esx.hcl.hosts.CompatibilityReleasesTypes.EsxiCompatibilityReleases > | ListAsync (string host) |
Lists the locally available ESXi releases for a given host that can be used to generate a compatiblity report. | |
global::System.Threading.Tasks.Task < vmware.esx.hcl.hosts.CompatibilityReleasesTypes.EsxiCompatibilityReleases > | ListAsync (string host, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Lists the locally available ESXi releases for a given host that can be used to generate a compatiblity report. |
This interface provides methods to list available releases for generating compatibility report for a specific ESXi host.
vmware.esx.hcl.hosts.CompatibilityReleasesTypes.EsxiCompatibilityReleases vmware::esx::hcl::hosts::CompatibilityReleases::List | ( | string | host | ) |
Lists the locally available ESXi releases for a given host that can be used to generate a compatiblity report.
Each host has its own list of supported releases depending on its current release.
vmware.vapi.std.errors.InternalServerError | If there is some internal error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if there is no compatibility data on the vCenter executing the operation. |
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.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:
|
host | Contains the MoID identifying the ESXi host. The parameter must be an identifier for the resource type: HostSystem . |
Implemented in vmware::esx::hcl::hosts::CompatibilityReleasesStub.
vmware.esx.hcl.hosts.CompatibilityReleasesTypes.EsxiCompatibilityReleases vmware::esx::hcl::hosts::CompatibilityReleases::List | ( | string | host, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Lists the locally available ESXi releases for a given host that can be used to generate a compatiblity report.
Each host has its own list of supported releases depending on its current release.
vmware.vapi.std.errors.InternalServerError | If there is some internal error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if there is no compatibility data on the vCenter executing the operation. |
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.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:
|
host | Contains the MoID identifying the ESXi 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::CompatibilityReleasesStub.
global::System.Threading.Tasks.Task<vmware.esx.hcl.hosts.CompatibilityReleasesTypes.EsxiCompatibilityReleases> vmware::esx::hcl::hosts::CompatibilityReleases::ListAsync | ( | string | host | ) |
Lists the locally available ESXi releases for a given host that can be used to generate a compatiblity report.
Each host has its own list of supported releases depending on its current release.
vmware.vapi.std.errors.InternalServerError | If there is some internal error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if there is no compatibility data on the vCenter executing the operation. |
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.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:
|
host | Contains the MoID identifying the ESXi host. The parameter must be an identifier for the resource type: HostSystem . |
Implemented in vmware::esx::hcl::hosts::CompatibilityReleasesStub.
global::System.Threading.Tasks.Task<vmware.esx.hcl.hosts.CompatibilityReleasesTypes.EsxiCompatibilityReleases> vmware::esx::hcl::hosts::CompatibilityReleases::ListAsync | ( | string | host, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Lists the locally available ESXi releases for a given host that can be used to generate a compatiblity report.
Each host has its own list of supported releases depending on its current release.
vmware.vapi.std.errors.InternalServerError | If there is some internal error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if there is no compatibility data on the vCenter executing the operation. |
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.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:
|
host | Contains the MoID identifying the ESXi 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::CompatibilityReleasesStub.