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

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

공개 프로퍼티들

프로퍼티 타입 설명
$account string List resources by account. Must be used with the domainId parameter.
$domainid string List only resources belonging to the domain specified
$isrecursive string Defaults to false, but if true, lists all resources from the parent specified by the domainId till leaves.
$keyword string List by keyword
$listall string Default value is false
$startdate DateTime The start date of the async job

프로퍼티 상세

$account 공개적으로 프로퍼티

List resources by account. Must be used with the domainId parameter.
public string $account
리턴 string

$domainid 공개적으로 프로퍼티

List only resources belonging to the domain specified
public string $domainid
리턴 string

$isrecursive 공개적으로 프로퍼티

Defaults to false, but if true, lists all resources from the parent specified by the domainId till leaves.
public string $isrecursive
리턴 string

$keyword 공개적으로 프로퍼티

List by keyword
public string $keyword
리턴 string

$listall 공개적으로 프로퍼티

Default value is false
public string $listall
리턴 string

$startdate 공개적으로 프로퍼티

The start date of the async job
public DateTime $startdate
리턴 DateTime