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::Recovery::Backup::Parts Class Reference
Inheritance diagram for Com::Vmware::Appliance::Recovery::Backup::Parts:
Com::Vmware::Vapi::Bindings::VapiInterface

Classes

class  LocalizableMessage
 
class  Part
 

Avaliable Methods

public method get ()
 
public method new ()
 
public method list ()
 

Detailed Description

Com::Vmware::Appliance::Recovery::Backup::Parts interface provides methods Provides list of parts optional for the backup

Member Function Documentation

public method Com::Vmware::Appliance::Recovery::Backup::Parts::get ( )

Get size of the optional part

Parameters
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.
Return values
intsize The return type will be Long
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view
public method Com::Vmware::Appliance::Recovery::Backup::Parts::list ( )

Get a list of the backup parts

Return values
listof parts The return type will be Array of Com::Vmware::Appliance::Recovery::Backup::Parts::Part
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view
public method Com::Vmware::Appliance::Recovery::Backup::Parts::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

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