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

Avaliable Methods

public method set_messages ()
 
public method set_state ()
 
public method new ()
 
public method get_progress ()
 
public method get_state ()
 
public method set_progress ()
 
public method get_messages ()
 

Detailed Description

Com::Vmware::Appliance::Recovery::Restore::Job::RestoreJobStatus class Structure representing backup restore status

Member Function Documentation

public method Com::Vmware::Appliance::Recovery::Restore::Job::RestoreJobStatus::get_messages ( )

Gets the value of 'messages' property.

Return values
messages- The current value of the field. list of messages List#
Code:
click to view
public method Com::Vmware::Appliance::Recovery::Restore::Job::RestoreJobStatus::get_progress ( )

Gets the value of 'progress' property.

Return values
progress- The current value of the field. percentage complete long#
Code:
click to view
public method Com::Vmware::Appliance::Recovery::Restore::Job::RestoreJobStatus::get_state ( )

Gets the value of 'state' property.

Return values
state- The current value of the field. process state BackupRestoreProcessState#
Code:
click to view
public method Com::Vmware::Appliance::Recovery::Restore::Job::RestoreJobStatus::new ( )

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

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Appliance::Recovery::Restore::Job::RestoreJobStatus::set_messages ( )

Sets the given value for 'messages' property.

Parameters
messages- New value for the field. list of messages
Code:
click to view
public method Com::Vmware::Appliance::Recovery::Restore::Job::RestoreJobStatus::set_progress ( )

Sets the given value for 'progress' property.

Parameters
progress- New value for the field. percentage complete
Code:
click to view
public method Com::Vmware::Appliance::Recovery::Restore::Job::RestoreJobStatus::set_state ( )

Sets the given value for 'state' property.

Parameters
state- New value for the field. process state
Code:
click to view

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