PHP Class Docker\API\Model\Network

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

Protected Properties

Property Type Description
$containers Docker\API\Model\NetworkContainer[]
$driver string
$enableIPv6 boolean
$iPAM Docker\API\Model\IPAM
$id string
$internal boolean
$name string
$options string[]
$scope string

Public Methods

Method Description
getContainers ( ) : Docker\API\Model\NetworkContainer[]
getDriver ( ) : string
getEnableIPv6 ( ) : boolean
getIPAM ( ) : Docker\API\Model\IPAM
getId ( ) : string
getInternal ( ) : boolean
getName ( ) : string
getOptions ( ) : string[]
getScope ( ) : string
setContainers ( ArrayObject $containers = null ) : self
setDriver ( string $driver = null ) : self
setEnableIPv6 ( boolean $enableIPv6 = null ) : self
setIPAM ( Docker\API\Model\IPAM $iPAM = null ) : self
setId ( string $id = null ) : self
setInternal ( boolean $internal = null ) : self
setName ( string $name = null ) : self
setOptions ( ArrayObject $options = null ) : self
setScope ( string $scope = null ) : self

Method Details

getContainers() public method

public getContainers ( ) : Docker\API\Model\NetworkContainer[]
return Docker\API\Model\NetworkContainer[]

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

getId() public method

public getId ( ) : string
return string

getInternal() public method

public getInternal ( ) : boolean
return boolean

getName() public method

public getName ( ) : string
return string

getOptions() public method

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

getScope() public method

public getScope ( ) : string
return string

setContainers() public method

public setContainers ( ArrayObject $containers = null ) : self
$containers ArrayObject
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

setId() public method

public setId ( string $id = null ) : self
$id string
return self

setInternal() public method

public setInternal ( boolean $internal = null ) : self
$internal boolean
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

setScope() public method

public setScope ( string $scope = null ) : self
$scope string
return self

Property Details

$containers protected_oe property

protected NetworkContainer[],Docker\API\Model $containers
return Docker\API\Model\NetworkContainer[]

$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

$id protected_oe property

protected string $id
return string

$internal protected_oe property

protected bool $internal
return boolean

$name protected_oe property

protected string $name
return string

$options protected_oe property

protected string[] $options
return string[]

$scope protected_oe property

protected string $scope
return string