|
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 | StorageMapping |
Avaliable Methods | |
| public method | resize () |
| public method | new () |
| public method | list () |
Com::Vmware::Appliance::System::Storage interface provides methods Appliance storage configuration
| public method Com::Vmware::Appliance::System::Storage::list | ( | ) |
Get disk to partition mapping
| list | of mapping items The return type will be Array of Com::Vmware::Appliance::System::Storage::StorageMapping |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code:
| public method Com::Vmware::Appliance::System::Storage::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::System::Storage::resize | ( | ) |
Resize all partitions to 100 percent of disk size
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code: