VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::esx::settings::depot_content::AddOnsStub Class Reference

Remote stub implementation of the AddOns API service. More...

Inherits vmware::esx::settings::depot_content::AddOns.

List of all members.

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.

Detailed Description

Remote stub implementation of the AddOns API service.


Constructor & Destructor Documentation

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]

Member Function Documentation

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.

Exceptions:
vmware.vapi.std.errors.ErrorIf there is unknown internal error. The accompanying error message will give more details about the failure.
vmware.vapi.std.errors.ServiceUnavailableIf the service is not available.
vmware.vapi.std.errors.Unauthenticatedif the caller is not authenticated.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires VcIntegrity.lifecycleSettings.Read .
Parameters:
filterThe 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.
Returns:
List of OEM add-ons in the depot.

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.

Exceptions:
vmware.vapi.std.errors.ErrorIf there is unknown internal error. The accompanying error message will give more details about the failure.
vmware.vapi.std.errors.ServiceUnavailableIf the service is not available.
vmware.vapi.std.errors.Unauthenticatedif the caller is not authenticated.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires VcIntegrity.lifecycleSettings.Read .
Parameters:
filterThe 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.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
List of OEM add-ons in the depot.

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.

Exceptions:
vmware.vapi.std.errors.ErrorIf there is unknown internal error. The accompanying error message will give more details about the failure.
vmware.vapi.std.errors.ServiceUnavailableIf the service is not available.
vmware.vapi.std.errors.Unauthenticatedif the caller is not authenticated.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires VcIntegrity.lifecycleSettings.Read .
Parameters:
filterThe 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.
Returns:
List of OEM add-ons in the depot.

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.

Exceptions:
vmware.vapi.std.errors.ErrorIf there is unknown internal error. The accompanying error message will give more details about the failure.
vmware.vapi.std.errors.ServiceUnavailableIf the service is not available.
vmware.vapi.std.errors.Unauthenticatedif the caller is not authenticated.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires VcIntegrity.lifecycleSettings.Read .
Parameters:
filterThe 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.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
List of OEM add-ons in the depot.

Implements vmware::esx::settings::depot_content::AddOns.


The documentation for this class was generated from the following file: