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

С версии: 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
$duration string The duration of the event
$enddate DateTime The end date range of the list you want to retrieve (use format "yyyy-MM-dd" or the new format "yyyy-MM-dd HH:mm:ss")
$entrytime string The time the event was entered
$id string The ID of the event
$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
$level string The event level (INFO, WARN, ERROR)
$listall string Default value is false
$startdate DateTime The start date range of the list you want to retrieve (use format "yyyy-MM-dd" or the new format "yyyy-MM-dd HH:mm:ss")
$type string The event type (see event types)

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

$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

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

The duration of the event
public string $duration
Результат string

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

The end date range of the list you want to retrieve (use format "yyyy-MM-dd" or the new format "yyyy-MM-dd HH:mm:ss")
public DateTime $enddate
Результат DateTime

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

The time the event was entered
public string $entrytime
Результат string

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

The ID of the event
public string $id
Результат 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

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

The event level (INFO, WARN, ERROR)
public string $level
Результат string

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

Default value is false
public string $listall
Результат string

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

The start date range of the list you want to retrieve (use format "yyyy-MM-dd" or the new format "yyyy-MM-dd HH:mm:ss")
public DateTime $startdate
Результат DateTime

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

The event type (see event types)
public string $type
Результат string