Table of Contents

Class DeviceCellularSimsSim

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

Device Cellular Sims

[DataContract]
public class DeviceCellularSimsSim
Inheritance
DeviceCellularSimsSim
Inherited Members

Properties

Apns

A list of Sims

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "apns")]
public List<DeviceCellularSimsSimApn>? Apns { get; set; }

Property Value

List<DeviceCellularSimsSimApn>

IsPrimary

Is Primary

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "isPrimary")]
public bool? IsPrimary { get; set; }

Property Value

bool?

SimOrder

Priority of SIM slot being configured. Use a value between 1 and total number of SIMs available. The value must be unique for each SIM.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "simOrder")]
public int? SimOrder { get; set; }

Property Value

int?

Slot

A list of Sims

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "slot")]
public string? Slot { get; set; }

Property Value

string