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