Table of Contents

Class OrganizationCampusGatewayCluster

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

Organization Campus Gateway Cluster

[DataContract]
public class OrganizationCampusGatewayCluster
Inheritance
OrganizationCampusGatewayCluster
Inherited Members

Constructors

OrganizationCampusGatewayCluster()

public OrganizationCampusGatewayCluster()

Properties

ClusterId

ID of the cluster

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

Property Value

string

Devices

Devices in the cluster

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

Property Value

List<OrganizationCampusGatewayClusterDevice>

Name

Name of the cluster

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

Property Value

string

Nameservers

Nameservers of the cluster

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "nameservers")]
public OrganizationCampusGatewayClusterNameservers Nameservers { get; set; }

Property Value

OrganizationCampusGatewayClusterNameservers

Network

Network details of the cluster

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "network")]
public OrganizationCampusGatewayClusterNetwork Network { get; set; }

Property Value

OrganizationCampusGatewayClusterNetwork

Notes

Notes about cluster

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

Property Value

string

PortChannels

Port channel settings of the cluster

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

Property Value

List<OrganizationCampusGatewayClusterPortChannel>

Tunnels

Tunnel settings of the cluster

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

Property Value

List<OrganizationCampusGatewayClusterTunnel>

Uplink settings of the cluster

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

Property Value

List<OrganizationCampusGatewayClusterUplink>

Url

URL to display cluster details

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

Property Value

string