PHP 클래스 Docker\API\Model\NetworkCreateConfig

파일 보기 프로젝트 열기: docker-php/docker-php

보호된 프로퍼티들

프로퍼티 타입 설명
$checkDuplicate boolean
$driver string
$enableIPv6 boolean
$iPAM Docker\API\Model\IPAM
$internal boolean
$labels string[]
$name string
$options string[]

공개 메소드들

메소드 설명
getCheckDuplicate ( ) : boolean
getDriver ( ) : string
getEnableIPv6 ( ) : boolean
getIPAM ( ) : Docker\API\Model\IPAM
getInternal ( ) : boolean
getLabels ( ) : string[]
getName ( ) : string
getOptions ( ) : string[]
setCheckDuplicate ( boolean $checkDuplicate = null ) : self
setDriver ( string $driver = null ) : self
setEnableIPv6 ( boolean $enableIPv6 = null ) : self
setIPAM ( Docker\API\Model\IPAM $iPAM = null ) : self
setInternal ( boolean $internal = null ) : self
setLabels ( ArrayObject $labels = null ) : self
setName ( string $name = null ) : self
setOptions ( ArrayObject $options = null ) : self

메소드 상세

getCheckDuplicate() 공개 메소드

public getCheckDuplicate ( ) : boolean
리턴 boolean

getDriver() 공개 메소드

public getDriver ( ) : string
리턴 string

getEnableIPv6() 공개 메소드

public getEnableIPv6 ( ) : boolean
리턴 boolean

getIPAM() 공개 메소드

public getIPAM ( ) : Docker\API\Model\IPAM
리턴 Docker\API\Model\IPAM

getInternal() 공개 메소드

public getInternal ( ) : boolean
리턴 boolean

getLabels() 공개 메소드

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

getName() 공개 메소드

public getName ( ) : string
리턴 string

getOptions() 공개 메소드

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

setCheckDuplicate() 공개 메소드

public setCheckDuplicate ( boolean $checkDuplicate = null ) : self
$checkDuplicate boolean
리턴 self

setDriver() 공개 메소드

public setDriver ( string $driver = null ) : self
$driver string
리턴 self

setEnableIPv6() 공개 메소드

public setEnableIPv6 ( boolean $enableIPv6 = null ) : self
$enableIPv6 boolean
리턴 self

setIPAM() 공개 메소드

public setIPAM ( Docker\API\Model\IPAM $iPAM = null ) : self
$iPAM Docker\API\Model\IPAM
리턴 self

setInternal() 공개 메소드

public setInternal ( boolean $internal = null ) : self
$internal boolean
리턴 self

setLabels() 공개 메소드

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

setName() 공개 메소드

public setName ( string $name = null ) : self
$name string
리턴 self

setOptions() 공개 메소드

public setOptions ( ArrayObject $options = null ) : self
$options ArrayObject
리턴 self

프로퍼티 상세

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

protected bool $checkDuplicate
리턴 boolean

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

protected string $driver
리턴 string

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

protected bool $enableIPv6
리턴 boolean

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

protected IPAM,Docker\API\Model $iPAM
리턴 Docker\API\Model\IPAM

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

protected bool $internal
리턴 boolean

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

protected string[] $labels
리턴 string[]

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

protected string $name
리턴 string

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

protected string[] $options
리턴 string[]