Class NetworksCampusGatewayClusterUpdateRequest
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
Name
Name of the cluster
[DataMember(Name = "name")]
public string? Name { get; set; }
Property Value
Nameservers
Nameservers of the cluster
[DataMember(Name = "nameservers")]
public NetworksCampusGatewayClusterUpdateRequestNameServers? Nameservers { get; set; }
Property Value
Notes
Notes about cluster with max size of 511 characters allowed
[DataMember(Name = "notes")]
public string? Notes { get; set; }
Property Value
PortChannels
Port channel settings of the cluster
[DataMember(Name = "portChannels")]
public List<NetworksCampusGatewayClusterUpdateRequestPortChannel>? PortChannels { get; set; }
Property Value
Tunnels
Tunnel interface settings of the cluster: Reuse uplink or specify tunnel interface
[DataMember(Name = "tunnels")]
public List<NetworksCampusGatewayClusterUpdateRequestTunnel>? Tunnels { get; set; }
Property Value
Uplinks
Uplink interface settings of the cluster
[DataMember(Name = "uplinks")]
public List<NetworksCampusGatewayClusterUpdateRequestUplink>? Uplinks { get; set; }