Table of Contents

Class NetworksCampusGatewayClusterPortchannel

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

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

string

Name

Name of the port channel

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

Property Value

string

VLan

VLAN ID of the port channel

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

Property Value

int