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

The SyncSchedule interface provides methods to manage Schedule of Online Software Depot sync. More...

Inherited by vmware::esx::settings::depots::SyncScheduleStub.

List of all members.

Public Member Functions

vmware.esx.settings.depots.SyncScheduleTypes.Spec Get ()
 Returns the currently configured software depot sync schedule.
vmware.esx.settings.depots.SyncScheduleTypes.Spec Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns the currently configured software depot sync schedule.
global::System.Threading.Tasks.Task
< vmware.esx.settings.depots.SyncScheduleTypes.Spec
GetAsync ()
 Returns the currently configured software depot sync schedule.
global::System.Threading.Tasks.Task
< vmware.esx.settings.depots.SyncScheduleTypes.Spec
GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns the currently configured software depot sync schedule.
void Set (vmware.esx.settings.depots.SyncScheduleTypes.Spec spec)
 Sets the software depot sync schedule.
void Set (vmware.esx.settings.depots.SyncScheduleTypes.Spec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Sets the software depot sync schedule.
global::System.Threading.Tasks.Task SetAsync (vmware.esx.settings.depots.SyncScheduleTypes.Spec spec)
 Sets the software depot sync schedule.
global::System.Threading.Tasks.Task SetAsync (vmware.esx.settings.depots.SyncScheduleTypes.Spec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Sets the software depot sync schedule.

Detailed Description

The SyncSchedule interface provides methods to manage Schedule of Online Software Depot sync.


Member Function Documentation

vmware.esx.settings.depots.SyncScheduleTypes.Spec vmware::esx::settings::depots::SyncSchedule::Get ( )

Returns the currently configured software depot sync schedule.

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.ErrorIf there is some unknown error. The accompanying error message will give more details about the failure.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires VcIntegrity.lifecycleSettings.Read .
Returns:
Currently configured sync schedule.

Implemented in vmware::esx::settings::depots::SyncScheduleStub.

vmware.esx.settings.depots.SyncScheduleTypes.Spec vmware::esx::settings::depots::SyncSchedule::Get ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Returns the currently configured software depot sync schedule.

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.ErrorIf there is some unknown error. The accompanying error message will give more details about the failure.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires VcIntegrity.lifecycleSettings.Read .
Returns:
Currently configured sync schedule.

Implemented in vmware::esx::settings::depots::SyncScheduleStub.

global::System.Threading.Tasks.Task<vmware.esx.settings.depots.SyncScheduleTypes.Spec> vmware::esx::settings::depots::SyncSchedule::GetAsync ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Returns the currently configured software depot sync schedule.

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.ErrorIf there is some unknown error. The accompanying error message will give more details about the failure.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires VcIntegrity.lifecycleSettings.Read .
Returns:
Currently configured sync schedule.

Implemented in vmware::esx::settings::depots::SyncScheduleStub.

global::System.Threading.Tasks.Task<vmware.esx.settings.depots.SyncScheduleTypes.Spec> vmware::esx::settings::depots::SyncSchedule::GetAsync ( )

Returns the currently configured software depot sync schedule.

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.ErrorIf there is some unknown error. The accompanying error message will give more details about the failure.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires VcIntegrity.lifecycleSettings.Read .
Returns:
Currently configured sync schedule.

Implemented in vmware::esx::settings::depots::SyncScheduleStub.

void vmware::esx::settings::depots::SyncSchedule::Set ( vmware.esx.settings.depots.SyncScheduleTypes.Spec  spec)

Sets the software depot sync schedule.

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.InvalidArgumentIf SyncSchedule.Spec.schedule is unset while SyncSchedule.Spec.enabled is set to true or if any of the values is not within valid range.
vmware.vapi.std.errors.ErrorIf there is some unknown error. The accompanying error message will give more details about the failure.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires VcIntegrity.lifecycleSettings.Write .
Parameters:
specInformation of the software depot sync schedule. If null, it will be reset to the default schedule, which is daily at a random hour chosen when this API is called.

Implemented in vmware::esx::settings::depots::SyncScheduleStub.

void vmware::esx::settings::depots::SyncSchedule::Set ( vmware.esx.settings.depots.SyncScheduleTypes.Spec  spec,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Sets the software depot sync schedule.

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.InvalidArgumentIf SyncSchedule.Spec.schedule is unset while SyncSchedule.Spec.enabled is set to true or if any of the values is not within valid range.
vmware.vapi.std.errors.ErrorIf there is some unknown error. The accompanying error message will give more details about the failure.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires VcIntegrity.lifecycleSettings.Write .
Parameters:
specInformation of the software depot sync schedule. If null, it will be reset to the default schedule, which is daily at a random hour chosen when this API is called.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implemented in vmware::esx::settings::depots::SyncScheduleStub.

global::System.Threading.Tasks.Task vmware::esx::settings::depots::SyncSchedule::SetAsync ( vmware.esx.settings.depots.SyncScheduleTypes.Spec  spec,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Sets the software depot sync schedule.

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.InvalidArgumentIf SyncSchedule.Spec.schedule is unset while SyncSchedule.Spec.enabled is set to true or if any of the values is not within valid range.
vmware.vapi.std.errors.ErrorIf there is some unknown error. The accompanying error message will give more details about the failure.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires VcIntegrity.lifecycleSettings.Write .
Parameters:
specInformation of the software depot sync schedule. If null, it will be reset to the default schedule, which is daily at a random hour chosen when this API is called.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implemented in vmware::esx::settings::depots::SyncScheduleStub.

global::System.Threading.Tasks.Task vmware::esx::settings::depots::SyncSchedule::SetAsync ( vmware.esx.settings.depots.SyncScheduleTypes.Spec  spec)

Sets the software depot sync schedule.

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.InvalidArgumentIf SyncSchedule.Spec.schedule is unset while SyncSchedule.Spec.enabled is set to true or if any of the values is not within valid range.
vmware.vapi.std.errors.ErrorIf there is some unknown error. The accompanying error message will give more details about the failure.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires VcIntegrity.lifecycleSettings.Write .
Parameters:
specInformation of the software depot sync schedule. If null, it will be reset to the default schedule, which is daily at a random hour chosen when this API is called.

Implemented in vmware::esx::settings::depots::SyncScheduleStub.


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