VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::esx::settings::depot_content::BaseImages Interface Reference

The BaseImages interface provides methods to get base-images from the sync'ed and imported depots. More...

Inherited by vmware::esx::settings::depot_content::BaseImagesStub.

List of all members.

Public Member Functions

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

The BaseImages interface provides methods to get base-images from the sync'ed and imported depots.


Member Function Documentation

global::System.Collections.Generic.List<vmware.esx.settings.depot_content.BaseImagesTypes.Summary> vmware::esx::settings::depot_content::BaseImages::List ( vmware.esx.settings.depot_content.BaseImagesTypes.FilterSpec  filter)

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.

Implemented in vmware::esx::settings::depot_content::BaseImagesStub.

global::System.Collections.Generic.List<vmware.esx.settings.depot_content.BaseImagesTypes.Summary> vmware::esx::settings::depot_content::BaseImages::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.

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.

Implemented in vmware::esx::settings::depot_content::BaseImagesStub.

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

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.

Implemented in vmware::esx::settings::depot_content::BaseImagesStub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.esx.settings.depot_content.BaseImagesTypes.Summary> > vmware::esx::settings::depot_content::BaseImages::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.

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.

Implemented in vmware::esx::settings::depot_content::BaseImagesStub.


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