Class: Telnyx::Models::Storage::CloudfListResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::Storage::CloudfListResponse
- Defined in:
- lib/telnyx/models/storage/cloudf_list_response.rb,
sig/telnyx/models/storage/cloudf_list_response.rbs
Overview
Instance Attribute Summary collapse
- #created_at ⇒ Time?
- #id ⇒ String?
- #name ⇒ String?
- #record_type ⇒ String?
- #region ⇒ String?
-
#s3_bucket ⇒ String?
Name of the bucket that stores this filesystem's data.
-
#s3_endpoint ⇒ String?
URL of the Telnyx Cloud Storage endpoint backing this filesystem.
-
#status ⇒ Symbol, ...
Lifecycle status of the filesystem.
- #updated_at ⇒ Time?
Instance Method Summary collapse
-
#initialize(id: nil, created_at: nil, name: nil, record_type: nil, region: nil, s3_bucket: nil, s3_endpoint: nil, status: nil, updated_at: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see CloudfListResponse for more details.
- #to_hash ⇒ {
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, created_at: nil, name: nil, record_type: nil, region: nil, s3_bucket: nil, s3_endpoint: nil, status: nil, updated_at: nil) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::Storage::CloudfListResponse for more details.
A CloudFS filesystem as returned in list results. Connection details
(meta_url, meta_token) are omitted — retrieve the filesystem by ID for its
redacted meta_url.
|
|
# File 'lib/telnyx/models/storage/cloudf_list_response.rb', line 63
|
Instance Attribute Details
#created_at ⇒ Time?
16 |
# File 'lib/telnyx/models/storage/cloudf_list_response.rb', line 16 optional :created_at, Time |
#id ⇒ String?
11 |
# File 'lib/telnyx/models/storage/cloudf_list_response.rb', line 11 optional :id, String |
#name ⇒ String?
21 |
# File 'lib/telnyx/models/storage/cloudf_list_response.rb', line 21 optional :name, String |
#record_type ⇒ String?
26 |
# File 'lib/telnyx/models/storage/cloudf_list_response.rb', line 26 optional :record_type, String |
#region ⇒ String?
31 |
# File 'lib/telnyx/models/storage/cloudf_list_response.rb', line 31 optional :region, String |
#s3_bucket ⇒ String?
Name of the bucket that stores this filesystem's data. Created during provisioning.
38 |
# File 'lib/telnyx/models/storage/cloudf_list_response.rb', line 38 optional :s3_bucket, String |
#s3_endpoint ⇒ String?
URL of the Telnyx Cloud Storage endpoint backing this filesystem.
44 |
# File 'lib/telnyx/models/storage/cloudf_list_response.rb', line 44 optional :s3_endpoint, String |
#status ⇒ Symbol, ...
Lifecycle status of the filesystem. ready means it is fully provisioned and
usable. needs_format means the storage bucket and metadata database were
provisioned but the filesystem has not yet been formatted — run juicefs format
with the filesystem's meta_url before mounting. failed means the last
lifecycle action failed — see the filesystem's error message. deleted
appears only in the delete response: deleted filesystems are excluded from list
results and return a 404 on retrieval.
56 |
# File 'lib/telnyx/models/storage/cloudf_list_response.rb', line 56 optional :status, enum: -> { Telnyx::Storage::CloudfsFilesystemStatus } |
#updated_at ⇒ Time?
61 |
# File 'lib/telnyx/models/storage/cloudf_list_response.rb', line 61 optional :updated_at, Time |
Instance Method Details
#to_hash ⇒ {
68 |
# File 'sig/telnyx/models/storage/cloudf_list_response.rbs', line 68
def to_hash: -> {
|