PHP Class Scalr\Service\CloudStack\DataType\EventResponseData

Since: 4.5.2
Author: Vlad Dobrovolskiy ([email protected])
Inheritance: extends Scalr\Service\CloudStack\DataType\AbstractDataType
显示文件 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_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
return string

$created public_oe property

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

$description public_oe property

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

$domain public_oe property

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

$domainid public_oe property

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

$id public_oe property

The ID of the event
public string $id
return string

$level public_oe property

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

$parentid public_oe property

Whether the event is parented
public string $parentid
return string

$project public_oe property

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

$projectid public_oe property

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

$state public_oe property

The state of the event
public string $state
return string

$type public_oe property

The type of the event (see event types)
public string $type
return 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
return string