Class NetworksCampusGatewayClusterPortchannel
Port channel settings of the cluster
[DataContract]
public class NetworksCampusGatewayClusterPortchannel
- Inheritance
-
NetworksCampusGatewayClusterPortchannel
- Inherited Members
Constructors
NetworksCampusGatewayClusterPortchannel()
public NetworksCampusGatewayClusterPortchannel()
Properties
AllowedVLans
Allowed VLANs of the port channel
[DataMember(Name = "allowedVlans")]
public string AllowedVLans { get; set; }
Property Value
Name
Name of the port channel
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
VLan
VLAN ID of the port channel
[DataMember(Name = "vlan")]
public int VLan { get; set; }