|
VMware vSphere Automation SDK Perl
The VMware vSphere Automation SDK for Perl supports the client-side vSphere Automation API for access to vSphere services and capabilities
|
Avaliable Methods | |
| public method | get_automatic_sync_enabled () |
| public method | set_maximum_concurrent_item_syncs () |
| public method | get_automatic_sync_stop_hour () |
| public method | get_maximum_concurrent_item_syncs () |
| public method | set_automatic_sync_stop_hour () |
| public method | set_automatic_sync_enabled () |
| public method | get_automatic_sync_start_hour () |
| public method | set_automatic_sync_start_hour () |
| public method | new () |
The Com::Vmware::Content::ConfigurationModel class defines the global settings of the Content Library Service.
| public method Com::Vmware::Content::ConfigurationModel::get_automatic_sync_enabled | ( | ) |
Gets the value of 'automatic_sync_enabled' property.
| automatic_sync_enabled | - The current value of the field. Whether automatic synchronization is enabled. |
When automatic synchronization is enabled, the Content Library Service will automatically synchronize all subscribed libraries on a daily basis. Subscribed libraries with the :attr:Com::Vmware::Content::Library::SubscriptionInfo.automatic_sync_enabled flag turned on will be synchronized every hour between :attr:Com::Vmware::Content::ConfigurationModel.automatic_sync_start_hour and :attr:Com::Vmware::Content::ConfigurationModel.automatic_sync_stop_hour .
optional#
Code:
| public method Com::Vmware::Content::ConfigurationModel::get_automatic_sync_start_hour | ( | ) |
Gets the value of 'automatic_sync_start_hour' property.
| automatic_sync_start_hour | - The current value of the field. The hour at which the automatic synchronization will start. This value is between 0 (midnight) and 23 inclusive. optional# |
Code:
| public method Com::Vmware::Content::ConfigurationModel::get_automatic_sync_stop_hour | ( | ) |
Gets the value of 'automatic_sync_stop_hour' property.
| automatic_sync_stop_hour | - The current value of the field. The hour at which the automatic synchronization will stop. Any active synchronization operation will continue to run, however no new synchronization operations will be triggered after the stop hour. This value is between 0 (midnight) and 23 inclusive. optional# |
Code:
| public method Com::Vmware::Content::ConfigurationModel::get_maximum_concurrent_item_syncs | ( | ) |
Gets the value of 'maximum_concurrent_item_syncs' property.
| maximum_concurrent_item_syncs | - The current value of the field. The maximum allowed number of library items to synchronize concurrently from remote libraries. This must be a positive number. The service may not be able to guarantee the requested concurrency if there is no available capacity. |
This setting is global across all subscribed libraries.
optional#
Code:
| public method Com::Vmware::Content::ConfigurationModel::new | ( | ) |
Constructor to initialize the Com::Vmware::Content::ConfigurationModel structure
| Blessed | object |
Code:
| public method Com::Vmware::Content::ConfigurationModel::set_automatic_sync_enabled | ( | ) |
Sets the given value for 'automatic_sync_enabled' property.
| automatic_sync_enabled | - New value for the field. Whether automatic synchronization is enabled. |
When automatic synchronization is enabled, the Content Library Service will automatically synchronize all subscribed libraries on a daily basis. Subscribed libraries with the :attr:Com::Vmware::Content::Library::SubscriptionInfo.automatic_sync_enabled flag turned on will be synchronized every hour between :attr:Com::Vmware::Content::ConfigurationModel.automatic_sync_start_hour and :attr:Com::Vmware::Content::ConfigurationModel.automatic_sync_stop_hour .
Code:
| public method Com::Vmware::Content::ConfigurationModel::set_automatic_sync_start_hour | ( | ) |
Sets the given value for 'automatic_sync_start_hour' property.
| automatic_sync_start_hour | - New value for the field. The hour at which the automatic synchronization will start. This value is between 0 (midnight) and 23 inclusive. |
Code:
| public method Com::Vmware::Content::ConfigurationModel::set_automatic_sync_stop_hour | ( | ) |
Sets the given value for 'automatic_sync_stop_hour' property.
| automatic_sync_stop_hour | - New value for the field. The hour at which the automatic synchronization will stop. Any active synchronization operation will continue to run, however no new synchronization operations will be triggered after the stop hour. This value is between 0 (midnight) and 23 inclusive. |
Code:
| public method Com::Vmware::Content::ConfigurationModel::set_maximum_concurrent_item_syncs | ( | ) |
Sets the given value for 'maximum_concurrent_item_syncs' property.
| maximum_concurrent_item_syncs | - New value for the field. The maximum allowed number of library items to synchronize concurrently from remote libraries. This must be a positive number. The service may not be able to guarantee the requested concurrency if there is no available capacity. |
This setting is global across all subscribed libraries.
Code: