class Hetzner::Network::Create
- Hetzner::Network::Create
- Reference
- Object
Included Modules
Defined in:
hetzner/network/create.crConstructors
Instance Method Summary
- #hetzner_client : Hetzner::Client
- #location : String
- #locations : Array(Hetzner::Location)
- #network_finder : Hetzner::Network::Find
- #network_name : String
- #run
- #settings : Configuration::Main
Instance methods inherited from module Util
default_log_prefix
default_log_prefix,
log_line(line, log_prefix = "")
log_line,
which(command)
which
Constructor Detail
def self.new(settings : Configuration::Main, hetzner_client : Hetzner::Client, network_name : String, locations : Array(Hetzner::Location))
#