Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.63 KB

SIMCardStatus.md

File metadata and controls

29 lines (17 loc) · 1.63 KB

SIMCardStatus

Properties

Name Type Description Notes
value ValueEnum The current status of the SIM card. It will be one of the following: <br/> <ul> <li><code>registering</code> - the card is being registered</li> <li><code>enabling</code> - the card is being enabled</li> <li><code>enabled</code> - the card is enabled and ready for use</li> <li><code>disabling</code> - the card is being disabled</li> <li><code>disabled</code> - the card has been disabled and cannot be used</li> <li><code>data_limit_exceeded</code> - the card has exceeded its data consumption limit</li> <li><code>setting_standby</code> - the process to set the card in stand by is in progress</li> <li><code>standby</code> - the card is in stand by</li> </ul> Transitioning between the enabled and disabled states may take a period of time. [optional] [readonly]
reason String It describes why the SIM card is in the current status. [optional] [readonly]

Enum: ValueEnum

Name Value
REGISTERING "registering"
ENABLING "enabling"
ENABLED "enabled"
DISABLING "disabling"
DISABLED "disabled"
DATA_LIMIT_EXCEEDED "data_limit_exceeded"
SETTING_STANDBY "setting_standby"
STANDBY "standby"