Table of Contents

Class ReservedIpRange

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

A reserved IP range

[DataContract]
public class ReservedIpRange
Inheritance
ReservedIpRange
Inherited Members

Properties

Comment

Comment explaining the reserved IP range

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

Property Value

string

End

Ending IP included in the reserved range of IPs

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

Property Value

string

Start

Starting IP included in the reserved range of IPs

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

Property Value

string