Table of Contents

Class OrganizationCampusGatewayClusterPortChannel

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

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

string

Id

ID of the port channel

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

Property Value

string

Name

Name of the port channel

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

Property Value

string

Vlan

VLAN ID of the port channel

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "vlan")]
public int Vlan { get; set; }

Property Value

int