struct Lightsail::Disk
- Lightsail::Disk
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
clients/lightsail.crConstructors
Instance Method Summary
- #addOns : Array(AddOn) | Nil
- #addOns=(addOns : Array(AddOn) | Nil)
- #arn : String | Nil
- #arn=(arn : String | Nil)
- #attachedTo : String | Nil
- #attachedTo=(attachedTo : String | Nil)
- #attachmentState : String | Nil
- #attachmentState=(attachmentState : String | Nil)
- #createdAt : Time | Nil
- #createdAt=(createdAt : Time | Nil)
- #gbInUse : Int16 | Nil
- #gbInUse=(gbInUse : Int16 | Nil)
- #iops : Int16 | Nil
- #iops=(iops : Int16 | Nil)
- #isAttached : Bool | Nil
- #isAttached=(isAttached : Bool | Nil)
- #isSystemDisk : Bool | Nil
- #isSystemDisk=(isSystemDisk : Bool | Nil)
- #location : ResourceLocation | Nil
- #location=(location : ResourceLocation | Nil)
- #name : String | Nil
- #name=(name : String | Nil)
- #path : String | Nil
- #path=(path : String | Nil)
- #resourceType : String | Nil
- #resourceType=(resourceType : String | Nil)
- #sizeInGb : Int16 | Nil
- #sizeInGb=(sizeInGb : Int16 | Nil)
- #state : String | Nil
- #state=(state : String | Nil)
- #supportCode : String | Nil
- #supportCode=(supportCode : String | Nil)
- #tags : Array(Tag) | Nil
- #tags=(tags : Array(Tag) | Nil)