struct CB::Model::BackupToken
- CB::Model::BackupToken
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
Constructors
- .new(type : String, repo_path : String, stanza : String, aws : AWSBackrestCredential | Nil = nil, azure : AzureBackrestCredential | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #aws : AWSBackrestCredential | Nil
- #azure : AzureBackrestCredential | Nil
- #clone
- #copy_with(type _type = @type, repo_path _repo_path = @repo_path, stanza _stanza = @stanza, aws _aws = @aws, azure _azure = @azure)
- #repo_path : String
- #stanza : String
- #type : String
Constructor Detail
def self.new(type : String, repo_path : String, stanza : String, aws : AWSBackrestCredential | Nil = nil, azure : AzureBackrestCredential | Nil = nil)
#
Instance Method Detail
def copy_with(type _type = @type, repo_path _repo_path = @repo_path, stanza _stanza = @stanza, aws _aws = @aws, azure _azure = @azure)
#