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

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

Inherits vmware::esx::settings::Depots.

List of all members.

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.

Detailed Description

Remote stub implementation of the Depots API service.


Constructor & Destructor Documentation

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]

Member Function Documentation

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.

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.

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.

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.

Implements vmware::esx::settings::Depots.


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