Table of Contents

Class NetworksCampusGatewayClusterCreateRequest

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

NetworksCampusGatewayClusterRequest

[DataContract]
public class NetworksCampusGatewayClusterCreateRequest
Inheritance
NetworksCampusGatewayClusterCreateRequest
Inherited Members

Constructors

NetworksCampusGatewayClusterCreateRequest()

public NetworksCampusGatewayClusterCreateRequest()

Properties

Devices

List of devices to be added to the cluster

[DataMember(Name = "devices")]
public List<NetworksCampusGatewayClusterDevice> Devices { get; set; }

Property Value

List<NetworksCampusGatewayClusterDevice>

Name

Name of the new cluster

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

Property Value

string

Nameservers

Nameservers of the cluster

[DataMember(Name = "nameservers")]
public List<NetworksCampusGatewayClusterNameservers> Nameservers { get; set; }

Property Value

List<NetworksCampusGatewayClusterNameservers>

Notes

Notes about cluster with max size of 511 characters allowed

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

Property Value

string

PortChannels

List of Port channel settings of the cluster

[DataMember(Name = "portChannels")]
public List<NetworksCampusGatewayClusterPortchannel> PortChannels { get; set; }

Property Value

List<NetworksCampusGatewayClusterPortchannel>

Tunnels

List of Tunnel interface settings of the cluster

[DataMember(Name = "tunnels")]
public List<NetworksCampusGatewayClusterTunnel> Tunnels { get; set; }

Property Value

List<NetworksCampusGatewayClusterTunnel>

List of Uplink settings of the device when uplink assignment mode of cluster is static

[DataMember(Name = "uplinks")]
public List<NetworksCampusGatewayClusterUplinkDetailed> Uplinks { get; set; }

Property Value

List<NetworksCampusGatewayClusterUplinkDetailed>