Class NetworksCampusGatewayClusterIdentifiedPortchannel
Port channel settings for the cluster.
[DataContract]
public class NetworksCampusGatewayClusterIdentifiedPortchannel
- Inheritance
-
NetworksCampusGatewayClusterIdentifiedPortchannel
- Inherited Members
Constructors
NetworksCampusGatewayClusterIdentifiedPortchannel()
public NetworksCampusGatewayClusterIdentifiedPortchannel()
Properties
AllowedVlans
Allowed VLANs of the port channel
[DataMember(Name = "allowedVlans")]
[ApiAccess(ApiAccess.ReadWrite)]
public string? AllowedVlans { get; set; }
Property Value
Id
ID of the port channel
[DataMember(Name = "id")]
[ApiAccess(ApiAccess.Read)]
public string? Id { get; set; }
Property Value
Name
Name of the port channel
[DataMember(Name = "name")]
[ApiAccess(ApiAccess.ReadWrite)]
public string? Name { get; set; }
Property Value
VLan
VLAN Id of the port channel
[DataMember(Name = "vlan")]
[ApiAccess(ApiAccess.ReadWrite)]
public int? VLan { get; set; }
Property Value
- int?