Table of Contents

Class NetworksCampusGatewayClusterUplink

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 NetworksCampusGatewayClusterUplink
Inheritance
NetworksCampusGatewayClusterUplink
Inherited Members

Constructors

public NetworksCampusGatewayClusterUplink()

Properties

Uplink IP addresses of the device

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

Property Value

List<NetworksCampusGatewayClusterDeviceIPAddress>

Uplink interface name

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

Property Value

string