Table of Contents

Class NetworksCampusGatewayCluster

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

Response from the CreateCampusGatewayClusterAsync endpoint.

[DataContract]
public class NetworksCampusGatewayCluster
Inheritance
NetworksCampusGatewayCluster
Inherited Members

Constructors

NetworksCampusGatewayCluster()

public NetworksCampusGatewayCluster()

Properties

ClusterId

ID of the cluster

[ApiKey]
[DataMember(Name = "clusterId")]
[ApiAccess(ApiAccess.Read)]
public string? ClusterId { get; set; }

Property Value

string

Devices

List of devices in the cluster

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

Property Value

List<NetworksCampusGatewayClusterDeviceDetailed>

Name

Name of the cluster

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

Property Value

string

NameServers

Nameservers of the cluster

[DataMember(Name = "nameservers")]
[ApiAccess(ApiAccess.ReadWrite)]
public NetworksCampusGatewayClusterNameservers? NameServers { get; set; }

Property Value

NetworksCampusGatewayClusterNameservers

Notes

Notes about the cluster

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

Property Value

string

PortChannels

List of Port Channel settings for the cluster

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

Property Value

List<NetworksCampusGatewayClusterIdentifiedPortchannel>

Tunnels

List of tunnel settings of the cluster

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

Property Value

List<NetworksCampusGatewayClusterDeviceTunnelDetailed>

List of uplink settings of the cluster

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

Property Value

List<NetworksCampusGatewayClusterUplinkDetailed>

Url

URL to display cluster details

[DataMember(Name = "url")]
[ApiAccess(ApiAccess.Read)]
public string Url { get; set; }

Property Value

string