VMware vSphere Automation SDK for .NET 7.0.0.1
|
The InstalledComponents
interface provides methods to get installed list of components.
More...
Inherited by vmware::esx::hosts::software::InstalledComponentsStub.
Public Member Functions | |
global::System.Collections.Generic.Dictionary < string, vmware.esx.hosts.software.InstalledComponentsTypes.InstalledComponentInfo > | List (string host) |
Returns the installed components on the host. | |
global::System.Collections.Generic.Dictionary < string, vmware.esx.hosts.software.InstalledComponentsTypes.InstalledComponentInfo > | List (string host, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns the installed components on the host. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.Dictionary < string, vmware.esx.hosts.software.InstalledComponentsTypes.InstalledComponentInfo > > | ListAsync (string host) |
Returns the installed components on the host. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.Dictionary < string, vmware.esx.hosts.software.InstalledComponentsTypes.InstalledComponentInfo > > | ListAsync (string host, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns the installed components on the host. |
The InstalledComponents
interface provides methods to get installed list of components.
global::System.Collections.Generic.Dictionary<string, vmware.esx.hosts.software.InstalledComponentsTypes.InstalledComponentInfo> vmware::esx::hosts::software::InstalledComponents::List | ( | string | host | ) |
Returns the installed components on the host.
vmware.vapi.std.errors.InternalServerError | If there is some unknown internal error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.NotFound | If there is no host associated with host in the system. |
vmware.vapi.std.errors.ServiceUnavailable | If the service is not available. |
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
host | Identifier of the cluster. The parameter must be an identifier for the resource type: HostSystem . |
com.vmware.esx.hosts.component
. Implemented in vmware::esx::hosts::software::InstalledComponentsStub.
global::System.Collections.Generic.Dictionary<string, vmware.esx.hosts.software.InstalledComponentsTypes.InstalledComponentInfo> vmware::esx::hosts::software::InstalledComponents::List | ( | string | host, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Returns the installed components on the host.
vmware.vapi.std.errors.InternalServerError | If there is some unknown internal error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.NotFound | If there is no host associated with host in the system. |
vmware.vapi.std.errors.ServiceUnavailable | If the service is not available. |
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
host | Identifier of the cluster. The parameter must be an identifier for the resource type: HostSystem . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
com.vmware.esx.hosts.component
. Implemented in vmware::esx::hosts::software::InstalledComponentsStub.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.Dictionary<string, vmware.esx.hosts.software.InstalledComponentsTypes.InstalledComponentInfo> > vmware::esx::hosts::software::InstalledComponents::ListAsync | ( | string | host | ) |
Returns the installed components on the host.
vmware.vapi.std.errors.InternalServerError | If there is some unknown internal error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.NotFound | If there is no host associated with host in the system. |
vmware.vapi.std.errors.ServiceUnavailable | If the service is not available. |
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
host | Identifier of the cluster. The parameter must be an identifier for the resource type: HostSystem . |
com.vmware.esx.hosts.component
. Implemented in vmware::esx::hosts::software::InstalledComponentsStub.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.Dictionary<string, vmware.esx.hosts.software.InstalledComponentsTypes.InstalledComponentInfo> > vmware::esx::hosts::software::InstalledComponents::ListAsync | ( | string | host, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Returns the installed components on the host.
vmware.vapi.std.errors.InternalServerError | If there is some unknown internal error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.NotFound | If there is no host associated with host in the system. |
vmware.vapi.std.errors.ServiceUnavailable | If the service is not available. |
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
host | Identifier of the cluster. The parameter must be an identifier for the resource type: HostSystem . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
com.vmware.esx.hosts.component
. Implemented in vmware::esx::hosts::software::InstalledComponentsStub.