Table of Contents

Class NetworksSwitchDhcpV4ServersSeenIpv4

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

IPv4 attributes of the server.

[DataContract]
public class NetworksSwitchDhcpV4ServersSeenIpv4
Inheritance
NetworksSwitchDhcpV4ServersSeenIpv4
Inherited Members

Constructors

NetworksSwitchDhcpV4ServersSeenIpv4()

public NetworksSwitchDhcpV4ServersSeenIpv4()

Properties

Address

IPv4 address of the server.

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

Property Value

string

Gateway

IPv4 gateway address of the server.

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

Property Value

string

Subnet

Subnet of the server.

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

Property Value

string