struct Lightsail::CreateDiskSnapshotRequest

Included Modules

Defined in:

clients/lightsail.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(diskSnapshotName : String, diskName : String | Nil = nil, instanceName : String | Nil = nil, tags : Array(Tag) | Nil = nil) #

[View source]

Instance Method Detail

def diskName : String | Nil #

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

[View source]
def diskSnapshotName : String #

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

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

[View source]
def instanceName : String | Nil #

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

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

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

[View source]