Class NetworksCampusGatewayClusterUpdateRequestPortChannel
Port channel setting of the cluster
[DataContract]
public class NetworksCampusGatewayClusterUpdateRequestPortChannel
- Inheritance
-
NetworksCampusGatewayClusterUpdateRequestPortChannel
- Inherited Members
Constructors
NetworksCampusGatewayClusterUpdateRequestPortChannel()
public NetworksCampusGatewayClusterUpdateRequestPortChannel()
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; }
Property Value
- int?