|
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
|
Avaliable Methods | |
| public method | set_selected_by_default () |
| public method | set_description () |
| public method | get_id () |
| public method | get_optional () |
| public method | set_name () |
| public method | set_id () |
| public method | set_optional () |
| public method | get_description () |
| public method | get_selected_by_default () |
| public method | new () |
| public method | get_name () |
Com::Vmware::Appliance::Recovery::Backup::Parts::Part class Structure representing backup restore part
| public method Com::Vmware::Appliance::Recovery::Backup::Parts::Part::get_description | ( | ) |
Gets the value of 'description' property.
| description | - The current value of the field. part description id in message bundle LocalizableMessage# |
Code:
| public method Com::Vmware::Appliance::Recovery::Backup::Parts::Part::get_id | ( | ) |
Gets the value of 'id' property.
| id | - The current value of the field. part ID ID# |
Code:
| public method Com::Vmware::Appliance::Recovery::Backup::Parts::Part::get_name | ( | ) |
Gets the value of 'name' property.
| name | - The current value of the field. part name id in message bundle LocalizableMessage# |
Code:
| public method Com::Vmware::Appliance::Recovery::Backup::Parts::Part::get_optional | ( | ) |
Gets the value of 'optional' property.
| optional | - The current value of the field. Estimated size of this piece boolean# |
Code:
| public method Com::Vmware::Appliance::Recovery::Backup::Parts::Part::get_selected_by_default | ( | ) |
Gets the value of 'selected_by_default' property.
| selected_by_default | - The current value of the field. Is part selected by default in UI boolean# |
Code:
| public method Com::Vmware::Appliance::Recovery::Backup::Parts::Part::new | ( | ) |
Constructor to initialize the Com::Vmware::Appliance::Recovery::Backup::Parts::Part structure
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Recovery::Backup::Parts::Part::set_description | ( | ) |
Sets the given value for 'description' property.
| description | - New value for the field. part description id in message bundle |
Code:
| public method Com::Vmware::Appliance::Recovery::Backup::Parts::Part::set_id | ( | ) |
Sets the given value for 'id' property.
| id | - New value for the field. part ID |
Code:
| public method Com::Vmware::Appliance::Recovery::Backup::Parts::Part::set_name | ( | ) |
Sets the given value for 'name' property.
| name | - New value for the field. part name id in message bundle |
Code:
| public method Com::Vmware::Appliance::Recovery::Backup::Parts::Part::set_optional | ( | ) |
Sets the given value for 'optional' property.
| optional | - New value for the field. Estimated size of this piece |
Code:
| public method Com::Vmware::Appliance::Recovery::Backup::Parts::Part::set_selected_by_default | ( | ) |
Sets the given value for 'selected_by_default' property.
| selected_by_default | - New value for the field. Is part selected by default in UI |
Code: