PHP Class Scalr\Service\CloudStack\DataType\JobResultData

Since: 4.5.2
Author: Vlad Dobrovolskiy ([email protected])
Inheritance: extends Scalr\Service\CloudStack\DataType\JobStatusData
Show file Open project: scalr/scalr

Public Properties

Property Type Description
$accountid string The account that executed the async command
$cmd string The async command executed
$created DateTime The created date of the job
$errorcode string Error code
$errortext string Error message
$jobinstanceid string The unique ID of the instance/entity object related to the job
$jobinstancetype string The instance/entity object related to the job
$jobprocstatus string The progress information of the PENDING job
$jobresultcode string The result code for the job
$jobresulttype string The result type
$userid string The user that executed the async command

Protected Properties

Property Type Description
$_properties array List of the public properties which is managed by magic getter and setters internally.

Public Methods

Method Description
setVirtualmachine ( VirtualMachineInstancesData $virtualmachine = null ) : JobResultData Sets virtualmachine

Method Details

setVirtualmachine() public method

Sets virtualmachine
public setVirtualmachine ( VirtualMachineInstancesData $virtualmachine = null ) : JobResultData
$virtualmachine VirtualMachineInstancesData
return JobResultData

Property Details

$_properties protected property

List of the public properties which is managed by magic getter and setters internally.
protected array $_properties
return array

$accountid public property

The account that executed the async command
public string $accountid
return string

$cmd public property

The async command executed
public string $cmd
return string

$created public property

The created date of the job
public DateTime $created
return DateTime

$errorcode public property

Error code
public string $errorcode
return string

$errortext public property

Error message
public string $errortext
return string

$jobinstanceid public property

The unique ID of the instance/entity object related to the job
public string $jobinstanceid
return string

$jobinstancetype public property

The instance/entity object related to the job
public string $jobinstancetype
return string

$jobprocstatus public property

The progress information of the PENDING job
public string $jobprocstatus
return string

$jobresultcode public property

The result code for the job
public string $jobresultcode
return string

$jobresulttype public property

The result type
public string $jobresulttype
return string

$userid public property

The user that executed the async command
public string $userid
return string