|
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 | LocalizableMessage |
| class | Part |
Avaliable Methods | |
| public method | get () |
| public method | new () |
| public method | list () |
Com::Vmware::Appliance::Recovery::Backup::Parts interface provides methods Provides list of parts optional for the backup
| public method Com::Vmware::Appliance::Recovery::Backup::Parts::get | ( | ) |
Get size of the optional part
| id | [REQUIRED] part id The value must be an identifier for the resource type getQualifiedName(com.vmware.appliance.recovery.backup.parts). . The value must be str. |
| int | size The return type will be Long |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code:
| public method Com::Vmware::Appliance::Recovery::Backup::Parts::list | ( | ) |
Get a list of the backup parts
| list | of parts The return type will be Array of Com::Vmware::Appliance::Recovery::Backup::Parts::Part |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code:
| public method Com::Vmware::Appliance::Recovery::Backup::Parts::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: