class Hetzner::LoadBalancer::Create
- Hetzner::LoadBalancer::Create
- Reference
- Object
Included Modules
Defined in:
hetzner/load_balancer/create.crConstructors
Instance Method Summary
- #cluster_name : String
- #hetzner_client : Hetzner::Client
- #load_balancer_finder : Hetzner::LoadBalancer::Find
- #load_balancer_name : String
- #location : String
- #network_id : Int64 | Nil
- #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, location : String, network_id : Int64 | Nil)
#