PHP Class Docker\API\Model\NetworkCreateConfig

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

Protected Properties

Property Type Description
$checkDuplicate boolean
$driver string
$enableIPv6 boolean
$iPAM Docker\API\Model\IPAM
$internal boolean
$labels string[]
$name string
$options string[]

Public Methods

Method Description
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

Method Details

getCheckDuplicate() public method

public getCheckDuplicate ( ) : boolean
return boolean

getDriver() public method

public getDriver ( ) : string
return string

getEnableIPv6() public method

public getEnableIPv6 ( ) : boolean
return boolean

getIPAM() public method

public getIPAM ( ) : Docker\API\Model\IPAM
return Docker\API\Model\IPAM

getInternal() public method

public getInternal ( ) : boolean
return boolean

getLabels() public method

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

getName() public method

public getName ( ) : string
return string

getOptions() public method

public getOptions ( ) : string[]
return string[]

setCheckDuplicate() public method

public setCheckDuplicate ( boolean $checkDuplicate = null ) : self
$checkDuplicate boolean
return self

setDriver() public method

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

setEnableIPv6() public method

public setEnableIPv6 ( boolean $enableIPv6 = null ) : self
$enableIPv6 boolean
return self

setIPAM() public method

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

setInternal() public method

public setInternal ( boolean $internal = null ) : self
$internal boolean
return self

setLabels() public method

public setLabels ( ArrayObject $labels = null ) : self
$labels ArrayObject
return self

setName() public method

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

setOptions() public method

public setOptions ( ArrayObject $options = null ) : self
$options ArrayObject
return self

Property Details

$checkDuplicate protected_oe property

protected bool $checkDuplicate
return boolean

$driver protected_oe property

protected string $driver
return string

$enableIPv6 protected_oe property

protected bool $enableIPv6
return boolean

$iPAM protected_oe property

protected IPAM,Docker\API\Model $iPAM
return Docker\API\Model\IPAM

$internal protected_oe property

protected bool $internal
return boolean

$labels protected_oe property

protected string[] $labels
return string[]

$name protected_oe property

protected string $name
return string

$options protected_oe property

protected string[] $options
return string[]