Class DhcpSubnets
Subnets
[DataContract]
public class DhcpSubnets
- Inheritance
-
DhcpSubnets
- Inherited Members
Properties
FreeCount
Free count
[DataMember(Name = "freeCount")]
public int FreeCount { get; set; }
Property Value
Subnet
Subnet
[DataMember(Name = "subnet")]
public string Subnet { get; set; }
Property Value
UsedCount
Used count
[DataMember(Name = "usedCount")]
public int UsedCount { get; set; }
Property Value
VlanId
Vlan id
[DataMember(Name = "vlanId")]
public int VlanId { get; set; }