Documentation
¶
Overview ¶
Package backupawsrdsresources contains methods related to BackupAwsRdsResources
Index ¶
- type BackupAwsRdsResourcesV1
- func (b *BackupAwsRdsResourcesV1) ListAwsRdsResourcesOptionGroups(backupId string, limit *int64, start *string, filter *string) (*models.ListRdsOptionGroupsResponse, *apiutils.APIError)
- func (b *BackupAwsRdsResourcesV1) ListBackupAwsRdsResources(limit *int64, start *string, sort *string, filter *string) (*models.ListRdsDatabaseBackupsResponse, *apiutils.APIError)
- func (b *BackupAwsRdsResourcesV1) ReadBackupAwsRdsResource(backupId string) (*models.ReadRdsDatabaseBackupResponse, *apiutils.APIError)
- type BackupAwsRdsResourcesV1Client
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupAwsRdsResourcesV1 ¶
type BackupAwsRdsResourcesV1 struct {
// contains filtered or unexported fields
}
BackupAwsRdsResourcesV1 represents a custom type struct
func (*BackupAwsRdsResourcesV1) ListAwsRdsResourcesOptionGroups ¶
func (b *BackupAwsRdsResourcesV1) ListAwsRdsResourcesOptionGroups( backupId string, limit *int64, start *string, filter *string) ( *models.ListRdsOptionGroupsResponse, *apiutils.APIError)
ListAwsRdsResourcesOptionGroups Retrieves a list of RDS option groups which are superset of persistent and permanent
options present in the backup snapshot for a given environment.
func (*BackupAwsRdsResourcesV1) ListBackupAwsRdsResources ¶
func (b *BackupAwsRdsResourcesV1) ListBackupAwsRdsResources( limit *int64, start *string, sort *string, filter *string) ( *models.ListRdsDatabaseBackupsResponse, *apiutils.APIError)
ListBackupAwsRdsResources Retrieves a list of RDS database backups.
func (*BackupAwsRdsResourcesV1) ReadBackupAwsRdsResource ¶
func (b *BackupAwsRdsResourcesV1) ReadBackupAwsRdsResource( backupId string) ( *models.ReadRdsDatabaseBackupResponse, *apiutils.APIError)
ReadBackupAwsRdsResource Returns a representation of the specified RDS database backup.
type BackupAwsRdsResourcesV1Client ¶
type BackupAwsRdsResourcesV1Client interface { // ListBackupAwsRdsResources Retrieves a list of RDS database backups. ListBackupAwsRdsResources( limit *int64, start *string, sort *string, filter *string) ( *models.ListRdsDatabaseBackupsResponse, *apiutils.APIError) // ReadBackupAwsRdsResource Returns a representation of the specified RDS database backup. ReadBackupAwsRdsResource( backupId string) ( *models.ReadRdsDatabaseBackupResponse, *apiutils.APIError) // ListAwsRdsResourcesOptionGroups Retrieves a list of RDS option groups which are superset of persistent and permanent // options present in the backup snapshot for a given environment. ListAwsRdsResourcesOptionGroups( backupId string, limit *int64, start *string, filter *string) ( *models.ListRdsOptionGroupsResponse, *apiutils.APIError) }
BackupAwsRdsResourcesV1Client represents a custom type interface
func NewBackupAwsRdsResourcesV1 ¶
func NewBackupAwsRdsResourcesV1(config config.Config) BackupAwsRdsResourcesV1Client
NewBackupAwsRdsResourcesV1 returns BackupAwsRdsResourcesV1Client
Click to show internal directories.
Click to hide internal directories.