PHP Класс Scalr\Service\Aws\Rds\DataType\DescribeEventRequestData

С версии: 27.03.2013
Автор: Vitaliy Demidov ([email protected])
Наследование: extends Scalr\Service\Aws\Rds\AbstractRdsDataType
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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