PHP Class Docker\API\Model\ContainerConfig

Afficher le fichier Open project: docker-php/docker-php Class Usage Examples

Protected Properties

Свойство Type Description
$attachStderr boolean
$attachStdin boolean
$attachStdout boolean
$cmd string[] | string
$command string
$created integer
$domainname integer
$entrypoint string[] | string
$env string[] | null
$exposedPorts mixed[]
$hostConfig HostConfig
$hostname integer
$id string
$image string
$imageID string
$labels string[]
$macAddress string
$mounts Mount[] | null
$names string[] | null
$networkDisabled boolean
$networkSettings NetworkConfig
$openStdin boolean
$ports Docker\API\Model\Port[] | null
$sizeRootFs integer
$sizeRw integer
$state string
$status string
$stdinOnce boolean
$tty boolean
$user integer
$workingDir string

Méthodes publiques

Méthode Description
getAttachStderr ( ) : boolean
getAttachStdin ( ) : boolean
getAttachStdout ( ) : boolean
getCmd ( ) : string[] | string
getCommand ( ) : string
getCreated ( ) : integer
getDomainname ( ) : integer
getEntrypoint ( ) : string[] | string
getEnv ( ) : string[] | null
getExposedPorts ( ) : mixed[]
getHostConfig ( ) : HostConfig
getHostname ( ) : integer
getId ( ) : string
getImage ( ) : string
getImageID ( ) : string
getLabels ( ) : string[]
getMacAddress ( ) : string
getMounts ( ) : Mount[] | null
getNames ( ) : string[] | null
getNetworkDisabled ( ) : boolean
getNetworkSettings ( ) : NetworkConfig
getOpenStdin ( ) : boolean
getPorts ( ) : Docker\API\Model\Port[] | null
getSizeRootFs ( ) : integer
getSizeRw ( ) : integer
getState ( ) : string
getStatus ( ) : string
getStdinOnce ( ) : boolean
getTty ( ) : boolean
getUser ( ) : integer
getWorkingDir ( ) : string
setAttachStderr ( boolean $attachStderr = null ) : self
setAttachStdin ( boolean $attachStdin = null ) : self
setAttachStdout ( boolean $attachStdout = null ) : self
setCmd ( string[] | string $cmd = null ) : self
setCommand ( string $command = null ) : self
setCreated ( integer $created = null ) : self
setDomainname ( integer $domainname = null ) : self
setEntrypoint ( string[] | string $entrypoint = null ) : self
setEnv ( string[] | null $env = null ) : self
setExposedPorts ( ArrayObject $exposedPorts = null ) : self
setHostConfig ( HostConfig $hostConfig = null ) : self
setHostname ( integer $hostname = null ) : self
setId ( string $id = null ) : self
setImage ( string $image = null ) : self
setImageID ( string $imageID = null ) : self
setLabels ( ArrayObject $labels = null ) : self
setMacAddress ( string $macAddress = null ) : self
setMounts ( Mount[] | null $mounts = null ) : self
setNames ( string[] | null $names = null ) : self
setNetworkDisabled ( boolean $networkDisabled = null ) : self
setNetworkSettings ( NetworkConfig $networkSettings = null ) : self
setOpenStdin ( boolean $openStdin = null ) : self
setPorts ( Docker\API\Model\Port[] | null $ports = null ) : self
setSizeRootFs ( integer $sizeRootFs = null ) : self
setSizeRw ( integer $sizeRw = null ) : self
setState ( string $state = null ) : self
setStatus ( string $status = null ) : self
setStdinOnce ( boolean $stdinOnce = null ) : self
setTty ( boolean $tty = null ) : self
setUser ( integer $user = null ) : self
setWorkingDir ( string $workingDir = null ) : self

Method Details

getAttachStderr() public méthode

public getAttachStderr ( ) : boolean
Résultat boolean

getAttachStdin() public méthode

public getAttachStdin ( ) : boolean
Résultat boolean

getAttachStdout() public méthode

public getAttachStdout ( ) : boolean
Résultat boolean

getCmd() public méthode

public getCmd ( ) : string[] | string
Résultat string[] | string

getCommand() public méthode

public getCommand ( ) : string
Résultat string

getCreated() public méthode

public getCreated ( ) : integer
Résultat integer

getDomainname() public méthode

public getDomainname ( ) : integer
Résultat integer

getEntrypoint() public méthode

public getEntrypoint ( ) : string[] | string
Résultat string[] | string

getEnv() public méthode

public getEnv ( ) : string[] | null
Résultat string[] | null

getExposedPorts() public méthode

public getExposedPorts ( ) : mixed[]
Résultat mixed[]

getHostConfig() public méthode

public getHostConfig ( ) : HostConfig
Résultat HostConfig

getHostname() public méthode

public getHostname ( ) : integer
Résultat integer

getId() public méthode

public getId ( ) : string
Résultat string

getImage() public méthode

public getImage ( ) : string
Résultat string

getImageID() public méthode

public getImageID ( ) : string
Résultat string

getLabels() public méthode

public getLabels ( ) : string[]
Résultat string[]

getMacAddress() public méthode

public getMacAddress ( ) : string
Résultat string

getMounts() public méthode

public getMounts ( ) : Mount[] | null
Résultat Mount[] | null

getNames() public méthode

public getNames ( ) : string[] | null
Résultat string[] | null

getNetworkDisabled() public méthode

public getNetworkDisabled ( ) : boolean
Résultat boolean

getNetworkSettings() public méthode

public getNetworkSettings ( ) : NetworkConfig
Résultat NetworkConfig

getOpenStdin() public méthode

public getOpenStdin ( ) : boolean
Résultat boolean

getPorts() public méthode

public getPorts ( ) : Docker\API\Model\Port[] | null
Résultat Docker\API\Model\Port[] | null

getSizeRootFs() public méthode

public getSizeRootFs ( ) : integer
Résultat integer

getSizeRw() public méthode

public getSizeRw ( ) : integer
Résultat integer

getState() public méthode

public getState ( ) : string
Résultat string

getStatus() public méthode

public getStatus ( ) : string
Résultat string

getStdinOnce() public méthode

public getStdinOnce ( ) : boolean
Résultat boolean

getTty() public méthode

public getTty ( ) : boolean
Résultat boolean

getUser() public méthode

public getUser ( ) : integer
Résultat integer

getWorkingDir() public méthode

public getWorkingDir ( ) : string
Résultat string

setAttachStderr() public méthode

public setAttachStderr ( boolean $attachStderr = null ) : self
$attachStderr boolean
Résultat self

setAttachStdin() public méthode

public setAttachStdin ( boolean $attachStdin = null ) : self
$attachStdin boolean
Résultat self

setAttachStdout() public méthode

public setAttachStdout ( boolean $attachStdout = null ) : self
$attachStdout boolean
Résultat self

setCmd() public méthode

public setCmd ( string[] | string $cmd = null ) : self
$cmd string[] | string
Résultat self

setCommand() public méthode

public setCommand ( string $command = null ) : self
$command string
Résultat self

setCreated() public méthode

public setCreated ( integer $created = null ) : self
$created integer
Résultat self

setDomainname() public méthode

public setDomainname ( integer $domainname = null ) : self
$domainname integer
Résultat self

setEntrypoint() public méthode

public setEntrypoint ( string[] | string $entrypoint = null ) : self
$entrypoint string[] | string
Résultat self

setEnv() public méthode

public setEnv ( string[] | null $env = null ) : self
$env string[] | null
Résultat self

setExposedPorts() public méthode

public setExposedPorts ( ArrayObject $exposedPorts = null ) : self
$exposedPorts ArrayObject
Résultat self

setHostConfig() public méthode

public setHostConfig ( HostConfig $hostConfig = null ) : self
$hostConfig HostConfig
Résultat self

setHostname() public méthode

public setHostname ( integer $hostname = null ) : self
$hostname integer
Résultat self

setId() public méthode

public setId ( string $id = null ) : self
$id string
Résultat self

setImage() public méthode

public setImage ( string $image = null ) : self
$image string
Résultat self

setImageID() public méthode

public setImageID ( string $imageID = null ) : self
$imageID string
Résultat self

setLabels() public méthode

public setLabels ( ArrayObject $labels = null ) : self
$labels ArrayObject
Résultat self

setMacAddress() public méthode

public setMacAddress ( string $macAddress = null ) : self
$macAddress string
Résultat self

setMounts() public méthode

public setMounts ( Mount[] | null $mounts = null ) : self
$mounts Mount[] | null
Résultat self

setNames() public méthode

public setNames ( string[] | null $names = null ) : self
$names string[] | null
Résultat self

setNetworkDisabled() public méthode

public setNetworkDisabled ( boolean $networkDisabled = null ) : self
$networkDisabled boolean
Résultat self

setNetworkSettings() public méthode

public setNetworkSettings ( NetworkConfig $networkSettings = null ) : self
$networkSettings NetworkConfig
Résultat self

setOpenStdin() public méthode

public setOpenStdin ( boolean $openStdin = null ) : self
$openStdin boolean
Résultat self

setPorts() public méthode

public setPorts ( Docker\API\Model\Port[] | null $ports = null ) : self
$ports Docker\API\Model\Port[] | null
Résultat self

setSizeRootFs() public méthode

public setSizeRootFs ( integer $sizeRootFs = null ) : self
$sizeRootFs integer
Résultat self

setSizeRw() public méthode

public setSizeRw ( integer $sizeRw = null ) : self
$sizeRw integer
Résultat self

setState() public méthode

public setState ( string $state = null ) : self
$state string
Résultat self

setStatus() public méthode

public setStatus ( string $status = null ) : self
$status string
Résultat self

setStdinOnce() public méthode

public setStdinOnce ( boolean $stdinOnce = null ) : self
$stdinOnce boolean
Résultat self

setTty() public méthode

public setTty ( boolean $tty = null ) : self
$tty boolean
Résultat self

setUser() public méthode

public setUser ( integer $user = null ) : self
$user integer
Résultat self

setWorkingDir() public méthode

public setWorkingDir ( string $workingDir = null ) : self
$workingDir string
Résultat self

Property Details

$attachStderr protected_oe property

protected bool $attachStderr
Résultat boolean

$attachStdin protected_oe property

protected bool $attachStdin
Résultat boolean

$attachStdout protected_oe property

protected bool $attachStdout
Résultat boolean

$cmd protected_oe property

protected string[]|string $cmd
Résultat string[] | string

$command protected_oe property

protected string $command
Résultat string

$created protected_oe property

protected int $created
Résultat integer

$domainname protected_oe property

protected int $domainname
Résultat integer

$entrypoint protected_oe property

protected string[]|string $entrypoint
Résultat string[] | string

$env protected_oe property

protected string[]|null $env
Résultat string[] | null

$exposedPorts protected_oe property

protected mixed[] $exposedPorts
Résultat mixed[]

$hostConfig protected_oe property

protected HostConfig,Docker\API\Model $hostConfig
Résultat HostConfig

$hostname protected_oe property

protected int $hostname
Résultat integer

$id protected_oe property

protected string $id
Résultat string

$image protected_oe property

protected string $image
Résultat string

$imageID protected_oe property

protected string $imageID
Résultat string

$labels protected_oe property

protected string[] $labels
Résultat string[]

$macAddress protected_oe property

protected string $macAddress
Résultat string

$mounts protected_oe property

protected Mount[],Docker\API\Model|null $mounts
Résultat Mount[] | null

$names protected_oe property

protected string[]|null $names
Résultat string[] | null

$networkDisabled protected_oe property

protected bool $networkDisabled
Résultat boolean

$networkSettings protected_oe property

protected NetworkConfig,Docker\API\Model $networkSettings
Résultat NetworkConfig

$openStdin protected_oe property

protected bool $openStdin
Résultat boolean

$ports protected_oe property

protected Port[],Docker\API\Model|null $ports
Résultat Docker\API\Model\Port[] | null

$sizeRootFs protected_oe property

protected int $sizeRootFs
Résultat integer

$sizeRw protected_oe property

protected int $sizeRw
Résultat integer

$state protected_oe property

protected string $state
Résultat string

$status protected_oe property

protected string $status
Résultat string

$stdinOnce protected_oe property

protected bool $stdinOnce
Résultat boolean

$tty protected_oe property

protected bool $tty
Résultat boolean

$user protected_oe property

protected int $user
Résultat integer

$workingDir protected_oe property

protected string $workingDir
Résultat string