Table of Contents

Class NetworksCampusGatewayClusterUpdateRequestUplink

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

Uplink interface setting of the cluster

[DataContract]
public class NetworksCampusGatewayClusterUpdateRequestUplink
Inheritance
NetworksCampusGatewayClusterUpdateRequestUplink
Inherited Members

Constructors

public NetworksCampusGatewayClusterUpdateRequestUplink()

Properties

Addresses of the interface

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

Property Value

List<NetworksCampusGatewayClusterUpdateRequestUplinkAddress>

Interface identifier, should be set to man1

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

Property Value

string

VLAN ID of the interface

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

Property Value

int?