class Rancher::VirtualMachineDisk

Included Modules

Defined in:

rancher/types/generated/virtual_machine_disk.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 driver : String #

def driver=(driver : String) #

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

def name : String #

def name=(name : String) #

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

def read_iops : Int64 #

def read_iops=(read_iops : Int64) #

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

def root : Bool #

def root=(root : Bool) #

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

def size : String #

def size=(size : String) #

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

def write_iops : Int64 #

def write_iops=(write_iops : Int64) #

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