PHP Class Scalr\Service\CloudStack\DataType\EventResponseData

Since: 4.5.2
Author: Vlad Dobrovolskiy ([email protected])
Inheritance: extends Scalr\Service\CloudStack\DataType\AbstractDataType
Afficher le fichier Open project: scalr/scalr

Méthodes publiques

Свойство Type Description
$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)

Property Details

$account public_oe property

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
Résultat string

$created public_oe property

The date the event was created
public DateTime $created
Résultat DateTime

$description public_oe property

A brief description of the event
public string $description
Résultat string

$domain public_oe property

The name of the account's domain
public string $domain
Résultat string

$domainid public_oe property

The id of the account's domain
public string $domainid
Résultat string

$id public_oe property

The ID of the event
public string $id
Résultat string

$level public_oe property

The event level (INFO, WARN, ERROR)
public string $level
Résultat string

$parentid public_oe property

Whether the event is parented
public string $parentid
Résultat string

$project public_oe property

The project name of the address
public string $project
Résultat string

$projectid public_oe property

The project id of the ipaddress
public string $projectid
Résultat string

$state public_oe property

The state of the event
public string $state
Résultat string

$type public_oe property

The type of the event (see event types)
public string $type
Résultat string

$username public_oe property

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
Résultat string