Table of Contents

Class OrganizationsApplianceVlanMandatoryDhcp

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

Mandatory DHCP will enforce that clients connecting to this VLAN must use the IP address assigned by the DHCP server. Clients who use a static IP address won't be able to associate. Only available on firmware versions 17.0 and above

[DataContract]
public class OrganizationsApplianceVlanMandatoryDhcp
Inheritance
OrganizationsApplianceVlanMandatoryDhcp
Inherited Members

Constructors

OrganizationsApplianceVlanMandatoryDhcp()

public OrganizationsApplianceVlanMandatoryDhcp()

Properties

Enabled

Enable Mandatory DHCP on VLAN.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "enabled")]
public bool Enabled { get; set; }

Property Value

bool