VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Components
interface provides methods to get Components from the sync'ed and imported depots.
More...
Inherited by vmware::esx::settings::depot_content::ComponentsStub.
Public Member Functions | |
global::System.Collections.Generic.List < vmware.esx.settings.depot_content.ComponentsTypes.Summary > | List (vmware.esx.settings.depot_content.ComponentsTypes.FilterSpec filter) |
Returns a list of currently available components in the depot. | |
global::System.Collections.Generic.List < vmware.esx.settings.depot_content.ComponentsTypes.Summary > | List (vmware.esx.settings.depot_content.ComponentsTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns a list of currently available components in the depot. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.esx.settings.depot_content.ComponentsTypes.Summary > > | ListAsync (vmware.esx.settings.depot_content.ComponentsTypes.FilterSpec filter) |
Returns a list of currently available components in the depot. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.esx.settings.depot_content.ComponentsTypes.Summary > > | ListAsync (vmware.esx.settings.depot_content.ComponentsTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns a list of currently available components in the depot. |
The Components
interface provides methods to get Components from the sync'ed and imported depots.
global::System.Collections.Generic.List<vmware.esx.settings.depot_content.ComponentsTypes.Summary> vmware::esx::settings::depot_content::Components::List | ( | vmware.esx.settings.depot_content.ComponentsTypes.FilterSpec | filter | ) |
Returns a list of currently available components in the depot.
vmware.vapi.std.errors.Error | If there is unknown internal error. The accompanying error message will give more details about the failure. |
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:
|
filter | The specification of matching components. If null, the behavior is equivalent to a Components.FilterSpec with all fields null, which means ALL components match the filter. |
Implemented in vmware::esx::settings::depot_content::ComponentsStub.
global::System.Collections.Generic.List<vmware.esx.settings.depot_content.ComponentsTypes.Summary> vmware::esx::settings::depot_content::Components::List | ( | vmware.esx.settings.depot_content.ComponentsTypes.FilterSpec | filter, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Returns a list of currently available components in the depot.
vmware.vapi.std.errors.Error | If there is unknown internal error. The accompanying error message will give more details about the failure. |
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:
|
filter | The specification of matching components. If null, the behavior is equivalent to a Components.FilterSpec with all fields null, which means ALL components match the filter. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::esx::settings::depot_content::ComponentsStub.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.esx.settings.depot_content.ComponentsTypes.Summary> > vmware::esx::settings::depot_content::Components::ListAsync | ( | vmware.esx.settings.depot_content.ComponentsTypes.FilterSpec | filter | ) |
Returns a list of currently available components in the depot.
vmware.vapi.std.errors.Error | If there is unknown internal error. The accompanying error message will give more details about the failure. |
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:
|
filter | The specification of matching components. If null, the behavior is equivalent to a Components.FilterSpec with all fields null, which means ALL components match the filter. |
Implemented in vmware::esx::settings::depot_content::ComponentsStub.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.esx.settings.depot_content.ComponentsTypes.Summary> > vmware::esx::settings::depot_content::Components::ListAsync | ( | vmware.esx.settings.depot_content.ComponentsTypes.FilterSpec | filter, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Returns a list of currently available components in the depot.
vmware.vapi.std.errors.Error | If there is unknown internal error. The accompanying error message will give more details about the failure. |
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:
|
filter | The specification of matching components. If null, the behavior is equivalent to a Components.FilterSpec with all fields null, which means ALL components match the filter. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::esx::settings::depot_content::ComponentsStub.