PHP 클래스 Scalr\Service\Aws\Rds\DataType\DescribeEventRequestData

부터: 27.03.2013
저자: Vitaliy Demidov ([email protected])
상속: extends Scalr\Service\Aws\Rds\AbstractRdsDataType
파일 보기 프로젝트 열기: scalr/scalr 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$duration integer The number of minutes to retrieve events for Default: 60
$endTime DateTime The end of the time interval for which to retrieve events, specified in ISO 8601 format.
$eventCategories array Specifies the category for the event.
$marker string Provides the text of this event
$maxRecords integer Default: 100 Constraints: minimum 20, maximum 100
$sourceIdentifier string If not specified, then all sources are included in the response. Constraints: If SourceIdentifier is supplied, SourceType must also be provided. If the source type is DBInstance, then a DBInstanceIdentifier must be supplied. If the source type is DBSecurityGroup, a DBSecurityGroupName must be supplied. If the source type is DBParameterGroup, a DBParameterGroupName must be supplied. If the source type is DBSnapshot, a DBSnapshotIdentifier must be supplied. Cannot end with a hyphen or contain two consecutive hyphens.
$sourceType string Specifies the source type for this event
$startTime DateTime The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

프로퍼티 상세

$duration 공개적으로 프로퍼티

The number of minutes to retrieve events for Default: 60
public int $duration
리턴 integer

$endTime 공개적으로 프로퍼티

The end of the time interval for which to retrieve events, specified in ISO 8601 format.
public DateTime $endTime
리턴 DateTime

$eventCategories 공개적으로 프로퍼티

Specifies the category for the event.
public array $eventCategories
리턴 array

$marker 공개적으로 프로퍼티

Provides the text of this event
public string $marker
리턴 string

$maxRecords 공개적으로 프로퍼티

Default: 100 Constraints: minimum 20, maximum 100
public int $maxRecords
리턴 integer

$sourceIdentifier 공개적으로 프로퍼티

If not specified, then all sources are included in the response. Constraints: If SourceIdentifier is supplied, SourceType must also be provided. If the source type is DBInstance, then a DBInstanceIdentifier must be supplied. If the source type is DBSecurityGroup, a DBSecurityGroupName must be supplied. If the source type is DBParameterGroup, a DBParameterGroupName must be supplied. If the source type is DBSnapshot, a DBSnapshotIdentifier must be supplied. Cannot end with a hyphen or contain two consecutive hyphens.
public string $sourceIdentifier
리턴 string

$sourceType 공개적으로 프로퍼티

Specifies the source type for this event
public string $sourceType
리턴 string

$startTime 공개적으로 프로퍼티

The beginning of the time interval to retrieve events for, specified in ISO 8601 format.
public DateTime $startTime
리턴 DateTime