BareMetalUpdate
extends ModelOptions
in package
Options to update a baremetal machine.
Tags
Table of Contents
Properties
- $app_id : int|null
- $enable_ipv6 : bool|null
- $image_id : int|null
- $label : string|null
- $os_id : int|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
$app_id
protected
int|null
$app_id
= null
$enable_ipv6
protected
bool|null
$enable_ipv6
= null
$image_id
protected
int|null
$image_id
= null
$label
protected
string|null
$label
= null
$os_id
protected
int|null
$os_id
= null
$tags
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
Methods
__call()
public
__call(mixed $name, mixed $args) : mixed
Parameters
- $name : mixed
- $args : mixed
__construct()
public
__construct() : mixed
getPayloadParams()
public
getPayloadParams() : array<string|int, mixed>