class Rancher::MachineDriver

Included Modules

Defined in:

rancher/types/generated/machine_driver.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 activate_on_create : Bool #

def activate_on_create=(activate_on_create : Bool) #

[View source]
def activate_on_create? : Bool | Nil #

def builtin : Bool #

def builtin=(builtin : Bool) #

[View source]
def builtin? : Bool | Nil #

def checksum : String #

def checksum=(checksum : String) #

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

def created : Time #

def created=(created : Time) #

[View source]
def created? : Time | Nil #

def default_active : Bool #

def default_active=(default_active : Bool) #

[View source]
def default_active? : Bool | Nil #

def description : String #

def description=(description : String) #

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

def external_id : String #

def external_id=(external_id : String) #

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

def kind : String #

def kind=(kind : String) #

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

def name : String #

def name=(name : String) #

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

def removed : Time #

def removed=(removed : Time) #

[View source]
def removed? : Time | Nil #

def state : String #

def state=(state : String) #

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

def transitioning : String #

def transitioning=(transitioning : String) #

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

def transitioning_message : String #

def transitioning_message=(transitioning_message : String) #

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

def transitioning_progress : Int64 #

def transitioning_progress=(transitioning_progress : Int64) #

[View source]
def transitioning_progress? : Int64 | Nil #

def ui_url : String #

def ui_url=(ui_url : String) #

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

def url : String #

def url=(url : String) #

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

def uuid : String #

def uuid=(uuid : String) #

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