Table of Contents

Class NetworksCampusGatewayClusterIdentifiedPortchannel

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

string

Id

ID of the port channel

[DataMember(Name = "id")]
[ApiAccess(ApiAccess.Read)]
public string? Id { get; set; }

Property Value

string

Name

Name of the port channel

[DataMember(Name = "name")]
[ApiAccess(ApiAccess.ReadWrite)]
public string? Name { get; set; }

Property Value

string

VLan

VLAN Id of the port channel

[DataMember(Name = "vlan")]
[ApiAccess(ApiAccess.ReadWrite)]
public int? VLan { get; set; }

Property Value

int?