|
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 | AutoUpdateNotification |
| class | UpdateDay |
| class | UpdateStructGet |
| class | UpdateStructSet |
Avaliable Methods | |
| public method | get () |
| public method | new () |
| public method | set () |
Com::Vmware::Appliance::Techpreview::System::Update interface provides methods* Performs update repository configuration.
| public method Com::Vmware::Appliance::Techpreview::System::Update::get | ( | ) |
Get update repository configuration.
| update | related configuration The return type will be Com::Vmware::Appliance::Techpreview::System::Update::UpdateStructGet |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code:
| public method Com::Vmware::Appliance::Techpreview::System::Update::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::System::Update::set | ( | ) |
Set update repository configuration.
| config | [REQUIRED] update related configuration . The value must be Com::Vmware::Appliance::Techpreview::System::Update::UpdateStructSet. |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code: