struct CB::Model::BackupToken

Included Modules

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : String, repo_path : String, stanza : String, aws : AWSBackrestCredential | Nil = nil, azure : AzureBackrestCredential | Nil = nil) #

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

Instance Method Detail

def aws : AWSBackrestCredential | Nil #

def azure : AzureBackrestCredential | Nil #

def clone #

def copy_with(type _type = @type, repo_path _repo_path = @repo_path, stanza _stanza = @stanza, aws _aws = @aws, azure _azure = @azure) #

def repo_path : String #

def stanza : String #

def type : String #