struct Lightsail::Disk

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 addOns : Array(AddOn) | Nil #

[View source]
def addOns=(addOns : Array(AddOn) | Nil) #

[View source]
def arn : String | Nil #

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

[View source]
def attachedTo : String | Nil #

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

[View source]
def attachmentState : String | Nil #

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

[View source]
def createdAt : Time | Nil #

[View source]
def createdAt=(createdAt : Time | Nil) #

[View source]
def gbInUse : Int16 | Nil #

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

[View source]
def iops : Int16 | Nil #

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

[View source]
def isAttached : Bool | Nil #

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

[View source]
def isSystemDisk : Bool | Nil #

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

[View source]
def location : ResourceLocation | Nil #

[View source]
def location=(location : ResourceLocation | 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 resourceType : String | Nil #

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

[View source]
def sizeInGb : Int16 | Nil #

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

[View source]
def state : String | Nil #

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

[View source]
def supportCode : String | Nil #

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

[View source]
def tags : Array(Tag) | Nil #

[View source]
def tags=(tags : Array(Tag) | Nil) #

[View source]