Class OrganizationCampusGatewayCluster
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
Devices
Devices in the cluster
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "devices")]
public List<OrganizationCampusGatewayClusterDevice> Devices { get; set; }
Property Value
Name
Name of the cluster
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Nameservers
Nameservers of the cluster
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "nameservers")]
public OrganizationCampusGatewayClusterNameservers Nameservers { get; set; }
Property Value
Network
Network details of the cluster
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "network")]
public OrganizationCampusGatewayClusterNetwork Network { get; set; }
Property Value
Notes
Notes about cluster
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "notes")]
public string Notes { get; set; }
Property Value
PortChannels
Port channel settings of the cluster
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "portChannels")]
public List<OrganizationCampusGatewayClusterPortChannel> PortChannels { get; set; }
Property Value
Tunnels
Tunnel settings of the cluster
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tunnels")]
public List<OrganizationCampusGatewayClusterTunnel> Tunnels { get; set; }
Property Value
Uplinks
Uplink settings of the cluster
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "uplinks")]
public List<OrganizationCampusGatewayClusterUplink> Uplinks { get; set; }
Property Value
Url
URL to display cluster details
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }