VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Depots
interface provides methods to manage Software Depots used during ESX lifecycle management.
More...
Inherited by vmware::esx::settings::DepotsStub.
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. |
The Depots
interface provides methods to manage Software Depots used during ESX lifecycle management.
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.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.ServiceUnavailable | if the service is not available. |
vmware.vapi.std.errors.TimedOut | if the service is timed out. |
vmware.vapi.std.errors.Error | if 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.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.ServiceUnavailable | if the service is not available. |
vmware.vapi.std.errors.TimedOut | if the service is timed out. |
vmware.vapi.std.errors.Error | if there is some unknown internal error. The accompanying error message will give more details about the failure. |
Implemented in vmware::esx::settings::DepotsStub.