Table of Contents

Class OrganizationDevice

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

An organization device

[DataContract]
public class OrganizationDevice : NamedItem
Inheritance
OrganizationDevice
Inherited Members

Properties

Address

address

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

Property Value

string

ConfigurationUpdatedAt

configurationUpdatedAt

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "configurationUpdatedAt")]
public DateTime ConfigurationUpdatedAt { get; set; }

Property Value

DateTime

Details

Additional device information

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "details")]
public List<DeviceDetail>? Details { get; set; }

Property Value

List<DeviceDetail>

Firmware

firmware

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

Property Value

string

LanIp

lanIp

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

Property Value

string

Lat

lat

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lat")]
public double Lat { get; set; }

Property Value

double

Lng

lng

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lng")]
public double Lng { get; set; }

Property Value

double

Mac

mac

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

Property Value

string

Model

model

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

Property Value

string

NetworkId

networkId

[ApiAccess(ApiAccess.Read)]
[ApiForeignKey(typeof(Network))]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }

Property Value

string

Notes

notes

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

Property Value

string

ProductType

ProductType

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "productType")]
public ProductType ProductType { get; set; }

Property Value

ProductType

Sensor

Sensor information

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "sensor")]
public SensorInformation? Sensor { get; set; }

Property Value

SensorInformation

Serial

serial

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

Property Value

string

Tags

tags

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }

Property Value

List<string>

Url

url

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

Property Value

string

Wan1Ip

WAN 1 IP Address

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

Property Value

string

Wan2Ip

WAN 2 IP Address

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

Property Value

string