PHP 클래스 Docker\API\Model\ContainerConfig

파일 보기 프로젝트 열기: docker-php/docker-php 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
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

메소드 상세

getAttachStderr() 공개 메소드

public getAttachStderr ( ) : boolean
리턴 boolean

getAttachStdin() 공개 메소드

public getAttachStdin ( ) : boolean
리턴 boolean

getAttachStdout() 공개 메소드

public getAttachStdout ( ) : boolean
리턴 boolean

getCmd() 공개 메소드

public getCmd ( ) : string[] | string
리턴 string[] | string

getCommand() 공개 메소드

public getCommand ( ) : string
리턴 string

getCreated() 공개 메소드

public getCreated ( ) : integer
리턴 integer

getDomainname() 공개 메소드

public getDomainname ( ) : integer
리턴 integer

getEntrypoint() 공개 메소드

public getEntrypoint ( ) : string[] | string
리턴 string[] | string

getEnv() 공개 메소드

public getEnv ( ) : string[] | null
리턴 string[] | null

getExposedPorts() 공개 메소드

public getExposedPorts ( ) : mixed[]
리턴 mixed[]

getHostConfig() 공개 메소드

public getHostConfig ( ) : HostConfig
리턴 HostConfig

getHostname() 공개 메소드

public getHostname ( ) : integer
리턴 integer

getId() 공개 메소드

public getId ( ) : string
리턴 string

getImage() 공개 메소드

public getImage ( ) : string
리턴 string

getImageID() 공개 메소드

public getImageID ( ) : string
리턴 string

getLabels() 공개 메소드

public getLabels ( ) : string[]
리턴 string[]

getMacAddress() 공개 메소드

public getMacAddress ( ) : string
리턴 string

getMounts() 공개 메소드

public getMounts ( ) : Mount[] | null
리턴 Mount[] | null

getNames() 공개 메소드

public getNames ( ) : string[] | null
리턴 string[] | null

getNetworkDisabled() 공개 메소드

public getNetworkDisabled ( ) : boolean
리턴 boolean

getNetworkSettings() 공개 메소드

public getNetworkSettings ( ) : NetworkConfig
리턴 NetworkConfig

getOpenStdin() 공개 메소드

public getOpenStdin ( ) : boolean
리턴 boolean

getPorts() 공개 메소드

public getPorts ( ) : Docker\API\Model\Port[] | null
리턴 Docker\API\Model\Port[] | null

getSizeRootFs() 공개 메소드

public getSizeRootFs ( ) : integer
리턴 integer

getSizeRw() 공개 메소드

public getSizeRw ( ) : integer
리턴 integer

getState() 공개 메소드

public getState ( ) : string
리턴 string

getStatus() 공개 메소드

public getStatus ( ) : string
리턴 string

getStdinOnce() 공개 메소드

public getStdinOnce ( ) : boolean
리턴 boolean

getTty() 공개 메소드

public getTty ( ) : boolean
리턴 boolean

getUser() 공개 메소드

public getUser ( ) : integer
리턴 integer

getWorkingDir() 공개 메소드

public getWorkingDir ( ) : string
리턴 string

setAttachStderr() 공개 메소드

public setAttachStderr ( boolean $attachStderr = null ) : self
$attachStderr boolean
리턴 self

setAttachStdin() 공개 메소드

public setAttachStdin ( boolean $attachStdin = null ) : self
$attachStdin boolean
리턴 self

setAttachStdout() 공개 메소드

public setAttachStdout ( boolean $attachStdout = null ) : self
$attachStdout boolean
리턴 self

setCmd() 공개 메소드

public setCmd ( string[] | string $cmd = null ) : self
$cmd string[] | string
리턴 self

setCommand() 공개 메소드

public setCommand ( string $command = null ) : self
$command string
리턴 self

setCreated() 공개 메소드

public setCreated ( integer $created = null ) : self
$created integer
리턴 self

setDomainname() 공개 메소드

public setDomainname ( integer $domainname = null ) : self
$domainname integer
리턴 self

setEntrypoint() 공개 메소드

public setEntrypoint ( string[] | string $entrypoint = null ) : self
$entrypoint string[] | string
리턴 self

setEnv() 공개 메소드

public setEnv ( string[] | null $env = null ) : self
$env string[] | null
리턴 self

setExposedPorts() 공개 메소드

public setExposedPorts ( ArrayObject $exposedPorts = null ) : self
$exposedPorts ArrayObject
리턴 self

setHostConfig() 공개 메소드

public setHostConfig ( HostConfig $hostConfig = null ) : self
$hostConfig HostConfig
리턴 self

setHostname() 공개 메소드

public setHostname ( integer $hostname = null ) : self
$hostname integer
리턴 self

setId() 공개 메소드

public setId ( string $id = null ) : self
$id string
리턴 self

setImage() 공개 메소드

public setImage ( string $image = null ) : self
$image string
리턴 self

setImageID() 공개 메소드

public setImageID ( string $imageID = null ) : self
$imageID string
리턴 self

setLabels() 공개 메소드

public setLabels ( ArrayObject $labels = null ) : self
$labels ArrayObject
리턴 self

setMacAddress() 공개 메소드

public setMacAddress ( string $macAddress = null ) : self
$macAddress string
리턴 self

setMounts() 공개 메소드

public setMounts ( Mount[] | null $mounts = null ) : self
$mounts Mount[] | null
리턴 self

setNames() 공개 메소드

public setNames ( string[] | null $names = null ) : self
$names string[] | null
리턴 self

setNetworkDisabled() 공개 메소드

public setNetworkDisabled ( boolean $networkDisabled = null ) : self
$networkDisabled boolean
리턴 self

setNetworkSettings() 공개 메소드

public setNetworkSettings ( NetworkConfig $networkSettings = null ) : self
$networkSettings NetworkConfig
리턴 self

setOpenStdin() 공개 메소드

public setOpenStdin ( boolean $openStdin = null ) : self
$openStdin boolean
리턴 self

setPorts() 공개 메소드

public setPorts ( Docker\API\Model\Port[] | null $ports = null ) : self
$ports Docker\API\Model\Port[] | null
리턴 self

setSizeRootFs() 공개 메소드

public setSizeRootFs ( integer $sizeRootFs = null ) : self
$sizeRootFs integer
리턴 self

setSizeRw() 공개 메소드

public setSizeRw ( integer $sizeRw = null ) : self
$sizeRw integer
리턴 self

setState() 공개 메소드

public setState ( string $state = null ) : self
$state string
리턴 self

setStatus() 공개 메소드

public setStatus ( string $status = null ) : self
$status string
리턴 self

setStdinOnce() 공개 메소드

public setStdinOnce ( boolean $stdinOnce = null ) : self
$stdinOnce boolean
리턴 self

setTty() 공개 메소드

public setTty ( boolean $tty = null ) : self
$tty boolean
리턴 self

setUser() 공개 메소드

public setUser ( integer $user = null ) : self
$user integer
리턴 self

setWorkingDir() 공개 메소드

public setWorkingDir ( string $workingDir = null ) : self
$workingDir string
리턴 self

프로퍼티 상세

$attachStderr 보호되어 있는 프로퍼티

protected bool $attachStderr
리턴 boolean

$attachStdin 보호되어 있는 프로퍼티

protected bool $attachStdin
리턴 boolean

$attachStdout 보호되어 있는 프로퍼티

protected bool $attachStdout
리턴 boolean

$cmd 보호되어 있는 프로퍼티

protected string[]|string $cmd
리턴 string[] | string

$command 보호되어 있는 프로퍼티

protected string $command
리턴 string

$created 보호되어 있는 프로퍼티

protected int $created
리턴 integer

$domainname 보호되어 있는 프로퍼티

protected int $domainname
리턴 integer

$entrypoint 보호되어 있는 프로퍼티

protected string[]|string $entrypoint
리턴 string[] | string

$env 보호되어 있는 프로퍼티

protected string[]|null $env
리턴 string[] | null

$exposedPorts 보호되어 있는 프로퍼티

protected mixed[] $exposedPorts
리턴 mixed[]

$hostConfig 보호되어 있는 프로퍼티

protected HostConfig,Docker\API\Model $hostConfig
리턴 HostConfig

$hostname 보호되어 있는 프로퍼티

protected int $hostname
리턴 integer

$id 보호되어 있는 프로퍼티

protected string $id
리턴 string

$image 보호되어 있는 프로퍼티

protected string $image
리턴 string

$imageID 보호되어 있는 프로퍼티

protected string $imageID
리턴 string

$labels 보호되어 있는 프로퍼티

protected string[] $labels
리턴 string[]

$macAddress 보호되어 있는 프로퍼티

protected string $macAddress
리턴 string

$mounts 보호되어 있는 프로퍼티

protected Mount[],Docker\API\Model|null $mounts
리턴 Mount[] | null

$names 보호되어 있는 프로퍼티

protected string[]|null $names
리턴 string[] | null

$networkDisabled 보호되어 있는 프로퍼티

protected bool $networkDisabled
리턴 boolean

$networkSettings 보호되어 있는 프로퍼티

protected NetworkConfig,Docker\API\Model $networkSettings
리턴 NetworkConfig

$openStdin 보호되어 있는 프로퍼티

protected bool $openStdin
리턴 boolean

$ports 보호되어 있는 프로퍼티

protected Port[],Docker\API\Model|null $ports
리턴 Docker\API\Model\Port[] | null

$sizeRootFs 보호되어 있는 프로퍼티

protected int $sizeRootFs
리턴 integer

$sizeRw 보호되어 있는 프로퍼티

protected int $sizeRw
리턴 integer

$state 보호되어 있는 프로퍼티

protected string $state
리턴 string

$status 보호되어 있는 프로퍼티

protected string $status
리턴 string

$stdinOnce 보호되어 있는 프로퍼티

protected bool $stdinOnce
리턴 boolean

$tty 보호되어 있는 프로퍼티

protected bool $tty
리턴 boolean

$user 보호되어 있는 프로퍼티

protected int $user
리턴 integer

$workingDir 보호되어 있는 프로퍼티

protected string $workingDir
리턴 string