struct Lightsail::DiskInfo

Included Modules

Defined in:

clients/lightsail.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def isSystemDisk : Bool | Nil #

[View source]
def isSystemDisk=(isSystemDisk : Bool | Nil) #

[View source]
def name : String | Nil #

[View source]
def name=(name : String | Nil) #

[View source]
def path : String | Nil #

[View source]
def path=(path : String | Nil) #

[View source]
def sizeInGb : Int16 | Nil #

[View source]
def sizeInGb=(sizeInGb : Int16 | Nil) #

[View source]