struct Lightsail::CreateInstancesRequest

Included Modules

Defined in:

clients/lightsail.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(instanceNames : Array(String), availabilityZone : String, blueprintId : String, bundleId : String, customImageName : String | Nil = nil, userData : String | Nil = nil, keyPairName : String | Nil = nil, tags : Array(Tag) | Nil = nil, addOns : Array(AddOnRequest) | Nil = nil, ipAddressType : String | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def addOns : Array(AddOnRequest) | Nil #

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

[View source]
def availabilityZone : String #

[View source]
def availabilityZone=(availabilityZone : String) #

[View source]
def blueprintId : String #

[View source]
def blueprintId=(blueprintId : String) #

[View source]
def bundleId : String #

[View source]
def bundleId=(bundleId : String) #

[View source]
def customImageName : String | Nil #

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

[View source]
def fill_in(request : HTTP::Request) : HTTP::Request #

[View source]
def instanceNames : Array(String) #

[View source]
def instanceNames=(instanceNames : Array(String)) #

[View source]
def ipAddressType : String | Nil #

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

[View source]
def keyPairName : String | Nil #

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

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

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

[View source]
def userData : String | Nil #

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

[View source]