Table of Contents

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

networkName string
subnet string

Properties

Name

name of network

public string Name { get; }

Property Value

string

Subnet

subnet belonging to this docker network

public string Subnet { get; }

Property Value

string

Methods

ToString()

stringify docker network obj

public override string ToString()

Returns

string