struct Lester::Volume::Endpoint

Included Modules

Defined in:

lester/volume/endpoint.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(client : Lester) #

[View source]

Instance Method Detail

def backups : Backup::Endpoint #

[View source]
def create(pool_name : String, type, project = nil, target = nil, **params, &) #

[View source]
def create(pool_name, project = nil, target = nil, **params, &) #

[View source]
def create(pool_name : String, type : String, project : String | Nil = nil, target : String | Nil = nil, **params) : Operation::Item #

[View source]
def create(pool_name : String, project : String | Nil = nil, target : String | Nil = nil, **params) : Operation::Item #

[View source]
def delete(pool_name, name, type, project = nil, target = nil, &) #

[View source]
def delete(pool_name : String, name : String, type : String, project : String | Nil = nil, target : String | Nil = nil) : Operation::Item #

[View source]
def fetch(pool_name, name, type, **params, &) #

[View source]
def fetch(pool_name : String, name : String, type : String, **params) : Item #

[View source]
def list(pool_name : String, type, **params, &) #

[View source]
def list(pool_name, **params, &) #

[View source]
def list(pool_name : String, type : String, **params) : List #

[View source]
def list(pool_name : String, **params) : List #

[View source]
def rename(pool_name, name, new_name, type, project = nil, target = nil, **params, &) #

[View source]
def rename(pool_name : String, name : String, new_name : String, type : String, project : String | Nil = nil, target : String | Nil = nil, **params) : Operation::Item #

[View source]
def replace(pool_name, name, type, project = nil, target = nil, **params, &) #

[View source]
def replace(pool_name : String, name : String, type : String, project : String | Nil = nil, target : String | Nil = nil, **params) : Operation::Item #

[View source]
def snapshots : Snapshot::Endpoint #

[View source]
def state(pool_name, name, type, **params, &) #

[View source]
def state(pool_name : String, name : String, type : String, **params) : State::Item #

[View source]
def update(pool_name, name, type, project = nil, target = nil, **params, &) #

[View source]
def update(pool_name : String, name : String, type : String, project : String | Nil = nil, target : String | Nil = nil, **params) : Operation::Item #

[View source]
def uri(pool_name) : URI #

[View source]