Class shardimage\shardimagephp\models\superbackup\targets\AmazonS3Target
Inheritance | shardimage\shardimagephp\models\superbackup\targets\AmazonS3Target » shardimage\shardimagephp\models\superbackup\targets\Target » shardimage\shardimagephpapi\base\BaseObject |
---|
Public Properties
Property | Type | Description | Defined By |
---|---|---|---|
$accessKey | string | Acces key of Amazon aws s3. | shardimage\shardimagephp\models\superbackup\targets\AmazonS3Target |
$bucket | string | Name of bucket. | shardimage\shardimagephp\models\superbackup\targets\Target |
$prefix | string | shardimage\shardimagephp\models\superbackup\targets\Target | |
$region | string | Name of the Amazon S3 region. | shardimage\shardimagephp\models\superbackup\targets\AmazonS3Target |
$secretKey | string | Secret key of Amazon aws s3. | shardimage\shardimagephp\models\superbackup\targets\AmazonS3Target |
$storageClass | string | Name of the storage class. | shardimage\shardimagephp\models\superbackup\targets\AmazonS3Target |
$type | string | shardimage\shardimagephp\models\superbackup\targets\Target |
Public Methods
Method | Description | Defined By |
---|---|---|
__construct() | Creates the object, populates the properties and calls the "init" method. | shardimage\shardimagephpapi\base\BaseObject |
__get() | Returns the value of a non-defined property, it there is a getter method. | shardimage\shardimagephpapi\base\BaseObject |
__isset() | Does the non-defined property with a getter exist and is it not NULL? | shardimage\shardimagephpapi\base\BaseObject |
__set() | Sets the value of a non-defined property, if there is a setter method. | shardimage\shardimagephpapi\base\BaseObject |
__unset() | Sets the value of a non-defined property to NULL, if there is a setter. | shardimage\shardimagephpapi\base\BaseObject |
getRegions() | shardimage\shardimagephp\models\superbackup\targets\AmazonS3Target | |
getStorageClasses() | shardimage\shardimagephp\models\superbackup\targets\AmazonS3Target | |
getType() | shardimage\shardimagephp\models\superbackup\targets\AmazonS3Target | |
toArray() | Converts the object an array. | shardimage\shardimagephpapi\base\BaseObject |
Protected Methods
Method | Description | Defined By |
---|---|---|
ensureClass() | Creates an object from the given parameters. | shardimage\shardimagephpapi\base\BaseObject |
init() | Custom initialization. | shardimage\shardimagephp\models\superbackup\targets\Target |
Property Details
Acces key of Amazon aws s3.
Name of the Amazon S3 region.
Secret key of Amazon aws s3.
Name of the storage class.