IPAM
Table of Contents
- $config : array<string|int, array<string|int, string>>|null
- List of IPAM configuration options, specified as a map:.
- $driver : string|null
- Name of the IPAM driver to use.
- $options : array<string|int, string>|null
- Driver-specific options, specified as a map.
- getConfig() : array<string|int, array<string|int, string>>|null
- List of IPAM configuration options, specified as a map:.
- getDriver() : string|null
- Name of the IPAM driver to use.
- getOptions() : array<string|int, string>|null
- Driver-specific options, specified as a map.
- setConfig() : self
- List of IPAM configuration options, specified as a map:.
- setDriver() : self
- Name of the IPAM driver to use.
- setOptions() : self
- Driver-specific options, specified as a map.
Properties
$config
List of IPAM configuration options, specified as a map:.
protected
array<string|int, array<string|int, string>>|null
$config
$driver
Name of the IPAM driver to use.
protected
string|null
$driver
= 'default'
$options
Driver-specific options, specified as a map.
protected
array<string|int, string>|null
$options
Methods
getConfig()
List of IPAM configuration options, specified as a map:.
public
getConfig() : array<string|int, array<string|int, string>>|null
Return values
array<string|int, array<string|int, string>>|null —getDriver()
Name of the IPAM driver to use.
public
getDriver() : string|null
Return values
string|null —getOptions()
Driver-specific options, specified as a map.
public
getOptions() : array<string|int, string>|null
Return values
array<string|int, string>|null —setConfig()
List of IPAM configuration options, specified as a map:.
public
setConfig(array<string|int, array<string|int, string>>|null $config) : self
Parameters
- $config : array<string|int, array<string|int, string>>|null
Return values
self —setDriver()
Name of the IPAM driver to use.
public
setDriver(string|null $driver) : self
Parameters
- $driver : string|null
Return values
self —setOptions()
Driver-specific options, specified as a map.
public
setOptions(array<string|int, string>|null $options) : self
Parameters
- $options : array<string|int, string>|null