Class: Telnyx::Models::IP
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::IP
- Defined in:
- lib/telnyx/models/ip.rb
Overview
Instance Attribute Summary collapse
-
#connection_id ⇒ String?
ID of the IP Connection to which this IP should be attached.
-
#created_at ⇒ String?
ISO 8601 formatted date indicating when the resource was created.
-
#id ⇒ String?
Identifies the type of resource.
-
#ip_address ⇒ String?
IP adddress represented by this resource.
-
#port ⇒ Integer?
Port to use when connecting to this IP.
-
#record_type ⇒ String?
Identifies the type of the resource.
-
#updated_at ⇒ String?
ISO 8601 formatted date indicating when the resource was updated.
Instance Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, 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
#initialize(id: nil, connection_id: nil, created_at: nil, ip_address: nil, port: nil, record_type: nil, updated_at: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/ip.rb', line 49
|
Instance Attribute Details
#connection_id ⇒ String?
ID of the IP Connection to which this IP should be attached.
17 |
# File 'lib/telnyx/models/ip.rb', line 17 optional :connection_id, String |
#created_at ⇒ String?
ISO 8601 formatted date indicating when the resource was created.
23 |
# File 'lib/telnyx/models/ip.rb', line 23 optional :created_at, String |
#id ⇒ String?
Identifies the type of resource.
11 |
# File 'lib/telnyx/models/ip.rb', line 11 optional :id, String |
#ip_address ⇒ String?
IP adddress represented by this resource.
29 |
# File 'lib/telnyx/models/ip.rb', line 29 optional :ip_address, String |
#port ⇒ Integer?
Port to use when connecting to this IP.
35 |
# File 'lib/telnyx/models/ip.rb', line 35 optional :port, Integer |
#record_type ⇒ String?
Identifies the type of the resource.
41 |
# File 'lib/telnyx/models/ip.rb', line 41 optional :record_type, String |
#updated_at ⇒ String?
ISO 8601 formatted date indicating when the resource was updated.
47 |
# File 'lib/telnyx/models/ip.rb', line 47 optional :updated_at, String |