프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$allocatedStorage | integer | Specifies the allocated storage size in gigabytes (GB). | |
$availabilityZone | string | Specifies the name of the Availability Zone the DB Instance was located in at the time of the DB Snapshot. | |
$dBInstanceIdentifier | string | Specifies the the DBInstanceIdentifier of the DB Instance this DB Snapshot was created from | |
$dBSnapshotIdentifier | string | Specifies the identifier for the DB Snapshot. | |
$engine | string | Specifies the name of the database engine | |
$engineVersion | string | Specifies the version of the database engine | |
$instanceCreateTime | DateTime | Specifies the time (UTC) when the snapshot was taken | |
$iops | integer | Specifies the Provisioned IOPS (I/O operations per second) value of the DB Instance at the time of the snapshot | |
$licenseModel | string | License model information for the restored DB Instance | |
$masterUsername | string | Provides the master username for the DB Instance | |
$port | integer | Specifies the port that the database engine was listening on at the time of the snapshot | |
$snapshotCreateTime | DateTime | Provides the time (UTC) when the snapshot was taken. | |
$snapshotType | string | Provides the type of the DB Snapshot | |
$status | string | Specifies the status of this DB Snapshot | |
$storageType | string | Valid values: standard | gp2 | io1 If you specify io1, you must also include a value for the Iops parameter. Default: io1 if the Iops parameter is specified; otherwise standard | |
$vpcId | string | Provides the Vpc Id associated with the DB Snapshot |
메소드 | 설명 | |
---|---|---|
delete ( ) : |
DeleteDBSnapshot action | |
getRestoreFromSnapshotRequest ( string $dbInstanceIdentifier ) : Scalr\Service\Aws\Rds\DataType\RestoreDBInstanceFromDBSnapshotRequestData | Gets a new RestoreDBInstanceFromDBSnapshotRequestData object for this DB Instance | |
refresh ( ) : |
DescribeDBSnapshots action | |
restoreFromSnapshot ( Scalr\Service\Aws\Rds\DataType\RestoreDBInstanceFromDBSnapshotRequestData | string $request ) : |
RestoreDBInstanceFromDBSnapshot action |
메소드 | 설명 | |
---|---|---|
throwExceptionIfNotInitialized ( ) |
public delete ( ) : |
||
리턴 | Returns DBSnapshotData on success or throws an exception. |
public getRestoreFromSnapshotRequest ( string $dbInstanceIdentifier ) : Scalr\Service\Aws\Rds\DataType\RestoreDBInstanceFromDBSnapshotRequestData | ||
$dbInstanceIdentifier | string | The DB Instance Identifier. |
리턴 | Scalr\Service\Aws\Rds\DataType\RestoreDBInstanceFromDBSnapshotRequestData |
public refresh ( ) : |
||
리턴 | Returns DBSnapshotData on success or throws an exception. |
public restoreFromSnapshot ( Scalr\Service\Aws\Rds\DataType\RestoreDBInstanceFromDBSnapshotRequestData | string $request ) : |
||
$request | Scalr\Service\Aws\Rds\DataType\RestoreDBInstanceFromDBSnapshotRequestData | string | The request object or DB Instance Identifier |
리턴 | Returns DBInstanceData on success or throws an exception. |
public int $allocatedStorage | ||
리턴 | integer |
public string $availabilityZone | ||
리턴 | string |
public string $dBInstanceIdentifier | ||
리턴 | string |
public string $dBSnapshotIdentifier | ||
리턴 | string |
public string $engineVersion | ||
리턴 | string |
public DateTime $instanceCreateTime | ||
리턴 | DateTime |
public int $iops | ||
리턴 | integer |
public string $licenseModel | ||
리턴 | string |
public string $masterUsername | ||
리턴 | string |
public int $port | ||
리턴 | integer |
public DateTime $snapshotCreateTime | ||
리턴 | DateTime |
public string $storageType | ||
리턴 | string |
public string $vpcId | ||
리턴 | string |