Class VirtualIPAddress
Describes a virtual Hyper-V IP address.
Namespace: Neon.HyperV
Assembly: Neon.HyperV.dll
Syntax
public class VirtualIPAddress
Properties
Address
The associated IP address.
Declaration
public string Address { get; set; }
Property Value
Type | Description |
---|---|
string |
InterfaceName
Identifies the network interface or switch to which this address is connected.
Declaration
public string InterfaceName { get; set; }
Property Value
Type | Description |
---|---|
string |
Subnet
The network subnet.
Declaration
public NetworkCidr Subnet { get; set; }
Property Value
Type | Description |
---|---|
NetworkCidr |