backupfilesystems

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 10, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

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 {
	// ListBackupFilesystems Returns a list of filesystems.
	ListBackupFilesystems(
		backupId string,
		limit *int64,
		start *string) (
		*models.ListFileSystemsResponse, *apiutils.APIError)

	// ReadFilesystem 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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL