class Configuration::Settings::NodePool
- Configuration::Settings::NodePool
- Reference
- Object
Defined in:
configuration/settings/node_pool.crConstructors
Instance Method Summary
- #errors : Array(String)
- #locations : Array(Hetzner::Location)
- #masters_location : String | Nil
- #pool : Configuration::NodePool | Nil
- #pool_description
- #pool_name : String
- #pool_type : Symbol
- #server_types : Array(Hetzner::ServerType)
- #validate
Constructor Detail
def self.new(errors : Array(String), pool : Nil | Configuration::NodePool, pool_type : Symbol, masters_location : Nil | String, server_types : Array(Hetzner::ServerType), locations : Array(Hetzner::Location))
#