Documentation

BareMetal extends Model
in package

Holds baremetal information from the response of the api.

Table of Contents

Properties

$appId  : int
$cpuCount  : int
$dateCreated  : string
$defaultPassword  : string|null
$disk  : string
$features  : array<string|int, mixed>
$gatewayV4  : string
$id  : string
$imageId  : string
$label  : string
$macAddress  : int
$mainIp  : string
$netmaskV4  : string
$os  : string
$osId  : int
$plan  : string
$ram  : string
$region  : string
$status  : string
$tags  : array<string|int, mixed>
$v6MainIp  : string
$v6Network  : string
$v6NetworkSize  : int

Methods

getAppId()  : int
getCpuCount()  : int
getDateCreated()  : string
getDefaultPassword()  : string|null
getDisk()  : string
getFeatures()  : array<string|int, mixed>
getGatewayV4()  : string
getId()  : string
getImageId()  : string
getLabel()  : string
getMacAddress()  : int
getMainIp()  : string
getNetmaskV4()  : string
getOs()  : string
getOsId()  : int
getPlan()  : string
getRam()  : string
getRegion()  : string
getStatus()  : string
getTags()  : array<string|int, mixed>
getV6MainIp()  : string
getV6Network()  : string
getV6NetworkSize()  : int
setAppId()  : void
setCpuCount()  : void
setDateCreated()  : void
setDefaultPassword()  : void
setDisk()  : void
setFeatures()  : void
setGatewayV4()  : void
setId()  : void
setImageId()  : void
setLabel()  : void
setMacAddress()  : void
setMainIp()  : void
setNetmaskV4()  : void
setOs()  : void
setOsId()  : void
setPlan()  : void
setRam()  : void
setRegion()  : void
setStatus()  : void
setTags()  : void
setV6MainIp()  : void
setV6Network()  : void
setV6NetworkSize()  : void

Properties

$defaultPassword

protected string|null $defaultPassword = null

$features

protected array<string|int, mixed> $features

$tags

protected array<string|int, mixed> $tags

Methods

getAppId()

public getAppId() : int
Return values
int

getCpuCount()

public getCpuCount() : int
Return values
int

getDateCreated()

public getDateCreated() : string
Return values
string

getDefaultPassword()

public getDefaultPassword() : string|null
Return values
string|null

getDisk()

public getDisk() : string
Return values
string

getFeatures()

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

getGatewayV4()

public getGatewayV4() : string
Return values
string

getId()

public getId() : string
Return values
string

getImageId()

public getImageId() : string
Return values
string

getLabel()

public getLabel() : string
Return values
string

getMacAddress()

public getMacAddress() : int
Return values
int

getMainIp()

public getMainIp() : string
Return values
string

getNetmaskV4()

public getNetmaskV4() : string
Return values
string

getOs()

public getOs() : string
Return values
string

getOsId()

public getOsId() : int
Return values
int

getPlan()

public getPlan() : string
Return values
string

getRam()

public getRam() : string
Return values
string

getRegion()

public getRegion() : string
Return values
string

getStatus()

public getStatus() : string
Return values
string

getTags()

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

getV6MainIp()

public getV6MainIp() : string
Return values
string

getV6Network()

public getV6Network() : string
Return values
string

getV6NetworkSize()

public getV6NetworkSize() : int
Return values
int

setAppId()

public setAppId(int $app_id) : void
Parameters
$app_id : int

setCpuCount()

public setCpuCount(int $cpu_count) : void
Parameters
$cpu_count : int

setDateCreated()

public setDateCreated(string $date_created) : void
Parameters
$date_created : string

setDefaultPassword()

public setDefaultPassword(string|null $default_password) : void
Parameters
$default_password : string|null

setDisk()

public setDisk(string $disk) : void
Parameters
$disk : string

setFeatures()

public setFeatures(array<string|int, mixed> $features) : void
Parameters
$features : array<string|int, mixed>

setGatewayV4()

public setGatewayV4(string $gateway_v4) : void
Parameters
$gateway_v4 : string

setId()

public setId(string $id) : void
Parameters
$id : string

setImageId()

public setImageId(string $image_id) : void
Parameters
$image_id : string

setLabel()

public setLabel(string $label) : void
Parameters
$label : string

setMacAddress()

public setMacAddress(int $mac_address) : void
Parameters
$mac_address : int

setMainIp()

public setMainIp(string $main_ip) : void
Parameters
$main_ip : string

setNetmaskV4()

public setNetmaskV4(string $netmask_v4) : void
Parameters
$netmask_v4 : string

setOs()

public setOs(string $os) : void
Parameters
$os : string

setOsId()

public setOsId(int $os_id) : void
Parameters
$os_id : int

setPlan()

public setPlan(string $plan) : void
Parameters
$plan : string

setRam()

public setRam(string $ram) : void
Parameters
$ram : string

setRegion()

public setRegion(string $region) : void
Parameters
$region : string

setStatus()

public setStatus(string $status) : void
Parameters
$status : string

setTags()

public setTags(array<string|int, mixed> $tags) : void
Parameters
$tags : array<string|int, mixed>

setV6MainIp()

public setV6MainIp(string $v6_main_ip) : void
Parameters
$v6_main_ip : string

setV6Network()

public setV6Network(string $v6_network) : void
Parameters
$v6_network : string

setV6NetworkSize()

public setV6NetworkSize(int $v6_network_size) : void
Parameters
$v6_network_size : int

        
On this page

Search results