Table of Contents

Class NetworkCellularGatewayEsimsInventoryItem

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

Network Cellular Gateway Esims Inventory Item

[DataContract]
public class NetworkCellularGatewayEsimsInventoryItem
Inheritance
NetworkCellularGatewayEsimsInventoryItem
Inherited Members

Properties

Active

Whether eSIM is currently active SIM on Device

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "active")]
public bool Active { get; set; }

Property Value

bool

Device

Meraki Device properties

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "device")]
public NetworkCellularGatewayEsimsInventoryItemDevice Device { get; set; }

Property Value

NetworkCellularGatewayEsimsInventoryItemDevice

Eid

eSIM EID

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

Property Value

string

Network

Meraki Network properties

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "network")]
public NetworkCellularGatewayEsimsInventoryItemNetwork Network { get; set; }

Property Value

NetworkCellularGatewayEsimsInventoryItemNetwork

Profiles

eSIM Profile Information

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "profiles")]
public List<NetworkCellularGatewayEsimsInventoryItemProfile> Profiles { get; set; }

Property Value

List<NetworkCellularGatewayEsimsInventoryItemProfile>

lastUpdatedAt

Last update of eSIM

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

Property Value

string