Class: DockerEngineRuby::Models::Volume::ClusterVolume::PublishStatus
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(node_id: nil, publish_context: nil, state: nil) ⇒ Object
|
# File 'lib/docker_engine_ruby/models/volume.rb', line 245
|
Instance Attribute Details
#node_id ⇒ String?
229
|
# File 'lib/docker_engine_ruby/models/volume.rb', line 229
optional :node_id, String, api_name: :NodeID
|
#publish_context ⇒ Hash{Symbol=>String}?
234
235
236
|
# File 'lib/docker_engine_ruby/models/volume.rb', line 234
optional :publish_context,
DockerEngineRuby::Internal::Type::HashOf[String],
api_name: :PublishContext
|
#state ⇒ Symbol, ...
241
242
243
|
# File 'lib/docker_engine_ruby/models/volume.rb', line 241
optional :state,
enum: -> { DockerEngineRuby::Volume::ClusterVolume::PublishStatus::State },
api_name: :State
|
Instance Method Details
#to_hash ⇒ {
227
|
# File 'sig/docker_engine_ruby/models/volume.rbs', line 227
def to_hash: -> {
|