PHP Class Docker\API\Model\NetworkCreateConfig

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

Protected Properties

Свойство Type Description
$checkDuplicate boolean
$driver string
$enableIPv6 boolean
$iPAM Docker\API\Model\IPAM
$internal boolean
$labels string[]
$name string
$options string[]

Méthodes publiques

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

public getCheckDuplicate ( ) : boolean
Résultat boolean

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

getInternal() public méthode

public getInternal ( ) : boolean
Résultat boolean

getLabels() public méthode

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

getName() public méthode

public getName ( ) : string
Résultat string

getOptions() public méthode

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

setCheckDuplicate() public méthode

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

setInternal() public méthode

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

setLabels() public méthode

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

Property Details

$checkDuplicate protected_oe property

protected bool $checkDuplicate
Résultat boolean

$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

$internal protected_oe property

protected bool $internal
Résultat boolean

$labels protected_oe property

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

$name protected_oe property

protected string $name
Résultat string

$options protected_oe property

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