Table of Contents

Class OrganizationCampusGatewayDevicesUplinksLocalOverridesByDeviceResponseItemUplinkAddress

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

Address of the interface

[DataContract]
public class OrganizationCampusGatewayDevicesUplinksLocalOverridesByDeviceResponseItemUplinkAddress
Inheritance
OrganizationCampusGatewayDevicesUplinksLocalOverridesByDeviceResponseItemUplinkAddress
Inherited Members

Constructors

OrganizationCampusGatewayDevicesUplinksLocalOverridesByDeviceResponseItemUplinkAddress()

public OrganizationCampusGatewayDevicesUplinksLocalOverridesByDeviceResponseItemUplinkAddress()

Properties

Address

IP address of the interface

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "address")]
public string Address { get; set; }

Property Value

string

AssignmentMode

Assignment mode of the interface

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "assignmentMode")]
public string AssignmentMode { get; set; }

Property Value

string

Gateway

Gateway of the interface

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

Property Value

string

Protocol

Protocol of the interface

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "protocol")]
public string Protocol { get; set; }

Property Value

string

SubnetMask

Subnet mask of the interface

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

Property Value

string