Documentation
¶
Overview ¶
Package restoredawsec2instances contains methods related to RestoredAwsEc2Instances
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RestoredAwsEc2InstancesV1 ¶
type RestoredAwsEc2InstancesV1 struct {
// contains filtered or unexported fields
}
RestoredAwsEc2InstancesV1 represents a custom type struct
func (*RestoredAwsEc2InstancesV1) RestoreAwsEc2Instance ¶
func (r *RestoredAwsEc2InstancesV1) RestoreAwsEc2Instance( embed *string, body models.RestoreAwsEc2InstanceV1Request) ( *models.RestoreEC2Response, *apiutils.APIError)
RestoreAwsEc2Instance Restores the specified EC2 instance backup to the specified target destination.
type RestoredAwsEc2InstancesV1Client ¶
type RestoredAwsEc2InstancesV1Client interface { // RestoreAwsEc2Instance Restores the specified EC2 instance backup to the specified target destination. RestoreAwsEc2Instance( embed *string, body models.RestoreAwsEc2InstanceV1Request) ( *models.RestoreEC2Response, *apiutils.APIError) }
RestoredAwsEc2InstancesV1Client represents a custom type interface
func NewRestoredAwsEc2InstancesV1 ¶
func NewRestoredAwsEc2InstancesV1(config config.Config) RestoredAwsEc2InstancesV1Client
NewRestoredAwsEc2InstancesV1 returns RestoredAwsEc2InstancesV1Client
Click to show internal directories.
Click to hide internal directories.