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

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

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

Свойство Тип Описание
$account string The account name for the account that owns the object being acted on in the event (e.g. the owner of the virtual machine, ip address, or security group)
$created DateTime The date the event was created
$description string A brief description of the event
$domain string The name of the account's domain
$domainid string The id of the account's domain
$id string The ID of the event
$level string The event level (INFO, WARN, ERROR)
$parentid string Whether the event is parented
$project string The project name of the address
$projectid string The project id of the ipaddress
$state string The state of the event
$type string The type of the event (see event types)
$username string The name of the user who performed the action (can be different from the account if an admin is performing an action for a user, e.g. starting/stopping a user's virtual machine)

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

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

The account name for the account that owns the object being acted on in the event (e.g. the owner of the virtual machine, ip address, or security group)
public string $account
Результат string

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

The date the event was created
public DateTime $created
Результат DateTime

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

A brief description of the event
public string $description
Результат string

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

The name of the account's domain
public string $domain
Результат string

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

The id of the account's domain
public string $domainid
Результат string

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

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

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

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

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

Whether the event is parented
public string $parentid
Результат string

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

The project name of the address
public string $project
Результат string

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

The project id of the ipaddress
public string $projectid
Результат string

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

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

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

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

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

The name of the user who performed the action (can be different from the account if an admin is performing an action for a user, e.g. starting/stopping a user's virtual machine)
public string $username
Результат string