class CB::BackupToken

Defined in:

cb/backup.cr

Instance Method Summary

Instance methods inherited from class CB::APIAction

client : Client client, client=(client : Client) client=, run run

Constructor methods inherited from class CB::APIAction

new(client : CB::Client, input = STDIN, output = STDOUT) new

Instance methods inherited from class CB::Action

call call, input : IO input, input=(input : IO) input=, output : IO output, output=(output : IO) output=

Constructor methods inherited from class CB::Action

new(input : IO = STDIN, output : IO = STDOUT) new

Instance Method Detail

def cluster_id : Hash(Symbol, Identifier) #

def cluster_id=(cluster_id : Hash(Symbol, Identifier)) #

def cluster_id=(str : String) #

[View source]
def format : String | Nil #

def format=(str : String) #

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

def output_default(token, cred) #

[View source]
def output_pgbackrest(token, cred) #

[View source]
def run #

[View source]
def stanza : String | Nil #

def stanza=(str : String) #

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

def validate #

[View source]