Table of Contents

Class NetworksCampusGatewayClusterUpdateRequestDeviceUplinkAddress

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

Uplink IP address of the device

[DataContract]
public class NetworksCampusGatewayClusterUpdateRequestDeviceUplinkAddress
Inheritance
NetworksCampusGatewayClusterUpdateRequestDeviceUplinkAddress
Inherited Members

Constructors

NetworksCampusGatewayClusterUpdateRequestDeviceUplinkAddress()

public NetworksCampusGatewayClusterUpdateRequestDeviceUplinkAddress()

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?