PHP Class Scalr\Service\CloudStack\DataType\EventResponseData

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

Public Properties

Property 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 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
return string

$created public property

The date the event was created
public DateTime $created
return DateTime

$description public property

A brief description of the event
public string $description
return string

$domain public property

The name of the account's domain
public string $domain
return string

$domainid public property

The id of the account's domain
public string $domainid
return string

$id public property

The ID of the event
public string $id
return string

$level public property

The event level (INFO, WARN, ERROR)
public string $level
return string

$parentid public property

Whether the event is parented
public string $parentid
return string

$project public property

The project name of the address
public string $project
return string

$projectid public property

The project id of the ipaddress
public string $projectid
return string

$state public property

The state of the event
public string $state
return string

$type public property

The type of the event (see event types)
public string $type
return string

$username public 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
return string