Documentation
¶
Overview ¶
Package restoredprotectiongroups contains methods related to RestoredProtectionGroups
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RestoredProtectionGroupsV1 ¶
type RestoredProtectionGroupsV1 struct {
// contains filtered or unexported fields
}
RestoredProtectionGroupsV1 represents a custom type struct
func (*RestoredProtectionGroupsV1) RestoreProtectionGroup ¶
func (r *RestoredProtectionGroupsV1) RestoreProtectionGroup( embed *string, body models.RestoreProtectionGroupV1Request) ( *models.RestoreProtectionGroupResponse, *apiutils.APIError)
RestoreProtectionGroup Restores the specified protection group backup to the specified target destination.
type RestoredProtectionGroupsV1Client ¶
type RestoredProtectionGroupsV1Client interface { // RestoreProtectionGroup Restores the specified protection group backup to the specified target destination. RestoreProtectionGroup( embed *string, body models.RestoreProtectionGroupV1Request) ( *models.RestoreProtectionGroupResponse, *apiutils.APIError) }
RestoredProtectionGroupsV1Client represents a custom type interface
func NewRestoredProtectionGroupsV1 ¶
func NewRestoredProtectionGroupsV1(config config.Config) RestoredProtectionGroupsV1Client
NewRestoredProtectionGroupsV1 returns RestoredProtectionGroupsV1Client
Click to show internal directories.
Click to hide internal directories.