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