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

The Depots interface provides methods to manage Software Depots used during ESX lifecycle management. More...

Inherited by vmware::esx::settings::DepotsStub.

List of all members.

Public Member Functions

string Sync_Task ()
 Syncs the metadata from the currently configured online or umds depots.
string Sync_Task (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Syncs the metadata from the currently configured online or umds depots.

Detailed Description

The Depots interface provides methods to manage Software Depots used during ESX lifecycle management.


Member Function Documentation

string vmware::esx::settings::Depots::Sync_Task ( )

Syncs the metadata from the currently configured online or umds depots.

If any umds depot is set, then metadata is downloaded from that depot else metadata is downloaded from the online depots. The result of this operation can be queried by calling the cis/tasks/{task-id} where the task-id is the response of this operation.

Task method overload. Result of the invocation is a task identifier which is going to be returned by this method.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the caller is not authenticated.
vmware.vapi.std.errors.ServiceUnavailableif the service is not available.
vmware.vapi.std.errors.TimedOutif the service is timed out.
vmware.vapi.std.errors.Errorif there is some unknown internal error. The accompanying error message will give more details about the failure.

Implemented in vmware::esx::settings::DepotsStub.

string vmware::esx::settings::Depots::Sync_Task ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Syncs the metadata from the currently configured online or umds depots.

If any umds depot is set, then metadata is downloaded from that depot else metadata is downloaded from the online depots. The result of this operation can be queried by calling the cis/tasks/{task-id} where the task-id is the response of this operation.

Task method overload. Result of the invocation is a task identifier which is going to be returned by this method.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the caller is not authenticated.
vmware.vapi.std.errors.ServiceUnavailableif the service is not available.
vmware.vapi.std.errors.TimedOutif the service is timed out.
vmware.vapi.std.errors.Errorif there is some unknown internal error. The accompanying error message will give more details about the failure.

Implemented in vmware::esx::settings::DepotsStub.


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