class WorkerStatus extends Model (View source)

Properties

protected $attachedDisksType
protected $attachedDisksDataType
protected $bootDiskType
protected $bootDiskDataType
string $freeRamBytes
string $totalRamBytes
string $uptimeSeconds

Methods

setAttachedDisks($attachedDisks)

No description

getAttachedDisks()

No description

setBootDisk(DiskStatus $bootDisk)

No description

getBootDisk()

No description

setFreeRamBytes($freeRamBytes)

No description

string
getFreeRamBytes()

No description

setTotalRamBytes($totalRamBytes)

No description

string
getTotalRamBytes()

No description

setUptimeSeconds($uptimeSeconds)

No description

string
getUptimeSeconds()

No description

Details

setAttachedDisks($attachedDisks)

No description

Parameters

$attachedDisks

DiskStatus[] getAttachedDisks()

No description

Return Value

DiskStatus[]

setBootDisk(DiskStatus $bootDisk)

No description

Parameters

DiskStatus $bootDisk

DiskStatus getBootDisk()

No description

Return Value

DiskStatus

setFreeRamBytes($freeRamBytes)

No description

Parameters

$freeRamBytes

string getFreeRamBytes()

No description

Return Value

string

setTotalRamBytes($totalRamBytes)

No description

Parameters

$totalRamBytes

string getTotalRamBytes()

No description

Return Value

string

setUptimeSeconds($uptimeSeconds)

No description

Parameters

$uptimeSeconds

string getUptimeSeconds()

No description

Return Value

string