Table of Contents

Class NetworksCampusGatewayClusterUpdateRequestUplinkAddress

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

Address of the interface

[DataContract]
public class NetworksCampusGatewayClusterUpdateRequestUplinkAddress
Inheritance
NetworksCampusGatewayClusterUpdateRequestUplinkAddress
Inherited Members

Constructors

NetworksCampusGatewayClusterUpdateRequestUplinkAddress()

public NetworksCampusGatewayClusterUpdateRequestUplinkAddress()

Properties

AssignmentMode

Assignment mode of the interface

[DataMember(Name = "assignmentMode")]
public NetworksCampusGatewayClusterUplinkIPAddressAssignmentMode AssignmentMode { get; set; }

Property Value

NetworksCampusGatewayClusterUplinkIPAddressAssignmentMode

Gateway

Gateway of the interface when assignmentMode is static

[DataMember(Name = "gateway")]
public string? Gateway { get; set; }

Property Value

string

Protocol

Protocol of the interface when assignmentMode is static

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

Property Value

NetworksCampusGatewayClusterProtocol

SubnetMask

Subnet mask of the interface when assignmentMode is static

[DataMember(Name = "subnetMask")]
public string? SubnetMask { get; set; }

Property Value

string