VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the AddOns API service. More...
Inherits vmware::esx::settings::depot_content::AddOns.
Public Member Functions | |
AddOnsStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
AddOnsStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
global::System.Collections.Generic.List < vmware.esx.settings.depot_content.AddOnsTypes.Summary > | List (vmware.esx.settings.depot_content.AddOnsTypes.FilterSpec filter) |
Returns a list of currently available OEM add-ons in the depot. | |
global::System.Collections.Generic.List < vmware.esx.settings.depot_content.AddOnsTypes.Summary > | List (vmware.esx.settings.depot_content.AddOnsTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns a list of currently available OEM add-ons in the depot. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.esx.settings.depot_content.AddOnsTypes.Summary > > | ListAsync (vmware.esx.settings.depot_content.AddOnsTypes.FilterSpec filter) |
Returns a list of currently available OEM add-ons in the depot. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.esx.settings.depot_content.AddOnsTypes.Summary > > | ListAsync (vmware.esx.settings.depot_content.AddOnsTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns a list of currently available OEM add-ons in the depot. |
Remote stub implementation of the AddOns API service.
vmware::esx::settings::depot_content::AddOnsStub::AddOnsStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::esx::settings::depot_content::AddOnsStub::AddOnsStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
global::System.Collections.Generic.List<vmware.esx.settings.depot_content.AddOnsTypes.Summary> vmware::esx::settings::depot_content::AddOnsStub::List | ( | vmware.esx.settings.depot_content.AddOnsTypes.FilterSpec | filter | ) | [inline] |
Returns a list of currently available OEM add-ons 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 OEM add-ons. If null, the behavior is equivalent to a AddOns.FilterSpec with all fields null, which means all OEM add-ons match the filter. |
Implements vmware::esx::settings::depot_content::AddOns.
global::System.Collections.Generic.List<vmware.esx.settings.depot_content.AddOnsTypes.Summary> vmware::esx::settings::depot_content::AddOnsStub::List | ( | vmware.esx.settings.depot_content.AddOnsTypes.FilterSpec | filter, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Returns a list of currently available OEM add-ons 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 OEM add-ons. If null, the behavior is equivalent to a AddOns.FilterSpec with all fields null, which means all OEM add-ons match the filter. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::esx::settings::depot_content::AddOns.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.esx.settings.depot_content.AddOnsTypes.Summary> > vmware::esx::settings::depot_content::AddOnsStub::ListAsync | ( | vmware.esx.settings.depot_content.AddOnsTypes.FilterSpec | filter | ) | [inline] |
Returns a list of currently available OEM add-ons 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 OEM add-ons. If null, the behavior is equivalent to a AddOns.FilterSpec with all fields null, which means all OEM add-ons match the filter. |
Implements vmware::esx::settings::depot_content::AddOns.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.esx.settings.depot_content.AddOnsTypes.Summary> > vmware::esx::settings::depot_content::AddOnsStub::ListAsync | ( | vmware.esx.settings.depot_content.AddOnsTypes.FilterSpec | filter, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Returns a list of currently available OEM add-ons 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 OEM add-ons. If null, the behavior is equivalent to a AddOns.FilterSpec with all fields null, which means all OEM add-ons match the filter. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::esx::settings::depot_content::AddOns.