PHP 클래스 Scalr\Service\CloudStack\DataType\JobResultData

부터: 4.5.2
저자: Vlad Dobrovolskiy ([email protected])
상속: extends Scalr\Service\CloudStack\DataType\JobStatusData
파일 보기 프로젝트 열기: scalr/scalr

공개 프로퍼티들

프로퍼티 타입 설명
$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

보호된 프로퍼티들

프로퍼티 타입 설명
$_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