Table of Contents

Class NetworksCampusGatewayClusterUpdateRequestAddress

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

Addresses of the interface

[DataContract]
public class NetworksCampusGatewayClusterUpdateRequestAddress
Inheritance
NetworksCampusGatewayClusterUpdateRequestAddress
Inherited Members

Constructors

NetworksCampusGatewayClusterUpdateRequestAddress()

public NetworksCampusGatewayClusterUpdateRequestAddress()

Properties

Gateway

Gateway of the interface

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

Property Value

string

Protocol

Protocol of the interface

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

Property Value

NetworksCampusGatewayClusterProtocol

SubnetMask

Subnet mask of the interface

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

Property Value

string