class Configuration::Models::ExternalNode

Included Modules

Defined in:

configuration/models/external_node.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def host : String #

[View source]
def host=(host : String) #

[View source]
def index : Int32 #

[View source]
def index=(index : Int32) #

[View source]
def manage_hostname : Bool #

[View source]
def manage_hostname=(manage_hostname : Bool) #

[View source]
def robot_server_number : Int32 | Nil #

[View source]
def robot_server_number=(robot_server_number : Int32 | Nil) #

[View source]
def ssh_port : Int32 #

[View source]
def ssh_port=(ssh_port : Int32) #

[View source]
def ssh_private_key_path #

[View source]
def ssh_private_key_path=(ssh_private_key_path : String) #

[View source]
def ssh_user : String #

[View source]
def ssh_user=(ssh_user : String) #

[View source]