|
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_comment () |
| public method | get_backup_password () |
| public method | set_comment () |
| public method | set_location_type () |
| public method | get_location_type () |
| public method | get_location_password () |
| public method | get_parts () |
| public method | set_location_password () |
| public method | get_location_user () |
| public method | set_parts () |
| public method | set_backup_password () |
| public method | get_location () |
| public method | set_location () |
| public method | new () |
| public method | set_location_user () |
Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest class Structure representing requested backup piece
| public method Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest::get_backup_password | ( | ) |
Gets the value of 'backup_password' property.
| backup_password | - The current value of the field. a password for a backup piece The backupPassword must adhere to the following password requirements: At least 8 characters, cannot be more than 20 characters in length. At least 1 uppercase letter. At least 1 lowercase letter. At least 1 numeric digit. At least 1 special character (i.e. any character not in [0-9,a-z,A-Z]). Only visible ASCII characters (for example, no space). Optional# |
Code:
| public method Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest::get_comment | ( | ) |
Gets the value of 'comment' property.
| comment | - The current value of the field. Custom comment Optional# |
Code:
| public method Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest::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::Backup::Job::BackupRequest::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::Backup::Job::BackupRequest::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::Backup::Job::BackupRequest::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::Backup::Job::BackupRequest::get_parts | ( | ) |
Gets the value of 'parts' property.
| parts | - The current value of the field. a list of optional parts. Run backup parts APIs to get list of optional parts and description List# |
Code:
| public method Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest::new | ( | ) |
Constructor to initialize the Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest structure
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest::set_backup_password | ( | ) |
Sets the given value for 'backup_password' property.
| backup_password | - New value for the field. a password for a backup piece The backupPassword must adhere to the following password requirements: At least 8 characters, cannot be more than 20 characters in length. At least 1 uppercase letter. At least 1 lowercase letter. At least 1 numeric digit. At least 1 special character (i.e. any character not in [0-9,a-z,A-Z]). Only visible ASCII characters (for example, no space). |
Code:
| public method Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest::set_comment | ( | ) |
Sets the given value for 'comment' property.
| comment | - New value for the field. Custom comment |
Code:
| public method Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest::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::Backup::Job::BackupRequest::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::Backup::Job::BackupRequest::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::Backup::Job::BackupRequest::set_location_user | ( | ) |
Sets the given value for 'location_user' property.
| location_user | - New value for the field. username for location |
Code:
| public method Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest::set_parts | ( | ) |
Sets the given value for 'parts' property.
| parts | - New value for the field. a list of optional parts. Run backup parts APIs to get list of optional parts and description |
Code: