|
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
|
Classes | |
| class | TimeSyncConfig |
| class | TimeSyncMode |
Avaliable Methods | |
| public method | get () |
| public method | new () |
| public method | set () |
Com::Vmware::Appliance::Techpreview::Timesync interface provides methods Performs time synchronization configuration.
| public method Com::Vmware::Appliance::Techpreview::Timesync::get | ( | ) |
Get time synchronization configuration.
| Time | synchronization configuration. The return type will be Com::Vmware::Appliance::Techpreview::Timesync::TimeSyncConfig |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code:
| public method Com::Vmware::Appliance::Techpreview::Timesync::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::Appliance::Techpreview::Timesync::set | ( | ) |
Set time synchronization configuration.
| config | [REQUIRED] Time synchronization configuration. . The value must be Com::Vmware::Appliance::Techpreview::Timesync::TimeSyncConfig. |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code: