class Rancher::GenericConfig

Included Modules

Defined in:

rancher/types/generated/generic_config.cr

Constructors

Instance Method Summary

Instance methods inherited from class Rancher::Object

client : Client client, client=(client : Client) client=, client? : Client | Nil client?, id : String id, id=(id : String) id=, id? : String | Nil id?, with_client(client : Client) with_client

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def engine_port : String #

def engine_port=(engine_port : String) #

[View source]
def engine_port? : String | Nil #

def ip_address : String #

def ip_address=(ip_address : String) #

[View source]
def ip_address? : String | Nil #

def ssh_key : String #

def ssh_key=(ssh_key : String) #

[View source]
def ssh_key? : String | Nil #

def ssh_port : String #

def ssh_port=(ssh_port : String) #

[View source]
def ssh_port? : String | Nil #

def ssh_user : String #

def ssh_user=(ssh_user : String) #

[View source]
def ssh_user? : String | Nil #