Table of Contents

Class OrganizationCampusGatewayClusterDeviceUplinkAddress

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

Uplink IP address of the device

[DataContract]
public class OrganizationCampusGatewayClusterDeviceUplinkAddress
Inheritance
OrganizationCampusGatewayClusterDeviceUplinkAddress
Inherited Members

Constructors

OrganizationCampusGatewayClusterDeviceUplinkAddress()

public OrganizationCampusGatewayClusterDeviceUplinkAddress()

Properties

Address

IP address of the interface

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

Property Value

string

Protocol

Protocol of the interface

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

Property Value

string