Class shardimage\shardimagephp\models\firewall\Firewall
Inheritance | shardimage\shardimagephp\models\firewall\Firewall » shardimage\shardimagephpapi\base\BaseObject |
---|
Public Properties
Property | Type | Description | Defined By |
---|---|---|---|
$cloudIds | array | Cloud IDs you want to add the firewall | shardimage\shardimagephp\models\firewall\Firewall |
$clouds | \shardimage\shardimagephp\models\firewall\Cloud[] | Objects you want to add the firewall | shardimage\shardimagephp\models\firewall\Firewall |
$createdAt | integer | shardimage\shardimagephp\models\firewall\Firewall | |
$id | string | shardimage\shardimagephp\models\firewall\Firewall | |
$name | string | shardimage\shardimagephp\models\firewall\Firewall | |
$rules | shardimage\shardimagephp\models\firewall\Rules | shardimage\shardimagephp\models\firewall\Firewall | |
$updatedAt | integer | shardimage\shardimagephp\models\firewall\Firewall |
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\firewall\Firewall |
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
Cloud IDs you want to add the firewall
Objects you want to add the firewall