Documentation
¶
Overview ¶
Package restoredawsebsvolumes contains methods related to RestoredAwsEbsVolumes
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RestoredAwsEbsVolumesV1 ¶
type RestoredAwsEbsVolumesV1 struct {
// contains filtered or unexported fields
}
RestoredAwsEbsVolumesV1 represents a custom type struct
func (*RestoredAwsEbsVolumesV1) RestoreAwsEbsVolume ¶
func (r *RestoredAwsEbsVolumesV1) RestoreAwsEbsVolume( body models.RestoreAwsEbsVolumeV1Request) ( interface{}, *apiutils.APIError)
RestoreAwsEbsVolume Restores the specified source EBS volume backup to the specified target destination. The source EBS volume must be one that was backup up by Clumio.
type RestoredAwsEbsVolumesV1Client ¶
type RestoredAwsEbsVolumesV1Client interface { // Restores the specified source EBS volume backup to the specified target destination. The source EBS volume must be one that was backup up by Clumio. RestoreAwsEbsVolume( body models.RestoreAwsEbsVolumeV1Request) ( interface{}, *apiutils.APIError) }
RestoredAwsEbsVolumesV1Client represents a custom type interface
func NewRestoredAwsEbsVolumesV1 ¶
func NewRestoredAwsEbsVolumesV1(config config.Config) RestoredAwsEbsVolumesV1Client
NewRestoredAwsEbsVolumesV1 returns RestoredAwsEbsVolumesV1Client
Click to show internal directories.
Click to hide internal directories.