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