DockerSdk
the .NET SDK for Docker
Properties | List of all members
DockerSdk.Networks.INetworkEndpoint Interface Reference

Provides information about a Docker network endpoint. An endpoint is a connection between a Docker container and a Docker network. More...

Inherited by DockerSdk.Networks.NetworkEndpoint.

Properties

IContainer Container [get]
 Gets the Docker container that this endpoint connects to. More...
 
string Id [get]
 Gets the endpoint's ID. More...
 
IPAddress? IPv4Address [get]
 Gets the container's IPv4 address (if it has one) on this endpoint's network. More...
 
IPAddress? IPv6Address [get]
 Gets the container's IPv6 address (if it has one) on this endpoint's network. More...
 
PhysicalAddress MacAddress [get]
 Gets the container's MAC address on this endpoint's network. More...
 
INetwork Network [get]
 Gets the Docker network that this endpoint connects to. More...
 

Detailed Description

Provides information about a Docker network endpoint. An endpoint is a connection between a Docker container and a Docker network.

This class holds a snapshot in time. Its information is immutable once created.

Property Documentation

◆ Container

IContainer DockerSdk.Networks.INetworkEndpoint.Container
get

Gets the Docker container that this endpoint connects to.

◆ Id

string DockerSdk.Networks.INetworkEndpoint.Id
get

Gets the endpoint's ID.

◆ IPv4Address

IPAddress? DockerSdk.Networks.INetworkEndpoint.IPv4Address
get

Gets the container's IPv4 address (if it has one) on this endpoint's network.

◆ IPv6Address

IPAddress? DockerSdk.Networks.INetworkEndpoint.IPv6Address
get

Gets the container's IPv6 address (if it has one) on this endpoint's network.

◆ MacAddress

PhysicalAddress DockerSdk.Networks.INetworkEndpoint.MacAddress
get

Gets the container's MAC address on this endpoint's network.

◆ Network

INetwork DockerSdk.Networks.INetworkEndpoint.Network
get

Gets the Docker network that this endpoint connects to.


The documentation for this interface was generated from the following file: