class Rancher::BlkioDeviceOption

Included Modules

Defined in:

rancher/types/generated/blkio_device_option.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 read_bps : Int64 #

def read_bps=(read_bps : Int64) #

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

def read_iops : Int64 #

def read_iops=(read_iops : Int64) #

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

def weight : Int64 #

def weight=(weight : Int64) #

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

def write_bps : Int64 #

def write_bps=(write_bps : Int64) #

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

def write_iops : Int64 #

def write_iops=(write_iops : Int64) #

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