PHP Класс Scalr\Service\CloudStack\DataType\JobResultData

С версии: 4.5.2
Автор: Vlad Dobrovolskiy ([email protected])
Наследование: extends Scalr\Service\CloudStack\DataType\JobStatusData
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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 array List of the public properties which is managed by magic getter and setters internally.

Открытые методы

Метод Описание
setVirtualmachine ( VirtualMachineInstancesData $virtualmachine = null ) : JobResultData Sets virtualmachine

Описание методов

setVirtualmachine() публичный метод

Sets virtualmachine
public setVirtualmachine ( VirtualMachineInstancesData $virtualmachine = null ) : JobResultData
$virtualmachine VirtualMachineInstancesData
Результат JobResultData

Описание свойств

$_properties защищенное свойство

List of the public properties which is managed by magic getter and setters internally.
protected array $_properties
Результат array

$accountid публичное свойство

The account that executed the async command
public string $accountid
Результат string

$cmd публичное свойство

The async command executed
public string $cmd
Результат string

$created публичное свойство

The created date of the job
public DateTime $created
Результат DateTime

$errorcode публичное свойство

Error code
public string $errorcode
Результат string

$errortext публичное свойство

Error message
public string $errortext
Результат string

$jobinstanceid публичное свойство

The unique ID of the instance/entity object related to the job
public string $jobinstanceid
Результат string

$jobinstancetype публичное свойство

The instance/entity object related to the job
public string $jobinstancetype
Результат string

$jobprocstatus публичное свойство

The progress information of the PENDING job
public string $jobprocstatus
Результат string

$jobresultcode публичное свойство

The result code for the job
public string $jobresultcode
Результат string

$jobresulttype публичное свойство

The result type
public string $jobresulttype
Результат string

$userid публичное свойство

The user that executed the async command
public string $userid
Результат string