PHP Class Docker\API\Model\SystemInformation

Datei anzeigen Open project: docker-php/docker-php

Protected Properties

Property Type Description
$architecture string
$cgroupDriver string
$clusterStore string
$containers integer
$containersPaused integer
$containersRunning integer
$containersStopped integer
$cpuCfsPeriod boolean
$cpuCfsQuota boolean
$debug boolean
$discoveryBackend string
$dockerRootDir string
$driver string
$driverStatus string[][] | null[] | null
$executionDriver string
$experimentalBuild boolean
$httpProxy string
$httpsProxy string
$iD string
$iPv4Forwarding boolean
$images integer
$indexServerAddress string
$initPath string
$initSha1 string
$kernelMemory boolean
$kernelVersion string
$labels string[] | null
$memTotal integer
$memoryLimit boolean
$nCPU integer
$nEventsListener integer
$nFd integer
$nGoroutines integer
$name string
$noProxy string
$oSType string
$oomKillDisable boolean
$operatingSystem string
$registryConfig Docker\API\Model\RegistryConfig
$serverVersion string
$swapLimit boolean
$systemStatus string[][] | null[] | null
$systemTime string

Public Methods

Method Description
getArchitecture ( ) : string
getCgroupDriver ( ) : string
getClusterStore ( ) : string
getContainers ( ) : integer
getContainersPaused ( ) : integer
getContainersRunning ( ) : integer
getContainersStopped ( ) : integer
getCpuCfsPeriod ( ) : boolean
getCpuCfsQuota ( ) : boolean
getDebug ( ) : boolean
getDiscoveryBackend ( ) : string
getDockerRootDir ( ) : string
getDriver ( ) : string
getDriverStatus ( ) : string[][] | null[] | null
getExecutionDriver ( ) : string
getExperimentalBuild ( ) : boolean
getHttpProxy ( ) : string
getHttpsProxy ( ) : string
getID ( ) : string
getIPv4Forwarding ( ) : boolean
getImages ( ) : integer
getIndexServerAddress ( ) : string
getInitPath ( ) : string
getInitSha1 ( ) : string
getKernelMemory ( ) : boolean
getKernelVersion ( ) : string
getLabels ( ) : string[] | null
getMemTotal ( ) : integer
getMemoryLimit ( ) : boolean
getNCPU ( ) : integer
getNEventsListener ( ) : integer
getNFd ( ) : integer
getNGoroutines ( ) : integer
getName ( ) : string
getNoProxy ( ) : string
getOSType ( ) : string
getOomKillDisable ( ) : boolean
getOperatingSystem ( ) : string
getRegistryConfig ( ) : Docker\API\Model\RegistryConfig
getServerVersion ( ) : string
getSwapLimit ( ) : boolean
getSystemStatus ( ) : string[][] | null[] | null
getSystemTime ( ) : string
setArchitecture ( string $architecture = null ) : self
setCgroupDriver ( string $cgroupDriver = null ) : self
setClusterStore ( string $clusterStore = null ) : self
setContainers ( integer $containers = null ) : self
setContainersPaused ( integer $containersPaused = null ) : self
setContainersRunning ( integer $containersRunning = null ) : self
setContainersStopped ( integer $containersStopped = null ) : self
setCpuCfsPeriod ( boolean $cpuCfsPeriod = null ) : self
setCpuCfsQuota ( boolean $cpuCfsQuota = null ) : self
setDebug ( boolean $debug = null ) : self
setDiscoveryBackend ( string $discoveryBackend = null ) : self
setDockerRootDir ( string $dockerRootDir = null ) : self
setDriver ( string $driver = null ) : self
setDriverStatus ( string[][] | null[] | null $driverStatus = null ) : self
setExecutionDriver ( string $executionDriver = null ) : self
setExperimentalBuild ( boolean $experimentalBuild = null ) : self
setHttpProxy ( string $httpProxy = null ) : self
setHttpsProxy ( string $httpsProxy = null ) : self
setID ( string $iD = null ) : self
setIPv4Forwarding ( boolean $iPv4Forwarding = null ) : self
setImages ( integer $images = null ) : self
setIndexServerAddress ( string $indexServerAddress = null ) : self
setInitPath ( string $initPath = null ) : self
setInitSha1 ( string $initSha1 = null ) : self
setKernelMemory ( boolean $kernelMemory = null ) : self
setKernelVersion ( string $kernelVersion = null ) : self
setLabels ( string[] | null $labels = null ) : self
setMemTotal ( integer $memTotal = null ) : self
setMemoryLimit ( boolean $memoryLimit = null ) : self
setNCPU ( integer $nCPU = null ) : self
setNEventsListener ( integer $nEventsListener = null ) : self
setNFd ( integer $nFd = null ) : self
setNGoroutines ( integer $nGoroutines = null ) : self
setName ( string $name = null ) : self
setNoProxy ( string $noProxy = null ) : self
setOSType ( string $oSType = null ) : self
setOomKillDisable ( boolean $oomKillDisable = null ) : self
setOperatingSystem ( string $operatingSystem = null ) : self
setRegistryConfig ( Docker\API\Model\RegistryConfig $registryConfig = null ) : self
setServerVersion ( string $serverVersion = null ) : self
setSwapLimit ( boolean $swapLimit = null ) : self
setSystemStatus ( string[][] | null[] | null $systemStatus = null ) : self
setSystemTime ( string $systemTime = null ) : self

Method Details

getArchitecture() public method

public getArchitecture ( ) : string
return string

getCgroupDriver() public method

public getCgroupDriver ( ) : string
return string

getClusterStore() public method

public getClusterStore ( ) : string
return string

getContainers() public method

public getContainers ( ) : integer
return integer

getContainersPaused() public method

public getContainersPaused ( ) : integer
return integer

getContainersRunning() public method

public getContainersRunning ( ) : integer
return integer

getContainersStopped() public method

public getContainersStopped ( ) : integer
return integer

getCpuCfsPeriod() public method

public getCpuCfsPeriod ( ) : boolean
return boolean

getCpuCfsQuota() public method

public getCpuCfsQuota ( ) : boolean
return boolean

getDebug() public method

public getDebug ( ) : boolean
return boolean

getDiscoveryBackend() public method

public getDiscoveryBackend ( ) : string
return string

getDockerRootDir() public method

public getDockerRootDir ( ) : string
return string

getDriver() public method

public getDriver ( ) : string
return string

getDriverStatus() public method

public getDriverStatus ( ) : string[][] | null[] | null
return string[][] | null[] | null

getExecutionDriver() public method

public getExecutionDriver ( ) : string
return string

getExperimentalBuild() public method

public getExperimentalBuild ( ) : boolean
return boolean

getHttpProxy() public method

public getHttpProxy ( ) : string
return string

getHttpsProxy() public method

public getHttpsProxy ( ) : string
return string

getID() public method

public getID ( ) : string
return string

getIPv4Forwarding() public method

public getIPv4Forwarding ( ) : boolean
return boolean

getImages() public method

public getImages ( ) : integer
return integer

getIndexServerAddress() public method

public getIndexServerAddress ( ) : string
return string

getInitPath() public method

public getInitPath ( ) : string
return string

getInitSha1() public method

public getInitSha1 ( ) : string
return string

getKernelMemory() public method

public getKernelMemory ( ) : boolean
return boolean

getKernelVersion() public method

public getKernelVersion ( ) : string
return string

getLabels() public method

public getLabels ( ) : string[] | null
return string[] | null

getMemTotal() public method

public getMemTotal ( ) : integer
return integer

getMemoryLimit() public method

public getMemoryLimit ( ) : boolean
return boolean

getNCPU() public method

public getNCPU ( ) : integer
return integer

getNEventsListener() public method

public getNEventsListener ( ) : integer
return integer

getNFd() public method

public getNFd ( ) : integer
return integer

getNGoroutines() public method

public getNGoroutines ( ) : integer
return integer

getName() public method

public getName ( ) : string
return string

getNoProxy() public method

public getNoProxy ( ) : string
return string

getOSType() public method

public getOSType ( ) : string
return string

getOomKillDisable() public method

public getOomKillDisable ( ) : boolean
return boolean

getOperatingSystem() public method

public getOperatingSystem ( ) : string
return string

getRegistryConfig() public method

public getRegistryConfig ( ) : Docker\API\Model\RegistryConfig
return Docker\API\Model\RegistryConfig

getServerVersion() public method

public getServerVersion ( ) : string
return string

getSwapLimit() public method

public getSwapLimit ( ) : boolean
return boolean

getSystemStatus() public method

public getSystemStatus ( ) : string[][] | null[] | null
return string[][] | null[] | null

getSystemTime() public method

public getSystemTime ( ) : string
return string

setArchitecture() public method

public setArchitecture ( string $architecture = null ) : self
$architecture string
return self

setCgroupDriver() public method

public setCgroupDriver ( string $cgroupDriver = null ) : self
$cgroupDriver string
return self

setClusterStore() public method

public setClusterStore ( string $clusterStore = null ) : self
$clusterStore string
return self

setContainers() public method

public setContainers ( integer $containers = null ) : self
$containers integer
return self

setContainersPaused() public method

public setContainersPaused ( integer $containersPaused = null ) : self
$containersPaused integer
return self

setContainersRunning() public method

public setContainersRunning ( integer $containersRunning = null ) : self
$containersRunning integer
return self

setContainersStopped() public method

public setContainersStopped ( integer $containersStopped = null ) : self
$containersStopped integer
return self

setCpuCfsPeriod() public method

public setCpuCfsPeriod ( boolean $cpuCfsPeriod = null ) : self
$cpuCfsPeriod boolean
return self

setCpuCfsQuota() public method

public setCpuCfsQuota ( boolean $cpuCfsQuota = null ) : self
$cpuCfsQuota boolean
return self

setDebug() public method

public setDebug ( boolean $debug = null ) : self
$debug boolean
return self

setDiscoveryBackend() public method

public setDiscoveryBackend ( string $discoveryBackend = null ) : self
$discoveryBackend string
return self

setDockerRootDir() public method

public setDockerRootDir ( string $dockerRootDir = null ) : self
$dockerRootDir string
return self

setDriver() public method

public setDriver ( string $driver = null ) : self
$driver string
return self

setDriverStatus() public method

public setDriverStatus ( string[][] | null[] | null $driverStatus = null ) : self
$driverStatus string[][] | null[] | null
return self

setExecutionDriver() public method

public setExecutionDriver ( string $executionDriver = null ) : self
$executionDriver string
return self

setExperimentalBuild() public method

public setExperimentalBuild ( boolean $experimentalBuild = null ) : self
$experimentalBuild boolean
return self

setHttpProxy() public method

public setHttpProxy ( string $httpProxy = null ) : self
$httpProxy string
return self

setHttpsProxy() public method

public setHttpsProxy ( string $httpsProxy = null ) : self
$httpsProxy string
return self

setID() public method

public setID ( string $iD = null ) : self
$iD string
return self

setIPv4Forwarding() public method

public setIPv4Forwarding ( boolean $iPv4Forwarding = null ) : self
$iPv4Forwarding boolean
return self

setImages() public method

public setImages ( integer $images = null ) : self
$images integer
return self

setIndexServerAddress() public method

public setIndexServerAddress ( string $indexServerAddress = null ) : self
$indexServerAddress string
return self

setInitPath() public method

public setInitPath ( string $initPath = null ) : self
$initPath string
return self

setInitSha1() public method

public setInitSha1 ( string $initSha1 = null ) : self
$initSha1 string
return self

setKernelMemory() public method

public setKernelMemory ( boolean $kernelMemory = null ) : self
$kernelMemory boolean
return self

setKernelVersion() public method

public setKernelVersion ( string $kernelVersion = null ) : self
$kernelVersion string
return self

setLabels() public method

public setLabels ( string[] | null $labels = null ) : self
$labels string[] | null
return self

setMemTotal() public method

public setMemTotal ( integer $memTotal = null ) : self
$memTotal integer
return self

setMemoryLimit() public method

public setMemoryLimit ( boolean $memoryLimit = null ) : self
$memoryLimit boolean
return self

setNCPU() public method

public setNCPU ( integer $nCPU = null ) : self
$nCPU integer
return self

setNEventsListener() public method

public setNEventsListener ( integer $nEventsListener = null ) : self
$nEventsListener integer
return self

setNFd() public method

public setNFd ( integer $nFd = null ) : self
$nFd integer
return self

setNGoroutines() public method

public setNGoroutines ( integer $nGoroutines = null ) : self
$nGoroutines integer
return self

setName() public method

public setName ( string $name = null ) : self
$name string
return self

setNoProxy() public method

public setNoProxy ( string $noProxy = null ) : self
$noProxy string
return self

setOSType() public method

public setOSType ( string $oSType = null ) : self
$oSType string
return self

setOomKillDisable() public method

public setOomKillDisable ( boolean $oomKillDisable = null ) : self
$oomKillDisable boolean
return self

setOperatingSystem() public method

public setOperatingSystem ( string $operatingSystem = null ) : self
$operatingSystem string
return self

setRegistryConfig() public method

public setRegistryConfig ( Docker\API\Model\RegistryConfig $registryConfig = null ) : self
$registryConfig Docker\API\Model\RegistryConfig
return self

setServerVersion() public method

public setServerVersion ( string $serverVersion = null ) : self
$serverVersion string
return self

setSwapLimit() public method

public setSwapLimit ( boolean $swapLimit = null ) : self
$swapLimit boolean
return self

setSystemStatus() public method

public setSystemStatus ( string[][] | null[] | null $systemStatus = null ) : self
$systemStatus string[][] | null[] | null
return self

setSystemTime() public method

public setSystemTime ( string $systemTime = null ) : self
$systemTime string
return self

Property Details

$architecture protected_oe property

protected string $architecture
return string

$cgroupDriver protected_oe property

protected string $cgroupDriver
return string

$clusterStore protected_oe property

protected string $clusterStore
return string

$containers protected_oe property

protected int $containers
return integer

$containersPaused protected_oe property

protected int $containersPaused
return integer

$containersRunning protected_oe property

protected int $containersRunning
return integer

$containersStopped protected_oe property

protected int $containersStopped
return integer

$cpuCfsPeriod protected_oe property

protected bool $cpuCfsPeriod
return boolean

$cpuCfsQuota protected_oe property

protected bool $cpuCfsQuota
return boolean

$debug protected_oe property

protected bool $debug
return boolean

$discoveryBackend protected_oe property

protected string $discoveryBackend
return string

$dockerRootDir protected_oe property

protected string $dockerRootDir
return string

$driver protected_oe property

protected string $driver
return string

$driverStatus protected_oe property

protected string[][]|null[]|null $driverStatus
return string[][] | null[] | null

$executionDriver protected_oe property

protected string $executionDriver
return string

$experimentalBuild protected_oe property

protected bool $experimentalBuild
return boolean

$httpProxy protected_oe property

protected string $httpProxy
return string

$httpsProxy protected_oe property

protected string $httpsProxy
return string

$iD protected_oe property

protected string $iD
return string

$iPv4Forwarding protected_oe property

protected bool $iPv4Forwarding
return boolean

$images protected_oe property

protected int $images
return integer

$indexServerAddress protected_oe property

protected string $indexServerAddress
return string

$initPath protected_oe property

protected string $initPath
return string

$initSha1 protected_oe property

protected string $initSha1
return string

$kernelMemory protected_oe property

protected bool $kernelMemory
return boolean

$kernelVersion protected_oe property

protected string $kernelVersion
return string

$labels protected_oe property

protected string[]|null $labels
return string[] | null

$memTotal protected_oe property

protected int $memTotal
return integer

$memoryLimit protected_oe property

protected bool $memoryLimit
return boolean

$nCPU protected_oe property

protected int $nCPU
return integer

$nEventsListener protected_oe property

protected int $nEventsListener
return integer

$nFd protected_oe property

protected int $nFd
return integer

$nGoroutines protected_oe property

protected int $nGoroutines
return integer

$name protected_oe property

protected string $name
return string

$noProxy protected_oe property

protected string $noProxy
return string

$oSType protected_oe property

protected string $oSType
return string

$oomKillDisable protected_oe property

protected bool $oomKillDisable
return boolean

$operatingSystem protected_oe property

protected string $operatingSystem
return string

$registryConfig protected_oe property

protected RegistryConfig,Docker\API\Model $registryConfig
return Docker\API\Model\RegistryConfig

$serverVersion protected_oe property

protected string $serverVersion
return string

$swapLimit protected_oe property

protected bool $swapLimit
return boolean

$systemStatus protected_oe property

protected string[][]|null[]|null $systemStatus
return string[][] | null[] | null

$systemTime protected_oe property

protected string $systemTime
return string