Table of Contents

Class OrganizationsApplianceVlanDhcpOption

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

DHCP options that will be included in DHCP responses.

[DataContract]
public class OrganizationsApplianceVlanDhcpOption
Inheritance
OrganizationsApplianceVlanDhcpOption
Inherited Members

Constructors

OrganizationsApplianceVlanDhcpOption()

public OrganizationsApplianceVlanDhcpOption()

Properties

Code

The code for the DHCP option. This should be an integer between 2 and 254.

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

Property Value

string

Type

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public DhcpOptionType Type { get; set; }

Property Value

DhcpOptionType

Value

The value for the DHCP option

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

Property Value

string