PHP Class Scalr\Service\Aws\Rds\DataType\DescribeEventRequestData

Since: 27.03.2013
Author: Vitaliy Demidov ([email protected])
Inheritance: extends Scalr\Service\Aws\Rds\AbstractRdsDataType
Mostra file Open project: scalr/scalr Class Usage Examples

Public Properties

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

Property Details

$duration public_oe property

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

$endTime public_oe property

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

$eventCategories public_oe property

Specifies the category for the event.
public array $eventCategories
return array

$marker public_oe property

Provides the text of this event
public string $marker
return string

$maxRecords public_oe property

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

$sourceIdentifier public_oe property

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

$sourceType public_oe property

Specifies the source type for this event
public string $sourceType
return string

$startTime public_oe property

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