VMware vSphere Automation SDK for .NET 7.0.0.1
|
The SyncSchedule
interface provides methods to manage Schedule of Online Software Depot sync.
More...
Inherited by vmware::esx::settings::depots::SyncScheduleStub.
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. |
The SyncSchedule
interface provides methods to manage Schedule of Online Software Depot sync.
vmware.esx.settings.depots.SyncScheduleTypes.Spec vmware::esx::settings::depots::SyncSchedule::Get | ( | ) |
Returns the currently configured software depot sync schedule.
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.Error | If there is some unknown error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
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.
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.Error | If there is some unknown error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
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.
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.Error | If there is some unknown error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
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.
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.Error | If there is some unknown error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
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.
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.InvalidArgument | If 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.Error | If there is some unknown error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
spec | Information 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.
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.InvalidArgument | If 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.Error | If there is some unknown error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
spec | Information 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. |
_progress | Progress notification call back |
_invocationConfig | Configuration 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.
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.InvalidArgument | If 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.Error | If there is some unknown error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
spec | Information 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. |
_progress | Progress notification call back |
_invocationConfig | Configuration 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.
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.InvalidArgument | If 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.Error | If there is some unknown error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
spec | Information 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.