Table of Contents

Class OrganizationsApplianceVlanReservedIpRange

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

A reserved IP range on the VLAN

[DataContract]
public class OrganizationsApplianceVlanReservedIpRange
Inheritance
OrganizationsApplianceVlanReservedIpRange
Inherited Members

Constructors

OrganizationsApplianceVlanReservedIpRange()

public OrganizationsApplianceVlanReservedIpRange()

Properties

Comment

A text comment for the reserved range

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "comment")]
public string Comment { get; set; }

Property Value

string

End

The last IP in the reserved range

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "end")]
public string End { get; set; }

Property Value

string

Start

The first IP in the reserved range

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "start")]
public string Start { get; set; }

Property Value

string