Class NetworksCampusGatewayClusterCreateRequest
NetworksCampusGatewayClusterRequest
[DataContract]
public class NetworksCampusGatewayClusterCreateRequest
- Inheritance
-
NetworksCampusGatewayClusterCreateRequest
- Inherited Members
Constructors
NetworksCampusGatewayClusterCreateRequest()
public NetworksCampusGatewayClusterCreateRequest()
Properties
Devices
List of devices to be added to the cluster
[DataMember(Name = "devices")]
public List<NetworksCampusGatewayClusterDevice> Devices { get; set; }
Property Value
Name
Name of the new cluster
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Nameservers
Nameservers of the cluster
[DataMember(Name = "nameservers")]
public List<NetworksCampusGatewayClusterNameservers> 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
List of Port channel settings of the cluster
[DataMember(Name = "portChannels")]
public List<NetworksCampusGatewayClusterPortchannel> PortChannels { get; set; }
Property Value
Tunnels
List of Tunnel interface settings of the cluster
[DataMember(Name = "tunnels")]
public List<NetworksCampusGatewayClusterTunnel> Tunnels { get; set; }
Property Value
Uplinks
List of Uplink settings of the device when uplink assignment mode of cluster is static
[DataMember(Name = "uplinks")]
public List<NetworksCampusGatewayClusterUplinkDetailed> Uplinks { get; set; }