Table of Contents

Class NetworksCampusGatewayClusterUpdateRequest

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

Networks Campus Gateway Cluster Update Request

[DataContract]
public class NetworksCampusGatewayClusterUpdateRequest
Inheritance
NetworksCampusGatewayClusterUpdateRequest
Inherited Members

Constructors

NetworksCampusGatewayClusterUpdateRequest()

public NetworksCampusGatewayClusterUpdateRequest()

Properties

Devices

Devices in the cluster

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

Property Value

List<NetworksCampusGatewayClusterUpdateRequestDevice>

Name

Name of the cluster

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

Property Value

string

Nameservers

Nameservers of the cluster

[DataMember(Name = "nameservers")]
public NetworksCampusGatewayClusterUpdateRequestNameServers? Nameservers { get; set; }

Property Value

NetworksCampusGatewayClusterUpdateRequestNameServers

Notes

Notes about cluster with max size of 511 characters allowed

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

Property Value

string

PortChannels

Port channel settings of the cluster

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

Property Value

List<NetworksCampusGatewayClusterUpdateRequestPortChannel>

Tunnels

Tunnel interface settings of the cluster: Reuse uplink or specify tunnel interface

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

Property Value

List<NetworksCampusGatewayClusterUpdateRequestTunnel>

Uplink interface settings of the cluster

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

Property Value

List<NetworksCampusGatewayClusterUpdateRequestUplink>