PHP Class Docker\API\Model\Network

Afficher le fichier Open project: docker-php/docker-php

Protected Properties

Свойство 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

Méthodes publiques

Méthode 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 méthode

public getContainers ( ) : Docker\API\Model\NetworkContainer[]
Résultat Docker\API\Model\NetworkContainer[]

getDriver() public méthode

public getDriver ( ) : string
Résultat string

getEnableIPv6() public méthode

public getEnableIPv6 ( ) : boolean
Résultat boolean

getIPAM() public méthode

public getIPAM ( ) : Docker\API\Model\IPAM
Résultat Docker\API\Model\IPAM

getId() public méthode

public getId ( ) : string
Résultat string

getInternal() public méthode

public getInternal ( ) : boolean
Résultat boolean

getName() public méthode

public getName ( ) : string
Résultat string

getOptions() public méthode

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

getScope() public méthode

public getScope ( ) : string
Résultat string

setContainers() public méthode

public setContainers ( ArrayObject $containers = null ) : self
$containers ArrayObject
Résultat self

setDriver() public méthode

public setDriver ( string $driver = null ) : self
$driver string
Résultat self

setEnableIPv6() public méthode

public setEnableIPv6 ( boolean $enableIPv6 = null ) : self
$enableIPv6 boolean
Résultat self

setIPAM() public méthode

public setIPAM ( Docker\API\Model\IPAM $iPAM = null ) : self
$iPAM Docker\API\Model\IPAM
Résultat self

setId() public méthode

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

setInternal() public méthode

public setInternal ( boolean $internal = null ) : self
$internal boolean
Résultat self

setName() public méthode

public setName ( string $name = null ) : self
$name string
Résultat self

setOptions() public méthode

public setOptions ( ArrayObject $options = null ) : self
$options ArrayObject
Résultat self

setScope() public méthode

public setScope ( string $scope = null ) : self
$scope string
Résultat self

Property Details

$containers protected_oe property

protected NetworkContainer[],Docker\API\Model $containers
Résultat Docker\API\Model\NetworkContainer[]

$driver protected_oe property

protected string $driver
Résultat string

$enableIPv6 protected_oe property

protected bool $enableIPv6
Résultat boolean

$iPAM protected_oe property

protected IPAM,Docker\API\Model $iPAM
Résultat Docker\API\Model\IPAM

$id protected_oe property

protected string $id
Résultat string

$internal protected_oe property

protected bool $internal
Résultat boolean

$name protected_oe property

protected string $name
Résultat string

$options protected_oe property

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

$scope protected_oe property

protected string $scope
Résultat string