Class ServiceVirtualIP
Describes the virtual IP address assigned to the service on a specific attached network.
Namespace: Neon.Docker
Assembly: Neon.Docker.dll
Syntax
public class ServiceVirtualIP
Properties
Addr
Specifies assigned IP address.
Declaration
public string Addr { get; set; }
Property Value
Type | Description |
---|---|
string |
NetworkID
Specifies the attached network ID.
Declaration
public string NetworkID { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
Normalize()
Recursively ensures ensures that any null class or list related properties are replaced with instances with default values or empty lists.
Declaration
public void Normalize()