Class VirtualNat
Describes a virtual NAT.
Namespace: Neon.HyperV
Assembly: Neon.HyperV.dll
Syntax
public class VirtualNat
Properties
Name
The NAT's name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Subnet
The NAT source subnet.
Declaration
public string Subnet { get; set; }
Property Value
Type | Description |
---|---|
string |