Table of Contents

Class NetworksCampusGatewayClusterUpdateRequestDeviceUplink

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

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

[DataContract]
public class NetworksCampusGatewayClusterUpdateRequestDeviceUplink
Inheritance
NetworksCampusGatewayClusterUpdateRequestDeviceUplink
Inherited Members

Constructors

public NetworksCampusGatewayClusterUpdateRequestDeviceUplink()

Properties

Uplink IP addresses of the device

[DataMember(Name = "addresses")]
public List<NetworksCampusGatewayClusterUpdateRequestDeviceUplinkAddress> Addresses { get; set; }

Property Value

List<NetworksCampusGatewayClusterUpdateRequestDeviceUplinkAddress>

Uplink interface name

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

Property Value

string