Table of Contents

Class NetworksCampusGatewayClusterUplinkDetailed

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

An uplink setting of the device when uplink assignment mode of cluster is static

[DataContract]
public class NetworksCampusGatewayClusterUplinkDetailed
Inheritance
NetworksCampusGatewayClusterUplinkDetailed
Inherited Members

Constructors

NetworksCampusGatewayClusterUplinkDetailed()

public NetworksCampusGatewayClusterUplinkDetailed()

Properties

Addresses

Addresses of the Interface

[DataMember(Name = "addresses")]
[ApiAccess(ApiAccess.ReadWrite)]
public List<NetworksCampusGatewayClusterUplinkIPAddress> Addresses { get; set; }

Property Value

List<NetworksCampusGatewayClusterUplinkIPAddress>

Interface

Interface identifier, should be set to man1

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

Property Value

string

VLan

VLAN ID of the interface

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

Property Value

int