Table of Contents

Class NetworksCampusGatewayClusterUpdateRequestPortChannel

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

Port channel setting of the cluster

[DataContract]
public class NetworksCampusGatewayClusterUpdateRequestPortChannel
Inheritance
NetworksCampusGatewayClusterUpdateRequestPortChannel
Inherited Members

Constructors

NetworksCampusGatewayClusterUpdateRequestPortChannel()

public NetworksCampusGatewayClusterUpdateRequestPortChannel()

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?