Class DockerNetworkIpam
Describes a Docker network's IPAM configuration.
Namespace: Neon.Docker
Assembly: Neon.Docker.dll
Syntax
public class DockerNetworkIpam
Constructors
DockerNetworkIpam(dynamic)
Constructs an instance from the dynamic network IPAM information returned by docker.
Declaration
public DockerNetworkIpam(dynamic source)
Parameters
| Type | Name | Description |
|---|---|---|
| dynamic | source | The dynamic source value. |
Properties
Config
Returns the IPAM configuration settings.
Declaration
public Dictionary<string, string> Config { get; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> |
Driver
Returns the IPAM driver.
Declaration
public string Driver { get; }
Property Value
| Type | Description |
|---|---|
| string |
Inner
Returns the raw
Declaration
public dynamic Inner { get; }
Property Value
| Type | Description |
|---|---|
| dynamic |