struct Lightsail::Instance
- Lightsail::Instance
- 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)
- #blueprintId : String | Nil
- #blueprintId=(blueprintId : String | Nil)
- #blueprintName : String | Nil
- #blueprintName=(blueprintName : String | Nil)
- #bundleId : String | Nil
- #bundleId=(bundleId : String | Nil)
- #createdAt : Time | Nil
- #createdAt=(createdAt : Time | Nil)
- #hardware : InstanceHardware | Nil
- #hardware=(hardware : InstanceHardware | Nil)
- #ipAddressType : String | Nil
- #ipAddressType=(ipAddressType : String | Nil)
- #ipv6Addresses : Array(String) | Nil
- #ipv6Addresses=(ipv6Addresses : Array(String) | Nil)
- #isStaticIp : Bool | Nil
- #isStaticIp=(isStaticIp : Bool | Nil)
- #location : ResourceLocation | Nil
- #location=(location : ResourceLocation | Nil)
- #metadataOptions : InstanceMetadataOptions | Nil
- #metadataOptions=(metadataOptions : InstanceMetadataOptions | Nil)
- #name : String | Nil
- #name=(name : String | Nil)
- #networking : InstanceNetworking | Nil
- #networking=(networking : InstanceNetworking | Nil)
- #privateIpAddress : String | Nil
- #privateIpAddress=(privateIpAddress : String | Nil)
- #publicIpAddress : String | Nil
- #publicIpAddress=(publicIpAddress : String | Nil)
- #resourceType : String | Nil
- #resourceType=(resourceType : String | Nil)
- #sshKeyName : String | Nil
- #sshKeyName=(sshKeyName : String | Nil)
- #state : InstanceState | Nil
- #state=(state : InstanceState | Nil)
- #supportCode : String | Nil
- #supportCode=(supportCode : String | Nil)
- #tags : Array(Tag) | Nil
- #tags=(tags : Array(Tag) | Nil)
- #username : String | Nil
- #username=(username : String | Nil)