Documentation

VPSPlan extends Model
in package

Holds vps plan information

Table of Contents

Properties

$bandwidth  : int
$disk  : int
$diskCount  : int
$id  : string
$locations  : array<string|int, mixed>
$monthlyCost  : float
$ram  : int
$type  : string
$vcpuCount  : int

Methods

getBandwidth()  : int
getDisk()  : int
getDiskCount()  : int
getId()  : string
getLocations()  : array<string|int, mixed>
getMonthlyCost()  : float
getRam()  : int
getResponseListName()  : string
getType()  : string
getVcpuCount()  : int
setBandwidth()  : void
setDisk()  : void
setDiskCount()  : void
setId()  : void
setLocations()  : void
setMonthlyCost()  : void
setRam()  : void
setType()  : void
setVcpuCount()  : void

Properties

$locations

protected array<string|int, mixed> $locations

$monthlyCost

protected float $monthlyCost

Methods

getBandwidth()

public getBandwidth() : int
Return values
int

getDisk()

public getDisk() : int
Return values
int

getDiskCount()

public getDiskCount() : int
Return values
int

getId()

public getId() : string
Return values
string

getLocations()

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

getMonthlyCost()

public getMonthlyCost() : float
Return values
float

getRam()

public getRam() : int
Return values
int

getResponseListName()

public getResponseListName() : string
Return values
string

getType()

public getType() : string
Return values
string

getVcpuCount()

public getVcpuCount() : int
Return values
int

setBandwidth()

public setBandwidth(int $bandwidth) : void
Parameters
$bandwidth : int

setDisk()

public setDisk(int $size) : void
Parameters
$size : int

setDiskCount()

public setDiskCount(int $disk_count) : void
Parameters
$disk_count : int

setId()

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

setLocations()

public setLocations(array<string|int, mixed> $locations) : void
Parameters
$locations : array<string|int, mixed>

setMonthlyCost()

public setMonthlyCost(float $monthly_cost) : void
Parameters
$monthly_cost : float

setRam()

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

setType()

public setType(string $type) : void
Parameters
$type : string

setVcpuCount()

public setVcpuCount(int $vcpu) : void
Parameters
$vcpu : int

        
On this page

Search results