Table of Contents

Class NetworksCampusGatewayClusterUpdateRequestDeviceTunnelAddress

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

Tunnel IP addresses of the device

[DataContract]
public class NetworksCampusGatewayClusterUpdateRequestDeviceTunnelAddress
Inheritance
NetworksCampusGatewayClusterUpdateRequestDeviceTunnelAddress
Inherited Members

Constructors

NetworksCampusGatewayClusterUpdateRequestDeviceTunnelAddress()

public NetworksCampusGatewayClusterUpdateRequestDeviceTunnelAddress()

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 NetworksCampusGatewayClusterProtocol Protocol { get; set; }

Property Value

NetworksCampusGatewayClusterProtocol