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
List of all members
Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest Class Reference
Inheritance diagram for Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest:

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 ()
 

Detailed Description

Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest class Structure representing requested backup piece

Member Function Documentation

public method Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest::get_backup_password ( )

Gets the value of 'backup_password' property.

Return values
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:
click to view
public method Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest::get_comment ( )

Gets the value of 'comment' property.

Return values
comment- The current value of the field. Custom comment Optional#
Code:
click to view
public method Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest::get_location ( )

Gets the value of 'location' property.

Return values
location- The current value of the field. path or url String#
Code:
click to view
public method Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest::get_location_password ( )

Gets the value of 'location_password' property.

Return values
location_password- The current value of the field. password for location Optional#
Code:
click to view
public method Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest::get_location_type ( )

Gets the value of 'location_type' property.

Return values
location_type- The current value of the field. a type of location LocationType#
Code:
click to view
public method Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest::get_location_user ( )

Gets the value of 'location_user' property.

Return values
location_user- The current value of the field. username for location Optional#
Code:
click to view
public method Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest::get_parts ( )

Gets the value of 'parts' property.

Return values
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:
click to view
public method Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest::new ( )

Constructor to initialize the Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest::set_backup_password ( )

Sets the given value for 'backup_password' property.

Parameters
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:
click to view
public method Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest::set_comment ( )

Sets the given value for 'comment' property.

Parameters
comment- New value for the field. Custom comment
Code:
click to view
public method Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest::set_location ( )

Sets the given value for 'location' property.

Parameters
location- New value for the field. path or url
Code:
click to view
public method Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest::set_location_password ( )

Sets the given value for 'location_password' property.

Parameters
location_password- New value for the field. password for location
Code:
click to view
public method Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest::set_location_type ( )

Sets the given value for 'location_type' property.

Parameters
location_type- New value for the field. a type of location
Code:
click to view
public method Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest::set_location_user ( )

Sets the given value for 'location_user' property.

Parameters
location_user- New value for the field. username for location
Code:
click to view
public method Com::Vmware::Appliance::Recovery::Backup::Job::BackupRequest::set_parts ( )

Sets the given value for 'parts' property.

Parameters
parts- New value for the field. a list of optional parts. Run backup parts APIs to get list of optional parts and description
Code:
click to view

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