PHP Class Docker\API\Model\NetworkConfig

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

Protected Properties

Свойство Type Description
$bridge string
$gateway string
$iPAddress string
$iPPrefixLen integer
$macAddress string
$networks Docker\API\Model\ContainerNetwork[]
$portMapping string
$ports Docker\API\Model\PortBinding[][] | null[]

Méthodes publiques

Méthode Description
getBridge ( ) : string
getGateway ( ) : string
getIPAddress ( ) : string
getIPPrefixLen ( ) : integer
getMacAddress ( ) : string
getNetworks ( ) : Docker\API\Model\ContainerNetwork[]
getPortMapping ( ) : string
getPorts ( ) : Docker\API\Model\PortBinding[][] | null[]
setBridge ( string $bridge = null ) : self
setGateway ( string $gateway = null ) : self
setIPAddress ( string $iPAddress = null ) : self
setIPPrefixLen ( integer $iPPrefixLen = null ) : self
setMacAddress ( string $macAddress = null ) : self
setNetworks ( ArrayObject $networks = null ) : self
setPortMapping ( string $portMapping = null ) : self
setPorts ( ArrayObject $ports = null ) : self

Method Details

getBridge() public méthode

public getBridge ( ) : string
Résultat string

getGateway() public méthode

public getGateway ( ) : string
Résultat string

getIPAddress() public méthode

public getIPAddress ( ) : string
Résultat string

getIPPrefixLen() public méthode

public getIPPrefixLen ( ) : integer
Résultat integer

getMacAddress() public méthode

public getMacAddress ( ) : string
Résultat string

getNetworks() public méthode

public getNetworks ( ) : Docker\API\Model\ContainerNetwork[]
Résultat Docker\API\Model\ContainerNetwork[]

getPortMapping() public méthode

public getPortMapping ( ) : string
Résultat string

getPorts() public méthode

public getPorts ( ) : Docker\API\Model\PortBinding[][] | null[]
Résultat Docker\API\Model\PortBinding[][] | null[]

setBridge() public méthode

public setBridge ( string $bridge = null ) : self
$bridge string
Résultat self

setGateway() public méthode

public setGateway ( string $gateway = null ) : self
$gateway string
Résultat self

setIPAddress() public méthode

public setIPAddress ( string $iPAddress = null ) : self
$iPAddress string
Résultat self

setIPPrefixLen() public méthode

public setIPPrefixLen ( integer $iPPrefixLen = null ) : self
$iPPrefixLen integer
Résultat self

setMacAddress() public méthode

public setMacAddress ( string $macAddress = null ) : self
$macAddress string
Résultat self

setNetworks() public méthode

public setNetworks ( ArrayObject $networks = null ) : self
$networks ArrayObject
Résultat self

setPortMapping() public méthode

public setPortMapping ( string $portMapping = null ) : self
$portMapping string
Résultat self

setPorts() public méthode

public setPorts ( ArrayObject $ports = null ) : self
$ports ArrayObject
Résultat self

Property Details

$bridge protected_oe property

protected string $bridge
Résultat string

$gateway protected_oe property

protected string $gateway
Résultat string

$iPAddress protected_oe property

protected string $iPAddress
Résultat string

$iPPrefixLen protected_oe property

protected int $iPPrefixLen
Résultat integer

$macAddress protected_oe property

protected string $macAddress
Résultat string

$networks protected_oe property

protected ContainerNetwork[],Docker\API\Model $networks
Résultat Docker\API\Model\ContainerNetwork[]

$portMapping protected_oe property

protected string $portMapping
Résultat string

$ports protected_oe property

protected PortBinding[][],Docker\API\Model|null[] $ports
Résultat Docker\API\Model\PortBinding[][] | null[]