Documentation
¶
Overview ¶
Package restoredawsebsvolumes contains methods related to RestoredAwsEbsVolumes
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) ( *models.RestoreEBSResponseV1, *apiutils.APIError)
RestoreAwsEbsVolume TODO: Add comment
type RestoredAwsEbsVolumesV1Client ¶
type RestoredAwsEbsVolumesV1Client interface { // RestoreAwsEbsVolume TODO: Add comment RestoreAwsEbsVolume( body models.RestoreAwsEbsVolumeV1Request) ( *models.RestoreEBSResponseV1, *apiutils.APIError) }
RestoredAwsEbsVolumesV1Client represents a custom type interface
func NewRestoredAwsEbsVolumesV1 ¶
func NewRestoredAwsEbsVolumesV1(config config.Config) RestoredAwsEbsVolumesV1Client
NewRestoredAwsEbsVolumesV1 returns RestoredAwsEbsVolumesV1Client
type RestoredAwsEbsVolumesV2 ¶ added in v0.5.0
type RestoredAwsEbsVolumesV2 struct {
// contains filtered or unexported fields
}
RestoredAwsEbsVolumesV2 represents a custom type struct
func (*RestoredAwsEbsVolumesV2) RestoreAwsEbsVolume ¶ added in v0.5.0
func (r *RestoredAwsEbsVolumesV2) RestoreAwsEbsVolume( embed *string, body models.RestoreAwsEbsVolumeV2Request) ( *models.RestoreEBSResponse, *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 RestoredAwsEbsVolumesV2Client ¶ added in v0.5.0
type RestoredAwsEbsVolumesV2Client interface { // 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. RestoreAwsEbsVolume( embed *string, body models.RestoreAwsEbsVolumeV2Request) ( *models.RestoreEBSResponse, *apiutils.APIError) }
RestoredAwsEbsVolumesV2Client represents a custom type interface
func NewRestoredAwsEbsVolumesV2 ¶ added in v0.5.0
func NewRestoredAwsEbsVolumesV2(config config.Config) RestoredAwsEbsVolumesV2Client
NewRestoredAwsEbsVolumesV2 returns RestoredAwsEbsVolumesV2Client