Class DockerNetworkNfo
- Namespace
- SearchAThing.Util
- Assembly
- netcore-util.dll
docker network information
public class DockerNetworkNfo
- Inheritance
-
DockerNetworkNfo
- Inherited Members
Constructors
DockerNetworkNfo(string, string)
create docker network info object
public DockerNetworkNfo(string networkName, string subnet)
Parameters
Properties
Name
name of network
public string Name { get; }
Property Value
Subnet
subnet belonging to this docker network
public string Subnet { get; }
Property Value
Methods
ToString()
stringify docker network obj
public override string ToString()