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

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

Inherits vmware::esx::settings::depot_content::BaseImages.

List of all members.

Public Member Functions

 BaseImagesStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 BaseImagesStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
global::System.Collections.Generic.List
< vmware.esx.settings.depot_content.BaseImagesTypes.Summary
List (vmware.esx.settings.depot_content.BaseImagesTypes.FilterSpec filter)
 Returns a list of currently available base-images in the depot.
global::System.Collections.Generic.List
< vmware.esx.settings.depot_content.BaseImagesTypes.Summary
List (vmware.esx.settings.depot_content.BaseImagesTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns a list of currently available base-images in the depot.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.esx.settings.depot_content.BaseImagesTypes.Summary > > 
ListAsync (vmware.esx.settings.depot_content.BaseImagesTypes.FilterSpec filter)
 Returns a list of currently available base-images in the depot.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.esx.settings.depot_content.BaseImagesTypes.Summary > > 
ListAsync (vmware.esx.settings.depot_content.BaseImagesTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns a list of currently available base-images in the depot.

Detailed Description

Remote stub implementation of the BaseImages API service.


Constructor & Destructor Documentation

vmware::esx::settings::depot_content::BaseImagesStub::BaseImagesStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.TypeConverter  typeConverter,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]
vmware::esx::settings::depot_content::BaseImagesStub::BaseImagesStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

global::System.Collections.Generic.List<vmware.esx.settings.depot_content.BaseImagesTypes.Summary> vmware::esx::settings::depot_content::BaseImagesStub::List ( vmware.esx.settings.depot_content.BaseImagesTypes.FilterSpec  filter) [inline]

Returns a list of currently available base-images 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 base-images. If null, the behavior is equivalent to a BaseImages.FilterSpec with all fields null, which means all base-images match the filter.
Returns:
List of base-images in the depot. These will be sorted by the version of the base-image.

Implements vmware::esx::settings::depot_content::BaseImages.

global::System.Collections.Generic.List<vmware.esx.settings.depot_content.BaseImagesTypes.Summary> vmware::esx::settings::depot_content::BaseImagesStub::List ( vmware.esx.settings.depot_content.BaseImagesTypes.FilterSpec  filter,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Returns a list of currently available base-images 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 base-images. If null, the behavior is equivalent to a BaseImages.FilterSpec with all fields null, which means all base-images match the filter.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
List of base-images in the depot. These will be sorted by the version of the base-image.

Implements vmware::esx::settings::depot_content::BaseImages.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.esx.settings.depot_content.BaseImagesTypes.Summary> > vmware::esx::settings::depot_content::BaseImagesStub::ListAsync ( vmware.esx.settings.depot_content.BaseImagesTypes.FilterSpec  filter) [inline]

Returns a list of currently available base-images 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 base-images. If null, the behavior is equivalent to a BaseImages.FilterSpec with all fields null, which means all base-images match the filter.
Returns:
List of base-images in the depot. These will be sorted by the version of the base-image.

Implements vmware::esx::settings::depot_content::BaseImages.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.esx.settings.depot_content.BaseImagesTypes.Summary> > vmware::esx::settings::depot_content::BaseImagesStub::ListAsync ( vmware.esx.settings.depot_content.BaseImagesTypes.FilterSpec  filter,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Returns a list of currently available base-images 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 base-images. If null, the behavior is equivalent to a BaseImages.FilterSpec with all fields null, which means all base-images match the filter.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
List of base-images in the depot. These will be sorted by the version of the base-image.

Implements vmware::esx::settings::depot_content::BaseImages.


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