|
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 () |
| public method | new () |
| public method | update () |
The Com::Vmware::Content::Configuration interface provides methods to configure the global settings of the Content Library Service.
The configuration settings are used by the Content Library Service to control the behavior of various operations.
| public method Com::Vmware::Content::Configuration::get | ( | ) |
Retrieves the current configuration values.
| The | class Com::Vmware::Content::ConfigurationModel instance representing the configuration of the Content Library Service. The return type will be Com::Vmware::Content::ConfigurationModel |
Code:
| public method Com::Vmware::Content::Configuration::new | ( | ) |
Constructor to initialize the object
| api_provider | - protocol connection to use with stubs created by this factory |
| StubConfig | - Stub's additional configuration |
| Blessed | object |
Code:
| public method Com::Vmware::Content::Configuration::update | ( | ) |
Updates the configuration. The update is incremental. Any field in the class Com::Vmware::Content::ConfigurationModel class that is null will not be modified. Note that this update method doesn't guarantee an atomic change of all the properties. In the case of a system crash or failure, some of the properties could be left unchanged while others may be updated.
| model | [REQUIRED] The class Com::Vmware::Content::ConfigurationModel specifying the settings to update. . The value must be Com::Vmware::Content::ConfigurationModel. |
| Com::Vmware::Vapi::Std::Errors::InvalidArgument | if one of the configuration properties is not within the proper range. |
Code: