Module: Telnyx::Models::Storage::CloudfsFilesystemStatus
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/telnyx/models/storage/cloudfs_filesystem_status.rb,
sig/telnyx/models/storage/cloudfs_filesystem_status.rbs
Overview
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.
Constant Summary collapse
- PROVISIONING =
:provisioning- READY =
:ready- NEEDS_FORMAT =
:needs_format- DELETING =
:deleting- FAILED =
:failed- DELETED =
:deleted
Class Method Summary collapse
Instance Method Summary collapse
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
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/storage/cloudfs_filesystem_status.rb', line 23
|
Instance Method Details
#self?.values ⇒ ::Array[Telnyx::Models::Storage::cloudfs_filesystem_status]
17 |
# File 'sig/telnyx/models/storage/cloudfs_filesystem_status.rbs', line 17
def self?.values: -> ::Array[Telnyx::Models::Storage::cloudfs_filesystem_status]
|