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
 All Classes Files Functions
List of all members
Com::Vmware::Content::ConfigurationModel Class Reference
Inheritance diagram for Com::Vmware::Content::ConfigurationModel:

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 ()
 

Detailed Description

The Com::Vmware::Content::ConfigurationModel class defines the global settings of the Content Library Service.

Member Function Documentation

public method Com::Vmware::Content::ConfigurationModel::get_automatic_sync_enabled ( )

Gets the value of 'automatic_sync_enabled' property.

Return values
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:
click to view
public method Com::Vmware::Content::ConfigurationModel::get_automatic_sync_start_hour ( )

Gets the value of 'automatic_sync_start_hour' property.

Return values
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:
click to view
public method Com::Vmware::Content::ConfigurationModel::get_automatic_sync_stop_hour ( )

Gets the value of 'automatic_sync_stop_hour' property.

Return values
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:
click to view
public method Com::Vmware::Content::ConfigurationModel::get_maximum_concurrent_item_syncs ( )

Gets the value of 'maximum_concurrent_item_syncs' property.

Return values
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:
click to view
public method Com::Vmware::Content::ConfigurationModel::new ( )

Constructor to initialize the Com::Vmware::Content::ConfigurationModel structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Content::ConfigurationModel::set_automatic_sync_enabled ( )

Sets the given value for 'automatic_sync_enabled' property.

Parameters
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:
click to view
public method Com::Vmware::Content::ConfigurationModel::set_automatic_sync_start_hour ( )

Sets the given value for 'automatic_sync_start_hour' property.

Parameters
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:
click to view
public method Com::Vmware::Content::ConfigurationModel::set_automatic_sync_stop_hour ( )

Sets the given value for 'automatic_sync_stop_hour' property.

Parameters
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:
click to view
public method Com::Vmware::Content::ConfigurationModel::set_maximum_concurrent_item_syncs ( )

Sets the given value for 'maximum_concurrent_item_syncs' property.

Parameters
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:
click to view

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