Class: DockerEngineRuby::Models::SwarmSpec::CaConfig

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/docker_engine_ruby/models/swarm_spec.rb

Overview

See Also:

Defined Under Namespace

Classes: ExternalCA

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 DockerEngineRuby::Internal::Type::BaseModel

Instance Attribute Details

#external_c_asArray<DockerEngineRuby::Models::SwarmSpec::CaConfig::ExternalCA>?



83
84
85
86
87
# File 'lib/docker_engine_ruby/models/swarm_spec.rb', line 83

optional :external_c_as,
-> {
  DockerEngineRuby::Internal::Type::ArrayOf[DockerEngineRuby::SwarmSpec::CaConfig::ExternalCA]
},
api_name: :ExternalCAs

#force_rotateInteger?

Returns:

  • (Integer, nil)


92
# File 'lib/docker_engine_ruby/models/swarm_spec.rb', line 92

optional :force_rotate, Integer, api_name: :ForceRotate

#node_cert_expiryInteger?

Returns:

  • (Integer, nil)


97
# File 'lib/docker_engine_ruby/models/swarm_spec.rb', line 97

optional :node_cert_expiry, Integer, api_name: :NodeCertExpiry

#signing_ca_certString?

Returns:

  • (String, nil)


102
# File 'lib/docker_engine_ruby/models/swarm_spec.rb', line 102

optional :signing_ca_cert, String, api_name: :SigningCACert

#signing_ca_keyString?

Returns:

  • (String, nil)


107
# File 'lib/docker_engine_ruby/models/swarm_spec.rb', line 107

optional :signing_ca_key, String, api_name: :SigningCAKey