Class NetworksCampusGatewayCluster
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
Devices
List of devices in the cluster
[DataMember(Name = "devices")]
[ApiAccess(ApiAccess.ReadWrite)]
public List<NetworksCampusGatewayClusterDeviceDetailed>? Devices { get; set; }
Property Value
Name
Name of the cluster
[DataMember(Name = "name")]
[ApiAccess(ApiAccess.ReadWrite)]
public string? Name { get; set; }
Property Value
NameServers
Nameservers of the cluster
[DataMember(Name = "nameservers")]
[ApiAccess(ApiAccess.ReadWrite)]
public NetworksCampusGatewayClusterNameservers? NameServers { get; set; }
Property Value
Notes
Notes about the cluster
[DataMember(Name = "notes")]
[ApiAccess(ApiAccess.ReadWrite)]
public string? Notes { get; set; }
Property Value
PortChannels
List of Port Channel settings for the cluster
[DataMember(Name = "portChannels")]
[ApiAccess(ApiAccess.ReadWrite)]
public List<NetworksCampusGatewayClusterIdentifiedPortchannel>? PortChannels { get; set; }
Property Value
Tunnels
List of tunnel settings of the cluster
[DataMember(Name = "tunnels")]
[ApiAccess(ApiAccess.ReadWrite)]
public List<NetworksCampusGatewayClusterDeviceTunnelDetailed>? Tunnels { get; set; }
Property Value
Uplinks
List of uplink settings of the cluster
[DataMember(Name = "uplinks")]
[ApiAccess(ApiAccess.ReadWrite)]
public List<NetworksCampusGatewayClusterUplinkDetailed>? Uplinks { get; set; }
Property Value
Url
URL to display cluster details
[DataMember(Name = "url")]
[ApiAccess(ApiAccess.Read)]
public string Url { get; set; }