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

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

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

Свойство Тип Описание
$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