Table of Contents

Class NetworksCampusGatewayClusterDeviceIPAddress

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

Tunnel IP address of the device

[DataContract]
public class NetworksCampusGatewayClusterDeviceIPAddress
Inheritance
NetworksCampusGatewayClusterDeviceIPAddress
Inherited Members

Constructors

NetworksCampusGatewayClusterDeviceIPAddress()

public NetworksCampusGatewayClusterDeviceIPAddress()

Properties

Address

IP address of the interface

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

Property Value

string

Protocol

Protocol of the Interface

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

Property Value

NetworksCampusGatewayClusterProtocol