struct Lightsail::AttachDiskRequest

Included Modules

Defined in:

clients/lightsail.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(diskName : String, instanceName : String, diskPath : String) #

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

[View source]

Instance Method Detail

def diskName : String #

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

[View source]
def diskPath : String #

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

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

[View source]
def instanceName : String #

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

[View source]