Class: Telnyx::Models::SipRegistrationStatusRetrieveResponse::SipRegistrationDetails

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/telnyx/models/sip_registration_status_retrieve_response.rb

Overview

Instance Attribute Summary collapse

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_retriesInteger?

Number of authentication retries on the last attempt.

Returns:

  • (Integer, nil)


98
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 98

optional :auth_retries, Integer

#expiresInteger?

Unix timestamp when the current registration expires.

Returns:

  • (Integer, nil)


104
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 104

optional :expires, Integer

#failuresInteger?

Count of consecutive registration failures.

Returns:

  • (Integer, nil)


110
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 110

optional :failures, Integer

#last_modifiedString?

Timestamp when the registration row was last modified (telephony_credential).

Returns:

  • (String, nil)


116
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 116

optional :last_modified, String

#next_action_atInteger?

Unix timestamp of the next scheduled registration action.

Returns:

  • (Integer, nil)


122
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 122

optional :next_action_at, Integer

#nodeString?

Registrar node handling the registration (telephony_credential).

Returns:

  • (String, nil)


128
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 128

optional :node, String

#sip_uri_user_hostString?

SIP URI user@host of the registered contact.

Returns:

  • (String, nil)


134
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 134

optional :sip_uri_user_host, String

#transportString?

Transport used for the registration, e.g. UDP/TCP/TLS (telephony_credential).

Returns:

  • (String, nil)


140
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 140

optional :transport, String

#ua_ipString?

IP address of the registered user agent (telephony_credential).

Returns:

  • (String, nil)


146
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 146

optional :ua_ip, String

#ua_portInteger?

Port of the registered user agent (telephony_credential).

Returns:

  • (Integer, nil)


152
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 152

optional :ua_port, Integer

#uptimeInteger?

Registration uptime reported by the registrar.

Returns:

  • (Integer, nil)


158
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 158

optional :uptime, Integer