|
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 | get_backup_password () |
| public method | set_location_type () |
| public method | get_location_type () |
| public method | get_location_password () |
| public method | set_location_password () |
| public method | get_location_user () |
| public method | set_backup_password () |
| public method | get_location () |
| public method | new () |
| public method | set_location () |
| public method | set_location_user () |
Com::Vmware::Appliance::Recovery::Restore::Job::RestoreRequest class Structure representing requested restore piece
| public method Com::Vmware::Appliance::Recovery::Restore::Job::RestoreRequest::get_backup_password | ( | ) |
Gets the value of 'backup_password' property.
| backup_password | - The current value of the field. a password for a backup piece Optional# |
Code:
| public method Com::Vmware::Appliance::Recovery::Restore::Job::RestoreRequest::get_location | ( | ) |
Gets the value of 'location' property.
| location | - The current value of the field. path or url String# |
Code:
| public method Com::Vmware::Appliance::Recovery::Restore::Job::RestoreRequest::get_location_password | ( | ) |
Gets the value of 'location_password' property.
| location_password | - The current value of the field. password for location Optional# |
Code:
| public method Com::Vmware::Appliance::Recovery::Restore::Job::RestoreRequest::get_location_type | ( | ) |
Gets the value of 'location_type' property.
| location_type | - The current value of the field. a type of location LocationType# |
Code:
| public method Com::Vmware::Appliance::Recovery::Restore::Job::RestoreRequest::get_location_user | ( | ) |
Gets the value of 'location_user' property.
| location_user | - The current value of the field. username for location Optional# |
Code:
| public method Com::Vmware::Appliance::Recovery::Restore::Job::RestoreRequest::new | ( | ) |
Constructor to initialize the Com::Vmware::Appliance::Recovery::Restore::Job::RestoreRequest structure
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Recovery::Restore::Job::RestoreRequest::set_backup_password | ( | ) |
Sets the given value for 'backup_password' property.
| backup_password | - New value for the field. a password for a backup piece |
Code:
| public method Com::Vmware::Appliance::Recovery::Restore::Job::RestoreRequest::set_location | ( | ) |
Sets the given value for 'location' property.
| location | - New value for the field. path or url |
Code:
| public method Com::Vmware::Appliance::Recovery::Restore::Job::RestoreRequest::set_location_password | ( | ) |
Sets the given value for 'location_password' property.
| location_password | - New value for the field. password for location |
Code:
| public method Com::Vmware::Appliance::Recovery::Restore::Job::RestoreRequest::set_location_type | ( | ) |
Sets the given value for 'location_type' property.
| location_type | - New value for the field. a type of location |
Code:
| public method Com::Vmware::Appliance::Recovery::Restore::Job::RestoreRequest::set_location_user | ( | ) |
Sets the given value for 'location_user' property.
| location_user | - New value for the field. username for location |
Code: