Class DockerNetworkContainer
Describes a container attached to a Docker network.
Namespace: Neon.Docker
Assembly: Neon.Docker.dll
Syntax
public class DockerNetworkContainer
Constructors
DockerNetworkContainer(dynamic)
Constructs an instance from the dynamic attached container information returned by docker.
Declaration
public DockerNetworkContainer(dynamic source)
Parameters
Type | Name | Description |
---|---|---|
dynamic | source | The dynamic source value. |
Properties
EndpointId
Returns the container's endpoint ID.
Declaration
public string EndpointId { get; }
Property Value
Type | Description |
---|---|
string |
IPv4Address
Returns the container's IPv4 address.
Declaration
public string IPv4Address { get; }
Property Value
Type | Description |
---|---|
string |
IPv6Address
Returns the container's IPv6 address.
Declaration
public string IPv6Address { get; }
Property Value
Type | Description |
---|---|
string |
Id
Returns the container's ID.
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
string |
Inner
Returns the raw
Declaration
public dynamic Inner { get; }
Property Value
Type | Description |
---|---|
dynamic |
MacAddress
Returns the container's MAC address.
Declaration
public string MacAddress { get; }
Property Value
Type | Description |
---|---|
string |