Table of Contents

Class OrganizationCampusGatewayDevicesUplinksLocalOverridesByDeviceResponseItemUplink

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

Uplink setting of the cluster

[DataContract]
public class OrganizationCampusGatewayDevicesUplinksLocalOverridesByDeviceResponseItemUplink
Inheritance
OrganizationCampusGatewayDevicesUplinksLocalOverridesByDeviceResponseItemUplink
Inherited Members

Constructors

public OrganizationCampusGatewayDevicesUplinksLocalOverridesByDeviceResponseItemUplink()

Properties

Addresses of the interface

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "addresses")]
public List<OrganizationCampusGatewayDevicesUplinksLocalOverridesByDeviceResponseItemUplinkAddress> Addresses { get; set; }

Property Value

List<OrganizationCampusGatewayDevicesUplinksLocalOverridesByDeviceResponseItemUplinkAddress>

Name of the interface

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

Property Value

string

VLAN of the interface

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

Property Value

int