Property | Type | Description | |
---|---|---|---|
$allocatedStorage | integer | Specifies the allocated storage size specified in gigabytes. | |
$autoMinorVersionUpgrade | boolean | Indicates that minor version patches are applied automatically | |
$availabilityZone | string | Specifies the name of the Availability Zone the DB Instance is located in. | |
$backupRetentionPeriod | integer | Specifies the number of days for which automatic DB Snapshots are retained | |
$characterSetName | string | If present, specifies the name of the character set that this instance is associated with | |
$dBClusterIdentifier | string | If the DB instance is a member of a DB cluster, contains the name of the DB cluster that the DB instance is a member of. | |
$dBInstanceClass | string | Contains the name of the compute and memory capacity class of the DB Instance | |
$dBInstanceIdentifier | string | This is the unique key that identifies a DB Instance | |
$dBInstanceStatus | string | Specifies the current state of this database | |
$dBName | string | MySQL Contains the name of the initial database of this instance that was provided at create time, if one was specified when the DB Instance was created. This same name is returned for the life of the DB Instance. Oracle Contains the Oracle System ID (SID) of the created DB Instance | |
$engine | string | Provides the name of the database engine to be used for this DB Instance. | |
$engineVersion | string | Indicates the database engine version. | |
$instanceCreateTime | DateTime | Provides the date and time the DB Instance was created. | |
$iops | integer | Specifies the Provisioned IOPS (I/O operations per second) value | |
$kmsKeyId | string | If StorageEncrypted is true, the KMS key identifier for the encrypted DB instance. | |
$latestRestorableTime | DateTime | Specifies the latest time to which a database can be restored with point-in-time restore | |
$licenseModel | string | License model information for this DB Instance | |
$masterUsername | string | Contains the master username for the DB Instance | |
$multiAZ | boolean | Specifies if the DB Instance is a Multi-AZ deployment. | |
$preferredBackupWindow | string | Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod | |
$preferredMaintenanceWindow | string | Specifies the weekly time range (in UTC) during which system maintenance can occur | |
$publiclyAccessible | boolean | publiclyAccessible | |
$readReplicaDBInstanceIdentifiers | array | Contains one or more identifiers of the Read Replicas associated with this DB Instance | |
$readReplicaSourceDBInstanceIdentifier | string | Contains the identifier of the source DB Instance if this DB Instance is a Read Replica | |
$secondaryAvailabilityZone | string | If present, specifies the name of the secondary Availability Zone for a DB instance with multi-AZ support. | |
$storageEncrypted | boolean | Specifies whether the DB instance is encrypted. | |
$storageType | string | Specifies the storage type to be associated with the DB instance. |
Property | Type | Description | |
---|---|---|---|
$_properties | array | List of the public properties which is managed by magic getter and setters internally. |
Method | Description | |
---|---|---|
addTags ( array | Scalr\Service\Aws\Rds\DataType\TagsList $tagsList ) : array | Adds metadata tags to an Amazon RDS resource. | |
createSnapshot ( string $dBSnapshotIdentifier ) : |
CreateDBSnapshot | |
delete ( boolean $skipFinalSnapshot = null, string $finalDBSnapshotIdentifier = null ) : |
DeleteDBInstance action | |
describeTags ( ) : Scalr\Service\Aws\Rds\DataType\TagsList | Lists all tags on an Amazon RDS resource. | |
getModifyRequest ( ) : Scalr\Service\Aws\Rds\DataType\ModifyDBInstanceRequestData | Creates and returns new ModifyDbInstanceRequestData object for this DBInstance | |
getRestoreFromSnapshotRequest ( string $dbSnapshotIdentifier ) : Scalr\Service\Aws\Rds\DataType\RestoreDBInstanceFromDBSnapshotRequestData | Gets a new RestoreDBInstanceFromDBSnapshotRequestData object for this DB Instance | |
modify ( Scalr\Service\Aws\Rds\DataType\ModifyDBInstanceRequestData $request ) : |
ModifyDBInstance action | |
reboot ( boolean $forceFailover = null ) : |
RebootDBInstance action | |
refresh ( ) : |
DescribeDBInstances action | |
removeTags ( array | |
Removes metadata tags from an Amazon RDS resource. | |
restoreFromSnapshot ( Scalr\Service\Aws\Rds\DataType\RestoreDBInstanceFromDBSnapshotRequestData | string $request ) : |
RestoreDBInstanceFromDBSnapshot action |
Method | Description | |
---|---|---|
throwExceptionIfNotInitialized ( ) |
public createSnapshot ( string $dBSnapshotIdentifier ) : |
||
$dBSnapshotIdentifier | string | The identifier for the DB Snapshot. |
return | Returns DBSnapshotData on success or throws an exception. |
public delete ( boolean $skipFinalSnapshot = null, string $finalDBSnapshotIdentifier = null ) : |
||
$skipFinalSnapshot | boolean | optional Determines whether a final DB Snapshot is created before the DB Instance is deleted |
$finalDBSnapshotIdentifier | string | optional The DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to false |
return | Returns created DBInstance |
public describeTags ( ) : Scalr\Service\Aws\Rds\DataType\TagsList | ||
return | Scalr\Service\Aws\Rds\DataType\TagsList |
public getModifyRequest ( ) : Scalr\Service\Aws\Rds\DataType\ModifyDBInstanceRequestData | ||
return | Scalr\Service\Aws\Rds\DataType\ModifyDBInstanceRequestData | Returns new ModifyDbInstanceRequestData object for this DBInstance |
public getRestoreFromSnapshotRequest ( string $dbSnapshotIdentifier ) : Scalr\Service\Aws\Rds\DataType\RestoreDBInstanceFromDBSnapshotRequestData | ||
$dbSnapshotIdentifier | string | The DB Snapshot Identifier. |
return | Scalr\Service\Aws\Rds\DataType\RestoreDBInstanceFromDBSnapshotRequestData |
public modify ( Scalr\Service\Aws\Rds\DataType\ModifyDBInstanceRequestData $request ) : |
||
$request | Scalr\Service\Aws\Rds\DataType\ModifyDBInstanceRequestData | Modify DB Instance request object |
return | Returns modified DBInstance |
public refresh ( ) : |
||
return | Return refreshed object |
public removeTags ( array | |
||
$tagsKeys | array | |
Array of tag keys to remove |
return | boolean |
public restoreFromSnapshot ( Scalr\Service\Aws\Rds\DataType\RestoreDBInstanceFromDBSnapshotRequestData | string $request ) : |
||
$request | Scalr\Service\Aws\Rds\DataType\RestoreDBInstanceFromDBSnapshotRequestData | string | The request object or DB Snapshot Identifier |
return | Returns DBInstanceData on success or throws an exception. |
protected array $_properties | ||
return | array |
public int $allocatedStorage | ||
return | integer |
public bool $autoMinorVersionUpgrade | ||
return | boolean |
public string $availabilityZone | ||
return | string |
public int $backupRetentionPeriod | ||
return | integer |
public string $characterSetName | ||
return | string |
public string $dBClusterIdentifier | ||
return | string |
public string $dBInstanceClass | ||
return | string |
public string $dBInstanceIdentifier | ||
return | string |
public string $dBInstanceStatus | ||
return | string |
public string $dBName | ||
return | string |
public string $engine | ||
return | string |
public string $engineVersion | ||
return | string |
public DateTime $instanceCreateTime | ||
return | DateTime |
public int $iops | ||
return | integer |
public string $kmsKeyId | ||
return | string |
public DateTime $latestRestorableTime | ||
return | DateTime |
public string $licenseModel | ||
return | string |
public string $masterUsername | ||
return | string |
public bool $multiAZ | ||
return | boolean |
public string $preferredBackupWindow | ||
return | string |
public string $preferredMaintenanceWindow | ||
return | string |
public bool $publiclyAccessible | ||
return | boolean |
public array $readReplicaDBInstanceIdentifiers | ||
return | array |
public string $readReplicaSourceDBInstanceIdentifier | ||
return | string |
public string $secondaryAvailabilityZone | ||
return | string |
public bool $storageEncrypted | ||
return | boolean |
public string $storageType | ||
return | string |