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
 All Classes Files Functions
Classes | List of all members
Com::Vmware::Appliance::System::Storage Class Reference
Inheritance diagram for Com::Vmware::Appliance::System::Storage:
Com::Vmware::Vapi::Bindings::VapiInterface

Classes

class  StorageMapping
 

Avaliable Methods

public method resize ()
 
public method new ()
 
public method list ()
 

Detailed Description

Com::Vmware::Appliance::System::Storage interface provides methods Appliance storage configuration

Member Function Documentation

public method Com::Vmware::Appliance::System::Storage::list ( )

Get disk to partition mapping

Return values
listof mapping items The return type will be Array of Com::Vmware::Appliance::System::Storage::StorageMapping
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view
public method Com::Vmware::Appliance::System::Storage::new ( )

Constructor to initialize the object

Parameters
api_provider- protocol connection to use with stubs created by this factory
StubConfig- Stub's additional configuration
Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Appliance::System::Storage::resize ( )

Resize all partitions to 100 percent of disk size

Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view

The documentation for this class was generated from the following file: