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::Restore::Job::RestoreRequest Class Reference
Inheritance diagram for Com::Vmware::Appliance::Recovery::Restore::Job::RestoreRequest:

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

Detailed Description

Com::Vmware::Appliance::Recovery::Restore::Job::RestoreRequest class Structure representing requested restore piece

Member Function Documentation

public method Com::Vmware::Appliance::Recovery::Restore::Job::RestoreRequest::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 Optional#
Code:
click to view
public method Com::Vmware::Appliance::Recovery::Restore::Job::RestoreRequest::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::Restore::Job::RestoreRequest::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::Restore::Job::RestoreRequest::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::Restore::Job::RestoreRequest::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::Restore::Job::RestoreRequest::new ( )

Constructor to initialize the Com::Vmware::Appliance::Recovery::Restore::Job::RestoreRequest structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Appliance::Recovery::Restore::Job::RestoreRequest::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
Code:
click to view
public method Com::Vmware::Appliance::Recovery::Restore::Job::RestoreRequest::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::Restore::Job::RestoreRequest::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::Restore::Job::RestoreRequest::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::Restore::Job::RestoreRequest::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

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