Table of Contents

Class NetworksCampusGatewayClusterDeviceIPAddressWithGatewayDetailed

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

Address of the interface

[DataContract]
public class NetworksCampusGatewayClusterDeviceIPAddressWithGatewayDetailed
Inheritance
NetworksCampusGatewayClusterDeviceIPAddressWithGatewayDetailed
Inherited Members

Constructors

NetworksCampusGatewayClusterDeviceIPAddressWithGatewayDetailed()

public NetworksCampusGatewayClusterDeviceIPAddressWithGatewayDetailed()

Properties

Gateway

Gateway of the interface

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

Property Value

string

Protocol

Protocol of the interface

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

Property Value

NetworksCampusGatewayClusterProtocol?

SubnetMask

Subnet mask of the interface

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

Property Value

string