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