Table of Contents

Class OrganizationCampusGatewayClusterDeviceUplink

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

Uplink setting of the device

[DataContract]
public class OrganizationCampusGatewayClusterDeviceUplink
Inheritance
OrganizationCampusGatewayClusterDeviceUplink
Inherited Members

Constructors

public OrganizationCampusGatewayClusterDeviceUplink()

Properties

Uplink IP addresses of the device

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

Property Value

List<OrganizationCampusGatewayClusterDeviceUplinkAddress>

Uplink interface name

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

Property Value

string