PHP Class Scalr\Service\CloudStack\DataType\JobResultData

Since: 4.5.2
Author: Vlad Dobrovolskiy ([email protected])
Inheritance: extends Scalr\Service\CloudStack\DataType\JobStatusData
Exibir arquivo 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_oe property

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

$accountid public_oe property

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

$cmd public_oe property

The async command executed
public string $cmd
return string

$created public_oe property

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

$errorcode public_oe property

Error code
public string $errorcode
return string

$errortext public_oe property

Error message
public string $errortext
return string

$jobinstanceid public_oe property

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

$jobinstancetype public_oe property

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

$jobprocstatus public_oe property

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

$jobresultcode public_oe property

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

$jobresulttype public_oe property

The result type
public string $jobresulttype
return string

$userid public_oe property

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