Table of Contents
Properties
-
$app_id
: int|null
-
$attach_vpc
: array<string|int, mixed>|null
-
$backups
: string|null
-
$ddos_protection
: bool|null
-
$detach_vpc
: array<string|int, mixed>|null
-
$enable_ipv6
: string|null
-
$enable_vpc
: bool|null
-
$firewall_group_id
: string|null
-
$image_id
: string|null
-
$label
: string|null
-
$os_id
: int|null
-
$plan
: string|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>
$app_id
protected
int|null
$app_id
= null
-
see
-
https://www.vultr.com/api/#operation/update-instance
$attach_vpc
protected
array<string|int, mixed>|null
$attach_vpc
= null
$backups
protected
string|null
$backups
= null
$ddos_protection
protected
bool|null
$ddos_protection
= null
$detach_vpc
protected
array<string|int, mixed>|null
$detach_vpc
= null
$enable_ipv6
protected
string|null
$enable_ipv6
= null
$enable_vpc
protected
bool|null
$enable_vpc
= null
$firewall_group_id
protected
string|null
$firewall_group_id
= null
$image_id
protected
string|null
$image_id
= null
$label
protected
string|null
$label
= null
$os_id
protected
int|null
$os_id
= null
$plan
protected
string|null
$plan
= null
protected
array<string|int, mixed>|null
$tags
= null
$user_data
protected
string|null
$user_data
= null
$prop_map
private
array<string|int, mixed>
$prop_map
__call()
public
__call(mixed $name, mixed $args) : mixed
Parameters
-
$name
: mixed
-
-
$args
: mixed
-
__construct()
public
__construct() : mixed
getPayloadParams()
public
getPayloadParams() : array<string|int, mixed>
Return values
array<string|int, mixed>