Table of Contents

Class OrganizationCampusGatewayClusterDeviceTunnelAddress

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

Tunnel IP address of the device

[DataContract]
public class OrganizationCampusGatewayClusterDeviceTunnelAddress
Inheritance
OrganizationCampusGatewayClusterDeviceTunnelAddress
Inherited Members

Constructors

OrganizationCampusGatewayClusterDeviceTunnelAddress()

public OrganizationCampusGatewayClusterDeviceTunnelAddress()

Properties

Address

IP address of the interface

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

Property Value

string

Protocol

Protocol of the interface

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

Property Value

string