Module: Telnyx::Models::SimCards::SimCardAction::ActionType
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/telnyx/models/sim_cards/sim_card_action.rb
Overview
The operation type. It can be one of the following: <br/>
<ul>
<li><code>enable</code> - move the SIM card to the <code>enabled</code> status</li>
<li><code>enable_standby_sim_card</code> - move a SIM card previously on the <code>standby</code> status to the <code>enabled</code> status after it consumes data.</li>
<li><code>disable</code> - move the SIM card to the <code>disabled</code> status</li>
<li><code>set_standby</code> - move the SIM card to the <code>standby</code> status</li>
</ul>
Constant Summary collapse
- ENABLE =
:enable- ENABLE_STANDBY_SIM_CARD =
:enable_standby_sim_card- DISABLE =
:disable- SET_STANDBY =
:set_standby
Method Summary
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info