Documentation
¶
Overview ¶
Package restoredprotectiongroups3assets contains methods related to RestoredProtectionGroupS3Assets
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RestoredProtectionGroupS3AssetsV1 ¶
type RestoredProtectionGroupS3AssetsV1 struct {
// contains filtered or unexported fields
}
RestoredProtectionGroupS3AssetsV1 represents a custom type struct
func (*RestoredProtectionGroupS3AssetsV1) RestoreProtectionGroupS3Asset ¶
func (r *RestoredProtectionGroupS3AssetsV1) RestoreProtectionGroupS3Asset( embed *string, body models.RestoreProtectionGroupS3AssetV1Request) ( *models.RestoreProtectionGroupS3AssetResponse, *apiutils.APIError)
RestoreProtectionGroupS3Asset Restores the specified protection group S3 asset backup to the specified target destination.
type RestoredProtectionGroupS3AssetsV1Client ¶
type RestoredProtectionGroupS3AssetsV1Client interface { // RestoreProtectionGroupS3Asset Restores the specified protection group S3 asset backup to the specified target destination. RestoreProtectionGroupS3Asset( embed *string, body models.RestoreProtectionGroupS3AssetV1Request) ( *models.RestoreProtectionGroupS3AssetResponse, *apiutils.APIError) }
RestoredProtectionGroupS3AssetsV1Client represents a custom type interface
func NewRestoredProtectionGroupS3AssetsV1 ¶
func NewRestoredProtectionGroupS3AssetsV1(config config.Config) RestoredProtectionGroupS3AssetsV1Client
NewRestoredProtectionGroupS3AssetsV1 returns RestoredProtectionGroupS3AssetsV1Client
Click to show internal directories.
Click to hide internal directories.