Table of Contents

Class NetworksSwitchDhcpV4ServersSeen

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

Networks Switch Dhcp V4 Servers Seen

[DataContract]
public class NetworksSwitchDhcpV4ServersSeen
Inheritance
NetworksSwitchDhcpV4ServersSeen
Inherited Members

Constructors

NetworksSwitchDhcpV4ServersSeen()

public NetworksSwitchDhcpV4ServersSeen()

Properties

ClientId

Client id of the server if available.

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

Property Value

string

Device

Attributes of the server when it's a device.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "device")]
public NetworksSwitchDhcpV4ServersSeenDevice Device { get; set; }

Property Value

NetworksSwitchDhcpV4ServersSeenDevice

Ipv4

IPv4 attributes of the server.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "ipv4")]
public NetworksSwitchDhcpV4ServersSeenIpv4 Ipv4 { get; set; }

Property Value

NetworksSwitchDhcpV4ServersSeenIpv4

IsAllowed

Whether the server is allowed or blocked. Always true for configured servers.

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

Property Value

bool

IsConfigured

Whether the server is configured.

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

Property Value

bool

LastAck

Attributes of the server's last ack.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "lastAck")]
public NetworksSwitchDhcpV4ServersSeenLastAck LastAck { get; set; }

Property Value

NetworksSwitchDhcpV4ServersSeenLastAck

LastPacket

Last packet the server received.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "lastPacket")]
public NetworksSwitchDhcpV4ServersSeenLastPacket LastPacket { get; set; }

Property Value

NetworksSwitchDhcpV4ServersSeenLastPacket

LastSeenAt

Last time the server was seen.

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

Property Value

string

Mac

Mac address of the server.

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

Property Value

string

SeenBy

Devices that saw the server.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "seenBy")]
public List<NetworksSwitchDhcpV4ServersSeenSeenByItem> SeenBy { get; set; }

Property Value

List<NetworksSwitchDhcpV4ServersSeenSeenByItem>

Type

Server type. Can be a 'device', 'stack', or 'discovered' (i.e client).

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

Property Value

DhcpServerType

Vlan

Vlan id of the server.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "vlan")]
public int Vlan { get; set; }

Property Value

int