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