struct Lightsail::Bundle
- Lightsail::Bundle
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
clients/lightsail.crConstructors
Instance Method Summary
- #bundleId : String | Nil
- #bundleId=(bundleId : String | Nil)
- #cpuCount : Int16 | Nil
- #cpuCount=(cpuCount : Int16 | Nil)
- #diskSizeInGb : Int16 | Nil
- #diskSizeInGb=(diskSizeInGb : Int16 | Nil)
- #instanceType : String | Nil
- #instanceType=(instanceType : String | Nil)
- #isActive : Bool | Nil
- #isActive=(isActive : Bool | Nil)
- #name : String | Nil
- #name=(name : String | Nil)
- #power : Int16 | Nil
- #power=(power : Int16 | Nil)
- #price : Float32 | Nil
- #price=(price : Float32 | Nil)
- #ramSizeInGb : Float32 | Nil
- #ramSizeInGb=(ramSizeInGb : Float32 | Nil)
- #supportedPlatforms : Array(String) | Nil
- #supportedPlatforms=(supportedPlatforms : Array(String) | Nil)
- #transferPerMonthInGb : Int16 | Nil
- #transferPerMonthInGb=(transferPerMonthInGb : Int16 | Nil)