Documentation
¶
Overview ¶
Package backupfilesystems contains methods related to BackupFilesystems
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupFilesystemsV1 ¶
type BackupFilesystemsV1 struct {
// contains filtered or unexported fields
}
BackupFilesystemsV1 represents a custom type struct
func (*BackupFilesystemsV1) ListBackupFilesystems ¶
func (b *BackupFilesystemsV1) ListBackupFilesystems( backupId string, limit *int64, start *string) ( *models.ListFileSystemsResponse, *apiutils.APIError)
ListBackupFilesystems Returns a list of filesystems.
func (*BackupFilesystemsV1) ReadFilesystem ¶
func (b *BackupFilesystemsV1) ReadFilesystem( filesystemId string, backupId string) ( *models.ReadFileSystemResponse, *apiutils.APIError)
ReadFilesystem Returns a representation of the specified filesystem.
type BackupFilesystemsV1Client ¶
type BackupFilesystemsV1Client interface { // Returns a list of filesystems. ListBackupFilesystems( backupId string, limit *int64, start *string) ( *models.ListFileSystemsResponse, *apiutils.APIError) // Returns a representation of the specified filesystem. ReadFilesystem( filesystemId string, backupId string) ( *models.ReadFileSystemResponse, *apiutils.APIError) }
BackupFilesystemsV1Client represents a custom type interface
func NewBackupFilesystemsV1 ¶
func NewBackupFilesystemsV1(config config.Config) BackupFilesystemsV1Client
NewBackupFilesystemsV1 returns BackupFilesystemsV1Client
Click to show internal directories.
Click to hide internal directories.