PHP Class Scalr\Service\CloudStack\DataType\ListEventsData

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

Public Properties

Property Type Description
$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)

Property Details

$account public property

List resources by account. Must be used with the domainId parameter.
public string $account
return string

$domainid public property

List only resources belonging to the domain specified
public string $domainid
return string

$duration public property

The duration of the event
public string $duration
return string

$enddate public property

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
return DateTime

$entrytime public property

The time the event was entered
public string $entrytime
return string

$id public property

The ID of the event
public string $id
return string

$isrecursive public property

Defaults to false, but if true, lists all resources from the parent specified by the domainId till leaves.
public string $isrecursive
return string

$keyword public property

List by keyword
public string $keyword
return string

$level public property

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

$listall public property

Default value is false
public string $listall
return string

$startdate public property

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
return DateTime

$type public property

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