Documentation

InstanceCreate extends ModelOptions
in package

Table of Contents

Properties

$activation_email  : bool|null
$app_id  : int|null
$attach_vpc  : array<string|int, mixed>|null
$backups  : string|null
$ddos_protection  : bool|null
$enable_ipv6  : bool|null
$enable_vpc  : bool|null
$firewall_group_id  : string|null
$hostname  : string|null
$image_id  : string|null
$ipxe_chain_url  : string|null
$iso_id  : string|null
$label  : string|null
$os_id  : int|null
$plan  : string
$region  : string
$reserved_ip  : string|null
$script_id  : string|null
$snapshot_id  : string|null
$sshkey_id  : array<string|int, mixed>|null
$tags  : array<string|int, mixed>|null
$user_data  : string|null
$prop_map  : array<string|int, mixed>

Methods

__call()  : mixed
__construct()  : mixed
getPayloadParams()  : array<string|int, mixed>

Properties

$attach_vpc

protected array<string|int, mixed>|null $attach_vpc = null

$firewall_group_id

protected string|null $firewall_group_id = null

$sshkey_id

protected array<string|int, mixed>|null $sshkey_id = null

Methods

__call()

public __call(mixed $name, mixed $args) : mixed
Parameters
$name : mixed
$args : mixed

__construct()

public __construct(string $region, string $plan) : mixed
Parameters
$region : string
$plan : string

getPayloadParams()

public getPayloadParams() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results