Class shardimage\shardimagephp\models\cloud\Cloud

Inheritanceshardimage\shardimagephp\models\cloud\Cloud » shardimage\shardimagephpapi\base\BaseObject

Public Methods

Hide inherited methods

MethodDescriptionDefined 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

Hide inherited methods

MethodDescriptionDefined By
ensureClass() Creates an object from the given parameters. shardimage\shardimagephpapi\base\BaseObject

Property Details

$createdAt public property

Timestamp, when the cloud was created

public integer $createdAt null
$description public property

Description of the cloud

public string $description null
$firewall public property

If the cloud has firewall

$hasSuperBackup public property

Is the cloud has super backup

public boolean $hasSuperBackup null
$id public property

ID of the cloud

public string $id null
$info public property

Storage information

$name public property

Name of the cloud

public string $name null
$settings public property

Settings

public array $settings null
$updatedAt public property

Timestamp, when the cloud was last modified

public integer $updatedAt null

Method Details

init() public method

Custom initialization.

public void init ( )