Table of Contents

Class DhcpSubnets

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Subnets

[DataContract]
public class DhcpSubnets
Inheritance
DhcpSubnets
Inherited Members

Properties

FreeCount

Free count

[DataMember(Name = "freeCount")]
public int FreeCount { get; set; }

Property Value

int

Subnet

Subnet

[DataMember(Name = "subnet")]
public string Subnet { get; set; }

Property Value

string

UsedCount

Used count

[DataMember(Name = "usedCount")]
public int UsedCount { get; set; }

Property Value

int

VlanId

Vlan id

[DataMember(Name = "vlanId")]
public int VlanId { get; set; }

Property Value

int