|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Components API service. More...
Inherits vmware::esx::settings::depot_content::Components.
Public Member Functions | |
| ComponentsStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
| ComponentsStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
| 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. | |
Remote stub implementation of the Components API service.
| vmware::esx::settings::depot_content::ComponentsStub::ComponentsStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.TypeConverter | typeConverter, | ||
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| vmware::esx::settings::depot_content::ComponentsStub::ComponentsStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| global::System.Collections.Generic.List<vmware.esx.settings.depot_content.ComponentsTypes.Summary> vmware::esx::settings::depot_content::ComponentsStub::List | ( | vmware.esx.settings.depot_content.ComponentsTypes.FilterSpec | filter | ) | [inline] |
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. |
Implements vmware::esx::settings::depot_content::Components.
| global::System.Collections.Generic.List<vmware.esx.settings.depot_content.ComponentsTypes.Summary> vmware::esx::settings::depot_content::ComponentsStub::List | ( | vmware.esx.settings.depot_content.ComponentsTypes.FilterSpec | filter, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
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 |
Implements vmware::esx::settings::depot_content::Components.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.esx.settings.depot_content.ComponentsTypes.Summary> > vmware::esx::settings::depot_content::ComponentsStub::ListAsync | ( | vmware.esx.settings.depot_content.ComponentsTypes.FilterSpec | filter | ) | [inline] |
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. |
Implements vmware::esx::settings::depot_content::Components.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.esx.settings.depot_content.ComponentsTypes.Summary> > vmware::esx::settings::depot_content::ComponentsStub::ListAsync | ( | vmware.esx.settings.depot_content.ComponentsTypes.FilterSpec | filter, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
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 |
Implements vmware::esx::settings::depot_content::Components.