Class: Telnyx::Models::SipRegistrationStatusRetrieveResponse::SipRegistrationDetails
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::SipRegistrationStatusRetrieveResponse::SipRegistrationDetails
- Defined in:
- lib/telnyx/models/sip_registration_status_retrieve_response.rb
Overview
Instance Attribute Summary collapse
-
#auth_retries ⇒ Integer?
Number of authentication retries on the last attempt.
-
#expires ⇒ Integer?
Unix timestamp when the current registration expires.
-
#failures ⇒ Integer?
Count of consecutive registration failures.
-
#last_modified ⇒ String?
Timestamp when the registration row was last modified (telephony_credential).
-
#next_action_at ⇒ Integer?
Unix timestamp of the next scheduled registration action.
-
#node ⇒ String?
Registrar node handling the registration (telephony_credential).
-
#sip_uri_user_host ⇒ String?
SIP URI user@host of the registered contact.
-
#transport ⇒ String?
Transport used for the registration, e.g.
-
#ua_ip ⇒ String?
IP address of the registered user agent (telephony_credential).
-
#ua_port ⇒ Integer?
Port of the registered user agent (telephony_credential).
-
#uptime ⇒ Integer?
Registration uptime reported by the registrar.
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
This class inherits a constructor from Telnyx::Internal::Type::BaseModel
Instance Attribute Details
#auth_retries ⇒ Integer?
Number of authentication retries on the last attempt.
98 |
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 98 optional :auth_retries, Integer |
#expires ⇒ Integer?
Unix timestamp when the current registration expires.
104 |
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 104 optional :expires, Integer |
#failures ⇒ Integer?
Count of consecutive registration failures.
110 |
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 110 optional :failures, Integer |
#last_modified ⇒ String?
Timestamp when the registration row was last modified (telephony_credential).
116 |
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 116 optional :last_modified, String |
#next_action_at ⇒ Integer?
Unix timestamp of the next scheduled registration action.
122 |
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 122 optional :next_action_at, Integer |
#node ⇒ String?
Registrar node handling the registration (telephony_credential).
128 |
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 128 optional :node, String |
#sip_uri_user_host ⇒ String?
SIP URI user@host of the registered contact.
134 |
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 134 optional :sip_uri_user_host, String |
#transport ⇒ String?
Transport used for the registration, e.g. UDP/TCP/TLS (telephony_credential).
140 |
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 140 optional :transport, String |
#ua_ip ⇒ String?
IP address of the registered user agent (telephony_credential).
146 |
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 146 optional :ua_ip, String |
#ua_port ⇒ Integer?
Port of the registered user agent (telephony_credential).
152 |
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 152 optional :ua_port, Integer |
#uptime ⇒ Integer?
Registration uptime reported by the registrar.
158 |
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 158 optional :uptime, Integer |