PHP 클래스 Scalr\Service\CloudStack\DataType\ListEventsData

부터: 4.5.2
저자: Vlad Dobrovolskiy ([email protected])
상속: extends Scalr\Service\CloudStack\DataType\AbstractDataType
파일 보기 프로젝트 열기: scalr/scalr 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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)

프로퍼티 상세

$account 공개적으로 프로퍼티

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

$domainid 공개적으로 프로퍼티

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

$duration 공개적으로 프로퍼티

The duration of the event
public string $duration
리턴 string

$enddate 공개적으로 프로퍼티

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
리턴 DateTime

$entrytime 공개적으로 프로퍼티

The time the event was entered
public string $entrytime
리턴 string

$id 공개적으로 프로퍼티

The ID of the event
public string $id
리턴 string

$isrecursive 공개적으로 프로퍼티

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

$keyword 공개적으로 프로퍼티

List by keyword
public string $keyword
리턴 string

$level 공개적으로 프로퍼티

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

$listall 공개적으로 프로퍼티

Default value is false
public string $listall
리턴 string

$startdate 공개적으로 프로퍼티

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
리턴 DateTime

$type 공개적으로 프로퍼티

The event type (see event types)
public string $type
리턴 string