Class shardimage\shardimagephp\models\cloud\Cloud
Inheritance | shardimage\shardimagephp\models\cloud\Cloud » shardimage\shardimagephpapi\base\BaseObject |
---|
Public Properties
Property | Type | Description | Defined By |
---|---|---|---|
$createdAt | integer | Timestamp, when the cloud was created | shardimage\shardimagephp\models\cloud\Cloud |
$description | string | Description of the cloud | shardimage\shardimagephp\models\cloud\Cloud |
$firewall | shardimage\shardimagephp\models\firewall\Firewall | If the cloud has firewall | shardimage\shardimagephp\models\cloud\Cloud |
$hasSuperBackup | boolean | Is the cloud has super backup | shardimage\shardimagephp\models\cloud\Cloud |
$id | string | ID of the cloud | shardimage\shardimagephp\models\cloud\Cloud |
$info | shardimage\shardimagephp\models\cloud\Info | Storage information | shardimage\shardimagephp\models\cloud\Cloud |
$name | string | Name of the cloud | shardimage\shardimagephp\models\cloud\Cloud |
$settings | array | Settings | shardimage\shardimagephp\models\cloud\Cloud |
$updatedAt | integer | Timestamp, when the cloud was last modified | shardimage\shardimagephp\models\cloud\Cloud |
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 |
init() | Custom initialization. | shardimage\shardimagephp\models\cloud\Cloud |
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 |
Property Details
Timestamp, when the cloud was created
Description of the cloud
If the cloud has firewall
Is the cloud has super backup
ID of the cloud
Storage information
Name of the cloud
Settings
Timestamp, when the cloud was last modified