VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Depots API service. More...
Inherits vmware::esx::settings::Depots.
Public Member Functions | |
DepotsStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
DepotsStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
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. |
Remote stub implementation of the Depots API service.
vmware::esx::settings::DepotsStub::DepotsStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::esx::settings::DepotsStub::DepotsStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
string vmware::esx::settings::DepotsStub::Sync_Task | ( | ) | [inline] |
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. |
Implements vmware::esx::settings::Depots.
string vmware::esx::settings::DepotsStub::Sync_Task | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
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. |
Implements vmware::esx::settings::Depots.