rdsmysqlv2

package
v1.0.135 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 10, 2024 License: Apache-2.0 Imports: 9 Imported by: 1

Documentation

Overview

Package rdsmysqlv2iface provides an interface to enable mocking the RDS_MYSQL_V2 service client for testing your code.

It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.

Index

Constants

View Source
const (
	ServiceName = "rds_mysql" // Name of service.
	EndpointsID = ServiceName // ID to lookup a service endpoint with.
	ServiceID   = "rds_mysql" // ServiceID is a unique identifer of a specific service.
)

Service information constants

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountForDescribeDBAccountsOutput added in v1.0.56

type AccountForDescribeDBAccountsOutput struct {
	AccountDesc *string `type:"string"`

	AccountName *string `type:"string"`

	AccountPrivileges []*AccountPrivilegeForDescribeDBAccountsOutput `type:"list"`

	AccountStatus *string `type:"string"`

	AccountType *string `type:"string"`

	Host *string `type:"string"`
	// contains filtered or unexported fields
}

func (AccountForDescribeDBAccountsOutput) GoString added in v1.0.56

GoString returns the string representation

func (*AccountForDescribeDBAccountsOutput) SetAccountDesc added in v1.0.93

SetAccountDesc sets the AccountDesc field's value.

func (*AccountForDescribeDBAccountsOutput) SetAccountName added in v1.0.56

SetAccountName sets the AccountName field's value.

func (*AccountForDescribeDBAccountsOutput) SetAccountPrivileges added in v1.0.56

SetAccountPrivileges sets the AccountPrivileges field's value.

func (*AccountForDescribeDBAccountsOutput) SetAccountStatus added in v1.0.93

SetAccountStatus sets the AccountStatus field's value.

func (*AccountForDescribeDBAccountsOutput) SetAccountType added in v1.0.56

SetAccountType sets the AccountType field's value.

func (*AccountForDescribeDBAccountsOutput) SetHost added in v1.0.125

SetHost sets the Host field's value.

func (AccountForDescribeDBAccountsOutput) String added in v1.0.56

String returns the string representation

type AccountPrivilegeForCreateDBAccountInput added in v1.0.56

type AccountPrivilegeForCreateDBAccountInput struct {
	AccountPrivilege *string `type:"string"`

	AccountPrivilegeDetail *string `type:"string"`

	DBName *string `type:"string"`
	// contains filtered or unexported fields
}

func (AccountPrivilegeForCreateDBAccountInput) GoString added in v1.0.56

GoString returns the string representation

func (*AccountPrivilegeForCreateDBAccountInput) SetAccountPrivilege added in v1.0.56

SetAccountPrivilege sets the AccountPrivilege field's value.

func (*AccountPrivilegeForCreateDBAccountInput) SetAccountPrivilegeDetail added in v1.0.56

SetAccountPrivilegeDetail sets the AccountPrivilegeDetail field's value.

func (*AccountPrivilegeForCreateDBAccountInput) SetDBName added in v1.0.56

SetDBName sets the DBName field's value.

func (AccountPrivilegeForCreateDBAccountInput) String added in v1.0.56

String returns the string representation

type AccountPrivilegeForDescribeDBAccountsOutput added in v1.0.56

type AccountPrivilegeForDescribeDBAccountsOutput struct {
	AccountPrivilege *string `type:"string"`

	AccountPrivilegeDetail *string `type:"string"`

	DBName *string `type:"string"`
	// contains filtered or unexported fields
}

func (AccountPrivilegeForDescribeDBAccountsOutput) GoString added in v1.0.56

GoString returns the string representation

func (*AccountPrivilegeForDescribeDBAccountsOutput) SetAccountPrivilege added in v1.0.56

SetAccountPrivilege sets the AccountPrivilege field's value.

func (*AccountPrivilegeForDescribeDBAccountsOutput) SetAccountPrivilegeDetail added in v1.0.56

SetAccountPrivilegeDetail sets the AccountPrivilegeDetail field's value.

func (*AccountPrivilegeForDescribeDBAccountsOutput) SetDBName added in v1.0.56

SetDBName sets the DBName field's value.

func (AccountPrivilegeForDescribeDBAccountsOutput) String added in v1.0.56

String returns the string representation

type AccountPrivilegeForGrantDBAccountPrivilegeInput added in v1.0.56

type AccountPrivilegeForGrantDBAccountPrivilegeInput struct {
	AccountPrivilege *string `type:"string"`

	AccountPrivilegeDetail *string `type:"string"`

	DBName *string `type:"string"`
	// contains filtered or unexported fields
}

func (AccountPrivilegeForGrantDBAccountPrivilegeInput) GoString added in v1.0.56

GoString returns the string representation

func (*AccountPrivilegeForGrantDBAccountPrivilegeInput) SetAccountPrivilege added in v1.0.56

SetAccountPrivilege sets the AccountPrivilege field's value.

func (*AccountPrivilegeForGrantDBAccountPrivilegeInput) SetAccountPrivilegeDetail added in v1.0.56

SetAccountPrivilegeDetail sets the AccountPrivilegeDetail field's value.

func (*AccountPrivilegeForGrantDBAccountPrivilegeInput) SetDBName added in v1.0.56

SetDBName sets the DBName field's value.

func (AccountPrivilegeForGrantDBAccountPrivilegeInput) String added in v1.0.56

String returns the string representation

type AddTagsToResourceInput added in v1.0.93

type AddTagsToResourceInput struct {
	InstanceIds []*string `type:"list"`

	Tags []*TagForAddTagsToResourceInput `type:"list"`
	// contains filtered or unexported fields
}

func (AddTagsToResourceInput) GoString added in v1.0.93

func (s AddTagsToResourceInput) GoString() string

GoString returns the string representation

func (*AddTagsToResourceInput) SetInstanceIds added in v1.0.93

func (s *AddTagsToResourceInput) SetInstanceIds(v []*string) *AddTagsToResourceInput

SetInstanceIds sets the InstanceIds field's value.

func (*AddTagsToResourceInput) SetTags added in v1.0.93

SetTags sets the Tags field's value.

func (AddTagsToResourceInput) String added in v1.0.93

func (s AddTagsToResourceInput) String() string

String returns the string representation

type AddTagsToResourceOutput added in v1.0.93

type AddTagsToResourceOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (AddTagsToResourceOutput) GoString added in v1.0.93

func (s AddTagsToResourceOutput) GoString() string

GoString returns the string representation

func (AddTagsToResourceOutput) String added in v1.0.93

func (s AddTagsToResourceOutput) String() string

String returns the string representation

type AddressForDescribeDBInstanceDetailOutput

type AddressForDescribeDBInstanceDetailOutput struct {
	DNSVisibility *bool `type:"boolean"`

	Domain *string `type:"string"`

	EipId *string `type:"string"`

	IPAddress *string `type:"string"`

	InternetProtocol *string `type:"string"`

	NetworkType *string `type:"string"`

	Port *string `type:"string"`

	SubnetId *string `type:"string"`
	// contains filtered or unexported fields
}

func (AddressForDescribeDBInstanceDetailOutput) GoString

GoString returns the string representation

func (*AddressForDescribeDBInstanceDetailOutput) SetDNSVisibility added in v1.0.56

SetDNSVisibility sets the DNSVisibility field's value.

func (*AddressForDescribeDBInstanceDetailOutput) SetDomain

SetDomain sets the Domain field's value.

func (*AddressForDescribeDBInstanceDetailOutput) SetEipId

SetEipId sets the EipId field's value.

func (*AddressForDescribeDBInstanceDetailOutput) SetIPAddress

SetIPAddress sets the IPAddress field's value.

func (*AddressForDescribeDBInstanceDetailOutput) SetInternetProtocol added in v1.0.125

SetInternetProtocol sets the InternetProtocol field's value.

func (*AddressForDescribeDBInstanceDetailOutput) SetNetworkType

SetNetworkType sets the NetworkType field's value.

func (*AddressForDescribeDBInstanceDetailOutput) SetPort

SetPort sets the Port field's value.

func (*AddressForDescribeDBInstanceDetailOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (AddressForDescribeDBInstanceDetailOutput) String

String returns the string representation

type AddressObjectForDescribeDBInstancesOutput added in v1.0.56

type AddressObjectForDescribeDBInstancesOutput struct {
	DNSVisibility *bool `type:"boolean"`

	Domain *string `type:"string"`

	EipId *string `type:"string"`

	IPAddress *string `type:"string"`

	InternetProtocol *string `type:"string"`

	NetworkType *string `type:"string"`

	Port *string `type:"string"`

	SubnetId *string `type:"string"`
	// contains filtered or unexported fields
}

func (AddressObjectForDescribeDBInstancesOutput) GoString added in v1.0.56

GoString returns the string representation

func (*AddressObjectForDescribeDBInstancesOutput) SetDNSVisibility added in v1.0.56

SetDNSVisibility sets the DNSVisibility field's value.

func (*AddressObjectForDescribeDBInstancesOutput) SetDomain added in v1.0.56

SetDomain sets the Domain field's value.

func (*AddressObjectForDescribeDBInstancesOutput) SetEipId added in v1.0.56

SetEipId sets the EipId field's value.

func (*AddressObjectForDescribeDBInstancesOutput) SetIPAddress added in v1.0.56

SetIPAddress sets the IPAddress field's value.

func (*AddressObjectForDescribeDBInstancesOutput) SetInternetProtocol added in v1.0.125

SetInternetProtocol sets the InternetProtocol field's value.

func (*AddressObjectForDescribeDBInstancesOutput) SetNetworkType added in v1.0.56

SetNetworkType sets the NetworkType field's value.

func (*AddressObjectForDescribeDBInstancesOutput) SetPort added in v1.0.56

SetPort sets the Port field's value.

func (*AddressObjectForDescribeDBInstancesOutput) SetSubnetId added in v1.0.56

SetSubnetId sets the SubnetId field's value.

func (AddressObjectForDescribeDBInstancesOutput) String added in v1.0.56

String returns the string representation

type AllowListForDescribeAllowListsOutput added in v1.0.56

type AllowListForDescribeAllowListsOutput struct {
	AllowListCategory *string `type:"string"`

	AllowListDesc *string `type:"string"`

	AllowListIPNum *int32 `type:"int32"`

	AllowListId *string `type:"string"`

	AllowListName *string `type:"string"`

	AllowListType *string `type:"string"`

	AssociatedInstanceNum *int32 `type:"int32"`

	SecurityGroupBindInfos []*SecurityGroupBindInfoForDescribeAllowListsOutput `type:"list"`
	// contains filtered or unexported fields
}

func (AllowListForDescribeAllowListsOutput) GoString added in v1.0.56

GoString returns the string representation

func (*AllowListForDescribeAllowListsOutput) SetAllowListCategory added in v1.0.131

SetAllowListCategory sets the AllowListCategory field's value.

func (*AllowListForDescribeAllowListsOutput) SetAllowListDesc added in v1.0.56

SetAllowListDesc sets the AllowListDesc field's value.

func (*AllowListForDescribeAllowListsOutput) SetAllowListIPNum added in v1.0.56

SetAllowListIPNum sets the AllowListIPNum field's value.

func (*AllowListForDescribeAllowListsOutput) SetAllowListId added in v1.0.56

SetAllowListId sets the AllowListId field's value.

func (*AllowListForDescribeAllowListsOutput) SetAllowListName added in v1.0.56

SetAllowListName sets the AllowListName field's value.

func (*AllowListForDescribeAllowListsOutput) SetAllowListType added in v1.0.56

SetAllowListType sets the AllowListType field's value.

func (*AllowListForDescribeAllowListsOutput) SetAssociatedInstanceNum added in v1.0.56

SetAssociatedInstanceNum sets the AssociatedInstanceNum field's value.

func (*AllowListForDescribeAllowListsOutput) SetSecurityGroupBindInfos added in v1.0.131

SetSecurityGroupBindInfos sets the SecurityGroupBindInfos field's value.

func (AllowListForDescribeAllowListsOutput) String added in v1.0.56

String returns the string representation

type AssociateAllowListInput added in v1.0.56

type AssociateAllowListInput struct {
	AllowListIds []*string `type:"list"`

	InstanceIds []*string `type:"list"`
	// contains filtered or unexported fields
}

func (AssociateAllowListInput) GoString added in v1.0.56

func (s AssociateAllowListInput) GoString() string

GoString returns the string representation

func (*AssociateAllowListInput) SetAllowListIds added in v1.0.56

func (s *AssociateAllowListInput) SetAllowListIds(v []*string) *AssociateAllowListInput

SetAllowListIds sets the AllowListIds field's value.

func (*AssociateAllowListInput) SetInstanceIds added in v1.0.56

func (s *AssociateAllowListInput) SetInstanceIds(v []*string) *AssociateAllowListInput

SetInstanceIds sets the InstanceIds field's value.

func (AssociateAllowListInput) String added in v1.0.56

func (s AssociateAllowListInput) String() string

String returns the string representation

type AssociateAllowListOutput added in v1.0.56

type AssociateAllowListOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (AssociateAllowListOutput) GoString added in v1.0.56

func (s AssociateAllowListOutput) GoString() string

GoString returns the string representation

func (AssociateAllowListOutput) String added in v1.0.56

func (s AssociateAllowListOutput) String() string

String returns the string representation

type AssociatedInstanceForDescribeAllowListDetailOutput added in v1.0.56

type AssociatedInstanceForDescribeAllowListDetailOutput struct {
	InstanceId *string `type:"string"`

	InstanceName *string `type:"string"`

	VPC *string `type:"string"`
	// contains filtered or unexported fields
}

func (AssociatedInstanceForDescribeAllowListDetailOutput) GoString added in v1.0.56

GoString returns the string representation

func (*AssociatedInstanceForDescribeAllowListDetailOutput) SetInstanceId added in v1.0.56

SetInstanceId sets the InstanceId field's value.

func (*AssociatedInstanceForDescribeAllowListDetailOutput) SetInstanceName added in v1.0.56

SetInstanceName sets the InstanceName field's value.

func (*AssociatedInstanceForDescribeAllowListDetailOutput) SetVPC added in v1.0.56

SetVPC sets the VPC field's value.

func (AssociatedInstanceForDescribeAllowListDetailOutput) String added in v1.0.56

String returns the string representation

type BackupForDescribeBackupsOutput added in v1.0.56

type BackupForDescribeBackupsOutput struct {
	BackupEndTime *string `type:"string"`

	BackupFileName *string `type:"string"`

	BackupFileSize *int32 `type:"int32"`

	BackupId *string `type:"string"`

	BackupMethod *string `type:"string"`

	BackupRegion *string `type:"string"`

	BackupStartTime *string `type:"string"`

	BackupStatus *string `type:"string"`

	BackupType *string `type:"string"`

	ConsistentTime *string `type:"string"`

	CreateType *string `type:"string"`

	DBTableInfos []*DBTableInfoForDescribeBackupsOutput `type:"list"`

	DownloadStatus *string `type:"string"`

	ErrorMessage *string `type:"string"`

	ExpiredTime *string `type:"string"`

	IsExpired *bool `type:"boolean"`
	// contains filtered or unexported fields
}

func (BackupForDescribeBackupsOutput) GoString added in v1.0.56

GoString returns the string representation

func (*BackupForDescribeBackupsOutput) SetBackupEndTime added in v1.0.56

SetBackupEndTime sets the BackupEndTime field's value.

func (*BackupForDescribeBackupsOutput) SetBackupFileName added in v1.0.56

SetBackupFileName sets the BackupFileName field's value.

func (*BackupForDescribeBackupsOutput) SetBackupFileSize added in v1.0.56

SetBackupFileSize sets the BackupFileSize field's value.

func (*BackupForDescribeBackupsOutput) SetBackupId added in v1.0.56

SetBackupId sets the BackupId field's value.

func (*BackupForDescribeBackupsOutput) SetBackupMethod added in v1.0.56

SetBackupMethod sets the BackupMethod field's value.

func (*BackupForDescribeBackupsOutput) SetBackupRegion added in v1.0.93

SetBackupRegion sets the BackupRegion field's value.

func (*BackupForDescribeBackupsOutput) SetBackupStartTime added in v1.0.56

SetBackupStartTime sets the BackupStartTime field's value.

func (*BackupForDescribeBackupsOutput) SetBackupStatus added in v1.0.56

SetBackupStatus sets the BackupStatus field's value.

func (*BackupForDescribeBackupsOutput) SetBackupType added in v1.0.56

SetBackupType sets the BackupType field's value.

func (*BackupForDescribeBackupsOutput) SetConsistentTime added in v1.0.56

SetConsistentTime sets the ConsistentTime field's value.

func (*BackupForDescribeBackupsOutput) SetCreateType added in v1.0.56

SetCreateType sets the CreateType field's value.

func (*BackupForDescribeBackupsOutput) SetDBTableInfos added in v1.0.56

SetDBTableInfos sets the DBTableInfos field's value.

func (*BackupForDescribeBackupsOutput) SetDownloadStatus added in v1.0.93

SetDownloadStatus sets the DownloadStatus field's value.

func (*BackupForDescribeBackupsOutput) SetErrorMessage added in v1.0.125

SetErrorMessage sets the ErrorMessage field's value.

func (*BackupForDescribeBackupsOutput) SetExpiredTime added in v1.0.125

SetExpiredTime sets the ExpiredTime field's value.

func (*BackupForDescribeBackupsOutput) SetIsExpired added in v1.0.125

SetIsExpired sets the IsExpired field's value.

func (BackupForDescribeBackupsOutput) String added in v1.0.56

String returns the string representation

type BackupMetaForCreateBackupInput

type BackupMetaForCreateBackupInput struct {
	DBName *string `type:"string"`
	// contains filtered or unexported fields
}

func (BackupMetaForCreateBackupInput) GoString

GoString returns the string representation

func (*BackupMetaForCreateBackupInput) SetDBName

SetDBName sets the DBName field's value.

func (BackupMetaForCreateBackupInput) String

String returns the string representation

type BasicInfoForDescribeDBInstanceDetailOutput

type BasicInfoForDescribeDBInstanceDetailOutput struct {
	AllowListVersion *string `type:"string"`

	BackupUse *float64 `type:"double"`

	CreateTime *string `type:"string"`

	DBEngineVersion *string `type:"string"`

	DataSyncMode *string `type:"string"`

	InstanceId *string `type:"string"`

	InstanceName *string `type:"string"`

	InstanceStatus *string `type:"string"`

	InstanceType *string `type:"string"`

	LowerCaseTableNames *string `type:"string"`

	Memory *int32 `type:"int32"`

	NodeNumber *string `type:"string"`

	NodeSpec *string `type:"string"`

	ProjectName *string `type:"string"`

	RegionId *string `type:"string"`

	StorageSpace *int32 `type:"int32"`

	StorageType *string `type:"string"`

	StorageUse *float64 `type:"double"`

	SubnetId *string `type:"string"`

	Tags []*TagForDescribeDBInstanceDetailOutput `type:"list"`

	TimeZone *string `type:"string"`

	UpdateTime *string `type:"string"`

	VCPU *int32 `type:"int32"`

	VpcId *string `type:"string"`

	ZoneId *string `type:"string"`
	// contains filtered or unexported fields
}

func (BasicInfoForDescribeDBInstanceDetailOutput) GoString

GoString returns the string representation

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetAllowListVersion

SetAllowListVersion sets the AllowListVersion field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetBackupUse

SetBackupUse sets the BackupUse field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetDBEngineVersion

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetDataSyncMode

SetDataSyncMode sets the DataSyncMode field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetInstanceStatus

SetInstanceStatus sets the InstanceStatus field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetInstanceType

SetInstanceType sets the InstanceType field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetLowerCaseTableNames

SetLowerCaseTableNames sets the LowerCaseTableNames field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetMemory

SetMemory sets the Memory field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetNodeNumber

SetNodeNumber sets the NodeNumber field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetNodeSpec

SetNodeSpec sets the NodeSpec field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetStorageSpace

SetStorageSpace sets the StorageSpace field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetStorageType

SetStorageType sets the StorageType field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetStorageUse

SetStorageUse sets the StorageUse field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetTags added in v1.0.56

SetTags sets the Tags field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetTimeZone

SetTimeZone sets the TimeZone field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetVCPU

SetVCPU sets the VCPU field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (BasicInfoForDescribeDBInstanceDetailOutput) String

String returns the string representation

type BinlogFileForDescribeBinlogFilesOutput added in v1.0.93

type BinlogFileForDescribeBinlogFilesOutput struct {
	BackupRegion *string `type:"string"`

	BackupStatus *string `type:"string"`

	DownloadStatus *string `type:"string"`

	FileName *string `type:"string"`

	FileSize *int32 `type:"int32"`

	UpdateTime *string `type:"string"`
	// contains filtered or unexported fields
}

func (BinlogFileForDescribeBinlogFilesOutput) GoString added in v1.0.93

GoString returns the string representation

func (*BinlogFileForDescribeBinlogFilesOutput) SetBackupRegion added in v1.0.93

SetBackupRegion sets the BackupRegion field's value.

func (*BinlogFileForDescribeBinlogFilesOutput) SetBackupStatus added in v1.0.93

SetBackupStatus sets the BackupStatus field's value.

func (*BinlogFileForDescribeBinlogFilesOutput) SetDownloadStatus added in v1.0.93

SetDownloadStatus sets the DownloadStatus field's value.

func (*BinlogFileForDescribeBinlogFilesOutput) SetFileName added in v1.0.93

SetFileName sets the FileName field's value.

func (*BinlogFileForDescribeBinlogFilesOutput) SetFileSize added in v1.0.93

SetFileSize sets the FileSize field's value.

func (*BinlogFileForDescribeBinlogFilesOutput) SetUpdateTime added in v1.0.93

SetUpdateTime sets the UpdateTime field's value.

func (BinlogFileForDescribeBinlogFilesOutput) String added in v1.0.93

String returns the string representation

type ChargeDetailForDescribeDBInstanceDetailOutput

type ChargeDetailForDescribeDBInstanceDetailOutput struct {
	AutoRenew *bool `type:"boolean"`

	ChargeEndTime *string `type:"string"`

	ChargeStartTime *string `type:"string"`

	ChargeStatus *string `type:"string"`

	ChargeType *string `type:"string"`

	OverdueReclaimTime *string `type:"string"`

	OverdueTime *string `type:"string"`

	Period *int32 `type:"int32"`

	PeriodUnit *string `type:"string"`

	TempModifyEndTime *string `type:"string"`

	TempModifyStartTime *string `type:"string"`
	// contains filtered or unexported fields
}

func (ChargeDetailForDescribeDBInstanceDetailOutput) GoString

GoString returns the string representation

func (*ChargeDetailForDescribeDBInstanceDetailOutput) SetAutoRenew

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeDetailForDescribeDBInstanceDetailOutput) SetChargeEndTime

SetChargeEndTime sets the ChargeEndTime field's value.

func (*ChargeDetailForDescribeDBInstanceDetailOutput) SetChargeStartTime

SetChargeStartTime sets the ChargeStartTime field's value.

func (*ChargeDetailForDescribeDBInstanceDetailOutput) SetChargeStatus

SetChargeStatus sets the ChargeStatus field's value.

func (*ChargeDetailForDescribeDBInstanceDetailOutput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ChargeDetailForDescribeDBInstanceDetailOutput) SetOverdueReclaimTime

SetOverdueReclaimTime sets the OverdueReclaimTime field's value.

func (*ChargeDetailForDescribeDBInstanceDetailOutput) SetOverdueTime

SetOverdueTime sets the OverdueTime field's value.

func (*ChargeDetailForDescribeDBInstanceDetailOutput) SetPeriod

SetPeriod sets the Period field's value.

func (*ChargeDetailForDescribeDBInstanceDetailOutput) SetPeriodUnit

SetPeriodUnit sets the PeriodUnit field's value.

func (*ChargeDetailForDescribeDBInstanceDetailOutput) SetTempModifyEndTime added in v1.0.93

SetTempModifyEndTime sets the TempModifyEndTime field's value.

func (*ChargeDetailForDescribeDBInstanceDetailOutput) SetTempModifyStartTime added in v1.0.93

SetTempModifyStartTime sets the TempModifyStartTime field's value.

func (ChargeDetailForDescribeDBInstanceDetailOutput) String

String returns the string representation

type ChargeDetailForDescribeDBInstancesOutput

type ChargeDetailForDescribeDBInstancesOutput struct {
	AutoRenew *bool `type:"boolean"`

	ChargeEndTime *string `type:"string"`

	ChargeStartTime *string `type:"string"`

	ChargeStatus *string `type:"string"`

	ChargeType *string `type:"string"`

	OverdueReclaimTime *string `type:"string"`

	OverdueTime *string `type:"string"`

	Period *int32 `type:"int32"`

	PeriodUnit *string `type:"string"`

	TempModifyEndTime *string `type:"string"`

	TempModifyStartTime *string `type:"string"`
	// contains filtered or unexported fields
}

func (ChargeDetailForDescribeDBInstancesOutput) GoString

GoString returns the string representation

func (*ChargeDetailForDescribeDBInstancesOutput) SetAutoRenew

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeDetailForDescribeDBInstancesOutput) SetChargeEndTime

SetChargeEndTime sets the ChargeEndTime field's value.

func (*ChargeDetailForDescribeDBInstancesOutput) SetChargeStartTime

SetChargeStartTime sets the ChargeStartTime field's value.

func (*ChargeDetailForDescribeDBInstancesOutput) SetChargeStatus

SetChargeStatus sets the ChargeStatus field's value.

func (*ChargeDetailForDescribeDBInstancesOutput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ChargeDetailForDescribeDBInstancesOutput) SetOverdueReclaimTime

SetOverdueReclaimTime sets the OverdueReclaimTime field's value.

func (*ChargeDetailForDescribeDBInstancesOutput) SetOverdueTime

SetOverdueTime sets the OverdueTime field's value.

func (*ChargeDetailForDescribeDBInstancesOutput) SetPeriod

SetPeriod sets the Period field's value.

func (*ChargeDetailForDescribeDBInstancesOutput) SetPeriodUnit

SetPeriodUnit sets the PeriodUnit field's value.

func (*ChargeDetailForDescribeDBInstancesOutput) SetTempModifyEndTime added in v1.0.93

SetTempModifyEndTime sets the TempModifyEndTime field's value.

func (*ChargeDetailForDescribeDBInstancesOutput) SetTempModifyStartTime added in v1.0.93

SetTempModifyStartTime sets the TempModifyStartTime field's value.

func (ChargeDetailForDescribeDBInstancesOutput) String

String returns the string representation

type ChargeInfoForCreateDBInstanceInput

type ChargeInfoForCreateDBInstanceInput struct {
	AutoRenew *bool `type:"boolean"`

	ChargeType *string `type:"string"`

	Number *int32 `type:"int32"`

	Period *int32 `type:"int32"`

	PeriodUnit *string `type:"string"`
	// contains filtered or unexported fields
}

func (ChargeInfoForCreateDBInstanceInput) GoString

GoString returns the string representation

func (*ChargeInfoForCreateDBInstanceInput) SetAutoRenew

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeInfoForCreateDBInstanceInput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ChargeInfoForCreateDBInstanceInput) SetNumber

SetNumber sets the Number field's value.

func (*ChargeInfoForCreateDBInstanceInput) SetPeriod

SetPeriod sets the Period field's value.

func (*ChargeInfoForCreateDBInstanceInput) SetPeriodUnit

SetPeriodUnit sets the PeriodUnit field's value.

func (ChargeInfoForCreateDBInstanceInput) String

String returns the string representation

type ChargeInfoForRestoreToNewInstanceInput

type ChargeInfoForRestoreToNewInstanceInput struct {
	AutoRenew *bool `type:"boolean"`

	ChargeType *string `type:"string"`

	Number *int32 `type:"int32"`

	Period *int32 `type:"int32"`

	PeriodUnit *string `type:"string"`
	// contains filtered or unexported fields
}

func (ChargeInfoForRestoreToNewInstanceInput) GoString

GoString returns the string representation

func (*ChargeInfoForRestoreToNewInstanceInput) SetAutoRenew

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeInfoForRestoreToNewInstanceInput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ChargeInfoForRestoreToNewInstanceInput) SetNumber

SetNumber sets the Number field's value.

func (*ChargeInfoForRestoreToNewInstanceInput) SetPeriod

SetPeriod sets the Period field's value.

func (*ChargeInfoForRestoreToNewInstanceInput) SetPeriodUnit

SetPeriodUnit sets the PeriodUnit field's value.

func (ChargeInfoForRestoreToNewInstanceInput) String

String returns the string representation

type ChargeItemPriceForDescribeDBInstancePriceDetailOutput

type ChargeItemPriceForDescribeDBInstancePriceDetailOutput struct {
	ChargeItemKey *string `type:"string"`

	ChargeItemType *string `type:"string"`

	ChargeItemValue *int32 `type:"int32"`

	DiscountPrice *float64 `type:"double"`

	OriginalPrice *float64 `type:"double"`

	PayablePrice *float64 `type:"double"`
	// contains filtered or unexported fields
}

func (ChargeItemPriceForDescribeDBInstancePriceDetailOutput) GoString

GoString returns the string representation

func (*ChargeItemPriceForDescribeDBInstancePriceDetailOutput) SetChargeItemKey added in v1.0.93

SetChargeItemKey sets the ChargeItemKey field's value.

func (*ChargeItemPriceForDescribeDBInstancePriceDetailOutput) SetChargeItemType added in v1.0.93

SetChargeItemType sets the ChargeItemType field's value.

func (*ChargeItemPriceForDescribeDBInstancePriceDetailOutput) SetChargeItemValue added in v1.0.93

SetChargeItemValue sets the ChargeItemValue field's value.

func (*ChargeItemPriceForDescribeDBInstancePriceDetailOutput) SetDiscountPrice

SetDiscountPrice sets the DiscountPrice field's value.

func (*ChargeItemPriceForDescribeDBInstancePriceDetailOutput) SetOriginalPrice

SetOriginalPrice sets the OriginalPrice field's value.

func (*ChargeItemPriceForDescribeDBInstancePriceDetailOutput) SetPayablePrice

SetPayablePrice sets the PayablePrice field's value.

func (ChargeItemPriceForDescribeDBInstancePriceDetailOutput) String

String returns the string representation

type CheckModifyDBProxyAllowedForDescribeDBProxyConfigOutput added in v1.0.93

type CheckModifyDBProxyAllowedForDescribeDBProxyConfigOutput struct {
	Allowed *bool `type:"boolean"`

	Reason *string `type:"string"`
	// contains filtered or unexported fields
}

func (CheckModifyDBProxyAllowedForDescribeDBProxyConfigOutput) GoString added in v1.0.93

GoString returns the string representation

func (*CheckModifyDBProxyAllowedForDescribeDBProxyConfigOutput) SetAllowed added in v1.0.93

SetAllowed sets the Allowed field's value.

func (*CheckModifyDBProxyAllowedForDescribeDBProxyConfigOutput) SetReason added in v1.0.93

SetReason sets the Reason field's value.

func (CheckModifyDBProxyAllowedForDescribeDBProxyConfigOutput) String added in v1.0.93

String returns the string representation

type ConfigInfoForDescribeTasksOutput added in v1.0.125

type ConfigInfoForDescribeTasksOutput struct {
	ConfigInfoKey *string `type:"string"`

	ConfigInfoValue []*string `type:"list"`
	// contains filtered or unexported fields
}

func (ConfigInfoForDescribeTasksOutput) GoString added in v1.0.125

GoString returns the string representation

func (*ConfigInfoForDescribeTasksOutput) SetConfigInfoKey added in v1.0.125

SetConfigInfoKey sets the ConfigInfoKey field's value.

func (*ConfigInfoForDescribeTasksOutput) SetConfigInfoValue added in v1.0.125

SetConfigInfoValue sets the ConfigInfoValue field's value.

func (ConfigInfoForDescribeTasksOutput) String added in v1.0.125

String returns the string representation

type CopyParameterTemplateInput added in v1.0.93

type CopyParameterTemplateInput struct {

	// SrcTemplateId is a required field
	SrcTemplateId *string `type:"string" required:"true"`

	TemplateDesc *string `type:"string"`

	// TemplateName is a required field
	TemplateName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CopyParameterTemplateInput) GoString added in v1.0.93

func (s CopyParameterTemplateInput) GoString() string

GoString returns the string representation

func (*CopyParameterTemplateInput) SetSrcTemplateId added in v1.0.93

SetSrcTemplateId sets the SrcTemplateId field's value.

func (*CopyParameterTemplateInput) SetTemplateDesc added in v1.0.93

SetTemplateDesc sets the TemplateDesc field's value.

func (*CopyParameterTemplateInput) SetTemplateName added in v1.0.93

SetTemplateName sets the TemplateName field's value.

func (CopyParameterTemplateInput) String added in v1.0.93

String returns the string representation

func (*CopyParameterTemplateInput) Validate added in v1.0.93

func (s *CopyParameterTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CopyParameterTemplateOutput added in v1.0.93

type CopyParameterTemplateOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (CopyParameterTemplateOutput) GoString added in v1.0.93

func (s CopyParameterTemplateOutput) GoString() string

GoString returns the string representation

func (CopyParameterTemplateOutput) String added in v1.0.93

String returns the string representation

type CreateAllowListInput added in v1.0.56

type CreateAllowListInput struct {
	AllowList *string `type:"string"`

	AllowListCategory *string `type:"string"`

	AllowListDesc *string `type:"string"`

	// AllowListName is a required field
	AllowListName *string `type:"string" required:"true"`

	AllowListType *string `type:"string"`

	SecurityGroupBindInfos []*SecurityGroupBindInfoForCreateAllowListInput `type:"list"`

	SecurityGroupIds []*string `type:"list"`

	UserAllowList *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateAllowListInput) GoString added in v1.0.56

func (s CreateAllowListInput) GoString() string

GoString returns the string representation

func (*CreateAllowListInput) SetAllowList added in v1.0.56

func (s *CreateAllowListInput) SetAllowList(v string) *CreateAllowListInput

SetAllowList sets the AllowList field's value.

func (*CreateAllowListInput) SetAllowListCategory added in v1.0.131

func (s *CreateAllowListInput) SetAllowListCategory(v string) *CreateAllowListInput

SetAllowListCategory sets the AllowListCategory field's value.

func (*CreateAllowListInput) SetAllowListDesc added in v1.0.56

func (s *CreateAllowListInput) SetAllowListDesc(v string) *CreateAllowListInput

SetAllowListDesc sets the AllowListDesc field's value.

func (*CreateAllowListInput) SetAllowListName added in v1.0.56

func (s *CreateAllowListInput) SetAllowListName(v string) *CreateAllowListInput

SetAllowListName sets the AllowListName field's value.

func (*CreateAllowListInput) SetAllowListType added in v1.0.56

func (s *CreateAllowListInput) SetAllowListType(v string) *CreateAllowListInput

SetAllowListType sets the AllowListType field's value.

func (*CreateAllowListInput) SetSecurityGroupBindInfos added in v1.0.131

SetSecurityGroupBindInfos sets the SecurityGroupBindInfos field's value.

func (*CreateAllowListInput) SetSecurityGroupIds added in v1.0.125

func (s *CreateAllowListInput) SetSecurityGroupIds(v []*string) *CreateAllowListInput

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*CreateAllowListInput) SetUserAllowList added in v1.0.131

func (s *CreateAllowListInput) SetUserAllowList(v string) *CreateAllowListInput

SetUserAllowList sets the UserAllowList field's value.

func (CreateAllowListInput) String added in v1.0.56

func (s CreateAllowListInput) String() string

String returns the string representation

func (*CreateAllowListInput) Validate added in v1.0.56

func (s *CreateAllowListInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAllowListOutput added in v1.0.56

type CreateAllowListOutput struct {
	Metadata *response.ResponseMetadata

	AllowListId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateAllowListOutput) GoString added in v1.0.56

func (s CreateAllowListOutput) GoString() string

GoString returns the string representation

func (*CreateAllowListOutput) SetAllowListId added in v1.0.56

func (s *CreateAllowListOutput) SetAllowListId(v string) *CreateAllowListOutput

SetAllowListId sets the AllowListId field's value.

func (CreateAllowListOutput) String added in v1.0.56

func (s CreateAllowListOutput) String() string

String returns the string representation

type CreateBackupInput

type CreateBackupInput struct {
	BackupMeta []*BackupMetaForCreateBackupInput `type:"list"`

	BackupMethod *string `type:"string"`

	BackupType *string `type:"string"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateBackupInput) GoString

func (s CreateBackupInput) GoString() string

GoString returns the string representation

func (*CreateBackupInput) SetBackupMeta

SetBackupMeta sets the BackupMeta field's value.

func (*CreateBackupInput) SetBackupMethod

func (s *CreateBackupInput) SetBackupMethod(v string) *CreateBackupInput

SetBackupMethod sets the BackupMethod field's value.

func (*CreateBackupInput) SetBackupType

func (s *CreateBackupInput) SetBackupType(v string) *CreateBackupInput

SetBackupType sets the BackupType field's value.

func (*CreateBackupInput) SetInstanceId

func (s *CreateBackupInput) SetInstanceId(v string) *CreateBackupInput

SetInstanceId sets the InstanceId field's value.

func (CreateBackupInput) String

func (s CreateBackupInput) String() string

String returns the string representation

func (*CreateBackupInput) Validate

func (s *CreateBackupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateBackupOutput

type CreateBackupOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (CreateBackupOutput) GoString

func (s CreateBackupOutput) GoString() string

GoString returns the string representation

func (CreateBackupOutput) String

func (s CreateBackupOutput) String() string

String returns the string representation

type CreateBinlogBackupInput added in v1.0.93

type CreateBinlogBackupInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateBinlogBackupInput) GoString added in v1.0.93

func (s CreateBinlogBackupInput) GoString() string

GoString returns the string representation

func (*CreateBinlogBackupInput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (CreateBinlogBackupInput) String added in v1.0.93

func (s CreateBinlogBackupInput) String() string

String returns the string representation

func (*CreateBinlogBackupInput) Validate added in v1.0.93

func (s *CreateBinlogBackupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateBinlogBackupOutput added in v1.0.93

type CreateBinlogBackupOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (CreateBinlogBackupOutput) GoString added in v1.0.93

func (s CreateBinlogBackupOutput) GoString() string

GoString returns the string representation

func (CreateBinlogBackupOutput) String added in v1.0.93

func (s CreateBinlogBackupOutput) String() string

String returns the string representation

type CreateDBAccountInput

type CreateDBAccountInput struct {
	AccountDesc *string `type:"string"`

	// AccountName is a required field
	AccountName *string `type:"string" required:"true"`

	// AccountPassword is a required field
	AccountPassword *string `type:"string" required:"true"`

	AccountPrivileges []*AccountPrivilegeForCreateDBAccountInput `type:"list"`

	// AccountType is a required field
	AccountType *string `type:"string" required:"true"`

	Host *string `type:"string"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateDBAccountInput) GoString

func (s CreateDBAccountInput) GoString() string

GoString returns the string representation

func (*CreateDBAccountInput) SetAccountDesc added in v1.0.93

func (s *CreateDBAccountInput) SetAccountDesc(v string) *CreateDBAccountInput

SetAccountDesc sets the AccountDesc field's value.

func (*CreateDBAccountInput) SetAccountName

func (s *CreateDBAccountInput) SetAccountName(v string) *CreateDBAccountInput

SetAccountName sets the AccountName field's value.

func (*CreateDBAccountInput) SetAccountPassword

func (s *CreateDBAccountInput) SetAccountPassword(v string) *CreateDBAccountInput

SetAccountPassword sets the AccountPassword field's value.

func (*CreateDBAccountInput) SetAccountPrivileges added in v1.0.56

SetAccountPrivileges sets the AccountPrivileges field's value.

func (*CreateDBAccountInput) SetAccountType

func (s *CreateDBAccountInput) SetAccountType(v string) *CreateDBAccountInput

SetAccountType sets the AccountType field's value.

func (*CreateDBAccountInput) SetHost added in v1.0.125

SetHost sets the Host field's value.

func (*CreateDBAccountInput) SetInstanceId

func (s *CreateDBAccountInput) SetInstanceId(v string) *CreateDBAccountInput

SetInstanceId sets the InstanceId field's value.

func (CreateDBAccountInput) String

func (s CreateDBAccountInput) String() string

String returns the string representation

func (*CreateDBAccountInput) Validate

func (s *CreateDBAccountInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateDBAccountOutput

type CreateDBAccountOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (CreateDBAccountOutput) GoString

func (s CreateDBAccountOutput) GoString() string

GoString returns the string representation

func (CreateDBAccountOutput) String

func (s CreateDBAccountOutput) String() string

String returns the string representation

type CreateDBEndpointInput

type CreateDBEndpointInput struct {
	AutoAddNewNodes *bool `type:"boolean"`

	Description *string `type:"string"`

	EndpointName *string `type:"string"`

	// EndpointType is a required field
	EndpointType *string `type:"string" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	Nodes *string `type:"string"`

	ReadWriteMode *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateDBEndpointInput) GoString

func (s CreateDBEndpointInput) GoString() string

GoString returns the string representation

func (*CreateDBEndpointInput) SetAutoAddNewNodes added in v1.0.56

func (s *CreateDBEndpointInput) SetAutoAddNewNodes(v bool) *CreateDBEndpointInput

SetAutoAddNewNodes sets the AutoAddNewNodes field's value.

func (*CreateDBEndpointInput) SetDescription

func (s *CreateDBEndpointInput) SetDescription(v string) *CreateDBEndpointInput

SetDescription sets the Description field's value.

func (*CreateDBEndpointInput) SetEndpointName

func (s *CreateDBEndpointInput) SetEndpointName(v string) *CreateDBEndpointInput

SetEndpointName sets the EndpointName field's value.

func (*CreateDBEndpointInput) SetEndpointType

func (s *CreateDBEndpointInput) SetEndpointType(v string) *CreateDBEndpointInput

SetEndpointType sets the EndpointType field's value.

func (*CreateDBEndpointInput) SetInstanceId

func (s *CreateDBEndpointInput) SetInstanceId(v string) *CreateDBEndpointInput

SetInstanceId sets the InstanceId field's value.

func (*CreateDBEndpointInput) SetNodes

SetNodes sets the Nodes field's value.

func (*CreateDBEndpointInput) SetReadWriteMode added in v1.0.56

func (s *CreateDBEndpointInput) SetReadWriteMode(v string) *CreateDBEndpointInput

SetReadWriteMode sets the ReadWriteMode field's value.

func (CreateDBEndpointInput) String

func (s CreateDBEndpointInput) String() string

String returns the string representation

func (*CreateDBEndpointInput) Validate

func (s *CreateDBEndpointInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateDBEndpointOutput

type CreateDBEndpointOutput struct {
	Metadata *response.ResponseMetadata

	EndpointId *string `type:"string"`

	InstanceId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateDBEndpointOutput) GoString

func (s CreateDBEndpointOutput) GoString() string

GoString returns the string representation

func (*CreateDBEndpointOutput) SetEndpointId

SetEndpointId sets the EndpointId field's value.

func (*CreateDBEndpointOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (CreateDBEndpointOutput) String

func (s CreateDBEndpointOutput) String() string

String returns the string representation

type CreateDBEndpointPublicAddressInput

type CreateDBEndpointPublicAddressInput struct {

	// EipId is a required field
	EipId *string `type:"string" required:"true"`

	// EndpointId is a required field
	EndpointId *string `type:"string" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateDBEndpointPublicAddressInput) GoString

GoString returns the string representation

func (*CreateDBEndpointPublicAddressInput) SetEipId

SetEipId sets the EipId field's value.

func (*CreateDBEndpointPublicAddressInput) SetEndpointId

SetEndpointId sets the EndpointId field's value.

func (*CreateDBEndpointPublicAddressInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (CreateDBEndpointPublicAddressInput) String

String returns the string representation

func (*CreateDBEndpointPublicAddressInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateDBEndpointPublicAddressOutput

type CreateDBEndpointPublicAddressOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (CreateDBEndpointPublicAddressOutput) GoString

GoString returns the string representation

func (CreateDBEndpointPublicAddressOutput) String

String returns the string representation

type CreateDBInstanceInput

type CreateDBInstanceInput struct {
	AllowListIds []*string `type:"list"`

	ChargeInfo *ChargeInfoForCreateDBInstanceInput `type:"structure"`

	// DBEngineVersion is a required field
	DBEngineVersion *string `type:"string" required:"true"`

	DBParamGroupId *string `type:"string"`

	DBTimeZone *string `type:"string"`

	InstanceName *string `type:"string"`

	InstanceTags []*InstanceTagForCreateDBInstanceInput `type:"list"`

	InstanceType *string `type:"string"`

	LowerCaseTableNames *string `type:"string"`

	NodeInfo []*NodeInfoForCreateDBInstanceInput `type:"list"`

	ProjectName *string `type:"string"`

	// StorageSpace is a required field
	StorageSpace *int32 `type:"int32" required:"true"`

	// StorageType is a required field
	StorageType *string `type:"string" required:"true"`

	// SubnetId is a required field
	SubnetId *string `type:"string" required:"true"`

	SuperAccountName *string `type:"string"`

	SuperAccountPassword *string `type:"string"`

	// VpcId is a required field
	VpcId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateDBInstanceInput) GoString

func (s CreateDBInstanceInput) GoString() string

GoString returns the string representation

func (*CreateDBInstanceInput) SetAllowListIds added in v1.0.93

func (s *CreateDBInstanceInput) SetAllowListIds(v []*string) *CreateDBInstanceInput

SetAllowListIds sets the AllowListIds field's value.

func (*CreateDBInstanceInput) SetChargeInfo

SetChargeInfo sets the ChargeInfo field's value.

func (*CreateDBInstanceInput) SetDBEngineVersion

func (s *CreateDBInstanceInput) SetDBEngineVersion(v string) *CreateDBInstanceInput

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*CreateDBInstanceInput) SetDBParamGroupId

func (s *CreateDBInstanceInput) SetDBParamGroupId(v string) *CreateDBInstanceInput

SetDBParamGroupId sets the DBParamGroupId field's value.

func (*CreateDBInstanceInput) SetDBTimeZone

func (s *CreateDBInstanceInput) SetDBTimeZone(v string) *CreateDBInstanceInput

SetDBTimeZone sets the DBTimeZone field's value.

func (*CreateDBInstanceInput) SetInstanceName

func (s *CreateDBInstanceInput) SetInstanceName(v string) *CreateDBInstanceInput

SetInstanceName sets the InstanceName field's value.

func (*CreateDBInstanceInput) SetInstanceTags added in v1.0.56

SetInstanceTags sets the InstanceTags field's value.

func (*CreateDBInstanceInput) SetInstanceType

func (s *CreateDBInstanceInput) SetInstanceType(v string) *CreateDBInstanceInput

SetInstanceType sets the InstanceType field's value.

func (*CreateDBInstanceInput) SetLowerCaseTableNames

func (s *CreateDBInstanceInput) SetLowerCaseTableNames(v string) *CreateDBInstanceInput

SetLowerCaseTableNames sets the LowerCaseTableNames field's value.

func (*CreateDBInstanceInput) SetNodeInfo

SetNodeInfo sets the NodeInfo field's value.

func (*CreateDBInstanceInput) SetProjectName

func (s *CreateDBInstanceInput) SetProjectName(v string) *CreateDBInstanceInput

SetProjectName sets the ProjectName field's value.

func (*CreateDBInstanceInput) SetStorageSpace

func (s *CreateDBInstanceInput) SetStorageSpace(v int32) *CreateDBInstanceInput

SetStorageSpace sets the StorageSpace field's value.

func (*CreateDBInstanceInput) SetStorageType

func (s *CreateDBInstanceInput) SetStorageType(v string) *CreateDBInstanceInput

SetStorageType sets the StorageType field's value.

func (*CreateDBInstanceInput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*CreateDBInstanceInput) SetSuperAccountName

func (s *CreateDBInstanceInput) SetSuperAccountName(v string) *CreateDBInstanceInput

SetSuperAccountName sets the SuperAccountName field's value.

func (*CreateDBInstanceInput) SetSuperAccountPassword

func (s *CreateDBInstanceInput) SetSuperAccountPassword(v string) *CreateDBInstanceInput

SetSuperAccountPassword sets the SuperAccountPassword field's value.

func (*CreateDBInstanceInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (CreateDBInstanceInput) String

func (s CreateDBInstanceInput) String() string

String returns the string representation

func (*CreateDBInstanceInput) Validate

func (s *CreateDBInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateDBInstanceOutput

type CreateDBInstanceOutput struct {
	Metadata *response.ResponseMetadata

	InstanceId *string `type:"string"`

	OrderId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateDBInstanceOutput) GoString

func (s CreateDBInstanceOutput) GoString() string

GoString returns the string representation

func (*CreateDBInstanceOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*CreateDBInstanceOutput) SetOrderId

SetOrderId sets the OrderId field's value.

func (CreateDBInstanceOutput) String

func (s CreateDBInstanceOutput) String() string

String returns the string representation

type CreateDatabaseInput

type CreateDatabaseInput struct {
	CharacterSetName *string `type:"string"`

	DBDesc *string `type:"string"`

	// DBName is a required field
	DBName *string `type:"string" required:"true"`

	DatabasePrivileges []*DatabasePrivilegeForCreateDatabaseInput `type:"list"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateDatabaseInput) GoString

func (s CreateDatabaseInput) GoString() string

GoString returns the string representation

func (*CreateDatabaseInput) SetCharacterSetName

func (s *CreateDatabaseInput) SetCharacterSetName(v string) *CreateDatabaseInput

SetCharacterSetName sets the CharacterSetName field's value.

func (*CreateDatabaseInput) SetDBDesc added in v1.0.93

SetDBDesc sets the DBDesc field's value.

func (*CreateDatabaseInput) SetDBName

SetDBName sets the DBName field's value.

func (*CreateDatabaseInput) SetDatabasePrivileges added in v1.0.56

SetDatabasePrivileges sets the DatabasePrivileges field's value.

func (*CreateDatabaseInput) SetInstanceId

func (s *CreateDatabaseInput) SetInstanceId(v string) *CreateDatabaseInput

SetInstanceId sets the InstanceId field's value.

func (CreateDatabaseInput) String

func (s CreateDatabaseInput) String() string

String returns the string representation

func (*CreateDatabaseInput) Validate

func (s *CreateDatabaseInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateDatabaseOutput

type CreateDatabaseOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (CreateDatabaseOutput) GoString

func (s CreateDatabaseOutput) GoString() string

GoString returns the string representation

func (CreateDatabaseOutput) String

func (s CreateDatabaseOutput) String() string

String returns the string representation

type CreateParameterTemplateInput added in v1.0.93

type CreateParameterTemplateInput struct {
	TemplateDesc *string `type:"string"`

	// TemplateName is a required field
	TemplateName *string `type:"string" required:"true"`

	TemplateParams []*TemplateParamForCreateParameterTemplateInput `type:"list"`

	TemplateType *string `type:"string"`

	TemplateTypeVersion *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateParameterTemplateInput) GoString added in v1.0.93

func (s CreateParameterTemplateInput) GoString() string

GoString returns the string representation

func (*CreateParameterTemplateInput) SetTemplateDesc added in v1.0.93

SetTemplateDesc sets the TemplateDesc field's value.

func (*CreateParameterTemplateInput) SetTemplateName added in v1.0.93

SetTemplateName sets the TemplateName field's value.

func (*CreateParameterTemplateInput) SetTemplateParams added in v1.0.93

SetTemplateParams sets the TemplateParams field's value.

func (*CreateParameterTemplateInput) SetTemplateType added in v1.0.93

SetTemplateType sets the TemplateType field's value.

func (*CreateParameterTemplateInput) SetTemplateTypeVersion added in v1.0.93

SetTemplateTypeVersion sets the TemplateTypeVersion field's value.

func (CreateParameterTemplateInput) String added in v1.0.93

String returns the string representation

func (*CreateParameterTemplateInput) Validate added in v1.0.93

func (s *CreateParameterTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateParameterTemplateOutput added in v1.0.93

type CreateParameterTemplateOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (CreateParameterTemplateOutput) GoString added in v1.0.93

GoString returns the string representation

func (CreateParameterTemplateOutput) String added in v1.0.93

String returns the string representation

type DBTableInfoForDescribeBackupsOutput added in v1.0.56

type DBTableInfoForDescribeBackupsOutput struct {
	Database *string `type:"string"`

	Tables []*string `type:"list"`
	// contains filtered or unexported fields
}

func (DBTableInfoForDescribeBackupsOutput) GoString added in v1.0.56

GoString returns the string representation

func (*DBTableInfoForDescribeBackupsOutput) SetDatabase added in v1.0.56

SetDatabase sets the Database field's value.

func (*DBTableInfoForDescribeBackupsOutput) SetTables added in v1.0.56

SetTables sets the Tables field's value.

func (DBTableInfoForDescribeBackupsOutput) String added in v1.0.56

String returns the string representation

type DataForDescribeTasksOutput added in v1.0.125

type DataForDescribeTasksOutput struct {
	ConfigInfos []*ConfigInfoForDescribeTasksOutput `type:"list"`

	CostTimeMS *int32 `type:"int32"`

	CreateTime *string `type:"string"`

	FinishTime *string `type:"string"`

	Progress *int32 `type:"int32"`

	RelatedInstanceInfos *RelatedInstanceInfosForDescribeTasksOutput `type:"structure"`

	StartTime *string `type:"string"`

	TaskAction *string `type:"string"`

	TaskCategory *string `type:"string"`

	TaskDesc *string `type:"string"`

	TaskId *string `type:"string"`

	TaskParams *string `type:"string"`

	TaskProgress []*TaskProgressForDescribeTasksOutput `type:"list"`

	TaskSource *string `type:"string"`

	TaskStatus *string `type:"string"`
	// contains filtered or unexported fields
}

func (DataForDescribeTasksOutput) GoString added in v1.0.125

func (s DataForDescribeTasksOutput) GoString() string

GoString returns the string representation

func (*DataForDescribeTasksOutput) SetConfigInfos added in v1.0.125

SetConfigInfos sets the ConfigInfos field's value.

func (*DataForDescribeTasksOutput) SetCostTimeMS added in v1.0.125

SetCostTimeMS sets the CostTimeMS field's value.

func (*DataForDescribeTasksOutput) SetCreateTime added in v1.0.125

SetCreateTime sets the CreateTime field's value.

func (*DataForDescribeTasksOutput) SetFinishTime added in v1.0.125

SetFinishTime sets the FinishTime field's value.

func (*DataForDescribeTasksOutput) SetProgress added in v1.0.125

SetProgress sets the Progress field's value.

func (*DataForDescribeTasksOutput) SetRelatedInstanceInfos added in v1.0.125

SetRelatedInstanceInfos sets the RelatedInstanceInfos field's value.

func (*DataForDescribeTasksOutput) SetStartTime added in v1.0.125

SetStartTime sets the StartTime field's value.

func (*DataForDescribeTasksOutput) SetTaskAction added in v1.0.125

SetTaskAction sets the TaskAction field's value.

func (*DataForDescribeTasksOutput) SetTaskCategory added in v1.0.125

SetTaskCategory sets the TaskCategory field's value.

func (*DataForDescribeTasksOutput) SetTaskDesc added in v1.0.125

SetTaskDesc sets the TaskDesc field's value.

func (*DataForDescribeTasksOutput) SetTaskId added in v1.0.125

SetTaskId sets the TaskId field's value.

func (*DataForDescribeTasksOutput) SetTaskParams added in v1.0.125

SetTaskParams sets the TaskParams field's value.

func (*DataForDescribeTasksOutput) SetTaskProgress added in v1.0.125

SetTaskProgress sets the TaskProgress field's value.

func (*DataForDescribeTasksOutput) SetTaskSource added in v1.0.125

SetTaskSource sets the TaskSource field's value.

func (*DataForDescribeTasksOutput) SetTaskStatus added in v1.0.125

SetTaskStatus sets the TaskStatus field's value.

func (DataForDescribeTasksOutput) String added in v1.0.125

String returns the string representation

type DatabaseForDescribeDatabasesOutput added in v1.0.125

type DatabaseForDescribeDatabasesOutput struct {
	CharacterSetName *string `type:"string"`

	DBDesc *string `type:"string"`

	DBName *string `type:"string"`

	DBStatus *string `type:"string"`

	DatabasePrivileges []*DatabasePrivilegeForDescribeDatabasesOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DatabaseForDescribeDatabasesOutput) GoString added in v1.0.125

GoString returns the string representation

func (*DatabaseForDescribeDatabasesOutput) SetCharacterSetName added in v1.0.125

SetCharacterSetName sets the CharacterSetName field's value.

func (*DatabaseForDescribeDatabasesOutput) SetDBDesc added in v1.0.125

SetDBDesc sets the DBDesc field's value.

func (*DatabaseForDescribeDatabasesOutput) SetDBName added in v1.0.125

SetDBName sets the DBName field's value.

func (*DatabaseForDescribeDatabasesOutput) SetDBStatus added in v1.0.125

SetDBStatus sets the DBStatus field's value.

func (*DatabaseForDescribeDatabasesOutput) SetDatabasePrivileges added in v1.0.125

SetDatabasePrivileges sets the DatabasePrivileges field's value.

func (DatabaseForDescribeDatabasesOutput) String added in v1.0.125

String returns the string representation

type DatabasePrivilegeForCreateDatabaseInput added in v1.0.56

type DatabasePrivilegeForCreateDatabaseInput struct {
	AccountName *string `type:"string"`

	AccountPrivilege *string `type:"string"`

	AccountPrivilegeDetail *string `type:"string"`

	Host *string `type:"string"`
	// contains filtered or unexported fields
}

func (DatabasePrivilegeForCreateDatabaseInput) GoString added in v1.0.56

GoString returns the string representation

func (*DatabasePrivilegeForCreateDatabaseInput) SetAccountName added in v1.0.56

SetAccountName sets the AccountName field's value.

func (*DatabasePrivilegeForCreateDatabaseInput) SetAccountPrivilege added in v1.0.56

SetAccountPrivilege sets the AccountPrivilege field's value.

func (*DatabasePrivilegeForCreateDatabaseInput) SetAccountPrivilegeDetail added in v1.0.56

SetAccountPrivilegeDetail sets the AccountPrivilegeDetail field's value.

func (*DatabasePrivilegeForCreateDatabaseInput) SetHost added in v1.0.125

SetHost sets the Host field's value.

func (DatabasePrivilegeForCreateDatabaseInput) String added in v1.0.56

String returns the string representation

type DatabasePrivilegeForDescribeDatabasesOutput added in v1.0.56

type DatabasePrivilegeForDescribeDatabasesOutput struct {
	AccountName *string `type:"string"`

	AccountPrivilege *string `type:"string"`

	AccountPrivilegeDetail *string `type:"string"`

	Host *string `type:"string"`
	// contains filtered or unexported fields
}

func (DatabasePrivilegeForDescribeDatabasesOutput) GoString added in v1.0.56

GoString returns the string representation

func (*DatabasePrivilegeForDescribeDatabasesOutput) SetAccountName added in v1.0.56

SetAccountName sets the AccountName field's value.

func (*DatabasePrivilegeForDescribeDatabasesOutput) SetAccountPrivilege added in v1.0.56

SetAccountPrivilege sets the AccountPrivilege field's value.

func (*DatabasePrivilegeForDescribeDatabasesOutput) SetAccountPrivilegeDetail added in v1.0.56

SetAccountPrivilegeDetail sets the AccountPrivilegeDetail field's value.

func (*DatabasePrivilegeForDescribeDatabasesOutput) SetHost added in v1.0.125

SetHost sets the Host field's value.

func (DatabasePrivilegeForDescribeDatabasesOutput) String added in v1.0.56

String returns the string representation

type DatabasePrivilegeForGrantDatabasePrivilegeInput added in v1.0.56

type DatabasePrivilegeForGrantDatabasePrivilegeInput struct {
	AccountName *string `type:"string"`

	AccountPrivilege *string `type:"string"`

	AccountPrivilegeDetail *string `type:"string"`

	Host *string `type:"string"`
	// contains filtered or unexported fields
}

func (DatabasePrivilegeForGrantDatabasePrivilegeInput) GoString added in v1.0.56

GoString returns the string representation

func (*DatabasePrivilegeForGrantDatabasePrivilegeInput) SetAccountName added in v1.0.56

SetAccountName sets the AccountName field's value.

func (*DatabasePrivilegeForGrantDatabasePrivilegeInput) SetAccountPrivilege added in v1.0.56

SetAccountPrivilege sets the AccountPrivilege field's value.

func (*DatabasePrivilegeForGrantDatabasePrivilegeInput) SetAccountPrivilegeDetail added in v1.0.56

SetAccountPrivilegeDetail sets the AccountPrivilegeDetail field's value.

func (*DatabasePrivilegeForGrantDatabasePrivilegeInput) SetHost added in v1.0.125

SetHost sets the Host field's value.

func (DatabasePrivilegeForGrantDatabasePrivilegeInput) String added in v1.0.56

String returns the string representation

type DeleteAllowListInput added in v1.0.56

type DeleteAllowListInput struct {

	// AllowListId is a required field
	AllowListId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteAllowListInput) GoString added in v1.0.56

func (s DeleteAllowListInput) GoString() string

GoString returns the string representation

func (*DeleteAllowListInput) SetAllowListId added in v1.0.56

func (s *DeleteAllowListInput) SetAllowListId(v string) *DeleteAllowListInput

SetAllowListId sets the AllowListId field's value.

func (DeleteAllowListInput) String added in v1.0.56

func (s DeleteAllowListInput) String() string

String returns the string representation

func (*DeleteAllowListInput) Validate added in v1.0.56

func (s *DeleteAllowListInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAllowListOutput added in v1.0.56

type DeleteAllowListOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteAllowListOutput) GoString added in v1.0.56

func (s DeleteAllowListOutput) GoString() string

GoString returns the string representation

func (DeleteAllowListOutput) String added in v1.0.56

func (s DeleteAllowListOutput) String() string

String returns the string representation

type DeleteDBAccountInput

type DeleteDBAccountInput struct {

	// AccountName is a required field
	AccountName *string `type:"string" required:"true"`

	Host *string `type:"string"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteDBAccountInput) GoString

func (s DeleteDBAccountInput) GoString() string

GoString returns the string representation

func (*DeleteDBAccountInput) SetAccountName

func (s *DeleteDBAccountInput) SetAccountName(v string) *DeleteDBAccountInput

SetAccountName sets the AccountName field's value.

func (*DeleteDBAccountInput) SetHost added in v1.0.125

SetHost sets the Host field's value.

func (*DeleteDBAccountInput) SetInstanceId

func (s *DeleteDBAccountInput) SetInstanceId(v string) *DeleteDBAccountInput

SetInstanceId sets the InstanceId field's value.

func (DeleteDBAccountInput) String

func (s DeleteDBAccountInput) String() string

String returns the string representation

func (*DeleteDBAccountInput) Validate

func (s *DeleteDBAccountInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteDBAccountOutput

type DeleteDBAccountOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteDBAccountOutput) GoString

func (s DeleteDBAccountOutput) GoString() string

GoString returns the string representation

func (DeleteDBAccountOutput) String

func (s DeleteDBAccountOutput) String() string

String returns the string representation

type DeleteDBEndpointInput

type DeleteDBEndpointInput struct {

	// EndpointId is a required field
	EndpointId *string `type:"string" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteDBEndpointInput) GoString

func (s DeleteDBEndpointInput) GoString() string

GoString returns the string representation

func (*DeleteDBEndpointInput) SetEndpointId

func (s *DeleteDBEndpointInput) SetEndpointId(v string) *DeleteDBEndpointInput

SetEndpointId sets the EndpointId field's value.

func (*DeleteDBEndpointInput) SetInstanceId

func (s *DeleteDBEndpointInput) SetInstanceId(v string) *DeleteDBEndpointInput

SetInstanceId sets the InstanceId field's value.

func (DeleteDBEndpointInput) String

func (s DeleteDBEndpointInput) String() string

String returns the string representation

func (*DeleteDBEndpointInput) Validate

func (s *DeleteDBEndpointInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteDBEndpointOutput

type DeleteDBEndpointOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteDBEndpointOutput) GoString

func (s DeleteDBEndpointOutput) GoString() string

GoString returns the string representation

func (DeleteDBEndpointOutput) String

func (s DeleteDBEndpointOutput) String() string

String returns the string representation

type DeleteDBEndpointPublicAddressInput

type DeleteDBEndpointPublicAddressInput struct {

	// Domain is a required field
	Domain *string `type:"string" required:"true"`

	// EipId is a required field
	EipId *string `type:"string" required:"true"`

	// EndpointId is a required field
	EndpointId *string `type:"string" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteDBEndpointPublicAddressInput) GoString

GoString returns the string representation

func (*DeleteDBEndpointPublicAddressInput) SetDomain added in v1.0.56

SetDomain sets the Domain field's value.

func (*DeleteDBEndpointPublicAddressInput) SetEipId added in v1.0.56

SetEipId sets the EipId field's value.

func (*DeleteDBEndpointPublicAddressInput) SetEndpointId

SetEndpointId sets the EndpointId field's value.

func (*DeleteDBEndpointPublicAddressInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (DeleteDBEndpointPublicAddressInput) String

String returns the string representation

func (*DeleteDBEndpointPublicAddressInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DeleteDBEndpointPublicAddressOutput

type DeleteDBEndpointPublicAddressOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteDBEndpointPublicAddressOutput) GoString

GoString returns the string representation

func (DeleteDBEndpointPublicAddressOutput) String

String returns the string representation

type DeleteDBInstanceInput

type DeleteDBInstanceInput struct {
	DataKeepPolicy *string `type:"string"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteDBInstanceInput) GoString

func (s DeleteDBInstanceInput) GoString() string

GoString returns the string representation

func (*DeleteDBInstanceInput) SetDataKeepPolicy

func (s *DeleteDBInstanceInput) SetDataKeepPolicy(v string) *DeleteDBInstanceInput

SetDataKeepPolicy sets the DataKeepPolicy field's value.

func (*DeleteDBInstanceInput) SetInstanceId

func (s *DeleteDBInstanceInput) SetInstanceId(v string) *DeleteDBInstanceInput

SetInstanceId sets the InstanceId field's value.

func (DeleteDBInstanceInput) String

func (s DeleteDBInstanceInput) String() string

String returns the string representation

func (*DeleteDBInstanceInput) Validate

func (s *DeleteDBInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteDBInstanceOutput

type DeleteDBInstanceOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteDBInstanceOutput) GoString

func (s DeleteDBInstanceOutput) GoString() string

GoString returns the string representation

func (DeleteDBInstanceOutput) String

func (s DeleteDBInstanceOutput) String() string

String returns the string representation

type DeleteDataBackupInput added in v1.0.125

type DeleteDataBackupInput struct {

	// BackupId is a required field
	BackupId *string `type:"string" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteDataBackupInput) GoString added in v1.0.125

func (s DeleteDataBackupInput) GoString() string

GoString returns the string representation

func (*DeleteDataBackupInput) SetBackupId added in v1.0.125

SetBackupId sets the BackupId field's value.

func (*DeleteDataBackupInput) SetInstanceId added in v1.0.125

func (s *DeleteDataBackupInput) SetInstanceId(v string) *DeleteDataBackupInput

SetInstanceId sets the InstanceId field's value.

func (DeleteDataBackupInput) String added in v1.0.125

func (s DeleteDataBackupInput) String() string

String returns the string representation

func (*DeleteDataBackupInput) Validate added in v1.0.125

func (s *DeleteDataBackupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteDataBackupOutput added in v1.0.125

type DeleteDataBackupOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteDataBackupOutput) GoString added in v1.0.125

func (s DeleteDataBackupOutput) GoString() string

GoString returns the string representation

func (DeleteDataBackupOutput) String added in v1.0.125

func (s DeleteDataBackupOutput) String() string

String returns the string representation

type DeleteDatabaseInput

type DeleteDatabaseInput struct {

	// DBName is a required field
	DBName *string `type:"string" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteDatabaseInput) GoString

func (s DeleteDatabaseInput) GoString() string

GoString returns the string representation

func (*DeleteDatabaseInput) SetDBName

SetDBName sets the DBName field's value.

func (*DeleteDatabaseInput) SetInstanceId

func (s *DeleteDatabaseInput) SetInstanceId(v string) *DeleteDatabaseInput

SetInstanceId sets the InstanceId field's value.

func (DeleteDatabaseInput) String

func (s DeleteDatabaseInput) String() string

String returns the string representation

func (*DeleteDatabaseInput) Validate

func (s *DeleteDatabaseInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteDatabaseOutput

type DeleteDatabaseOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteDatabaseOutput) GoString

func (s DeleteDatabaseOutput) GoString() string

GoString returns the string representation

func (DeleteDatabaseOutput) String

func (s DeleteDatabaseOutput) String() string

String returns the string representation

type DeleteParameterTemplateInput added in v1.0.93

type DeleteParameterTemplateInput struct {

	// TemplateId is a required field
	TemplateId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteParameterTemplateInput) GoString added in v1.0.93

func (s DeleteParameterTemplateInput) GoString() string

GoString returns the string representation

func (*DeleteParameterTemplateInput) SetTemplateId added in v1.0.93

SetTemplateId sets the TemplateId field's value.

func (DeleteParameterTemplateInput) String added in v1.0.93

String returns the string representation

func (*DeleteParameterTemplateInput) Validate added in v1.0.93

func (s *DeleteParameterTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteParameterTemplateOutput added in v1.0.93

type DeleteParameterTemplateOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteParameterTemplateOutput) GoString added in v1.0.93

GoString returns the string representation

func (DeleteParameterTemplateOutput) String added in v1.0.93

String returns the string representation

type DescribeAllowListDetailInput added in v1.0.56

type DescribeAllowListDetailInput struct {

	// AllowListId is a required field
	AllowListId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeAllowListDetailInput) GoString added in v1.0.56

func (s DescribeAllowListDetailInput) GoString() string

GoString returns the string representation

func (*DescribeAllowListDetailInput) SetAllowListId added in v1.0.56

SetAllowListId sets the AllowListId field's value.

func (DescribeAllowListDetailInput) String added in v1.0.56

String returns the string representation

func (*DescribeAllowListDetailInput) Validate added in v1.0.56

func (s *DescribeAllowListDetailInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeAllowListDetailOutput added in v1.0.56

type DescribeAllowListDetailOutput struct {
	Metadata *response.ResponseMetadata

	AllowList *string `type:"string"`

	AllowListCategory *string `type:"string"`

	AllowListDesc *string `type:"string"`

	AllowListId *string `type:"string"`

	AllowListName *string `type:"string"`

	AllowListType *string `type:"string"`

	AssociatedInstances []*AssociatedInstanceForDescribeAllowListDetailOutput `type:"list"`

	SecurityGroupBindInfos []*SecurityGroupBindInfoForDescribeAllowListDetailOutput `type:"list"`

	UserAllowList *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeAllowListDetailOutput) GoString added in v1.0.56

GoString returns the string representation

func (*DescribeAllowListDetailOutput) SetAllowList added in v1.0.56

SetAllowList sets the AllowList field's value.

func (*DescribeAllowListDetailOutput) SetAllowListCategory added in v1.0.131

SetAllowListCategory sets the AllowListCategory field's value.

func (*DescribeAllowListDetailOutput) SetAllowListDesc added in v1.0.56

SetAllowListDesc sets the AllowListDesc field's value.

func (*DescribeAllowListDetailOutput) SetAllowListId added in v1.0.56

SetAllowListId sets the AllowListId field's value.

func (*DescribeAllowListDetailOutput) SetAllowListName added in v1.0.56

SetAllowListName sets the AllowListName field's value.

func (*DescribeAllowListDetailOutput) SetAllowListType added in v1.0.56

SetAllowListType sets the AllowListType field's value.

func (*DescribeAllowListDetailOutput) SetAssociatedInstances added in v1.0.56

SetAssociatedInstances sets the AssociatedInstances field's value.

func (*DescribeAllowListDetailOutput) SetSecurityGroupBindInfos added in v1.0.131

SetSecurityGroupBindInfos sets the SecurityGroupBindInfos field's value.

func (*DescribeAllowListDetailOutput) SetUserAllowList added in v1.0.131

SetUserAllowList sets the UserAllowList field's value.

func (DescribeAllowListDetailOutput) String added in v1.0.56

String returns the string representation

type DescribeAllowListsInput added in v1.0.56

type DescribeAllowListsInput struct {
	InstanceId *string `type:"string"`

	// RegionId is a required field
	RegionId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeAllowListsInput) GoString added in v1.0.56

func (s DescribeAllowListsInput) GoString() string

GoString returns the string representation

func (*DescribeAllowListsInput) SetInstanceId added in v1.0.56

SetInstanceId sets the InstanceId field's value.

func (*DescribeAllowListsInput) SetRegionId added in v1.0.56

SetRegionId sets the RegionId field's value.

func (DescribeAllowListsInput) String added in v1.0.56

func (s DescribeAllowListsInput) String() string

String returns the string representation

func (*DescribeAllowListsInput) Validate added in v1.0.125

func (s *DescribeAllowListsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeAllowListsOutput added in v1.0.56

type DescribeAllowListsOutput struct {
	Metadata *response.ResponseMetadata

	AllowLists []*AllowListForDescribeAllowListsOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeAllowListsOutput) GoString added in v1.0.56

func (s DescribeAllowListsOutput) GoString() string

GoString returns the string representation

func (*DescribeAllowListsOutput) SetAllowLists added in v1.0.56

SetAllowLists sets the AllowLists field's value.

func (DescribeAllowListsOutput) String added in v1.0.56

func (s DescribeAllowListsOutput) String() string

String returns the string representation

type DescribeApplyParameterTemplateInput added in v1.0.93

type DescribeApplyParameterTemplateInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	// TemplateId is a required field
	TemplateId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeApplyParameterTemplateInput) GoString added in v1.0.93

GoString returns the string representation

func (*DescribeApplyParameterTemplateInput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (*DescribeApplyParameterTemplateInput) SetTemplateId added in v1.0.93

SetTemplateId sets the TemplateId field's value.

func (DescribeApplyParameterTemplateInput) String added in v1.0.93

String returns the string representation

func (*DescribeApplyParameterTemplateInput) Validate added in v1.0.93

Validate inspects the fields of the type to determine if they are valid.

type DescribeApplyParameterTemplateOutput added in v1.0.93

type DescribeApplyParameterTemplateOutput struct {
	Metadata *response.ResponseMetadata

	InstanceId *string `type:"string"`

	Parameters []*ParameterForDescribeApplyParameterTemplateOutput `type:"list"`

	TemplateId *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeApplyParameterTemplateOutput) GoString added in v1.0.93

GoString returns the string representation

func (*DescribeApplyParameterTemplateOutput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (*DescribeApplyParameterTemplateOutput) SetParameters added in v1.0.93

SetParameters sets the Parameters field's value.

func (*DescribeApplyParameterTemplateOutput) SetTemplateId added in v1.0.93

SetTemplateId sets the TemplateId field's value.

func (DescribeApplyParameterTemplateOutput) String added in v1.0.93

String returns the string representation

type DescribeAvailabilityZonesInput

type DescribeAvailabilityZonesInput struct {
	// contains filtered or unexported fields
}

func (DescribeAvailabilityZonesInput) GoString

GoString returns the string representation

func (DescribeAvailabilityZonesInput) String

String returns the string representation

type DescribeAvailabilityZonesOutput

type DescribeAvailabilityZonesOutput struct {
	Metadata *response.ResponseMetadata

	RegionId *string `type:"string"`

	Zones []*ZoneForDescribeAvailabilityZonesOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeAvailabilityZonesOutput) GoString

GoString returns the string representation

func (*DescribeAvailabilityZonesOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*DescribeAvailabilityZonesOutput) SetZones

SetZones sets the Zones field's value.

func (DescribeAvailabilityZonesOutput) String

String returns the string representation

type DescribeAvailableCrossRegionInput added in v1.0.93

type DescribeAvailableCrossRegionInput struct {
	InstanceId *string `type:"string"`

	// RegionId is a required field
	RegionId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeAvailableCrossRegionInput) GoString added in v1.0.93

GoString returns the string representation

func (*DescribeAvailableCrossRegionInput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (*DescribeAvailableCrossRegionInput) SetRegionId added in v1.0.93

SetRegionId sets the RegionId field's value.

func (DescribeAvailableCrossRegionInput) String added in v1.0.93

String returns the string representation

func (*DescribeAvailableCrossRegionInput) Validate added in v1.0.125

Validate inspects the fields of the type to determine if they are valid.

type DescribeAvailableCrossRegionOutput added in v1.0.93

type DescribeAvailableCrossRegionOutput struct {
	Metadata *response.ResponseMetadata

	Regions []*string `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeAvailableCrossRegionOutput) GoString added in v1.0.93

GoString returns the string representation

func (*DescribeAvailableCrossRegionOutput) SetRegions added in v1.0.93

SetRegions sets the Regions field's value.

func (DescribeAvailableCrossRegionOutput) String added in v1.0.93

String returns the string representation

type DescribeBackupPolicyInput

type DescribeBackupPolicyInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeBackupPolicyInput) GoString

func (s DescribeBackupPolicyInput) GoString() string

GoString returns the string representation

func (*DescribeBackupPolicyInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (DescribeBackupPolicyInput) String

func (s DescribeBackupPolicyInput) String() string

String returns the string representation

func (*DescribeBackupPolicyInput) Validate

func (s *DescribeBackupPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeBackupPolicyOutput

type DescribeBackupPolicyOutput struct {
	Metadata *response.ResponseMetadata

	BinlogFileCountsEnable *bool `type:"boolean"`

	BinlogLimitCount *int32 `type:"int32"`

	BinlogLocalRetentionHour *int32 `type:"int32"`

	BinlogSpaceLimitEnable *bool `type:"boolean"`

	BinlogStoragePercentage *int32 `type:"int32"`

	DataBackupRetentionDay *int32 `type:"int32"`

	DataFullBackupPeriods []*string `type:"list"`

	DataFullBackupTime *string `type:"string"`

	DataIncrBackupPeriods []*string `type:"list"`

	InstanceId *string `type:"string"`

	LockDdlTime *int32 `type:"int32"`

	LogBackupRetentionDay *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (DescribeBackupPolicyOutput) GoString

func (s DescribeBackupPolicyOutput) GoString() string

GoString returns the string representation

func (*DescribeBackupPolicyOutput) SetBinlogFileCountsEnable added in v1.0.93

func (s *DescribeBackupPolicyOutput) SetBinlogFileCountsEnable(v bool) *DescribeBackupPolicyOutput

SetBinlogFileCountsEnable sets the BinlogFileCountsEnable field's value.

func (*DescribeBackupPolicyOutput) SetBinlogLimitCount added in v1.0.93

func (s *DescribeBackupPolicyOutput) SetBinlogLimitCount(v int32) *DescribeBackupPolicyOutput

SetBinlogLimitCount sets the BinlogLimitCount field's value.

func (*DescribeBackupPolicyOutput) SetBinlogLocalRetentionHour added in v1.0.93

func (s *DescribeBackupPolicyOutput) SetBinlogLocalRetentionHour(v int32) *DescribeBackupPolicyOutput

SetBinlogLocalRetentionHour sets the BinlogLocalRetentionHour field's value.

func (*DescribeBackupPolicyOutput) SetBinlogSpaceLimitEnable added in v1.0.93

func (s *DescribeBackupPolicyOutput) SetBinlogSpaceLimitEnable(v bool) *DescribeBackupPolicyOutput

SetBinlogSpaceLimitEnable sets the BinlogSpaceLimitEnable field's value.

func (*DescribeBackupPolicyOutput) SetBinlogStoragePercentage added in v1.0.93

func (s *DescribeBackupPolicyOutput) SetBinlogStoragePercentage(v int32) *DescribeBackupPolicyOutput

SetBinlogStoragePercentage sets the BinlogStoragePercentage field's value.

func (*DescribeBackupPolicyOutput) SetDataBackupRetentionDay added in v1.0.93

func (s *DescribeBackupPolicyOutput) SetDataBackupRetentionDay(v int32) *DescribeBackupPolicyOutput

SetDataBackupRetentionDay sets the DataBackupRetentionDay field's value.

func (*DescribeBackupPolicyOutput) SetDataFullBackupPeriods added in v1.0.93

func (s *DescribeBackupPolicyOutput) SetDataFullBackupPeriods(v []*string) *DescribeBackupPolicyOutput

SetDataFullBackupPeriods sets the DataFullBackupPeriods field's value.

func (*DescribeBackupPolicyOutput) SetDataFullBackupTime added in v1.0.93

func (s *DescribeBackupPolicyOutput) SetDataFullBackupTime(v string) *DescribeBackupPolicyOutput

SetDataFullBackupTime sets the DataFullBackupTime field's value.

func (*DescribeBackupPolicyOutput) SetDataIncrBackupPeriods added in v1.0.93

func (s *DescribeBackupPolicyOutput) SetDataIncrBackupPeriods(v []*string) *DescribeBackupPolicyOutput

SetDataIncrBackupPeriods sets the DataIncrBackupPeriods field's value.

func (*DescribeBackupPolicyOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeBackupPolicyOutput) SetLockDdlTime added in v1.0.125

SetLockDdlTime sets the LockDdlTime field's value.

func (*DescribeBackupPolicyOutput) SetLogBackupRetentionDay added in v1.0.93

func (s *DescribeBackupPolicyOutput) SetLogBackupRetentionDay(v int32) *DescribeBackupPolicyOutput

SetLogBackupRetentionDay sets the LogBackupRetentionDay field's value.

func (DescribeBackupPolicyOutput) String

String returns the string representation

type DescribeBackupsInput

type DescribeBackupsInput struct {
	BackupEndTime *string `type:"string"`

	BackupId *string `type:"string"`

	BackupMethod *string `type:"string"`

	BackupStartTime *string `type:"string"`

	BackupStatus *string `type:"string"`

	BackupType *string `type:"string"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (DescribeBackupsInput) GoString

func (s DescribeBackupsInput) GoString() string

GoString returns the string representation

func (*DescribeBackupsInput) SetBackupEndTime

func (s *DescribeBackupsInput) SetBackupEndTime(v string) *DescribeBackupsInput

SetBackupEndTime sets the BackupEndTime field's value.

func (*DescribeBackupsInput) SetBackupId

SetBackupId sets the BackupId field's value.

func (*DescribeBackupsInput) SetBackupMethod

func (s *DescribeBackupsInput) SetBackupMethod(v string) *DescribeBackupsInput

SetBackupMethod sets the BackupMethod field's value.

func (*DescribeBackupsInput) SetBackupStartTime

func (s *DescribeBackupsInput) SetBackupStartTime(v string) *DescribeBackupsInput

SetBackupStartTime sets the BackupStartTime field's value.

func (*DescribeBackupsInput) SetBackupStatus

func (s *DescribeBackupsInput) SetBackupStatus(v string) *DescribeBackupsInput

SetBackupStatus sets the BackupStatus field's value.

func (*DescribeBackupsInput) SetBackupType

func (s *DescribeBackupsInput) SetBackupType(v string) *DescribeBackupsInput

SetBackupType sets the BackupType field's value.

func (*DescribeBackupsInput) SetInstanceId

func (s *DescribeBackupsInput) SetInstanceId(v string) *DescribeBackupsInput

SetInstanceId sets the InstanceId field's value.

func (*DescribeBackupsInput) SetPageNumber

func (s *DescribeBackupsInput) SetPageNumber(v int32) *DescribeBackupsInput

SetPageNumber sets the PageNumber field's value.

func (*DescribeBackupsInput) SetPageSize

func (s *DescribeBackupsInput) SetPageSize(v int32) *DescribeBackupsInput

SetPageSize sets the PageSize field's value.

func (DescribeBackupsInput) String

func (s DescribeBackupsInput) String() string

String returns the string representation

func (*DescribeBackupsInput) Validate

func (s *DescribeBackupsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeBackupsOutput

type DescribeBackupsOutput struct {
	Metadata *response.ResponseMetadata

	Backups []*BackupForDescribeBackupsOutput `type:"list"`

	Total *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (DescribeBackupsOutput) GoString

func (s DescribeBackupsOutput) GoString() string

GoString returns the string representation

func (*DescribeBackupsOutput) SetBackups added in v1.0.56

SetBackups sets the Backups field's value.

func (*DescribeBackupsOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeBackupsOutput) String

func (s DescribeBackupsOutput) String() string

String returns the string representation

type DescribeBinlogFilesInput added in v1.0.93

type DescribeBinlogFilesInput struct {
	BackupFileNumber *int32 `type:"int32"`

	Context *string `type:"string"`

	// EndTime is a required field
	EndTime *string `type:"string" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	// StartTime is a required field
	StartTime *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeBinlogFilesInput) GoString added in v1.0.93

func (s DescribeBinlogFilesInput) GoString() string

GoString returns the string representation

func (*DescribeBinlogFilesInput) SetBackupFileNumber added in v1.0.93

func (s *DescribeBinlogFilesInput) SetBackupFileNumber(v int32) *DescribeBinlogFilesInput

SetBackupFileNumber sets the BackupFileNumber field's value.

func (*DescribeBinlogFilesInput) SetContext added in v1.0.93

SetContext sets the Context field's value.

func (*DescribeBinlogFilesInput) SetEndTime added in v1.0.93

SetEndTime sets the EndTime field's value.

func (*DescribeBinlogFilesInput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (*DescribeBinlogFilesInput) SetStartTime added in v1.0.93

SetStartTime sets the StartTime field's value.

func (DescribeBinlogFilesInput) String added in v1.0.93

func (s DescribeBinlogFilesInput) String() string

String returns the string representation

func (*DescribeBinlogFilesInput) Validate added in v1.0.125

func (s *DescribeBinlogFilesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeBinlogFilesOutput added in v1.0.93

type DescribeBinlogFilesOutput struct {
	Metadata *response.ResponseMetadata

	BinlogFiles []*BinlogFileForDescribeBinlogFilesOutput `type:"list"`

	Context *string `type:"string"`

	Total *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (DescribeBinlogFilesOutput) GoString added in v1.0.93

func (s DescribeBinlogFilesOutput) GoString() string

GoString returns the string representation

func (*DescribeBinlogFilesOutput) SetBinlogFiles added in v1.0.93

SetBinlogFiles sets the BinlogFiles field's value.

func (*DescribeBinlogFilesOutput) SetContext added in v1.0.93

SetContext sets the Context field's value.

func (*DescribeBinlogFilesOutput) SetTotal added in v1.0.93

SetTotal sets the Total field's value.

func (DescribeBinlogFilesOutput) String added in v1.0.93

func (s DescribeBinlogFilesOutput) String() string

String returns the string representation

type DescribeCrossBackupPolicyInput added in v1.0.93

type DescribeCrossBackupPolicyInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeCrossBackupPolicyInput) GoString added in v1.0.93

GoString returns the string representation

func (*DescribeCrossBackupPolicyInput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (DescribeCrossBackupPolicyInput) String added in v1.0.93

String returns the string representation

func (*DescribeCrossBackupPolicyInput) Validate added in v1.0.125

func (s *DescribeCrossBackupPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeCrossBackupPolicyOutput added in v1.0.93

type DescribeCrossBackupPolicyOutput struct {
	Metadata *response.ResponseMetadata

	BackupEnabled *bool `type:"boolean"`

	CrossBackupRegion *string `type:"string"`

	InstanceId *string `type:"string"`

	LogBackupEnabled *bool `type:"boolean"`

	Retention *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (DescribeCrossBackupPolicyOutput) GoString added in v1.0.93

GoString returns the string representation

func (*DescribeCrossBackupPolicyOutput) SetBackupEnabled added in v1.0.93

SetBackupEnabled sets the BackupEnabled field's value.

func (*DescribeCrossBackupPolicyOutput) SetCrossBackupRegion added in v1.0.93

SetCrossBackupRegion sets the CrossBackupRegion field's value.

func (*DescribeCrossBackupPolicyOutput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (*DescribeCrossBackupPolicyOutput) SetLogBackupEnabled added in v1.0.93

SetLogBackupEnabled sets the LogBackupEnabled field's value.

func (*DescribeCrossBackupPolicyOutput) SetRetention added in v1.0.93

SetRetention sets the Retention field's value.

func (DescribeCrossBackupPolicyOutput) String added in v1.0.93

String returns the string representation

type DescribeDBAccountsInput

type DescribeDBAccountsInput struct {
	AccountName *string `type:"string"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (DescribeDBAccountsInput) GoString

func (s DescribeDBAccountsInput) GoString() string

GoString returns the string representation

func (*DescribeDBAccountsInput) SetAccountName

SetAccountName sets the AccountName field's value.

func (*DescribeDBAccountsInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeDBAccountsInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeDBAccountsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (DescribeDBAccountsInput) String

func (s DescribeDBAccountsInput) String() string

String returns the string representation

func (*DescribeDBAccountsInput) Validate

func (s *DescribeDBAccountsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeDBAccountsOutput

type DescribeDBAccountsOutput struct {
	Metadata *response.ResponseMetadata

	Accounts []*AccountForDescribeDBAccountsOutput `type:"list"`

	Total *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (DescribeDBAccountsOutput) GoString

func (s DescribeDBAccountsOutput) GoString() string

GoString returns the string representation

func (*DescribeDBAccountsOutput) SetAccounts added in v1.0.56

SetAccounts sets the Accounts field's value.

func (*DescribeDBAccountsOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeDBAccountsOutput) String

func (s DescribeDBAccountsOutput) String() string

String returns the string representation

type DescribeDBInstanceDetailInput

type DescribeDBInstanceDetailInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeDBInstanceDetailInput) GoString

GoString returns the string representation

func (*DescribeDBInstanceDetailInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (DescribeDBInstanceDetailInput) String

String returns the string representation

func (*DescribeDBInstanceDetailInput) Validate

func (s *DescribeDBInstanceDetailInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeDBInstanceDetailOutput

type DescribeDBInstanceDetailOutput struct {
	Metadata *response.ResponseMetadata

	BasicInfo *BasicInfoForDescribeDBInstanceDetailOutput `type:"structure"`

	ChargeDetail *ChargeDetailForDescribeDBInstanceDetailOutput `type:"structure"`

	Endpoints []*EndpointForDescribeDBInstanceDetailOutput `type:"list"`

	Nodes []*NodeForDescribeDBInstanceDetailOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeDBInstanceDetailOutput) GoString

GoString returns the string representation

func (*DescribeDBInstanceDetailOutput) SetBasicInfo

SetBasicInfo sets the BasicInfo field's value.

func (*DescribeDBInstanceDetailOutput) SetChargeDetail

SetChargeDetail sets the ChargeDetail field's value.

func (*DescribeDBInstanceDetailOutput) SetEndpoints added in v1.0.56

SetEndpoints sets the Endpoints field's value.

func (*DescribeDBInstanceDetailOutput) SetNodes added in v1.0.56

SetNodes sets the Nodes field's value.

func (DescribeDBInstanceDetailOutput) String

String returns the string representation

type DescribeDBInstanceParametersInput

type DescribeDBInstanceParametersInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	ParameterName *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeDBInstanceParametersInput) GoString

GoString returns the string representation

func (*DescribeDBInstanceParametersInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeDBInstanceParametersInput) SetParameterName added in v1.0.56

SetParameterName sets the ParameterName field's value.

func (DescribeDBInstanceParametersInput) String

String returns the string representation

func (*DescribeDBInstanceParametersInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeDBInstanceParametersLogInput

type DescribeDBInstanceParametersLogInput struct {

	// EndTime is a required field
	EndTime *string `type:"string" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	// StartTime is a required field
	StartTime *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeDBInstanceParametersLogInput) GoString

GoString returns the string representation

func (*DescribeDBInstanceParametersLogInput) SetEndTime

SetEndTime sets the EndTime field's value.

func (*DescribeDBInstanceParametersLogInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeDBInstanceParametersLogInput) SetStartTime

SetStartTime sets the StartTime field's value.

func (DescribeDBInstanceParametersLogInput) String

String returns the string representation

func (*DescribeDBInstanceParametersLogInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeDBInstanceParametersLogOutput

type DescribeDBInstanceParametersLogOutput struct {
	Metadata *response.ResponseMetadata

	ParameterChangeLogs []*ParameterChangeLogForDescribeDBInstanceParametersLogOutput `type:"list"`

	Total *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (DescribeDBInstanceParametersLogOutput) GoString

GoString returns the string representation

func (*DescribeDBInstanceParametersLogOutput) SetParameterChangeLogs

SetParameterChangeLogs sets the ParameterChangeLogs field's value.

func (*DescribeDBInstanceParametersLogOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeDBInstanceParametersLogOutput) String

String returns the string representation

type DescribeDBInstanceParametersOutput

type DescribeDBInstanceParametersOutput struct {
	Metadata *response.ResponseMetadata

	DBEngine *string `type:"string"`

	DBEngineVersion *string `type:"string"`

	InstanceId *string `type:"string"`

	ParameterCount *int32 `type:"int32"`

	Parameters []*ParameterForDescribeDBInstanceParametersOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeDBInstanceParametersOutput) GoString

GoString returns the string representation

func (*DescribeDBInstanceParametersOutput) SetDBEngine

SetDBEngine sets the DBEngine field's value.

func (*DescribeDBInstanceParametersOutput) SetDBEngineVersion

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*DescribeDBInstanceParametersOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeDBInstanceParametersOutput) SetParameterCount

SetParameterCount sets the ParameterCount field's value.

func (*DescribeDBInstanceParametersOutput) SetParameters added in v1.0.56

SetParameters sets the Parameters field's value.

func (DescribeDBInstanceParametersOutput) String

String returns the string representation

type DescribeDBInstancePriceDetailInput

type DescribeDBInstancePriceDetailInput struct {

	// ChargeType is a required field
	ChargeType *string `type:"string" required:"true"`

	NodeInfo []*NodeInfoForDescribeDBInstancePriceDetailInput `type:"list"`

	Number *int32 `type:"int32"`

	Period *int32 `type:"int32"`

	PeriodUnit *string `type:"string"`

	// StorageSpace is a required field
	StorageSpace *int32 `type:"int32" required:"true"`

	// StorageType is a required field
	StorageType *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeDBInstancePriceDetailInput) GoString

GoString returns the string representation

func (*DescribeDBInstancePriceDetailInput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*DescribeDBInstancePriceDetailInput) SetNodeInfo

SetNodeInfo sets the NodeInfo field's value.

func (*DescribeDBInstancePriceDetailInput) SetNumber

SetNumber sets the Number field's value.

func (*DescribeDBInstancePriceDetailInput) SetPeriod

SetPeriod sets the Period field's value.

func (*DescribeDBInstancePriceDetailInput) SetPeriodUnit

SetPeriodUnit sets the PeriodUnit field's value.

func (*DescribeDBInstancePriceDetailInput) SetStorageSpace

SetStorageSpace sets the StorageSpace field's value.

func (*DescribeDBInstancePriceDetailInput) SetStorageType

SetStorageType sets the StorageType field's value.

func (DescribeDBInstancePriceDetailInput) String

String returns the string representation

func (*DescribeDBInstancePriceDetailInput) Validate added in v1.0.125

Validate inspects the fields of the type to determine if they are valid.

type DescribeDBInstancePriceDetailOutput

type DescribeDBInstancePriceDetailOutput struct {
	Metadata *response.ResponseMetadata

	BillingMethod *string `type:"string"`

	ChargeItemPrices []*ChargeItemPriceForDescribeDBInstancePriceDetailOutput `type:"list"`

	CouponAmount *float64 `type:"double"`

	Currency *string `type:"string"`

	DiscountPrice *float64 `type:"double"`

	OriginalPrice *float64 `type:"double"`

	PayablePrice *float64 `type:"double"`

	Quantity *int32 `type:"int32"`

	RefundAmount *float64 `type:"double"`
	// contains filtered or unexported fields
}

func (DescribeDBInstancePriceDetailOutput) GoString

GoString returns the string representation

func (*DescribeDBInstancePriceDetailOutput) SetBillingMethod added in v1.0.93

SetBillingMethod sets the BillingMethod field's value.

func (*DescribeDBInstancePriceDetailOutput) SetChargeItemPrices

SetChargeItemPrices sets the ChargeItemPrices field's value.

func (*DescribeDBInstancePriceDetailOutput) SetCouponAmount

SetCouponAmount sets the CouponAmount field's value.

func (*DescribeDBInstancePriceDetailOutput) SetCurrency

SetCurrency sets the Currency field's value.

func (*DescribeDBInstancePriceDetailOutput) SetDiscountPrice

SetDiscountPrice sets the DiscountPrice field's value.

func (*DescribeDBInstancePriceDetailOutput) SetOriginalPrice

SetOriginalPrice sets the OriginalPrice field's value.

func (*DescribeDBInstancePriceDetailOutput) SetPayablePrice

SetPayablePrice sets the PayablePrice field's value.

func (*DescribeDBInstancePriceDetailOutput) SetQuantity added in v1.0.93

SetQuantity sets the Quantity field's value.

func (*DescribeDBInstancePriceDetailOutput) SetRefundAmount

SetRefundAmount sets the RefundAmount field's value.

func (DescribeDBInstancePriceDetailOutput) String

String returns the string representation

type DescribeDBInstanceSSLInput

type DescribeDBInstanceSSLInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeDBInstanceSSLInput) GoString

func (s DescribeDBInstanceSSLInput) GoString() string

GoString returns the string representation

func (*DescribeDBInstanceSSLInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (DescribeDBInstanceSSLInput) String

String returns the string representation

func (*DescribeDBInstanceSSLInput) Validate

func (s *DescribeDBInstanceSSLInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeDBInstanceSSLOutput

type DescribeDBInstanceSSLOutput struct {
	Metadata *response.ResponseMetadata

	InstanceId *string `type:"string"`

	IsValid *bool `type:"boolean"`

	SSLEnable *bool `type:"boolean"`

	SSLExpireTime *string `type:"string"`

	TLSVersion *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeDBInstanceSSLOutput) GoString

func (s DescribeDBInstanceSSLOutput) GoString() string

GoString returns the string representation

func (*DescribeDBInstanceSSLOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeDBInstanceSSLOutput) SetIsValid

SetIsValid sets the IsValid field's value.

func (*DescribeDBInstanceSSLOutput) SetSSLEnable

SetSSLEnable sets the SSLEnable field's value.

func (*DescribeDBInstanceSSLOutput) SetSSLExpireTime

SetSSLExpireTime sets the SSLExpireTime field's value.

func (*DescribeDBInstanceSSLOutput) SetTLSVersion

SetTLSVersion sets the TLSVersion field's value.

func (DescribeDBInstanceSSLOutput) String

String returns the string representation

type DescribeDBInstanceSpecsInput

type DescribeDBInstanceSpecsInput struct {
	DBEngineVersion *string `type:"string"`

	InstanceType *string `type:"string"`

	SpecCode *string `type:"string"`

	ZoneId *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeDBInstanceSpecsInput) GoString

func (s DescribeDBInstanceSpecsInput) GoString() string

GoString returns the string representation

func (*DescribeDBInstanceSpecsInput) SetDBEngineVersion

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*DescribeDBInstanceSpecsInput) SetInstanceType

SetInstanceType sets the InstanceType field's value.

func (*DescribeDBInstanceSpecsInput) SetSpecCode

SetSpecCode sets the SpecCode field's value.

func (*DescribeDBInstanceSpecsInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (DescribeDBInstanceSpecsInput) String

String returns the string representation

type DescribeDBInstanceSpecsOutput

type DescribeDBInstanceSpecsOutput struct {
	Metadata *response.ResponseMetadata

	InstanceSpecsInfo []*InstanceSpecsInfoForDescribeDBInstanceSpecsOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeDBInstanceSpecsOutput) GoString

GoString returns the string representation

func (*DescribeDBInstanceSpecsOutput) SetInstanceSpecsInfo

SetInstanceSpecsInfo sets the InstanceSpecsInfo field's value.

func (DescribeDBInstanceSpecsOutput) String

String returns the string representation

type DescribeDBInstanceTDEInput added in v1.0.93

type DescribeDBInstanceTDEInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeDBInstanceTDEInput) GoString added in v1.0.93

func (s DescribeDBInstanceTDEInput) GoString() string

GoString returns the string representation

func (*DescribeDBInstanceTDEInput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (DescribeDBInstanceTDEInput) String added in v1.0.93

String returns the string representation

func (*DescribeDBInstanceTDEInput) Validate added in v1.0.93

func (s *DescribeDBInstanceTDEInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeDBInstanceTDEOutput added in v1.0.93

type DescribeDBInstanceTDEOutput struct {
	Metadata *response.ResponseMetadata

	TDEStatus *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeDBInstanceTDEOutput) GoString added in v1.0.93

func (s DescribeDBInstanceTDEOutput) GoString() string

GoString returns the string representation

func (*DescribeDBInstanceTDEOutput) SetTDEStatus added in v1.0.93

SetTDEStatus sets the TDEStatus field's value.

func (DescribeDBInstanceTDEOutput) String added in v1.0.93

String returns the string representation

type DescribeDBInstancesInput

type DescribeDBInstancesInput struct {
	ChargeType *string `type:"string"`

	CreateTimeEnd *string `type:"string"`

	CreateTimeStart *string `type:"string"`

	DBEngineVersion *string `type:"string"`

	InstanceId *string `type:"string"`

	InstanceName *string `type:"string"`

	InstanceStatus *string `type:"string"`

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	ProjectName *string `type:"string"`

	ZoneId *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeDBInstancesInput) GoString

func (s DescribeDBInstancesInput) GoString() string

GoString returns the string representation

func (*DescribeDBInstancesInput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*DescribeDBInstancesInput) SetCreateTimeEnd

SetCreateTimeEnd sets the CreateTimeEnd field's value.

func (*DescribeDBInstancesInput) SetCreateTimeStart

func (s *DescribeDBInstancesInput) SetCreateTimeStart(v string) *DescribeDBInstancesInput

SetCreateTimeStart sets the CreateTimeStart field's value.

func (*DescribeDBInstancesInput) SetDBEngineVersion

func (s *DescribeDBInstancesInput) SetDBEngineVersion(v string) *DescribeDBInstancesInput

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*DescribeDBInstancesInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeDBInstancesInput) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*DescribeDBInstancesInput) SetInstanceStatus

func (s *DescribeDBInstancesInput) SetInstanceStatus(v string) *DescribeDBInstancesInput

SetInstanceStatus sets the InstanceStatus field's value.

func (*DescribeDBInstancesInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeDBInstancesInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeDBInstancesInput) SetProjectName added in v1.0.56

SetProjectName sets the ProjectName field's value.

func (*DescribeDBInstancesInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (DescribeDBInstancesInput) String

func (s DescribeDBInstancesInput) String() string

String returns the string representation

type DescribeDBInstancesOutput

type DescribeDBInstancesOutput struct {
	Metadata *response.ResponseMetadata

	Instances []*InstanceForDescribeDBInstancesOutput `type:"list"`

	Total *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (DescribeDBInstancesOutput) GoString

func (s DescribeDBInstancesOutput) GoString() string

GoString returns the string representation

func (*DescribeDBInstancesOutput) SetInstances added in v1.0.56

SetInstances sets the Instances field's value.

func (*DescribeDBInstancesOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeDBInstancesOutput) String

func (s DescribeDBInstancesOutput) String() string

String returns the string representation

type DescribeDBProxyConfigInput added in v1.0.93

type DescribeDBProxyConfigInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeDBProxyConfigInput) GoString added in v1.0.93

func (s DescribeDBProxyConfigInput) GoString() string

GoString returns the string representation

func (*DescribeDBProxyConfigInput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (DescribeDBProxyConfigInput) String added in v1.0.93

String returns the string representation

func (*DescribeDBProxyConfigInput) Validate added in v1.0.125

func (s *DescribeDBProxyConfigInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeDBProxyConfigOutput added in v1.0.93

type DescribeDBProxyConfigOutput struct {
	Metadata *response.ResponseMetadata

	BinlogDump *bool `type:"boolean"`

	CheckModifyDBProxyAllowed *CheckModifyDBProxyAllowedForDescribeDBProxyConfigOutput `type:"structure"`

	ConnectionPoolType *string `type:"string"`

	DBProxyStatus *string `type:"string"`

	FeatureStates []*FeatureStateForDescribeDBProxyConfigOutput `type:"list"`

	GlobalReadOnly *bool `type:"boolean"`

	InstanceId *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeDBProxyConfigOutput) GoString added in v1.0.93

func (s DescribeDBProxyConfigOutput) GoString() string

GoString returns the string representation

func (*DescribeDBProxyConfigOutput) SetBinlogDump added in v1.0.93

SetBinlogDump sets the BinlogDump field's value.

func (*DescribeDBProxyConfigOutput) SetCheckModifyDBProxyAllowed added in v1.0.93

SetCheckModifyDBProxyAllowed sets the CheckModifyDBProxyAllowed field's value.

func (*DescribeDBProxyConfigOutput) SetConnectionPoolType added in v1.0.93

func (s *DescribeDBProxyConfigOutput) SetConnectionPoolType(v string) *DescribeDBProxyConfigOutput

SetConnectionPoolType sets the ConnectionPoolType field's value.

func (*DescribeDBProxyConfigOutput) SetDBProxyStatus added in v1.0.93

SetDBProxyStatus sets the DBProxyStatus field's value.

func (*DescribeDBProxyConfigOutput) SetFeatureStates added in v1.0.93

SetFeatureStates sets the FeatureStates field's value.

func (*DescribeDBProxyConfigOutput) SetGlobalReadOnly added in v1.0.93

SetGlobalReadOnly sets the GlobalReadOnly field's value.

func (*DescribeDBProxyConfigOutput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (DescribeDBProxyConfigOutput) String added in v1.0.93

String returns the string representation

type DescribeDatabasesInput

type DescribeDatabasesInput struct {
	DBName *string `type:"string"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (DescribeDatabasesInput) GoString

func (s DescribeDatabasesInput) GoString() string

GoString returns the string representation

func (*DescribeDatabasesInput) SetDBName

SetDBName sets the DBName field's value.

func (*DescribeDatabasesInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeDatabasesInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeDatabasesInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (DescribeDatabasesInput) String

func (s DescribeDatabasesInput) String() string

String returns the string representation

func (*DescribeDatabasesInput) Validate

func (s *DescribeDatabasesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeDatabasesOutput

type DescribeDatabasesOutput struct {
	Metadata *response.ResponseMetadata

	Databases []*DatabaseForDescribeDatabasesOutput `type:"list"`

	Total *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (DescribeDatabasesOutput) GoString

func (s DescribeDatabasesOutput) GoString() string

GoString returns the string representation

func (*DescribeDatabasesOutput) SetDatabases added in v1.0.56

SetDatabases sets the Databases field's value.

func (*DescribeDatabasesOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeDatabasesOutput) String

func (s DescribeDatabasesOutput) String() string

String returns the string representation

type DescribeFailoverLogsInput added in v1.0.93

type DescribeFailoverLogsInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	Limit *int32 `type:"int32"`

	Offset *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (DescribeFailoverLogsInput) GoString added in v1.0.93

func (s DescribeFailoverLogsInput) GoString() string

GoString returns the string representation

func (*DescribeFailoverLogsInput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (*DescribeFailoverLogsInput) SetLimit added in v1.0.93

SetLimit sets the Limit field's value.

func (*DescribeFailoverLogsInput) SetOffset added in v1.0.93

SetOffset sets the Offset field's value.

func (DescribeFailoverLogsInput) String added in v1.0.93

func (s DescribeFailoverLogsInput) String() string

String returns the string representation

func (*DescribeFailoverLogsInput) Validate added in v1.0.93

func (s *DescribeFailoverLogsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeFailoverLogsOutput added in v1.0.93

type DescribeFailoverLogsOutput struct {
	Metadata *response.ResponseMetadata

	FailoverQueryInfos []*FailoverQueryInfoForDescribeFailoverLogsOutput `type:"list"`

	Total *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (DescribeFailoverLogsOutput) GoString added in v1.0.93

func (s DescribeFailoverLogsOutput) GoString() string

GoString returns the string representation

func (*DescribeFailoverLogsOutput) SetFailoverQueryInfos added in v1.0.125

SetFailoverQueryInfos sets the FailoverQueryInfos field's value.

func (*DescribeFailoverLogsOutput) SetTotal added in v1.0.93

SetTotal sets the Total field's value.

func (DescribeFailoverLogsOutput) String added in v1.0.93

String returns the string representation

type DescribeParameterTemplateInput added in v1.0.93

type DescribeParameterTemplateInput struct {

	// TemplateId is a required field
	TemplateId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeParameterTemplateInput) GoString added in v1.0.93

GoString returns the string representation

func (*DescribeParameterTemplateInput) SetTemplateId added in v1.0.93

SetTemplateId sets the TemplateId field's value.

func (DescribeParameterTemplateInput) String added in v1.0.93

String returns the string representation

func (*DescribeParameterTemplateInput) Validate added in v1.0.93

func (s *DescribeParameterTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeParameterTemplateOutput added in v1.0.93

type DescribeParameterTemplateOutput struct {
	Metadata *response.ResponseMetadata

	TemplateInfo *TemplateInfoForDescribeParameterTemplateOutput `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeParameterTemplateOutput) GoString added in v1.0.93

GoString returns the string representation

func (*DescribeParameterTemplateOutput) SetTemplateInfo added in v1.0.93

SetTemplateInfo sets the TemplateInfo field's value.

func (DescribeParameterTemplateOutput) String added in v1.0.93

String returns the string representation

type DescribePlannedEventsInput added in v1.0.125

type DescribePlannedEventsInput struct {
	BeginTime *string `type:"string"`

	EndTime *string `type:"string"`

	EventId *string `type:"string"`

	EventType []*string `type:"list"`

	InstanceId *string `type:"string"`

	Status []*string `type:"list"`
	// contains filtered or unexported fields
}

func (DescribePlannedEventsInput) GoString added in v1.0.125

func (s DescribePlannedEventsInput) GoString() string

GoString returns the string representation

func (*DescribePlannedEventsInput) SetBeginTime added in v1.0.125

SetBeginTime sets the BeginTime field's value.

func (*DescribePlannedEventsInput) SetEndTime added in v1.0.125

SetEndTime sets the EndTime field's value.

func (*DescribePlannedEventsInput) SetEventId added in v1.0.125

SetEventId sets the EventId field's value.

func (*DescribePlannedEventsInput) SetEventType added in v1.0.125

SetEventType sets the EventType field's value.

func (*DescribePlannedEventsInput) SetInstanceId added in v1.0.125

SetInstanceId sets the InstanceId field's value.

func (*DescribePlannedEventsInput) SetStatus added in v1.0.125

SetStatus sets the Status field's value.

func (DescribePlannedEventsInput) String added in v1.0.125

String returns the string representation

type DescribePlannedEventsOutput added in v1.0.125

type DescribePlannedEventsOutput struct {
	Metadata *response.ResponseMetadata

	PlannedEvents []*PlannedEventForDescribePlannedEventsOutput `type:"list"`

	Total *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (DescribePlannedEventsOutput) GoString added in v1.0.125

func (s DescribePlannedEventsOutput) GoString() string

GoString returns the string representation

func (*DescribePlannedEventsOutput) SetPlannedEvents added in v1.0.125

SetPlannedEvents sets the PlannedEvents field's value.

func (*DescribePlannedEventsOutput) SetTotal added in v1.0.125

SetTotal sets the Total field's value.

func (DescribePlannedEventsOutput) String added in v1.0.125

String returns the string representation

type DescribeReadOnlyNodeDelayInput added in v1.0.125

type DescribeReadOnlyNodeDelayInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	// NodeId is a required field
	NodeId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeReadOnlyNodeDelayInput) GoString added in v1.0.125

GoString returns the string representation

func (*DescribeReadOnlyNodeDelayInput) SetInstanceId added in v1.0.125

SetInstanceId sets the InstanceId field's value.

func (*DescribeReadOnlyNodeDelayInput) SetNodeId added in v1.0.125

SetNodeId sets the NodeId field's value.

func (DescribeReadOnlyNodeDelayInput) String added in v1.0.125

String returns the string representation

func (*DescribeReadOnlyNodeDelayInput) Validate added in v1.0.125

func (s *DescribeReadOnlyNodeDelayInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeReadOnlyNodeDelayOutput added in v1.0.125

type DescribeReadOnlyNodeDelayOutput struct {
	Metadata *response.ResponseMetadata

	DelayReplicationTime *int32 `type:"int32"`

	NodeId *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeReadOnlyNodeDelayOutput) GoString added in v1.0.125

GoString returns the string representation

func (*DescribeReadOnlyNodeDelayOutput) SetDelayReplicationTime added in v1.0.125

SetDelayReplicationTime sets the DelayReplicationTime field's value.

func (*DescribeReadOnlyNodeDelayOutput) SetNodeId added in v1.0.125

SetNodeId sets the NodeId field's value.

func (DescribeReadOnlyNodeDelayOutput) String added in v1.0.125

String returns the string representation

type DescribeRecoverableTimeInput

type DescribeRecoverableTimeInput struct {
	BackupRegion *string `type:"string"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	RestoreType *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeRecoverableTimeInput) GoString

func (s DescribeRecoverableTimeInput) GoString() string

GoString returns the string representation

func (*DescribeRecoverableTimeInput) SetBackupRegion added in v1.0.93

SetBackupRegion sets the BackupRegion field's value.

func (*DescribeRecoverableTimeInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeRecoverableTimeInput) SetRestoreType added in v1.0.56

SetRestoreType sets the RestoreType field's value.

func (DescribeRecoverableTimeInput) String

String returns the string representation

func (*DescribeRecoverableTimeInput) Validate

func (s *DescribeRecoverableTimeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeRecoverableTimeOutput

type DescribeRecoverableTimeOutput struct {
	Metadata *response.ResponseMetadata

	RecoverableTimeInfo []*RecoverableTimeInfoForDescribeRecoverableTimeOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeRecoverableTimeOutput) GoString

GoString returns the string representation

func (*DescribeRecoverableTimeOutput) SetRecoverableTimeInfo

SetRecoverableTimeInfo sets the RecoverableTimeInfo field's value.

func (DescribeRecoverableTimeOutput) String

String returns the string representation

type DescribeRegionsInput

type DescribeRegionsInput struct {
	// contains filtered or unexported fields
}

func (DescribeRegionsInput) GoString

func (s DescribeRegionsInput) GoString() string

GoString returns the string representation

func (DescribeRegionsInput) String

func (s DescribeRegionsInput) String() string

String returns the string representation

type DescribeRegionsOutput

type DescribeRegionsOutput struct {
	Metadata *response.ResponseMetadata

	Regions []*RegionForDescribeRegionsOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeRegionsOutput) GoString

func (s DescribeRegionsOutput) GoString() string

GoString returns the string representation

func (*DescribeRegionsOutput) SetRegions

SetRegions sets the Regions field's value.

func (DescribeRegionsOutput) String

func (s DescribeRegionsOutput) String() string

String returns the string representation

type DescribeTagsByResourceInput added in v1.0.93

type DescribeTagsByResourceInput struct {
	InstanceIds []*string `type:"list"`

	// PageNumber is a required field
	PageNumber *int32 `type:"int32" required:"true"`

	// PageSize is a required field
	PageSize *int32 `type:"int32" required:"true"`

	TagFilters []*TagFilterForDescribeTagsByResourceInput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeTagsByResourceInput) GoString added in v1.0.93

func (s DescribeTagsByResourceInput) GoString() string

GoString returns the string representation

func (*DescribeTagsByResourceInput) SetInstanceIds added in v1.0.93

SetInstanceIds sets the InstanceIds field's value.

func (*DescribeTagsByResourceInput) SetPageNumber added in v1.0.93

SetPageNumber sets the PageNumber field's value.

func (*DescribeTagsByResourceInput) SetPageSize added in v1.0.93

SetPageSize sets the PageSize field's value.

func (*DescribeTagsByResourceInput) SetTagFilters added in v1.0.93

SetTagFilters sets the TagFilters field's value.

func (DescribeTagsByResourceInput) String added in v1.0.93

String returns the string representation

func (*DescribeTagsByResourceInput) Validate added in v1.0.125

func (s *DescribeTagsByResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeTagsByResourceOutput added in v1.0.93

type DescribeTagsByResourceOutput struct {
	Metadata *response.ResponseMetadata

	TagResources []*TagResourceForDescribeTagsByResourceOutput `type:"list"`

	Total *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (DescribeTagsByResourceOutput) GoString added in v1.0.93

func (s DescribeTagsByResourceOutput) GoString() string

GoString returns the string representation

func (*DescribeTagsByResourceOutput) SetTagResources added in v1.0.93

SetTagResources sets the TagResources field's value.

func (*DescribeTagsByResourceOutput) SetTotal added in v1.0.93

SetTotal sets the Total field's value.

func (DescribeTagsByResourceOutput) String added in v1.0.93

String returns the string representation

type DescribeTasksInput added in v1.0.125

type DescribeTasksInput struct {
	CreationEndTime *string `type:"string"`

	CreationStartTime *string `type:"string"`

	InstanceId *string `type:"string"`

	// PageNumber is a required field
	PageNumber *int32 `type:"int32" required:"true"`

	// PageSize is a required field
	PageSize *int32 `type:"int32" required:"true"`

	ProjectName *string `type:"string"`

	TaskAction *string `type:"string"`

	TaskCategory []*string `type:"list"`

	TaskId *string `type:"string"`

	TaskSource *string `type:"string"`

	TaskStatus []*string `type:"list"`

	TaskType *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeTasksInput) GoString added in v1.0.125

func (s DescribeTasksInput) GoString() string

GoString returns the string representation

func (*DescribeTasksInput) SetCreationEndTime added in v1.0.125

func (s *DescribeTasksInput) SetCreationEndTime(v string) *DescribeTasksInput

SetCreationEndTime sets the CreationEndTime field's value.

func (*DescribeTasksInput) SetCreationStartTime added in v1.0.125

func (s *DescribeTasksInput) SetCreationStartTime(v string) *DescribeTasksInput

SetCreationStartTime sets the CreationStartTime field's value.

func (*DescribeTasksInput) SetInstanceId added in v1.0.125

func (s *DescribeTasksInput) SetInstanceId(v string) *DescribeTasksInput

SetInstanceId sets the InstanceId field's value.

func (*DescribeTasksInput) SetPageNumber added in v1.0.125

func (s *DescribeTasksInput) SetPageNumber(v int32) *DescribeTasksInput

SetPageNumber sets the PageNumber field's value.

func (*DescribeTasksInput) SetPageSize added in v1.0.125

func (s *DescribeTasksInput) SetPageSize(v int32) *DescribeTasksInput

SetPageSize sets the PageSize field's value.

func (*DescribeTasksInput) SetProjectName added in v1.0.125

func (s *DescribeTasksInput) SetProjectName(v string) *DescribeTasksInput

SetProjectName sets the ProjectName field's value.

func (*DescribeTasksInput) SetTaskAction added in v1.0.125

func (s *DescribeTasksInput) SetTaskAction(v string) *DescribeTasksInput

SetTaskAction sets the TaskAction field's value.

func (*DescribeTasksInput) SetTaskCategory added in v1.0.125

func (s *DescribeTasksInput) SetTaskCategory(v []*string) *DescribeTasksInput

SetTaskCategory sets the TaskCategory field's value.

func (*DescribeTasksInput) SetTaskId added in v1.0.125

func (s *DescribeTasksInput) SetTaskId(v string) *DescribeTasksInput

SetTaskId sets the TaskId field's value.

func (*DescribeTasksInput) SetTaskSource added in v1.0.125

func (s *DescribeTasksInput) SetTaskSource(v string) *DescribeTasksInput

SetTaskSource sets the TaskSource field's value.

func (*DescribeTasksInput) SetTaskStatus added in v1.0.125

func (s *DescribeTasksInput) SetTaskStatus(v []*string) *DescribeTasksInput

SetTaskStatus sets the TaskStatus field's value.

func (*DescribeTasksInput) SetTaskType added in v1.0.125

func (s *DescribeTasksInput) SetTaskType(v string) *DescribeTasksInput

SetTaskType sets the TaskType field's value.

func (DescribeTasksInput) String added in v1.0.125

func (s DescribeTasksInput) String() string

String returns the string representation

func (*DescribeTasksInput) Validate added in v1.0.125

func (s *DescribeTasksInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeTasksOutput added in v1.0.125

type DescribeTasksOutput struct {
	Metadata *response.ResponseMetadata

	Datas []*DataForDescribeTasksOutput `type:"list"`

	Total *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (DescribeTasksOutput) GoString added in v1.0.125

func (s DescribeTasksOutput) GoString() string

GoString returns the string representation

func (*DescribeTasksOutput) SetDatas added in v1.0.125

SetDatas sets the Datas field's value.

func (*DescribeTasksOutput) SetTotal added in v1.0.125

SetTotal sets the Total field's value.

func (DescribeTasksOutput) String added in v1.0.125

func (s DescribeTasksOutput) String() string

String returns the string representation

type DisassociateAllowListInput added in v1.0.56

type DisassociateAllowListInput struct {
	AllowListIds []*string `type:"list"`

	InstanceIds []*string `type:"list"`
	// contains filtered or unexported fields
}

func (DisassociateAllowListInput) GoString added in v1.0.56

func (s DisassociateAllowListInput) GoString() string

GoString returns the string representation

func (*DisassociateAllowListInput) SetAllowListIds added in v1.0.56

SetAllowListIds sets the AllowListIds field's value.

func (*DisassociateAllowListInput) SetInstanceIds added in v1.0.56

SetInstanceIds sets the InstanceIds field's value.

func (DisassociateAllowListInput) String added in v1.0.56

String returns the string representation

type DisassociateAllowListOutput added in v1.0.56

type DisassociateAllowListOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DisassociateAllowListOutput) GoString added in v1.0.56

func (s DisassociateAllowListOutput) GoString() string

GoString returns the string representation

func (DisassociateAllowListOutput) String added in v1.0.56

String returns the string representation

type DownloadBackupInput

type DownloadBackupInput struct {

	// BackupId is a required field
	BackupId *string `type:"string" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DownloadBackupInput) GoString

func (s DownloadBackupInput) GoString() string

GoString returns the string representation

func (*DownloadBackupInput) SetBackupId

func (s *DownloadBackupInput) SetBackupId(v string) *DownloadBackupInput

SetBackupId sets the BackupId field's value.

func (*DownloadBackupInput) SetInstanceId

func (s *DownloadBackupInput) SetInstanceId(v string) *DownloadBackupInput

SetInstanceId sets the InstanceId field's value.

func (DownloadBackupInput) String

func (s DownloadBackupInput) String() string

String returns the string representation

func (*DownloadBackupInput) Validate

func (s *DownloadBackupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DownloadBackupOutput

type DownloadBackupOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DownloadBackupOutput) GoString

func (s DownloadBackupOutput) GoString() string

GoString returns the string representation

func (DownloadBackupOutput) String

func (s DownloadBackupOutput) String() string

String returns the string representation

type DownloadSSLCertificateInput

type DownloadSSLCertificateInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DownloadSSLCertificateInput) GoString

func (s DownloadSSLCertificateInput) GoString() string

GoString returns the string representation

func (*DownloadSSLCertificateInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (DownloadSSLCertificateInput) String

String returns the string representation

func (*DownloadSSLCertificateInput) Validate

func (s *DownloadSSLCertificateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DownloadSSLCertificateOutput

type DownloadSSLCertificateOutput struct {
	Metadata *response.ResponseMetadata

	Certificate []*int32 `type:"list"`
	// contains filtered or unexported fields
}

func (DownloadSSLCertificateOutput) GoString

func (s DownloadSSLCertificateOutput) GoString() string

GoString returns the string representation

func (*DownloadSSLCertificateOutput) SetCertificate

SetCertificate sets the Certificate field's value.

func (DownloadSSLCertificateOutput) String

String returns the string representation

type EndpointForDescribeDBInstanceDetailOutput added in v1.0.56

type EndpointForDescribeDBInstanceDetailOutput struct {
	Addresses []*AddressForDescribeDBInstanceDetailOutput `type:"list"`

	AutoAddNewNodes *string `type:"string"`

	Description *string `type:"string"`

	EnableReadOnly *string `type:"string"`

	EnableReadWriteSplitting *string `type:"string"`

	EndpointId *string `type:"string"`

	EndpointName *string `type:"string"`

	EndpointType *string `type:"string"`

	ReadOnlyNodeWeight []*ReadOnlyNodeWeightForDescribeDBInstanceDetailOutput `type:"list"`

	ReadWriteMode *string `type:"string"`
	// contains filtered or unexported fields
}

func (EndpointForDescribeDBInstanceDetailOutput) GoString added in v1.0.56

GoString returns the string representation

func (*EndpointForDescribeDBInstanceDetailOutput) SetAddresses added in v1.0.56

SetAddresses sets the Addresses field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetAutoAddNewNodes added in v1.0.56

SetAutoAddNewNodes sets the AutoAddNewNodes field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetDescription added in v1.0.56

SetDescription sets the Description field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetEnableReadOnly added in v1.0.56

SetEnableReadOnly sets the EnableReadOnly field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetEnableReadWriteSplitting added in v1.0.56

SetEnableReadWriteSplitting sets the EnableReadWriteSplitting field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetEndpointId added in v1.0.56

SetEndpointId sets the EndpointId field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetEndpointName added in v1.0.56

SetEndpointName sets the EndpointName field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetEndpointType added in v1.0.56

SetEndpointType sets the EndpointType field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetReadOnlyNodeWeight added in v1.0.56

SetReadOnlyNodeWeight sets the ReadOnlyNodeWeight field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetReadWriteMode added in v1.0.56

SetReadWriteMode sets the ReadWriteMode field's value.

func (EndpointForDescribeDBInstanceDetailOutput) String added in v1.0.56

String returns the string representation

type FailoverQueryInfoForDescribeFailoverLogsOutput added in v1.0.125

type FailoverQueryInfoForDescribeFailoverLogsOutput struct {
	ChangeTime *string `type:"string"`

	Details *string `type:"string"`

	HAChangeType *string `type:"string"`

	NewMaster *string `type:"string"`

	OldMaster *string `type:"string"`

	Reason *string `type:"string"`
	// contains filtered or unexported fields
}

func (FailoverQueryInfoForDescribeFailoverLogsOutput) GoString added in v1.0.125

GoString returns the string representation

func (*FailoverQueryInfoForDescribeFailoverLogsOutput) SetChangeTime added in v1.0.125

SetChangeTime sets the ChangeTime field's value.

func (*FailoverQueryInfoForDescribeFailoverLogsOutput) SetDetails added in v1.0.125

SetDetails sets the Details field's value.

func (*FailoverQueryInfoForDescribeFailoverLogsOutput) SetHAChangeType added in v1.0.125

SetHAChangeType sets the HAChangeType field's value.

func (*FailoverQueryInfoForDescribeFailoverLogsOutput) SetNewMaster added in v1.0.125

SetNewMaster sets the NewMaster field's value.

func (*FailoverQueryInfoForDescribeFailoverLogsOutput) SetOldMaster added in v1.0.125

SetOldMaster sets the OldMaster field's value.

func (*FailoverQueryInfoForDescribeFailoverLogsOutput) SetReason added in v1.0.125

SetReason sets the Reason field's value.

func (FailoverQueryInfoForDescribeFailoverLogsOutput) String added in v1.0.125

String returns the string representation

type FeatureStateForDescribeDBProxyConfigOutput added in v1.0.93

type FeatureStateForDescribeDBProxyConfigOutput struct {
	Enable *bool `type:"boolean"`

	FeatureName *string `type:"string"`

	Support *bool `type:"boolean"`
	// contains filtered or unexported fields
}

func (FeatureStateForDescribeDBProxyConfigOutput) GoString added in v1.0.93

GoString returns the string representation

func (*FeatureStateForDescribeDBProxyConfigOutput) SetEnable added in v1.0.93

SetEnable sets the Enable field's value.

func (*FeatureStateForDescribeDBProxyConfigOutput) SetFeatureName added in v1.0.93

SetFeatureName sets the FeatureName field's value.

func (*FeatureStateForDescribeDBProxyConfigOutput) SetSupport added in v1.0.93

SetSupport sets the Support field's value.

func (FeatureStateForDescribeDBProxyConfigOutput) String added in v1.0.93

String returns the string representation

type GetBackupDownloadLinkInput

type GetBackupDownloadLinkInput struct {

	// BackupId is a required field
	BackupId *string `type:"string" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetBackupDownloadLinkInput) GoString

func (s GetBackupDownloadLinkInput) GoString() string

GoString returns the string representation

func (*GetBackupDownloadLinkInput) SetBackupId

SetBackupId sets the BackupId field's value.

func (*GetBackupDownloadLinkInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (GetBackupDownloadLinkInput) String

String returns the string representation

func (*GetBackupDownloadLinkInput) Validate

func (s *GetBackupDownloadLinkInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetBackupDownloadLinkOutput

type GetBackupDownloadLinkOutput struct {
	Metadata *response.ResponseMetadata

	BackupDownloadLink *string `type:"string"`

	BackupFileName *string `type:"string"`

	BackupFileSize *int32 `type:"int32"`

	BackupId *string `type:"string"`

	BackupType *string `type:"string"`

	DownloadProgress *int32 `type:"int32"`

	InstanceId *string `type:"string"`

	LinkExpiredTime *string `type:"string"`
	// contains filtered or unexported fields
}

func (GetBackupDownloadLinkOutput) GoString

func (s GetBackupDownloadLinkOutput) GoString() string

GoString returns the string representation

func (s *GetBackupDownloadLinkOutput) SetBackupDownloadLink(v string) *GetBackupDownloadLinkOutput

SetBackupDownloadLink sets the BackupDownloadLink field's value.

func (*GetBackupDownloadLinkOutput) SetBackupFileName

SetBackupFileName sets the BackupFileName field's value.

func (*GetBackupDownloadLinkOutput) SetBackupFileSize

SetBackupFileSize sets the BackupFileSize field's value.

func (*GetBackupDownloadLinkOutput) SetBackupId

SetBackupId sets the BackupId field's value.

func (*GetBackupDownloadLinkOutput) SetBackupType

SetBackupType sets the BackupType field's value.

func (*GetBackupDownloadLinkOutput) SetDownloadProgress

SetDownloadProgress sets the DownloadProgress field's value.

func (*GetBackupDownloadLinkOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*GetBackupDownloadLinkOutput) SetLinkExpiredTime

SetLinkExpiredTime sets the LinkExpiredTime field's value.

func (GetBackupDownloadLinkOutput) String

String returns the string representation

type GrantDBAccountPrivilegeInput added in v1.0.56

type GrantDBAccountPrivilegeInput struct {

	// AccountName is a required field
	AccountName *string `type:"string" required:"true"`

	AccountPrivileges []*AccountPrivilegeForGrantDBAccountPrivilegeInput `type:"list"`

	Host *string `type:"string"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GrantDBAccountPrivilegeInput) GoString added in v1.0.56

func (s GrantDBAccountPrivilegeInput) GoString() string

GoString returns the string representation

func (*GrantDBAccountPrivilegeInput) SetAccountName added in v1.0.56

SetAccountName sets the AccountName field's value.

func (*GrantDBAccountPrivilegeInput) SetAccountPrivileges added in v1.0.56

SetAccountPrivileges sets the AccountPrivileges field's value.

func (*GrantDBAccountPrivilegeInput) SetHost added in v1.0.125

SetHost sets the Host field's value.

func (*GrantDBAccountPrivilegeInput) SetInstanceId added in v1.0.56

SetInstanceId sets the InstanceId field's value.

func (GrantDBAccountPrivilegeInput) String added in v1.0.56

String returns the string representation

func (*GrantDBAccountPrivilegeInput) Validate added in v1.0.56

func (s *GrantDBAccountPrivilegeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GrantDBAccountPrivilegeOutput added in v1.0.56

type GrantDBAccountPrivilegeOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (GrantDBAccountPrivilegeOutput) GoString added in v1.0.56

GoString returns the string representation

func (GrantDBAccountPrivilegeOutput) String added in v1.0.56

String returns the string representation

type GrantDatabasePrivilegeInput added in v1.0.56

type GrantDatabasePrivilegeInput struct {

	// DBName is a required field
	DBName *string `type:"string" required:"true"`

	DatabasePrivileges []*DatabasePrivilegeForGrantDatabasePrivilegeInput `type:"list"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GrantDatabasePrivilegeInput) GoString added in v1.0.56

func (s GrantDatabasePrivilegeInput) GoString() string

GoString returns the string representation

func (*GrantDatabasePrivilegeInput) SetDBName added in v1.0.56

SetDBName sets the DBName field's value.

func (*GrantDatabasePrivilegeInput) SetDatabasePrivileges added in v1.0.56

SetDatabasePrivileges sets the DatabasePrivileges field's value.

func (*GrantDatabasePrivilegeInput) SetInstanceId added in v1.0.56

SetInstanceId sets the InstanceId field's value.

func (GrantDatabasePrivilegeInput) String added in v1.0.56

String returns the string representation

func (*GrantDatabasePrivilegeInput) Validate added in v1.0.56

func (s *GrantDatabasePrivilegeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GrantDatabasePrivilegeOutput added in v1.0.56

type GrantDatabasePrivilegeOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (GrantDatabasePrivilegeOutput) GoString added in v1.0.56

func (s GrantDatabasePrivilegeOutput) GoString() string

GoString returns the string representation

func (GrantDatabasePrivilegeOutput) String added in v1.0.56

String returns the string representation

type InstanceForDescribeDBInstancesOutput added in v1.0.56

type InstanceForDescribeDBInstancesOutput struct {
	AddressObject []*AddressObjectForDescribeDBInstancesOutput `type:"list"`

	AllowListVersion *string `type:"string"`

	ChargeDetail *ChargeDetailForDescribeDBInstancesOutput `type:"structure"`

	CreateTime *string `type:"string"`

	DBEngineVersion *string `type:"string"`

	InstanceId *string `type:"string"`

	InstanceName *string `type:"string"`

	InstanceStatus *string `type:"string"`

	InstanceType *string `type:"string"`

	LowerCaseTableNames *string `type:"string"`

	MaintenanceWindow *MaintenanceWindowForDescribeDBInstancesOutput `type:"structure"`

	NodeNumber *int32 `type:"int32"`

	NodeSpec *string `type:"string"`

	ProjectName *string `type:"string"`

	RegionId *string `type:"string"`

	StorageSpace *int32 `type:"int32"`

	StorageType *string `type:"string"`

	SubnetId *string `type:"string"`

	TimeZone *string `type:"string"`

	VpcId *string `type:"string"`

	ZoneId *string `type:"string"`
	// contains filtered or unexported fields
}

func (InstanceForDescribeDBInstancesOutput) GoString added in v1.0.56

GoString returns the string representation

func (*InstanceForDescribeDBInstancesOutput) SetAddressObject added in v1.0.56

SetAddressObject sets the AddressObject field's value.

func (*InstanceForDescribeDBInstancesOutput) SetAllowListVersion added in v1.0.56

SetAllowListVersion sets the AllowListVersion field's value.

func (*InstanceForDescribeDBInstancesOutput) SetChargeDetail added in v1.0.56

SetChargeDetail sets the ChargeDetail field's value.

func (*InstanceForDescribeDBInstancesOutput) SetCreateTime added in v1.0.56

SetCreateTime sets the CreateTime field's value.

func (*InstanceForDescribeDBInstancesOutput) SetDBEngineVersion added in v1.0.56

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*InstanceForDescribeDBInstancesOutput) SetInstanceId added in v1.0.56

SetInstanceId sets the InstanceId field's value.

func (*InstanceForDescribeDBInstancesOutput) SetInstanceName added in v1.0.56

SetInstanceName sets the InstanceName field's value.

func (*InstanceForDescribeDBInstancesOutput) SetInstanceStatus added in v1.0.56

SetInstanceStatus sets the InstanceStatus field's value.

func (*InstanceForDescribeDBInstancesOutput) SetInstanceType added in v1.0.93

SetInstanceType sets the InstanceType field's value.

func (*InstanceForDescribeDBInstancesOutput) SetLowerCaseTableNames added in v1.0.56

SetLowerCaseTableNames sets the LowerCaseTableNames field's value.

func (*InstanceForDescribeDBInstancesOutput) SetMaintenanceWindow added in v1.0.56

SetMaintenanceWindow sets the MaintenanceWindow field's value.

func (*InstanceForDescribeDBInstancesOutput) SetNodeNumber added in v1.0.56

SetNodeNumber sets the NodeNumber field's value.

func (*InstanceForDescribeDBInstancesOutput) SetNodeSpec added in v1.0.56

SetNodeSpec sets the NodeSpec field's value.

func (*InstanceForDescribeDBInstancesOutput) SetProjectName added in v1.0.56

SetProjectName sets the ProjectName field's value.

func (*InstanceForDescribeDBInstancesOutput) SetRegionId added in v1.0.56

SetRegionId sets the RegionId field's value.

func (*InstanceForDescribeDBInstancesOutput) SetStorageSpace added in v1.0.56

SetStorageSpace sets the StorageSpace field's value.

func (*InstanceForDescribeDBInstancesOutput) SetStorageType added in v1.0.56

SetStorageType sets the StorageType field's value.

func (*InstanceForDescribeDBInstancesOutput) SetSubnetId added in v1.0.56

SetSubnetId sets the SubnetId field's value.

func (*InstanceForDescribeDBInstancesOutput) SetTimeZone added in v1.0.56

SetTimeZone sets the TimeZone field's value.

func (*InstanceForDescribeDBInstancesOutput) SetVpcId added in v1.0.56

SetVpcId sets the VpcId field's value.

func (*InstanceForDescribeDBInstancesOutput) SetZoneId added in v1.0.56

SetZoneId sets the ZoneId field's value.

func (InstanceForDescribeDBInstancesOutput) String added in v1.0.56

String returns the string representation

type InstanceSpecsInfoForDescribeDBInstanceSpecsOutput

type InstanceSpecsInfoForDescribeDBInstanceSpecsOutput struct {
	Connection *int32 `type:"int32"`

	DBEngineVersion *string `type:"string"`

	IOPS *int32 `type:"int32"`

	InstanceType *string `type:"string"`

	Memory *int32 `type:"int32"`

	QPS *int32 `type:"int32"`

	RegionId *string `type:"string"`

	SpecCode *string `type:"string"`

	SpecFamily *string `type:"string"`

	SpecStatus *string `type:"string"`

	StorageMax *int32 `type:"int32"`

	StorageMin *int32 `type:"int32"`

	StorageStep *int32 `type:"int32"`

	VCPU *int32 `type:"int32"`

	ZoneId *string `type:"string"`
	// contains filtered or unexported fields
}

func (InstanceSpecsInfoForDescribeDBInstanceSpecsOutput) GoString

GoString returns the string representation

func (*InstanceSpecsInfoForDescribeDBInstanceSpecsOutput) SetConnection

SetConnection sets the Connection field's value.

func (*InstanceSpecsInfoForDescribeDBInstanceSpecsOutput) SetDBEngineVersion

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*InstanceSpecsInfoForDescribeDBInstanceSpecsOutput) SetIOPS

SetIOPS sets the IOPS field's value.

func (*InstanceSpecsInfoForDescribeDBInstanceSpecsOutput) SetInstanceType

SetInstanceType sets the InstanceType field's value.

func (*InstanceSpecsInfoForDescribeDBInstanceSpecsOutput) SetMemory

SetMemory sets the Memory field's value.

func (*InstanceSpecsInfoForDescribeDBInstanceSpecsOutput) SetQPS

SetQPS sets the QPS field's value.

func (*InstanceSpecsInfoForDescribeDBInstanceSpecsOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*InstanceSpecsInfoForDescribeDBInstanceSpecsOutput) SetSpecCode

SetSpecCode sets the SpecCode field's value.

func (*InstanceSpecsInfoForDescribeDBInstanceSpecsOutput) SetSpecFamily added in v1.0.93

SetSpecFamily sets the SpecFamily field's value.

func (*InstanceSpecsInfoForDescribeDBInstanceSpecsOutput) SetSpecStatus

SetSpecStatus sets the SpecStatus field's value.

func (*InstanceSpecsInfoForDescribeDBInstanceSpecsOutput) SetStorageMax

SetStorageMax sets the StorageMax field's value.

func (*InstanceSpecsInfoForDescribeDBInstanceSpecsOutput) SetStorageMin

SetStorageMin sets the StorageMin field's value.

func (*InstanceSpecsInfoForDescribeDBInstanceSpecsOutput) SetStorageStep

SetStorageStep sets the StorageStep field's value.

func (*InstanceSpecsInfoForDescribeDBInstanceSpecsOutput) SetVCPU

SetVCPU sets the VCPU field's value.

func (*InstanceSpecsInfoForDescribeDBInstanceSpecsOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (InstanceSpecsInfoForDescribeDBInstanceSpecsOutput) String

String returns the string representation

type InstanceTagForCreateDBInstanceInput added in v1.0.56

type InstanceTagForCreateDBInstanceInput struct {
	Key *string `type:"string"`

	Value *string `type:"string"`
	// contains filtered or unexported fields
}

func (InstanceTagForCreateDBInstanceInput) GoString added in v1.0.56

GoString returns the string representation

func (*InstanceTagForCreateDBInstanceInput) SetKey added in v1.0.56

SetKey sets the Key field's value.

func (*InstanceTagForCreateDBInstanceInput) SetValue added in v1.0.56

SetValue sets the Value field's value.

func (InstanceTagForCreateDBInstanceInput) String added in v1.0.56

String returns the string representation

type InstanceTagForRestoreToNewInstanceInput added in v1.0.93

type InstanceTagForRestoreToNewInstanceInput struct {
	Key *string `type:"string"`

	Value *string `type:"string"`
	// contains filtered or unexported fields
}

func (InstanceTagForRestoreToNewInstanceInput) GoString added in v1.0.93

GoString returns the string representation

func (*InstanceTagForRestoreToNewInstanceInput) SetKey added in v1.0.93

SetKey sets the Key field's value.

func (*InstanceTagForRestoreToNewInstanceInput) SetValue added in v1.0.93

SetValue sets the Value field's value.

func (InstanceTagForRestoreToNewInstanceInput) String added in v1.0.93

String returns the string representation

type ListParameterTemplatesInput added in v1.0.93

type ListParameterTemplatesInput struct {
	Limit *int32 `type:"int32"`

	Offset *int32 `type:"int32"`

	TemplateCategory *string `type:"string"`

	TemplateSource *string `type:"string"`

	TemplateType *string `type:"string"`

	TemplateTypeVersion *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListParameterTemplatesInput) GoString added in v1.0.93

func (s ListParameterTemplatesInput) GoString() string

GoString returns the string representation

func (*ListParameterTemplatesInput) SetLimit added in v1.0.93

SetLimit sets the Limit field's value.

func (*ListParameterTemplatesInput) SetOffset added in v1.0.93

SetOffset sets the Offset field's value.

func (*ListParameterTemplatesInput) SetTemplateCategory added in v1.0.93

SetTemplateCategory sets the TemplateCategory field's value.

func (*ListParameterTemplatesInput) SetTemplateSource added in v1.0.93

SetTemplateSource sets the TemplateSource field's value.

func (*ListParameterTemplatesInput) SetTemplateType added in v1.0.93

SetTemplateType sets the TemplateType field's value.

func (*ListParameterTemplatesInput) SetTemplateTypeVersion added in v1.0.93

func (s *ListParameterTemplatesInput) SetTemplateTypeVersion(v string) *ListParameterTemplatesInput

SetTemplateTypeVersion sets the TemplateTypeVersion field's value.

func (ListParameterTemplatesInput) String added in v1.0.93

String returns the string representation

type ListParameterTemplatesOutput added in v1.0.93

type ListParameterTemplatesOutput struct {
	Metadata *response.ResponseMetadata

	TemplateInfos []*TemplateInfoForListParameterTemplatesOutput `type:"list"`

	Total *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (ListParameterTemplatesOutput) GoString added in v1.0.93

func (s ListParameterTemplatesOutput) GoString() string

GoString returns the string representation

func (*ListParameterTemplatesOutput) SetTemplateInfos added in v1.0.125

SetTemplateInfos sets the TemplateInfos field's value.

func (*ListParameterTemplatesOutput) SetTotal added in v1.0.93

SetTotal sets the Total field's value.

func (ListParameterTemplatesOutput) String added in v1.0.93

String returns the string representation

type MaintenanceWindowForDescribeDBInstancesOutput added in v1.0.56

type MaintenanceWindowForDescribeDBInstancesOutput struct {
	DayKind *string `type:"string"`

	DayOfMonth []*int32 `type:"list"`

	DayOfWeek []*string `type:"list"`

	MaintenanceTime *string `type:"string"`
	// contains filtered or unexported fields
}

func (MaintenanceWindowForDescribeDBInstancesOutput) GoString added in v1.0.56

GoString returns the string representation

func (*MaintenanceWindowForDescribeDBInstancesOutput) SetDayKind added in v1.0.56

SetDayKind sets the DayKind field's value.

func (*MaintenanceWindowForDescribeDBInstancesOutput) SetDayOfMonth added in v1.0.56

SetDayOfMonth sets the DayOfMonth field's value.

func (*MaintenanceWindowForDescribeDBInstancesOutput) SetDayOfWeek added in v1.0.56

SetDayOfWeek sets the DayOfWeek field's value.

func (*MaintenanceWindowForDescribeDBInstancesOutput) SetMaintenanceTime added in v1.0.56

SetMaintenanceTime sets the MaintenanceTime field's value.

func (MaintenanceWindowForDescribeDBInstancesOutput) String added in v1.0.56

String returns the string representation

type MigrateToOtherZoneInput added in v1.0.125

type MigrateToOtherZoneInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	NodeInfo []*NodeInfoForMigrateToOtherZoneInput `type:"list"`

	SwitchType *string `type:"string"`
	// contains filtered or unexported fields
}

func (MigrateToOtherZoneInput) GoString added in v1.0.125

func (s MigrateToOtherZoneInput) GoString() string

GoString returns the string representation

func (*MigrateToOtherZoneInput) SetInstanceId added in v1.0.125

SetInstanceId sets the InstanceId field's value.

func (*MigrateToOtherZoneInput) SetNodeInfo added in v1.0.125

SetNodeInfo sets the NodeInfo field's value.

func (*MigrateToOtherZoneInput) SetSwitchType added in v1.0.125

SetSwitchType sets the SwitchType field's value.

func (MigrateToOtherZoneInput) String added in v1.0.125

func (s MigrateToOtherZoneInput) String() string

String returns the string representation

func (*MigrateToOtherZoneInput) Validate added in v1.0.125

func (s *MigrateToOtherZoneInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MigrateToOtherZoneOutput added in v1.0.125

type MigrateToOtherZoneOutput struct {
	Metadata *response.ResponseMetadata

	InstanceId *string `type:"string"`

	OrderId *string `type:"string"`
	// contains filtered or unexported fields
}

func (MigrateToOtherZoneOutput) GoString added in v1.0.125

func (s MigrateToOtherZoneOutput) GoString() string

GoString returns the string representation

func (*MigrateToOtherZoneOutput) SetInstanceId added in v1.0.125

SetInstanceId sets the InstanceId field's value.

func (*MigrateToOtherZoneOutput) SetOrderId added in v1.0.125

SetOrderId sets the OrderId field's value.

func (MigrateToOtherZoneOutput) String added in v1.0.125

func (s MigrateToOtherZoneOutput) String() string

String returns the string representation

type ModifyAllowListInput added in v1.0.56

type ModifyAllowListInput struct {
	AllowList *string `type:"string"`

	AllowListCategory *string `type:"string"`

	AllowListDesc *string `type:"string"`

	// AllowListId is a required field
	AllowListId *string `type:"string" required:"true"`

	// AllowListName is a required field
	AllowListName *string `type:"string" required:"true"`

	ApplyInstanceNum *int32 `type:"int32"`

	ModifyMode *string `type:"string"`

	SecurityGroupBindInfos []*SecurityGroupBindInfoForModifyAllowListInput `type:"list"`

	SecurityGroupIds []*string `type:"list"`

	UserAllowList *string `type:"string"`
	// contains filtered or unexported fields
}

func (ModifyAllowListInput) GoString added in v1.0.56

func (s ModifyAllowListInput) GoString() string

GoString returns the string representation

func (*ModifyAllowListInput) SetAllowList added in v1.0.56

func (s *ModifyAllowListInput) SetAllowList(v string) *ModifyAllowListInput

SetAllowList sets the AllowList field's value.

func (*ModifyAllowListInput) SetAllowListCategory added in v1.0.131

func (s *ModifyAllowListInput) SetAllowListCategory(v string) *ModifyAllowListInput

SetAllowListCategory sets the AllowListCategory field's value.

func (*ModifyAllowListInput) SetAllowListDesc added in v1.0.56

func (s *ModifyAllowListInput) SetAllowListDesc(v string) *ModifyAllowListInput

SetAllowListDesc sets the AllowListDesc field's value.

func (*ModifyAllowListInput) SetAllowListId added in v1.0.56

func (s *ModifyAllowListInput) SetAllowListId(v string) *ModifyAllowListInput

SetAllowListId sets the AllowListId field's value.

func (*ModifyAllowListInput) SetAllowListName added in v1.0.56

func (s *ModifyAllowListInput) SetAllowListName(v string) *ModifyAllowListInput

SetAllowListName sets the AllowListName field's value.

func (*ModifyAllowListInput) SetApplyInstanceNum added in v1.0.56

func (s *ModifyAllowListInput) SetApplyInstanceNum(v int32) *ModifyAllowListInput

SetApplyInstanceNum sets the ApplyInstanceNum field's value.

func (*ModifyAllowListInput) SetModifyMode added in v1.0.56

func (s *ModifyAllowListInput) SetModifyMode(v string) *ModifyAllowListInput

SetModifyMode sets the ModifyMode field's value.

func (*ModifyAllowListInput) SetSecurityGroupBindInfos added in v1.0.131

SetSecurityGroupBindInfos sets the SecurityGroupBindInfos field's value.

func (*ModifyAllowListInput) SetSecurityGroupIds added in v1.0.125

func (s *ModifyAllowListInput) SetSecurityGroupIds(v []*string) *ModifyAllowListInput

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*ModifyAllowListInput) SetUserAllowList added in v1.0.131

func (s *ModifyAllowListInput) SetUserAllowList(v string) *ModifyAllowListInput

SetUserAllowList sets the UserAllowList field's value.

func (ModifyAllowListInput) String added in v1.0.56

func (s ModifyAllowListInput) String() string

String returns the string representation

func (*ModifyAllowListInput) Validate added in v1.0.56

func (s *ModifyAllowListInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyAllowListOutput added in v1.0.56

type ModifyAllowListOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyAllowListOutput) GoString added in v1.0.56

func (s ModifyAllowListOutput) GoString() string

GoString returns the string representation

func (ModifyAllowListOutput) String added in v1.0.56

func (s ModifyAllowListOutput) String() string

String returns the string representation

type ModifyBackupPolicyInput

type ModifyBackupPolicyInput struct {
	BinlogFileCountsEnable *bool `type:"boolean"`

	BinlogLimitCount *int32 `type:"int32"`

	BinlogLocalRetentionHour *int32 `type:"int32"`

	BinlogSpaceLimitEnable *bool `type:"boolean"`

	BinlogStoragePercentage *int32 `type:"int32"`

	DataBackupRetentionDay *int32 `type:"int32"`

	DataFullBackupPeriods []*string `type:"list"`

	DataFullBackupTime *string `type:"string"`

	DataIncrBackupPeriods []*string `type:"list"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	LockDdlTime *int32 `type:"int32"`

	LogBackupRetentionDay *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (ModifyBackupPolicyInput) GoString

func (s ModifyBackupPolicyInput) GoString() string

GoString returns the string representation

func (*ModifyBackupPolicyInput) SetBinlogFileCountsEnable added in v1.0.93

func (s *ModifyBackupPolicyInput) SetBinlogFileCountsEnable(v bool) *ModifyBackupPolicyInput

SetBinlogFileCountsEnable sets the BinlogFileCountsEnable field's value.

func (*ModifyBackupPolicyInput) SetBinlogLimitCount added in v1.0.93

func (s *ModifyBackupPolicyInput) SetBinlogLimitCount(v int32) *ModifyBackupPolicyInput

SetBinlogLimitCount sets the BinlogLimitCount field's value.

func (*ModifyBackupPolicyInput) SetBinlogLocalRetentionHour added in v1.0.93

func (s *ModifyBackupPolicyInput) SetBinlogLocalRetentionHour(v int32) *ModifyBackupPolicyInput

SetBinlogLocalRetentionHour sets the BinlogLocalRetentionHour field's value.

func (*ModifyBackupPolicyInput) SetBinlogSpaceLimitEnable added in v1.0.93

func (s *ModifyBackupPolicyInput) SetBinlogSpaceLimitEnable(v bool) *ModifyBackupPolicyInput

SetBinlogSpaceLimitEnable sets the BinlogSpaceLimitEnable field's value.

func (*ModifyBackupPolicyInput) SetBinlogStoragePercentage added in v1.0.93

func (s *ModifyBackupPolicyInput) SetBinlogStoragePercentage(v int32) *ModifyBackupPolicyInput

SetBinlogStoragePercentage sets the BinlogStoragePercentage field's value.

func (*ModifyBackupPolicyInput) SetDataBackupRetentionDay added in v1.0.93

func (s *ModifyBackupPolicyInput) SetDataBackupRetentionDay(v int32) *ModifyBackupPolicyInput

SetDataBackupRetentionDay sets the DataBackupRetentionDay field's value.

func (*ModifyBackupPolicyInput) SetDataFullBackupPeriods added in v1.0.93

func (s *ModifyBackupPolicyInput) SetDataFullBackupPeriods(v []*string) *ModifyBackupPolicyInput

SetDataFullBackupPeriods sets the DataFullBackupPeriods field's value.

func (*ModifyBackupPolicyInput) SetDataFullBackupTime added in v1.0.93

func (s *ModifyBackupPolicyInput) SetDataFullBackupTime(v string) *ModifyBackupPolicyInput

SetDataFullBackupTime sets the DataFullBackupTime field's value.

func (*ModifyBackupPolicyInput) SetDataIncrBackupPeriods added in v1.0.93

func (s *ModifyBackupPolicyInput) SetDataIncrBackupPeriods(v []*string) *ModifyBackupPolicyInput

SetDataIncrBackupPeriods sets the DataIncrBackupPeriods field's value.

func (*ModifyBackupPolicyInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyBackupPolicyInput) SetLockDdlTime added in v1.0.125

SetLockDdlTime sets the LockDdlTime field's value.

func (*ModifyBackupPolicyInput) SetLogBackupRetentionDay added in v1.0.93

func (s *ModifyBackupPolicyInput) SetLogBackupRetentionDay(v int32) *ModifyBackupPolicyInput

SetLogBackupRetentionDay sets the LogBackupRetentionDay field's value.

func (ModifyBackupPolicyInput) String

func (s ModifyBackupPolicyInput) String() string

String returns the string representation

func (*ModifyBackupPolicyInput) Validate

func (s *ModifyBackupPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyBackupPolicyOutput

type ModifyBackupPolicyOutput struct {
	Metadata *response.ResponseMetadata

	BinlogFileCountsEnable *bool `type:"boolean"`

	BinlogLimitCount *int32 `type:"int32"`

	BinlogLocalRetentionHour *int32 `type:"int32"`

	BinlogSpaceLimitEnable *bool `type:"boolean"`

	BinlogStoragePercentage *int32 `type:"int32"`

	DataBackupRetentionDay *int32 `type:"int32"`

	DataFullBackupPeriods []*string `type:"list"`

	DataFullBackupTime *string `type:"string"`

	DataIncrBackupPeriods []*string `type:"list"`

	InstanceId *string `type:"string"`

	LockDdlTime *int32 `type:"int32"`

	LogBackupRetentionDay *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (ModifyBackupPolicyOutput) GoString

func (s ModifyBackupPolicyOutput) GoString() string

GoString returns the string representation

func (*ModifyBackupPolicyOutput) SetBinlogFileCountsEnable added in v1.0.93

func (s *ModifyBackupPolicyOutput) SetBinlogFileCountsEnable(v bool) *ModifyBackupPolicyOutput

SetBinlogFileCountsEnable sets the BinlogFileCountsEnable field's value.

func (*ModifyBackupPolicyOutput) SetBinlogLimitCount added in v1.0.93

func (s *ModifyBackupPolicyOutput) SetBinlogLimitCount(v int32) *ModifyBackupPolicyOutput

SetBinlogLimitCount sets the BinlogLimitCount field's value.

func (*ModifyBackupPolicyOutput) SetBinlogLocalRetentionHour added in v1.0.93

func (s *ModifyBackupPolicyOutput) SetBinlogLocalRetentionHour(v int32) *ModifyBackupPolicyOutput

SetBinlogLocalRetentionHour sets the BinlogLocalRetentionHour field's value.

func (*ModifyBackupPolicyOutput) SetBinlogSpaceLimitEnable added in v1.0.93

func (s *ModifyBackupPolicyOutput) SetBinlogSpaceLimitEnable(v bool) *ModifyBackupPolicyOutput

SetBinlogSpaceLimitEnable sets the BinlogSpaceLimitEnable field's value.

func (*ModifyBackupPolicyOutput) SetBinlogStoragePercentage added in v1.0.93

func (s *ModifyBackupPolicyOutput) SetBinlogStoragePercentage(v int32) *ModifyBackupPolicyOutput

SetBinlogStoragePercentage sets the BinlogStoragePercentage field's value.

func (*ModifyBackupPolicyOutput) SetDataBackupRetentionDay added in v1.0.93

func (s *ModifyBackupPolicyOutput) SetDataBackupRetentionDay(v int32) *ModifyBackupPolicyOutput

SetDataBackupRetentionDay sets the DataBackupRetentionDay field's value.

func (*ModifyBackupPolicyOutput) SetDataFullBackupPeriods added in v1.0.93

func (s *ModifyBackupPolicyOutput) SetDataFullBackupPeriods(v []*string) *ModifyBackupPolicyOutput

SetDataFullBackupPeriods sets the DataFullBackupPeriods field's value.

func (*ModifyBackupPolicyOutput) SetDataFullBackupTime added in v1.0.93

func (s *ModifyBackupPolicyOutput) SetDataFullBackupTime(v string) *ModifyBackupPolicyOutput

SetDataFullBackupTime sets the DataFullBackupTime field's value.

func (*ModifyBackupPolicyOutput) SetDataIncrBackupPeriods added in v1.0.93

func (s *ModifyBackupPolicyOutput) SetDataIncrBackupPeriods(v []*string) *ModifyBackupPolicyOutput

SetDataIncrBackupPeriods sets the DataIncrBackupPeriods field's value.

func (*ModifyBackupPolicyOutput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (*ModifyBackupPolicyOutput) SetLockDdlTime added in v1.0.125

SetLockDdlTime sets the LockDdlTime field's value.

func (*ModifyBackupPolicyOutput) SetLogBackupRetentionDay added in v1.0.93

func (s *ModifyBackupPolicyOutput) SetLogBackupRetentionDay(v int32) *ModifyBackupPolicyOutput

SetLogBackupRetentionDay sets the LogBackupRetentionDay field's value.

func (ModifyBackupPolicyOutput) String

func (s ModifyBackupPolicyOutput) String() string

String returns the string representation

type ModifyCrossBackupPolicyInput added in v1.0.93

type ModifyCrossBackupPolicyInput struct {
	BackupEnabled *bool `type:"boolean"`

	CrossBackupRegion *string `type:"string"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	LogBackupEnabled *bool `type:"boolean"`

	Retention *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (ModifyCrossBackupPolicyInput) GoString added in v1.0.93

func (s ModifyCrossBackupPolicyInput) GoString() string

GoString returns the string representation

func (*ModifyCrossBackupPolicyInput) SetBackupEnabled added in v1.0.93

SetBackupEnabled sets the BackupEnabled field's value.

func (*ModifyCrossBackupPolicyInput) SetCrossBackupRegion added in v1.0.93

SetCrossBackupRegion sets the CrossBackupRegion field's value.

func (*ModifyCrossBackupPolicyInput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (*ModifyCrossBackupPolicyInput) SetLogBackupEnabled added in v1.0.93

SetLogBackupEnabled sets the LogBackupEnabled field's value.

func (*ModifyCrossBackupPolicyInput) SetRetention added in v1.0.93

SetRetention sets the Retention field's value.

func (ModifyCrossBackupPolicyInput) String added in v1.0.93

String returns the string representation

func (*ModifyCrossBackupPolicyInput) Validate added in v1.0.125

func (s *ModifyCrossBackupPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyCrossBackupPolicyOutput added in v1.0.93

type ModifyCrossBackupPolicyOutput struct {
	Metadata *response.ResponseMetadata

	BackupEnabled *bool `type:"boolean"`

	CrossBackupRegion *string `type:"string"`

	InstanceId *string `type:"string"`

	LogBackupEnabled *bool `type:"boolean"`

	Retention *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (ModifyCrossBackupPolicyOutput) GoString added in v1.0.93

GoString returns the string representation

func (*ModifyCrossBackupPolicyOutput) SetBackupEnabled added in v1.0.93

SetBackupEnabled sets the BackupEnabled field's value.

func (*ModifyCrossBackupPolicyOutput) SetCrossBackupRegion added in v1.0.93

SetCrossBackupRegion sets the CrossBackupRegion field's value.

func (*ModifyCrossBackupPolicyOutput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (*ModifyCrossBackupPolicyOutput) SetLogBackupEnabled added in v1.0.93

SetLogBackupEnabled sets the LogBackupEnabled field's value.

func (*ModifyCrossBackupPolicyOutput) SetRetention added in v1.0.93

SetRetention sets the Retention field's value.

func (ModifyCrossBackupPolicyOutput) String added in v1.0.93

String returns the string representation

type ModifyDBAccountDescriptionInput added in v1.0.93

type ModifyDBAccountDescriptionInput struct {
	AccountDesc *string `type:"string"`

	// AccountName is a required field
	AccountName *string `type:"string" required:"true"`

	Host *string `type:"string"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyDBAccountDescriptionInput) GoString added in v1.0.93

GoString returns the string representation

func (*ModifyDBAccountDescriptionInput) SetAccountDesc added in v1.0.93

SetAccountDesc sets the AccountDesc field's value.

func (*ModifyDBAccountDescriptionInput) SetAccountName added in v1.0.93

SetAccountName sets the AccountName field's value.

func (*ModifyDBAccountDescriptionInput) SetHost added in v1.0.125

SetHost sets the Host field's value.

func (*ModifyDBAccountDescriptionInput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (ModifyDBAccountDescriptionInput) String added in v1.0.93

String returns the string representation

func (*ModifyDBAccountDescriptionInput) Validate added in v1.0.93

func (s *ModifyDBAccountDescriptionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyDBAccountDescriptionOutput added in v1.0.93

type ModifyDBAccountDescriptionOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyDBAccountDescriptionOutput) GoString added in v1.0.93

GoString returns the string representation

func (ModifyDBAccountDescriptionOutput) String added in v1.0.93

String returns the string representation

type ModifyDBAccountHostInput added in v1.0.125

type ModifyDBAccountHostInput struct {

	// AccountName is a required field
	AccountName *string `type:"string" required:"true"`

	// Host is a required field
	Host *string `type:"string" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	// NewHost is a required field
	NewHost *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyDBAccountHostInput) GoString added in v1.0.125

func (s ModifyDBAccountHostInput) GoString() string

GoString returns the string representation

func (*ModifyDBAccountHostInput) SetAccountName added in v1.0.125

SetAccountName sets the AccountName field's value.

func (*ModifyDBAccountHostInput) SetHost added in v1.0.125

SetHost sets the Host field's value.

func (*ModifyDBAccountHostInput) SetInstanceId added in v1.0.125

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBAccountHostInput) SetNewHost added in v1.0.125

SetNewHost sets the NewHost field's value.

func (ModifyDBAccountHostInput) String added in v1.0.125

func (s ModifyDBAccountHostInput) String() string

String returns the string representation

func (*ModifyDBAccountHostInput) Validate added in v1.0.125

func (s *ModifyDBAccountHostInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyDBAccountHostOutput added in v1.0.125

type ModifyDBAccountHostOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyDBAccountHostOutput) GoString added in v1.0.125

func (s ModifyDBAccountHostOutput) GoString() string

GoString returns the string representation

func (ModifyDBAccountHostOutput) String added in v1.0.125

func (s ModifyDBAccountHostOutput) String() string

String returns the string representation

type ModifyDBEndpointAddressInput

type ModifyDBEndpointAddressInput struct {
	DomainPrefix *string `type:"string"`

	// EndpointId is a required field
	EndpointId *string `type:"string" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	// NetworkType is a required field
	NetworkType *string `type:"string" required:"true"`

	Port *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (ModifyDBEndpointAddressInput) GoString

func (s ModifyDBEndpointAddressInput) GoString() string

GoString returns the string representation

func (*ModifyDBEndpointAddressInput) SetDomainPrefix

SetDomainPrefix sets the DomainPrefix field's value.

func (*ModifyDBEndpointAddressInput) SetEndpointId

SetEndpointId sets the EndpointId field's value.

func (*ModifyDBEndpointAddressInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBEndpointAddressInput) SetNetworkType

SetNetworkType sets the NetworkType field's value.

func (*ModifyDBEndpointAddressInput) SetPort added in v1.0.56

SetPort sets the Port field's value.

func (ModifyDBEndpointAddressInput) String

String returns the string representation

func (*ModifyDBEndpointAddressInput) Validate

func (s *ModifyDBEndpointAddressInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyDBEndpointAddressOutput

type ModifyDBEndpointAddressOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyDBEndpointAddressOutput) GoString

GoString returns the string representation

func (ModifyDBEndpointAddressOutput) String

String returns the string representation

type ModifyDBEndpointDNSInput added in v1.0.56

type ModifyDBEndpointDNSInput struct {

	// DNSVisibility is a required field
	DNSVisibility *bool `type:"boolean" required:"true"`

	// EndpointId is a required field
	EndpointId *string `type:"string" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	// NetworkType is a required field
	NetworkType *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyDBEndpointDNSInput) GoString added in v1.0.56

func (s ModifyDBEndpointDNSInput) GoString() string

GoString returns the string representation

func (*ModifyDBEndpointDNSInput) SetDNSVisibility added in v1.0.56

func (s *ModifyDBEndpointDNSInput) SetDNSVisibility(v bool) *ModifyDBEndpointDNSInput

SetDNSVisibility sets the DNSVisibility field's value.

func (*ModifyDBEndpointDNSInput) SetEndpointId added in v1.0.56

SetEndpointId sets the EndpointId field's value.

func (*ModifyDBEndpointDNSInput) SetInstanceId added in v1.0.56

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBEndpointDNSInput) SetNetworkType added in v1.0.56

SetNetworkType sets the NetworkType field's value.

func (ModifyDBEndpointDNSInput) String added in v1.0.56

func (s ModifyDBEndpointDNSInput) String() string

String returns the string representation

func (*ModifyDBEndpointDNSInput) Validate added in v1.0.56

func (s *ModifyDBEndpointDNSInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyDBEndpointDNSOutput added in v1.0.56

type ModifyDBEndpointDNSOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyDBEndpointDNSOutput) GoString added in v1.0.56

func (s ModifyDBEndpointDNSOutput) GoString() string

GoString returns the string representation

func (ModifyDBEndpointDNSOutput) String added in v1.0.56

func (s ModifyDBEndpointDNSOutput) String() string

String returns the string representation

type ModifyDBEndpointInput

type ModifyDBEndpointInput struct {
	AutoAddNewNodes *bool `type:"boolean"`

	Description *string `type:"string"`

	// EndpointId is a required field
	EndpointId *string `type:"string" required:"true"`

	EndpointName *string `type:"string"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	Nodes *string `type:"string"`

	ReadOnlyNodeDistributionType *string `type:"string"`

	ReadOnlyNodeMaxDelayTime *int32 `type:"int32"`

	ReadOnlyNodeWeight []*ReadOnlyNodeWeightForModifyDBEndpointInput `type:"list"`

	ReadWriteMode *string `type:"string"`

	ReadWriteSpliting *bool `type:"boolean"`
	// contains filtered or unexported fields
}

func (ModifyDBEndpointInput) GoString

func (s ModifyDBEndpointInput) GoString() string

GoString returns the string representation

func (*ModifyDBEndpointInput) SetAutoAddNewNodes added in v1.0.56

func (s *ModifyDBEndpointInput) SetAutoAddNewNodes(v bool) *ModifyDBEndpointInput

SetAutoAddNewNodes sets the AutoAddNewNodes field's value.

func (*ModifyDBEndpointInput) SetDescription

func (s *ModifyDBEndpointInput) SetDescription(v string) *ModifyDBEndpointInput

SetDescription sets the Description field's value.

func (*ModifyDBEndpointInput) SetEndpointId

func (s *ModifyDBEndpointInput) SetEndpointId(v string) *ModifyDBEndpointInput

SetEndpointId sets the EndpointId field's value.

func (*ModifyDBEndpointInput) SetEndpointName

func (s *ModifyDBEndpointInput) SetEndpointName(v string) *ModifyDBEndpointInput

SetEndpointName sets the EndpointName field's value.

func (*ModifyDBEndpointInput) SetInstanceId

func (s *ModifyDBEndpointInput) SetInstanceId(v string) *ModifyDBEndpointInput

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBEndpointInput) SetNodes added in v1.0.56

SetNodes sets the Nodes field's value.

func (*ModifyDBEndpointInput) SetReadOnlyNodeDistributionType added in v1.0.56

func (s *ModifyDBEndpointInput) SetReadOnlyNodeDistributionType(v string) *ModifyDBEndpointInput

SetReadOnlyNodeDistributionType sets the ReadOnlyNodeDistributionType field's value.

func (*ModifyDBEndpointInput) SetReadOnlyNodeMaxDelayTime added in v1.0.56

func (s *ModifyDBEndpointInput) SetReadOnlyNodeMaxDelayTime(v int32) *ModifyDBEndpointInput

SetReadOnlyNodeMaxDelayTime sets the ReadOnlyNodeMaxDelayTime field's value.

func (*ModifyDBEndpointInput) SetReadOnlyNodeWeight added in v1.0.56

SetReadOnlyNodeWeight sets the ReadOnlyNodeWeight field's value.

func (*ModifyDBEndpointInput) SetReadWriteMode added in v1.0.56

func (s *ModifyDBEndpointInput) SetReadWriteMode(v string) *ModifyDBEndpointInput

SetReadWriteMode sets the ReadWriteMode field's value.

func (*ModifyDBEndpointInput) SetReadWriteSpliting

func (s *ModifyDBEndpointInput) SetReadWriteSpliting(v bool) *ModifyDBEndpointInput

SetReadWriteSpliting sets the ReadWriteSpliting field's value.

func (ModifyDBEndpointInput) String

func (s ModifyDBEndpointInput) String() string

String returns the string representation

func (*ModifyDBEndpointInput) Validate

func (s *ModifyDBEndpointInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyDBEndpointOutput

type ModifyDBEndpointOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyDBEndpointOutput) GoString

func (s ModifyDBEndpointOutput) GoString() string

GoString returns the string representation

func (ModifyDBEndpointOutput) String

func (s ModifyDBEndpointOutput) String() string

String returns the string representation

type ModifyDBInstanceChargeTypeInput added in v1.0.93

type ModifyDBInstanceChargeTypeInput struct {
	AutoRenew *bool `type:"boolean"`

	// ChargeType is a required field
	ChargeType *string `type:"string" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	// Period is a required field
	Period *int32 `type:"int32" required:"true"`

	// PeriodUnit is a required field
	PeriodUnit *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyDBInstanceChargeTypeInput) GoString added in v1.0.93

GoString returns the string representation

func (*ModifyDBInstanceChargeTypeInput) SetAutoRenew added in v1.0.93

SetAutoRenew sets the AutoRenew field's value.

func (*ModifyDBInstanceChargeTypeInput) SetChargeType added in v1.0.93

SetChargeType sets the ChargeType field's value.

func (*ModifyDBInstanceChargeTypeInput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBInstanceChargeTypeInput) SetPeriod added in v1.0.93

SetPeriod sets the Period field's value.

func (*ModifyDBInstanceChargeTypeInput) SetPeriodUnit added in v1.0.93

SetPeriodUnit sets the PeriodUnit field's value.

func (ModifyDBInstanceChargeTypeInput) String added in v1.0.93

String returns the string representation

func (*ModifyDBInstanceChargeTypeInput) Validate added in v1.0.93

func (s *ModifyDBInstanceChargeTypeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyDBInstanceChargeTypeOutput added in v1.0.93

type ModifyDBInstanceChargeTypeOutput struct {
	Metadata *response.ResponseMetadata

	InstanceId *string `type:"string"`

	OrderNO *string `type:"string"`
	// contains filtered or unexported fields
}

func (ModifyDBInstanceChargeTypeOutput) GoString added in v1.0.93

GoString returns the string representation

func (*ModifyDBInstanceChargeTypeOutput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBInstanceChargeTypeOutput) SetOrderNO added in v1.0.93

SetOrderNO sets the OrderNO field's value.

func (ModifyDBInstanceChargeTypeOutput) String added in v1.0.93

String returns the string representation

type ModifyDBInstanceMaintenanceWindowInput added in v1.0.93

type ModifyDBInstanceMaintenanceWindowInput struct {
	DayKind *string `type:"string"`

	DayOfWeek []*string `type:"list"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	// MaintenanceTime is a required field
	MaintenanceTime *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyDBInstanceMaintenanceWindowInput) GoString added in v1.0.93

GoString returns the string representation

func (*ModifyDBInstanceMaintenanceWindowInput) SetDayKind added in v1.0.93

SetDayKind sets the DayKind field's value.

func (*ModifyDBInstanceMaintenanceWindowInput) SetDayOfWeek added in v1.0.93

SetDayOfWeek sets the DayOfWeek field's value.

func (*ModifyDBInstanceMaintenanceWindowInput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBInstanceMaintenanceWindowInput) SetMaintenanceTime added in v1.0.93

SetMaintenanceTime sets the MaintenanceTime field's value.

func (ModifyDBInstanceMaintenanceWindowInput) String added in v1.0.93

String returns the string representation

func (*ModifyDBInstanceMaintenanceWindowInput) Validate added in v1.0.93

Validate inspects the fields of the type to determine if they are valid.

type ModifyDBInstanceMaintenanceWindowOutput added in v1.0.93

type ModifyDBInstanceMaintenanceWindowOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyDBInstanceMaintenanceWindowOutput) GoString added in v1.0.93

GoString returns the string representation

func (ModifyDBInstanceMaintenanceWindowOutput) String added in v1.0.93

String returns the string representation

type ModifyDBInstanceNameInput

type ModifyDBInstanceNameInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	// InstanceNewName is a required field
	InstanceNewName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyDBInstanceNameInput) GoString

func (s ModifyDBInstanceNameInput) GoString() string

GoString returns the string representation

func (*ModifyDBInstanceNameInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBInstanceNameInput) SetInstanceNewName

SetInstanceNewName sets the InstanceNewName field's value.

func (ModifyDBInstanceNameInput) String

func (s ModifyDBInstanceNameInput) String() string

String returns the string representation

func (*ModifyDBInstanceNameInput) Validate

func (s *ModifyDBInstanceNameInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyDBInstanceNameOutput

type ModifyDBInstanceNameOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyDBInstanceNameOutput) GoString

func (s ModifyDBInstanceNameOutput) GoString() string

GoString returns the string representation

func (ModifyDBInstanceNameOutput) String

String returns the string representation

type ModifyDBInstanceParametersInput

type ModifyDBInstanceParametersInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	Parameters []*ParameterForModifyDBInstanceParametersInput `type:"list"`
	// contains filtered or unexported fields
}

func (ModifyDBInstanceParametersInput) GoString

GoString returns the string representation

func (*ModifyDBInstanceParametersInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBInstanceParametersInput) SetParameters

SetParameters sets the Parameters field's value.

func (ModifyDBInstanceParametersInput) String

String returns the string representation

func (*ModifyDBInstanceParametersInput) Validate

func (s *ModifyDBInstanceParametersInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyDBInstanceParametersOutput

type ModifyDBInstanceParametersOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyDBInstanceParametersOutput) GoString

GoString returns the string representation

func (ModifyDBInstanceParametersOutput) String

String returns the string representation

type ModifyDBInstanceSSLInput

type ModifyDBInstanceSSLInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	ReloadSSLCertificate *bool `type:"boolean"`

	SSLEnable *bool `type:"boolean"`
	// contains filtered or unexported fields
}

func (ModifyDBInstanceSSLInput) GoString

func (s ModifyDBInstanceSSLInput) GoString() string

GoString returns the string representation

func (*ModifyDBInstanceSSLInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBInstanceSSLInput) SetReloadSSLCertificate added in v1.0.125

func (s *ModifyDBInstanceSSLInput) SetReloadSSLCertificate(v bool) *ModifyDBInstanceSSLInput

SetReloadSSLCertificate sets the ReloadSSLCertificate field's value.

func (*ModifyDBInstanceSSLInput) SetSSLEnable

SetSSLEnable sets the SSLEnable field's value.

func (ModifyDBInstanceSSLInput) String

func (s ModifyDBInstanceSSLInput) String() string

String returns the string representation

func (*ModifyDBInstanceSSLInput) Validate

func (s *ModifyDBInstanceSSLInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyDBInstanceSSLOutput

type ModifyDBInstanceSSLOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyDBInstanceSSLOutput) GoString

func (s ModifyDBInstanceSSLOutput) GoString() string

GoString returns the string representation

func (ModifyDBInstanceSSLOutput) String

func (s ModifyDBInstanceSSLOutput) String() string

String returns the string representation

type ModifyDBInstanceSpecInput

type ModifyDBInstanceSpecInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	ModifyType *string `type:"string"`

	NodeInfo []*NodeInfoForModifyDBInstanceSpecInput `type:"list"`

	StorageSpace *int32 `type:"int32"`

	StorageType *string `type:"string"`

	SwitchType *string `type:"string"`
	// contains filtered or unexported fields
}

func (ModifyDBInstanceSpecInput) GoString

func (s ModifyDBInstanceSpecInput) GoString() string

GoString returns the string representation

func (*ModifyDBInstanceSpecInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBInstanceSpecInput) SetModifyType added in v1.0.93

SetModifyType sets the ModifyType field's value.

func (*ModifyDBInstanceSpecInput) SetNodeInfo

SetNodeInfo sets the NodeInfo field's value.

func (*ModifyDBInstanceSpecInput) SetStorageSpace

SetStorageSpace sets the StorageSpace field's value.

func (*ModifyDBInstanceSpecInput) SetStorageType

SetStorageType sets the StorageType field's value.

func (*ModifyDBInstanceSpecInput) SetSwitchType added in v1.0.93

SetSwitchType sets the SwitchType field's value.

func (ModifyDBInstanceSpecInput) String

func (s ModifyDBInstanceSpecInput) String() string

String returns the string representation

func (*ModifyDBInstanceSpecInput) Validate

func (s *ModifyDBInstanceSpecInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyDBInstanceSpecOutput

type ModifyDBInstanceSpecOutput struct {
	Metadata *response.ResponseMetadata

	InstanceId *string `type:"string"`

	OrderId *string `type:"string"`
	// contains filtered or unexported fields
}

func (ModifyDBInstanceSpecOutput) GoString

func (s ModifyDBInstanceSpecOutput) GoString() string

GoString returns the string representation

func (*ModifyDBInstanceSpecOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBInstanceSpecOutput) SetOrderId

SetOrderId sets the OrderId field's value.

func (ModifyDBInstanceSpecOutput) String

String returns the string representation

type ModifyDBInstanceSyncModeInput added in v1.0.93

type ModifyDBInstanceSyncModeInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	// SyncMode is a required field
	SyncMode *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyDBInstanceSyncModeInput) GoString added in v1.0.93

GoString returns the string representation

func (*ModifyDBInstanceSyncModeInput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBInstanceSyncModeInput) SetSyncMode added in v1.0.93

SetSyncMode sets the SyncMode field's value.

func (ModifyDBInstanceSyncModeInput) String added in v1.0.93

String returns the string representation

func (*ModifyDBInstanceSyncModeInput) Validate added in v1.0.93

func (s *ModifyDBInstanceSyncModeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyDBInstanceSyncModeOutput added in v1.0.93

type ModifyDBInstanceSyncModeOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyDBInstanceSyncModeOutput) GoString added in v1.0.93

GoString returns the string representation

func (ModifyDBInstanceSyncModeOutput) String added in v1.0.93

String returns the string representation

type ModifyDBInstanceTDEInput added in v1.0.93

type ModifyDBInstanceTDEInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	KeyName *string `type:"string"`

	KeyringName *string `type:"string"`

	// TDEStatus is a required field
	TDEStatus *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyDBInstanceTDEInput) GoString added in v1.0.93

func (s ModifyDBInstanceTDEInput) GoString() string

GoString returns the string representation

func (*ModifyDBInstanceTDEInput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBInstanceTDEInput) SetKeyName added in v1.0.125

SetKeyName sets the KeyName field's value.

func (*ModifyDBInstanceTDEInput) SetKeyringName added in v1.0.125

SetKeyringName sets the KeyringName field's value.

func (*ModifyDBInstanceTDEInput) SetTDEStatus added in v1.0.93

SetTDEStatus sets the TDEStatus field's value.

func (ModifyDBInstanceTDEInput) String added in v1.0.93

func (s ModifyDBInstanceTDEInput) String() string

String returns the string representation

func (*ModifyDBInstanceTDEInput) Validate added in v1.0.93

func (s *ModifyDBInstanceTDEInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyDBInstanceTDEOutput added in v1.0.93

type ModifyDBInstanceTDEOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyDBInstanceTDEOutput) GoString added in v1.0.93

func (s ModifyDBInstanceTDEOutput) GoString() string

GoString returns the string representation

func (ModifyDBInstanceTDEOutput) String added in v1.0.93

func (s ModifyDBInstanceTDEOutput) String() string

String returns the string representation

type ModifyDBProxyConfigInput added in v1.0.93

type ModifyDBProxyConfigInput struct {
	ConnectionPoolType *string `type:"string"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyDBProxyConfigInput) GoString added in v1.0.93

func (s ModifyDBProxyConfigInput) GoString() string

GoString returns the string representation

func (*ModifyDBProxyConfigInput) SetConnectionPoolType added in v1.0.93

func (s *ModifyDBProxyConfigInput) SetConnectionPoolType(v string) *ModifyDBProxyConfigInput

SetConnectionPoolType sets the ConnectionPoolType field's value.

func (*ModifyDBProxyConfigInput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (ModifyDBProxyConfigInput) String added in v1.0.93

func (s ModifyDBProxyConfigInput) String() string

String returns the string representation

func (*ModifyDBProxyConfigInput) Validate added in v1.0.93

func (s *ModifyDBProxyConfigInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyDBProxyConfigOutput added in v1.0.93

type ModifyDBProxyConfigOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyDBProxyConfigOutput) GoString added in v1.0.93

func (s ModifyDBProxyConfigOutput) GoString() string

GoString returns the string representation

func (ModifyDBProxyConfigOutput) String added in v1.0.93

func (s ModifyDBProxyConfigOutput) String() string

String returns the string representation

type ModifyDatabaseDescriptionInput added in v1.0.93

type ModifyDatabaseDescriptionInput struct {
	DBDesc *string `type:"string"`

	// DBName is a required field
	DBName *string `type:"string" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyDatabaseDescriptionInput) GoString added in v1.0.93

GoString returns the string representation

func (*ModifyDatabaseDescriptionInput) SetDBDesc added in v1.0.93

SetDBDesc sets the DBDesc field's value.

func (*ModifyDatabaseDescriptionInput) SetDBName added in v1.0.93

SetDBName sets the DBName field's value.

func (*ModifyDatabaseDescriptionInput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (ModifyDatabaseDescriptionInput) String added in v1.0.93

String returns the string representation

func (*ModifyDatabaseDescriptionInput) Validate added in v1.0.93

func (s *ModifyDatabaseDescriptionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyDatabaseDescriptionOutput added in v1.0.93

type ModifyDatabaseDescriptionOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyDatabaseDescriptionOutput) GoString added in v1.0.93

GoString returns the string representation

func (ModifyDatabaseDescriptionOutput) String added in v1.0.93

String returns the string representation

type ModifyParameterTemplateInput added in v1.0.93

type ModifyParameterTemplateInput struct {
	TemplateDesc *string `type:"string"`

	// TemplateId is a required field
	TemplateId *string `type:"string" required:"true"`

	// TemplateName is a required field
	TemplateName *string `type:"string" required:"true"`

	TemplateParams []*TemplateParamForModifyParameterTemplateInput `type:"list"`
	// contains filtered or unexported fields
}

func (ModifyParameterTemplateInput) GoString added in v1.0.93

func (s ModifyParameterTemplateInput) GoString() string

GoString returns the string representation

func (*ModifyParameterTemplateInput) SetTemplateDesc added in v1.0.93

SetTemplateDesc sets the TemplateDesc field's value.

func (*ModifyParameterTemplateInput) SetTemplateId added in v1.0.93

SetTemplateId sets the TemplateId field's value.

func (*ModifyParameterTemplateInput) SetTemplateName added in v1.0.93

SetTemplateName sets the TemplateName field's value.

func (*ModifyParameterTemplateInput) SetTemplateParams added in v1.0.93

SetTemplateParams sets the TemplateParams field's value.

func (ModifyParameterTemplateInput) String added in v1.0.93

String returns the string representation

func (*ModifyParameterTemplateInput) Validate added in v1.0.93

func (s *ModifyParameterTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyParameterTemplateOutput added in v1.0.93

type ModifyParameterTemplateOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyParameterTemplateOutput) GoString added in v1.0.93

GoString returns the string representation

func (ModifyParameterTemplateOutput) String added in v1.0.93

String returns the string representation

type ModifyPlannedEventExecuteTimeInput added in v1.0.125

type ModifyPlannedEventExecuteTimeInput struct {

	// EventId is a required field
	EventId *string `type:"string" required:"true"`

	// ModifyBeginTime is a required field
	ModifyBeginTime *string `type:"string" required:"true"`

	// ModifyEndTime is a required field
	ModifyEndTime *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyPlannedEventExecuteTimeInput) GoString added in v1.0.125

GoString returns the string representation

func (*ModifyPlannedEventExecuteTimeInput) SetEventId added in v1.0.125

SetEventId sets the EventId field's value.

func (*ModifyPlannedEventExecuteTimeInput) SetModifyBeginTime added in v1.0.125

SetModifyBeginTime sets the ModifyBeginTime field's value.

func (*ModifyPlannedEventExecuteTimeInput) SetModifyEndTime added in v1.0.125

SetModifyEndTime sets the ModifyEndTime field's value.

func (ModifyPlannedEventExecuteTimeInput) String added in v1.0.125

String returns the string representation

func (*ModifyPlannedEventExecuteTimeInput) Validate added in v1.0.125

Validate inspects the fields of the type to determine if they are valid.

type ModifyPlannedEventExecuteTimeOutput added in v1.0.125

type ModifyPlannedEventExecuteTimeOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyPlannedEventExecuteTimeOutput) GoString added in v1.0.125

GoString returns the string representation

func (ModifyPlannedEventExecuteTimeOutput) String added in v1.0.125

String returns the string representation

type ModifyReadOnlyNodeDelayReplicationTimeInput added in v1.0.125

type ModifyReadOnlyNodeDelayReplicationTimeInput struct {

	// DelayReplicationTime is a required field
	DelayReplicationTime *int32 `type:"int32" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	// NodeId is a required field
	NodeId *string `type:"string" required:"true"`

	UpdateEndpointIds []*string `type:"list"`
	// contains filtered or unexported fields
}

func (ModifyReadOnlyNodeDelayReplicationTimeInput) GoString added in v1.0.125

GoString returns the string representation

func (*ModifyReadOnlyNodeDelayReplicationTimeInput) SetDelayReplicationTime added in v1.0.125

SetDelayReplicationTime sets the DelayReplicationTime field's value.

func (*ModifyReadOnlyNodeDelayReplicationTimeInput) SetInstanceId added in v1.0.125

SetInstanceId sets the InstanceId field's value.

func (*ModifyReadOnlyNodeDelayReplicationTimeInput) SetNodeId added in v1.0.125

SetNodeId sets the NodeId field's value.

func (*ModifyReadOnlyNodeDelayReplicationTimeInput) SetUpdateEndpointIds added in v1.0.125

SetUpdateEndpointIds sets the UpdateEndpointIds field's value.

func (ModifyReadOnlyNodeDelayReplicationTimeInput) String added in v1.0.125

String returns the string representation

func (*ModifyReadOnlyNodeDelayReplicationTimeInput) Validate added in v1.0.125

Validate inspects the fields of the type to determine if they are valid.

type ModifyReadOnlyNodeDelayReplicationTimeOutput added in v1.0.125

type ModifyReadOnlyNodeDelayReplicationTimeOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyReadOnlyNodeDelayReplicationTimeOutput) GoString added in v1.0.125

GoString returns the string representation

func (ModifyReadOnlyNodeDelayReplicationTimeOutput) String added in v1.0.125

String returns the string representation

type ModifyTaskInput added in v1.0.125

type ModifyTaskInput struct {

	// ModifyType is a required field
	ModifyType *string `type:"string" required:"true"`

	SwitchTime *string `type:"string"`

	// TaskId is a required field
	TaskId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyTaskInput) GoString added in v1.0.125

func (s ModifyTaskInput) GoString() string

GoString returns the string representation

func (*ModifyTaskInput) SetModifyType added in v1.0.125

func (s *ModifyTaskInput) SetModifyType(v string) *ModifyTaskInput

SetModifyType sets the ModifyType field's value.

func (*ModifyTaskInput) SetSwitchTime added in v1.0.125

func (s *ModifyTaskInput) SetSwitchTime(v string) *ModifyTaskInput

SetSwitchTime sets the SwitchTime field's value.

func (*ModifyTaskInput) SetTaskId added in v1.0.125

func (s *ModifyTaskInput) SetTaskId(v string) *ModifyTaskInput

SetTaskId sets the TaskId field's value.

func (ModifyTaskInput) String added in v1.0.125

func (s ModifyTaskInput) String() string

String returns the string representation

func (*ModifyTaskInput) Validate added in v1.0.125

func (s *ModifyTaskInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyTaskOutput added in v1.0.125

type ModifyTaskOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyTaskOutput) GoString added in v1.0.125

func (s ModifyTaskOutput) GoString() string

GoString returns the string representation

func (ModifyTaskOutput) String added in v1.0.125

func (s ModifyTaskOutput) String() string

String returns the string representation

type NodeForDescribeDBInstanceDetailOutput added in v1.0.56

type NodeForDescribeDBInstanceDetailOutput struct {
	CreateTime *string `type:"string"`

	InstanceId *string `type:"string"`

	Memory *int32 `type:"int32"`

	NodeId *string `type:"string"`

	NodeSpec *string `type:"string"`

	NodeStatus *string `type:"string"`

	NodeType *string `type:"string"`

	RegionId *string `type:"string"`

	UpdateTime *string `type:"string"`

	VCPU *int32 `type:"int32"`

	ZoneId *string `type:"string"`
	// contains filtered or unexported fields
}

func (NodeForDescribeDBInstanceDetailOutput) GoString added in v1.0.56

GoString returns the string representation

func (*NodeForDescribeDBInstanceDetailOutput) SetCreateTime added in v1.0.56

SetCreateTime sets the CreateTime field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetInstanceId added in v1.0.56

SetInstanceId sets the InstanceId field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetMemory added in v1.0.56

SetMemory sets the Memory field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetNodeId added in v1.0.56

SetNodeId sets the NodeId field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetNodeSpec added in v1.0.56

SetNodeSpec sets the NodeSpec field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetNodeStatus added in v1.0.56

SetNodeStatus sets the NodeStatus field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetNodeType added in v1.0.56

SetNodeType sets the NodeType field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetRegionId added in v1.0.56

SetRegionId sets the RegionId field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetUpdateTime added in v1.0.56

SetUpdateTime sets the UpdateTime field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetVCPU added in v1.0.56

SetVCPU sets the VCPU field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetZoneId added in v1.0.56

SetZoneId sets the ZoneId field's value.

func (NodeForDescribeDBInstanceDetailOutput) String added in v1.0.56

String returns the string representation

type NodeInfoForCreateDBInstanceInput

type NodeInfoForCreateDBInstanceInput struct {
	NodeId *string `type:"string"`

	NodeOperateType *string `type:"string"`

	NodeSpec *string `type:"string"`

	NodeType *string `type:"string"`

	ZoneId *string `type:"string"`
	// contains filtered or unexported fields
}

func (NodeInfoForCreateDBInstanceInput) GoString

GoString returns the string representation

func (*NodeInfoForCreateDBInstanceInput) SetNodeId

SetNodeId sets the NodeId field's value.

func (*NodeInfoForCreateDBInstanceInput) SetNodeOperateType

SetNodeOperateType sets the NodeOperateType field's value.

func (*NodeInfoForCreateDBInstanceInput) SetNodeSpec

SetNodeSpec sets the NodeSpec field's value.

func (*NodeInfoForCreateDBInstanceInput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*NodeInfoForCreateDBInstanceInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (NodeInfoForCreateDBInstanceInput) String

String returns the string representation

type NodeInfoForDescribeDBInstancePriceDetailInput

type NodeInfoForDescribeDBInstancePriceDetailInput struct {
	NodeId *string `type:"string"`

	NodeOperateType *string `type:"string"`

	NodeSpec *string `type:"string"`

	NodeType *string `type:"string"`

	ZoneId *string `type:"string"`
	// contains filtered or unexported fields
}

func (NodeInfoForDescribeDBInstancePriceDetailInput) GoString

GoString returns the string representation

func (*NodeInfoForDescribeDBInstancePriceDetailInput) SetNodeId

SetNodeId sets the NodeId field's value.

func (*NodeInfoForDescribeDBInstancePriceDetailInput) SetNodeOperateType

SetNodeOperateType sets the NodeOperateType field's value.

func (*NodeInfoForDescribeDBInstancePriceDetailInput) SetNodeSpec

SetNodeSpec sets the NodeSpec field's value.

func (*NodeInfoForDescribeDBInstancePriceDetailInput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*NodeInfoForDescribeDBInstancePriceDetailInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (NodeInfoForDescribeDBInstancePriceDetailInput) String

String returns the string representation

type NodeInfoForMigrateToOtherZoneInput added in v1.0.125

type NodeInfoForMigrateToOtherZoneInput struct {
	NodeId *string `type:"string"`

	NodeOperateType *string `type:"string"`

	NodeSpec *string `type:"string"`

	NodeType *string `type:"string"`

	ZoneId *string `type:"string"`
	// contains filtered or unexported fields
}

func (NodeInfoForMigrateToOtherZoneInput) GoString added in v1.0.125

GoString returns the string representation

func (*NodeInfoForMigrateToOtherZoneInput) SetNodeId added in v1.0.125

SetNodeId sets the NodeId field's value.

func (*NodeInfoForMigrateToOtherZoneInput) SetNodeOperateType added in v1.0.125

SetNodeOperateType sets the NodeOperateType field's value.

func (*NodeInfoForMigrateToOtherZoneInput) SetNodeSpec added in v1.0.125

SetNodeSpec sets the NodeSpec field's value.

func (*NodeInfoForMigrateToOtherZoneInput) SetNodeType added in v1.0.125

SetNodeType sets the NodeType field's value.

func (*NodeInfoForMigrateToOtherZoneInput) SetZoneId added in v1.0.125

SetZoneId sets the ZoneId field's value.

func (NodeInfoForMigrateToOtherZoneInput) String added in v1.0.125

String returns the string representation

type NodeInfoForModifyDBInstanceSpecInput

type NodeInfoForModifyDBInstanceSpecInput struct {
	NodeId *string `type:"string"`

	NodeOperateType *string `type:"string"`

	NodeSpec *string `type:"string"`

	NodeType *string `type:"string"`

	ZoneId *string `type:"string"`
	// contains filtered or unexported fields
}

func (NodeInfoForModifyDBInstanceSpecInput) GoString

GoString returns the string representation

func (*NodeInfoForModifyDBInstanceSpecInput) SetNodeId

SetNodeId sets the NodeId field's value.

func (*NodeInfoForModifyDBInstanceSpecInput) SetNodeOperateType

SetNodeOperateType sets the NodeOperateType field's value.

func (*NodeInfoForModifyDBInstanceSpecInput) SetNodeSpec

SetNodeSpec sets the NodeSpec field's value.

func (*NodeInfoForModifyDBInstanceSpecInput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*NodeInfoForModifyDBInstanceSpecInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (NodeInfoForModifyDBInstanceSpecInput) String

String returns the string representation

type NodeInfoForRestoreToNewInstanceInput

type NodeInfoForRestoreToNewInstanceInput struct {
	NodeId *string `type:"string"`

	NodeOperateType *string `type:"string"`

	NodeSpec *string `type:"string"`

	NodeType *string `type:"string"`

	ZoneId *string `type:"string"`
	// contains filtered or unexported fields
}

func (NodeInfoForRestoreToNewInstanceInput) GoString

GoString returns the string representation

func (*NodeInfoForRestoreToNewInstanceInput) SetNodeId

SetNodeId sets the NodeId field's value.

func (*NodeInfoForRestoreToNewInstanceInput) SetNodeOperateType

SetNodeOperateType sets the NodeOperateType field's value.

func (*NodeInfoForRestoreToNewInstanceInput) SetNodeSpec

SetNodeSpec sets the NodeSpec field's value.

func (*NodeInfoForRestoreToNewInstanceInput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*NodeInfoForRestoreToNewInstanceInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (NodeInfoForRestoreToNewInstanceInput) String

String returns the string representation

type ParameterChangeLogForDescribeDBInstanceParametersLogOutput

type ParameterChangeLogForDescribeDBInstanceParametersLogOutput struct {
	ModifyTime *string `type:"string"`

	NewParameterValue *string `type:"string"`

	OldParameterValue *string `type:"string"`

	ParameterName *string `type:"string"`

	Status *string `type:"string"`
	// contains filtered or unexported fields
}

func (ParameterChangeLogForDescribeDBInstanceParametersLogOutput) GoString

GoString returns the string representation

func (*ParameterChangeLogForDescribeDBInstanceParametersLogOutput) SetModifyTime

SetModifyTime sets the ModifyTime field's value.

func (*ParameterChangeLogForDescribeDBInstanceParametersLogOutput) SetNewParameterValue

SetNewParameterValue sets the NewParameterValue field's value.

func (*ParameterChangeLogForDescribeDBInstanceParametersLogOutput) SetOldParameterValue

SetOldParameterValue sets the OldParameterValue field's value.

func (*ParameterChangeLogForDescribeDBInstanceParametersLogOutput) SetParameterName

SetParameterName sets the ParameterName field's value.

func (*ParameterChangeLogForDescribeDBInstanceParametersLogOutput) SetStatus

SetStatus sets the Status field's value.

func (ParameterChangeLogForDescribeDBInstanceParametersLogOutput) String

String returns the string representation

type ParameterForDescribeApplyParameterTemplateOutput added in v1.0.93

type ParameterForDescribeApplyParameterTemplateOutput struct {
	Name *string `type:"string"`

	NewValue *string `type:"string"`

	OldValue *string `type:"string"`

	Restart *bool `type:"boolean"`
	// contains filtered or unexported fields
}

func (ParameterForDescribeApplyParameterTemplateOutput) GoString added in v1.0.93

GoString returns the string representation

func (*ParameterForDescribeApplyParameterTemplateOutput) SetName added in v1.0.93

SetName sets the Name field's value.

func (*ParameterForDescribeApplyParameterTemplateOutput) SetNewValue added in v1.0.93

SetNewValue sets the NewValue field's value.

func (*ParameterForDescribeApplyParameterTemplateOutput) SetOldValue added in v1.0.93

SetOldValue sets the OldValue field's value.

func (*ParameterForDescribeApplyParameterTemplateOutput) SetRestart added in v1.0.93

SetRestart sets the Restart field's value.

func (ParameterForDescribeApplyParameterTemplateOutput) String added in v1.0.93

String returns the string representation

type ParameterForDescribeDBInstanceParametersOutput added in v1.0.56

type ParameterForDescribeDBInstanceParametersOutput struct {
	CheckingCode *string `type:"string"`

	Expression *string `type:"string"`

	ForceRestart *bool `type:"boolean"`

	ParameterDefaultValue *string `type:"string"`

	ParameterDescription *string `type:"string"`

	ParameterName *string `type:"string"`

	ParameterValue *string `type:"string"`
	// contains filtered or unexported fields
}

func (ParameterForDescribeDBInstanceParametersOutput) GoString added in v1.0.56

GoString returns the string representation

func (*ParameterForDescribeDBInstanceParametersOutput) SetCheckingCode added in v1.0.56

SetCheckingCode sets the CheckingCode field's value.

func (*ParameterForDescribeDBInstanceParametersOutput) SetExpression added in v1.0.125

SetExpression sets the Expression field's value.

func (*ParameterForDescribeDBInstanceParametersOutput) SetForceRestart added in v1.0.56

SetForceRestart sets the ForceRestart field's value.

func (*ParameterForDescribeDBInstanceParametersOutput) SetParameterDefaultValue added in v1.0.56

SetParameterDefaultValue sets the ParameterDefaultValue field's value.

func (*ParameterForDescribeDBInstanceParametersOutput) SetParameterDescription added in v1.0.56

SetParameterDescription sets the ParameterDescription field's value.

func (*ParameterForDescribeDBInstanceParametersOutput) SetParameterName added in v1.0.56

SetParameterName sets the ParameterName field's value.

func (*ParameterForDescribeDBInstanceParametersOutput) SetParameterValue added in v1.0.56

SetParameterValue sets the ParameterValue field's value.

func (ParameterForDescribeDBInstanceParametersOutput) String added in v1.0.56

String returns the string representation

type ParameterForModifyDBInstanceParametersInput

type ParameterForModifyDBInstanceParametersInput struct {
	CheckingCode *string `type:"string"`

	Expression *string `type:"string"`

	ForceRestart *bool `type:"boolean"`

	ParameterDefaultValue *string `type:"string"`

	ParameterDescription *string `type:"string"`

	ParameterName *string `type:"string"`

	ParameterValue *string `type:"string"`
	// contains filtered or unexported fields
}

func (ParameterForModifyDBInstanceParametersInput) GoString

GoString returns the string representation

func (*ParameterForModifyDBInstanceParametersInput) SetCheckingCode added in v1.0.125

SetCheckingCode sets the CheckingCode field's value.

func (*ParameterForModifyDBInstanceParametersInput) SetExpression added in v1.0.125

SetExpression sets the Expression field's value.

func (*ParameterForModifyDBInstanceParametersInput) SetForceRestart added in v1.0.125

SetForceRestart sets the ForceRestart field's value.

func (*ParameterForModifyDBInstanceParametersInput) SetParameterDefaultValue added in v1.0.125

SetParameterDefaultValue sets the ParameterDefaultValue field's value.

func (*ParameterForModifyDBInstanceParametersInput) SetParameterDescription added in v1.0.125

SetParameterDescription sets the ParameterDescription field's value.

func (*ParameterForModifyDBInstanceParametersInput) SetParameterName

SetParameterName sets the ParameterName field's value.

func (*ParameterForModifyDBInstanceParametersInput) SetParameterValue

SetParameterValue sets the ParameterValue field's value.

func (ParameterForModifyDBInstanceParametersInput) String

String returns the string representation

type PlannedEventForDescribePlannedEventsOutput added in v1.0.125

type PlannedEventForDescribePlannedEventsOutput struct {
	BusinessImpact *string `type:"string"`

	DBEngine *string `type:"string"`

	EventAction *string `type:"string"`

	EventID *string `type:"string"`

	EventName *string `type:"string"`

	EventType *string `type:"string"`

	InstanceId *string `type:"string"`

	InstanceName *string `type:"string"`

	IsUrgent *bool `type:"boolean"`

	MaxDelayTime *string `type:"string"`

	OriginBeginTime *string `type:"string"`

	PlannedBeginTime *string `type:"string"`

	PlannedEndTime *string `type:"string"`

	PlannedEventDescription *string `type:"string"`

	PlannedEventReason *string `type:"string"`

	Region *string `type:"string"`

	Status *string `type:"string"`
	// contains filtered or unexported fields
}

func (PlannedEventForDescribePlannedEventsOutput) GoString added in v1.0.125

GoString returns the string representation

func (*PlannedEventForDescribePlannedEventsOutput) SetBusinessImpact added in v1.0.125

SetBusinessImpact sets the BusinessImpact field's value.

func (*PlannedEventForDescribePlannedEventsOutput) SetDBEngine added in v1.0.125

SetDBEngine sets the DBEngine field's value.

func (*PlannedEventForDescribePlannedEventsOutput) SetEventAction added in v1.0.125

SetEventAction sets the EventAction field's value.

func (*PlannedEventForDescribePlannedEventsOutput) SetEventID added in v1.0.125

SetEventID sets the EventID field's value.

func (*PlannedEventForDescribePlannedEventsOutput) SetEventName added in v1.0.125

SetEventName sets the EventName field's value.

func (*PlannedEventForDescribePlannedEventsOutput) SetEventType added in v1.0.125

SetEventType sets the EventType field's value.

func (*PlannedEventForDescribePlannedEventsOutput) SetInstanceId added in v1.0.125

SetInstanceId sets the InstanceId field's value.

func (*PlannedEventForDescribePlannedEventsOutput) SetInstanceName added in v1.0.125

SetInstanceName sets the InstanceName field's value.

func (*PlannedEventForDescribePlannedEventsOutput) SetIsUrgent added in v1.0.125

SetIsUrgent sets the IsUrgent field's value.

func (*PlannedEventForDescribePlannedEventsOutput) SetMaxDelayTime added in v1.0.125

SetMaxDelayTime sets the MaxDelayTime field's value.

func (*PlannedEventForDescribePlannedEventsOutput) SetOriginBeginTime added in v1.0.125

SetOriginBeginTime sets the OriginBeginTime field's value.

func (*PlannedEventForDescribePlannedEventsOutput) SetPlannedBeginTime added in v1.0.125

SetPlannedBeginTime sets the PlannedBeginTime field's value.

func (*PlannedEventForDescribePlannedEventsOutput) SetPlannedEndTime added in v1.0.125

SetPlannedEndTime sets the PlannedEndTime field's value.

func (*PlannedEventForDescribePlannedEventsOutput) SetPlannedEventDescription added in v1.0.125

SetPlannedEventDescription sets the PlannedEventDescription field's value.

func (*PlannedEventForDescribePlannedEventsOutput) SetPlannedEventReason added in v1.0.125

SetPlannedEventReason sets the PlannedEventReason field's value.

func (*PlannedEventForDescribePlannedEventsOutput) SetRegion added in v1.0.125

SetRegion sets the Region field's value.

func (*PlannedEventForDescribePlannedEventsOutput) SetStatus added in v1.0.125

SetStatus sets the Status field's value.

func (PlannedEventForDescribePlannedEventsOutput) String added in v1.0.125

String returns the string representation

type RDSMYSQLV2

type RDSMYSQLV2 struct {
	*client.Client
}

RDSMYSQLV2 provides the API operation methods for making requests to RDS_MYSQL_V2. See this package's package overview docs for details on the service.

RDSMYSQLV2 methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

New create int can support ssl or region locate set

func (*RDSMYSQLV2) AddTagsToResource added in v1.0.93

func (c *RDSMYSQLV2) AddTagsToResource(input *AddTagsToResourceInput) (*AddTagsToResourceOutput, error)

AddTagsToResource API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation AddTagsToResource for usage and error information.

func (*RDSMYSQLV2) AddTagsToResourceCommon added in v1.0.93

func (c *RDSMYSQLV2) AddTagsToResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

AddTagsToResourceCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation AddTagsToResourceCommon for usage and error information.

func (*RDSMYSQLV2) AddTagsToResourceCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) AddTagsToResourceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

AddTagsToResourceCommonRequest generates a "volcengine/request.Request" representing the client's request for the AddTagsToResourceCommon operation. The "output" return value will be populated with the AddTagsToResourceCommon request's response once the request completes successfully.

Use "Send" method on the returned AddTagsToResourceCommon Request to send the API call to the service. the "output" return value is not valid until after AddTagsToResourceCommon Send returns without error.

See AddTagsToResourceCommon for more information on using the AddTagsToResourceCommon API call, and error handling.

// Example sending a request using the AddTagsToResourceCommonRequest method.
req, resp := client.AddTagsToResourceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) AddTagsToResourceCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) AddTagsToResourceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

AddTagsToResourceCommonWithContext is the same as AddTagsToResourceCommon with the addition of the ability to pass a context and additional request options.

See AddTagsToResourceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) AddTagsToResourceRequest added in v1.0.93

func (c *RDSMYSQLV2) AddTagsToResourceRequest(input *AddTagsToResourceInput) (req *request.Request, output *AddTagsToResourceOutput)

AddTagsToResourceRequest generates a "volcengine/request.Request" representing the client's request for the AddTagsToResource operation. The "output" return value will be populated with the AddTagsToResourceCommon request's response once the request completes successfully.

Use "Send" method on the returned AddTagsToResourceCommon Request to send the API call to the service. the "output" return value is not valid until after AddTagsToResourceCommon Send returns without error.

See AddTagsToResource for more information on using the AddTagsToResource API call, and error handling.

// Example sending a request using the AddTagsToResourceRequest method.
req, resp := client.AddTagsToResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) AddTagsToResourceWithContext added in v1.0.93

func (c *RDSMYSQLV2) AddTagsToResourceWithContext(ctx volcengine.Context, input *AddTagsToResourceInput, opts ...request.Option) (*AddTagsToResourceOutput, error)

AddTagsToResourceWithContext is the same as AddTagsToResource with the addition of the ability to pass a context and additional request options.

See AddTagsToResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) AssociateAllowList added in v1.0.56

func (c *RDSMYSQLV2) AssociateAllowList(input *AssociateAllowListInput) (*AssociateAllowListOutput, error)

AssociateAllowList API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation AssociateAllowList for usage and error information.

func (*RDSMYSQLV2) AssociateAllowListCommon added in v1.0.56

func (c *RDSMYSQLV2) AssociateAllowListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

AssociateAllowListCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation AssociateAllowListCommon for usage and error information.

func (*RDSMYSQLV2) AssociateAllowListCommonRequest added in v1.0.56

func (c *RDSMYSQLV2) AssociateAllowListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

AssociateAllowListCommonRequest generates a "volcengine/request.Request" representing the client's request for the AssociateAllowListCommon operation. The "output" return value will be populated with the AssociateAllowListCommon request's response once the request completes successfully.

Use "Send" method on the returned AssociateAllowListCommon Request to send the API call to the service. the "output" return value is not valid until after AssociateAllowListCommon Send returns without error.

See AssociateAllowListCommon for more information on using the AssociateAllowListCommon API call, and error handling.

// Example sending a request using the AssociateAllowListCommonRequest method.
req, resp := client.AssociateAllowListCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) AssociateAllowListCommonWithContext added in v1.0.56

func (c *RDSMYSQLV2) AssociateAllowListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

AssociateAllowListCommonWithContext is the same as AssociateAllowListCommon with the addition of the ability to pass a context and additional request options.

See AssociateAllowListCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) AssociateAllowListRequest added in v1.0.56

func (c *RDSMYSQLV2) AssociateAllowListRequest(input *AssociateAllowListInput) (req *request.Request, output *AssociateAllowListOutput)

AssociateAllowListRequest generates a "volcengine/request.Request" representing the client's request for the AssociateAllowList operation. The "output" return value will be populated with the AssociateAllowListCommon request's response once the request completes successfully.

Use "Send" method on the returned AssociateAllowListCommon Request to send the API call to the service. the "output" return value is not valid until after AssociateAllowListCommon Send returns without error.

See AssociateAllowList for more information on using the AssociateAllowList API call, and error handling.

// Example sending a request using the AssociateAllowListRequest method.
req, resp := client.AssociateAllowListRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) AssociateAllowListWithContext added in v1.0.56

func (c *RDSMYSQLV2) AssociateAllowListWithContext(ctx volcengine.Context, input *AssociateAllowListInput, opts ...request.Option) (*AssociateAllowListOutput, error)

AssociateAllowListWithContext is the same as AssociateAllowList with the addition of the ability to pass a context and additional request options.

See AssociateAllowList for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) CopyParameterTemplate added in v1.0.93

func (c *RDSMYSQLV2) CopyParameterTemplate(input *CopyParameterTemplateInput) (*CopyParameterTemplateOutput, error)

CopyParameterTemplate API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation CopyParameterTemplate for usage and error information.

func (*RDSMYSQLV2) CopyParameterTemplateCommon added in v1.0.93

func (c *RDSMYSQLV2) CopyParameterTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CopyParameterTemplateCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation CopyParameterTemplateCommon for usage and error information.

func (*RDSMYSQLV2) CopyParameterTemplateCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) CopyParameterTemplateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CopyParameterTemplateCommonRequest generates a "volcengine/request.Request" representing the client's request for the CopyParameterTemplateCommon operation. The "output" return value will be populated with the CopyParameterTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned CopyParameterTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after CopyParameterTemplateCommon Send returns without error.

See CopyParameterTemplateCommon for more information on using the CopyParameterTemplateCommon API call, and error handling.

// Example sending a request using the CopyParameterTemplateCommonRequest method.
req, resp := client.CopyParameterTemplateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) CopyParameterTemplateCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) CopyParameterTemplateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CopyParameterTemplateCommonWithContext is the same as CopyParameterTemplateCommon with the addition of the ability to pass a context and additional request options.

See CopyParameterTemplateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) CopyParameterTemplateRequest added in v1.0.93

func (c *RDSMYSQLV2) CopyParameterTemplateRequest(input *CopyParameterTemplateInput) (req *request.Request, output *CopyParameterTemplateOutput)

CopyParameterTemplateRequest generates a "volcengine/request.Request" representing the client's request for the CopyParameterTemplate operation. The "output" return value will be populated with the CopyParameterTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned CopyParameterTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after CopyParameterTemplateCommon Send returns without error.

See CopyParameterTemplate for more information on using the CopyParameterTemplate API call, and error handling.

// Example sending a request using the CopyParameterTemplateRequest method.
req, resp := client.CopyParameterTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) CopyParameterTemplateWithContext added in v1.0.93

func (c *RDSMYSQLV2) CopyParameterTemplateWithContext(ctx volcengine.Context, input *CopyParameterTemplateInput, opts ...request.Option) (*CopyParameterTemplateOutput, error)

CopyParameterTemplateWithContext is the same as CopyParameterTemplate with the addition of the ability to pass a context and additional request options.

See CopyParameterTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) CreateAllowList added in v1.0.56

func (c *RDSMYSQLV2) CreateAllowList(input *CreateAllowListInput) (*CreateAllowListOutput, error)

CreateAllowList API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation CreateAllowList for usage and error information.

func (*RDSMYSQLV2) CreateAllowListCommon added in v1.0.56

func (c *RDSMYSQLV2) CreateAllowListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateAllowListCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation CreateAllowListCommon for usage and error information.

func (*RDSMYSQLV2) CreateAllowListCommonRequest added in v1.0.56

func (c *RDSMYSQLV2) CreateAllowListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateAllowListCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateAllowListCommon operation. The "output" return value will be populated with the CreateAllowListCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateAllowListCommon Request to send the API call to the service. the "output" return value is not valid until after CreateAllowListCommon Send returns without error.

See CreateAllowListCommon for more information on using the CreateAllowListCommon API call, and error handling.

// Example sending a request using the CreateAllowListCommonRequest method.
req, resp := client.CreateAllowListCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) CreateAllowListCommonWithContext added in v1.0.56

func (c *RDSMYSQLV2) CreateAllowListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateAllowListCommonWithContext is the same as CreateAllowListCommon with the addition of the ability to pass a context and additional request options.

See CreateAllowListCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) CreateAllowListRequest added in v1.0.56

func (c *RDSMYSQLV2) CreateAllowListRequest(input *CreateAllowListInput) (req *request.Request, output *CreateAllowListOutput)

CreateAllowListRequest generates a "volcengine/request.Request" representing the client's request for the CreateAllowList operation. The "output" return value will be populated with the CreateAllowListCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateAllowListCommon Request to send the API call to the service. the "output" return value is not valid until after CreateAllowListCommon Send returns without error.

See CreateAllowList for more information on using the CreateAllowList API call, and error handling.

// Example sending a request using the CreateAllowListRequest method.
req, resp := client.CreateAllowListRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) CreateAllowListWithContext added in v1.0.56

func (c *RDSMYSQLV2) CreateAllowListWithContext(ctx volcengine.Context, input *CreateAllowListInput, opts ...request.Option) (*CreateAllowListOutput, error)

CreateAllowListWithContext is the same as CreateAllowList with the addition of the ability to pass a context and additional request options.

See CreateAllowList for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) CreateBackup

func (c *RDSMYSQLV2) CreateBackup(input *CreateBackupInput) (*CreateBackupOutput, error)

CreateBackup API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation CreateBackup for usage and error information.

func (*RDSMYSQLV2) CreateBackupCommon

func (c *RDSMYSQLV2) CreateBackupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateBackupCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation CreateBackupCommon for usage and error information.

func (*RDSMYSQLV2) CreateBackupCommonRequest

func (c *RDSMYSQLV2) CreateBackupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateBackupCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateBackupCommon operation. The "output" return value will be populated with the CreateBackupCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateBackupCommon Request to send the API call to the service. the "output" return value is not valid until after CreateBackupCommon Send returns without error.

See CreateBackupCommon for more information on using the CreateBackupCommon API call, and error handling.

// Example sending a request using the CreateBackupCommonRequest method.
req, resp := client.CreateBackupCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) CreateBackupCommonWithContext

func (c *RDSMYSQLV2) CreateBackupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateBackupCommonWithContext is the same as CreateBackupCommon with the addition of the ability to pass a context and additional request options.

See CreateBackupCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) CreateBackupRequest

func (c *RDSMYSQLV2) CreateBackupRequest(input *CreateBackupInput) (req *request.Request, output *CreateBackupOutput)

CreateBackupRequest generates a "volcengine/request.Request" representing the client's request for the CreateBackup operation. The "output" return value will be populated with the CreateBackupCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateBackupCommon Request to send the API call to the service. the "output" return value is not valid until after CreateBackupCommon Send returns without error.

See CreateBackup for more information on using the CreateBackup API call, and error handling.

// Example sending a request using the CreateBackupRequest method.
req, resp := client.CreateBackupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) CreateBackupWithContext

func (c *RDSMYSQLV2) CreateBackupWithContext(ctx volcengine.Context, input *CreateBackupInput, opts ...request.Option) (*CreateBackupOutput, error)

CreateBackupWithContext is the same as CreateBackup with the addition of the ability to pass a context and additional request options.

See CreateBackup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) CreateBinlogBackup added in v1.0.93

func (c *RDSMYSQLV2) CreateBinlogBackup(input *CreateBinlogBackupInput) (*CreateBinlogBackupOutput, error)

CreateBinlogBackup API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation CreateBinlogBackup for usage and error information.

func (*RDSMYSQLV2) CreateBinlogBackupCommon added in v1.0.93

func (c *RDSMYSQLV2) CreateBinlogBackupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateBinlogBackupCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation CreateBinlogBackupCommon for usage and error information.

func (*RDSMYSQLV2) CreateBinlogBackupCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) CreateBinlogBackupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateBinlogBackupCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateBinlogBackupCommon operation. The "output" return value will be populated with the CreateBinlogBackupCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateBinlogBackupCommon Request to send the API call to the service. the "output" return value is not valid until after CreateBinlogBackupCommon Send returns without error.

See CreateBinlogBackupCommon for more information on using the CreateBinlogBackupCommon API call, and error handling.

// Example sending a request using the CreateBinlogBackupCommonRequest method.
req, resp := client.CreateBinlogBackupCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) CreateBinlogBackupCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) CreateBinlogBackupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateBinlogBackupCommonWithContext is the same as CreateBinlogBackupCommon with the addition of the ability to pass a context and additional request options.

See CreateBinlogBackupCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) CreateBinlogBackupRequest added in v1.0.93

func (c *RDSMYSQLV2) CreateBinlogBackupRequest(input *CreateBinlogBackupInput) (req *request.Request, output *CreateBinlogBackupOutput)

CreateBinlogBackupRequest generates a "volcengine/request.Request" representing the client's request for the CreateBinlogBackup operation. The "output" return value will be populated with the CreateBinlogBackupCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateBinlogBackupCommon Request to send the API call to the service. the "output" return value is not valid until after CreateBinlogBackupCommon Send returns without error.

See CreateBinlogBackup for more information on using the CreateBinlogBackup API call, and error handling.

// Example sending a request using the CreateBinlogBackupRequest method.
req, resp := client.CreateBinlogBackupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) CreateBinlogBackupWithContext added in v1.0.93

func (c *RDSMYSQLV2) CreateBinlogBackupWithContext(ctx volcengine.Context, input *CreateBinlogBackupInput, opts ...request.Option) (*CreateBinlogBackupOutput, error)

CreateBinlogBackupWithContext is the same as CreateBinlogBackup with the addition of the ability to pass a context and additional request options.

See CreateBinlogBackup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) CreateDBAccount

func (c *RDSMYSQLV2) CreateDBAccount(input *CreateDBAccountInput) (*CreateDBAccountOutput, error)

CreateDBAccount API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation CreateDBAccount for usage and error information.

func (*RDSMYSQLV2) CreateDBAccountCommon

func (c *RDSMYSQLV2) CreateDBAccountCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateDBAccountCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation CreateDBAccountCommon for usage and error information.

func (*RDSMYSQLV2) CreateDBAccountCommonRequest

func (c *RDSMYSQLV2) CreateDBAccountCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateDBAccountCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateDBAccountCommon operation. The "output" return value will be populated with the CreateDBAccountCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateDBAccountCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDBAccountCommon Send returns without error.

See CreateDBAccountCommon for more information on using the CreateDBAccountCommon API call, and error handling.

// Example sending a request using the CreateDBAccountCommonRequest method.
req, resp := client.CreateDBAccountCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) CreateDBAccountCommonWithContext

func (c *RDSMYSQLV2) CreateDBAccountCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateDBAccountCommonWithContext is the same as CreateDBAccountCommon with the addition of the ability to pass a context and additional request options.

See CreateDBAccountCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) CreateDBAccountRequest

func (c *RDSMYSQLV2) CreateDBAccountRequest(input *CreateDBAccountInput) (req *request.Request, output *CreateDBAccountOutput)

CreateDBAccountRequest generates a "volcengine/request.Request" representing the client's request for the CreateDBAccount operation. The "output" return value will be populated with the CreateDBAccountCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateDBAccountCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDBAccountCommon Send returns without error.

See CreateDBAccount for more information on using the CreateDBAccount API call, and error handling.

// Example sending a request using the CreateDBAccountRequest method.
req, resp := client.CreateDBAccountRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) CreateDBAccountWithContext

func (c *RDSMYSQLV2) CreateDBAccountWithContext(ctx volcengine.Context, input *CreateDBAccountInput, opts ...request.Option) (*CreateDBAccountOutput, error)

CreateDBAccountWithContext is the same as CreateDBAccount with the addition of the ability to pass a context and additional request options.

See CreateDBAccount for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) CreateDBEndpoint

func (c *RDSMYSQLV2) CreateDBEndpoint(input *CreateDBEndpointInput) (*CreateDBEndpointOutput, error)

CreateDBEndpoint API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation CreateDBEndpoint for usage and error information.

func (*RDSMYSQLV2) CreateDBEndpointCommon

func (c *RDSMYSQLV2) CreateDBEndpointCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateDBEndpointCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation CreateDBEndpointCommon for usage and error information.

func (*RDSMYSQLV2) CreateDBEndpointCommonRequest

func (c *RDSMYSQLV2) CreateDBEndpointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateDBEndpointCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateDBEndpointCommon operation. The "output" return value will be populated with the CreateDBEndpointCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateDBEndpointCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDBEndpointCommon Send returns without error.

See CreateDBEndpointCommon for more information on using the CreateDBEndpointCommon API call, and error handling.

// Example sending a request using the CreateDBEndpointCommonRequest method.
req, resp := client.CreateDBEndpointCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) CreateDBEndpointCommonWithContext

func (c *RDSMYSQLV2) CreateDBEndpointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateDBEndpointCommonWithContext is the same as CreateDBEndpointCommon with the addition of the ability to pass a context and additional request options.

See CreateDBEndpointCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) CreateDBEndpointPublicAddress

func (c *RDSMYSQLV2) CreateDBEndpointPublicAddress(input *CreateDBEndpointPublicAddressInput) (*CreateDBEndpointPublicAddressOutput, error)

CreateDBEndpointPublicAddress API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation CreateDBEndpointPublicAddress for usage and error information.

func (*RDSMYSQLV2) CreateDBEndpointPublicAddressCommon

func (c *RDSMYSQLV2) CreateDBEndpointPublicAddressCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateDBEndpointPublicAddressCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation CreateDBEndpointPublicAddressCommon for usage and error information.

func (*RDSMYSQLV2) CreateDBEndpointPublicAddressCommonRequest

func (c *RDSMYSQLV2) CreateDBEndpointPublicAddressCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateDBEndpointPublicAddressCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateDBEndpointPublicAddressCommon operation. The "output" return value will be populated with the CreateDBEndpointPublicAddressCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateDBEndpointPublicAddressCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDBEndpointPublicAddressCommon Send returns without error.

See CreateDBEndpointPublicAddressCommon for more information on using the CreateDBEndpointPublicAddressCommon API call, and error handling.

// Example sending a request using the CreateDBEndpointPublicAddressCommonRequest method.
req, resp := client.CreateDBEndpointPublicAddressCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) CreateDBEndpointPublicAddressCommonWithContext

func (c *RDSMYSQLV2) CreateDBEndpointPublicAddressCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateDBEndpointPublicAddressCommonWithContext is the same as CreateDBEndpointPublicAddressCommon with the addition of the ability to pass a context and additional request options.

See CreateDBEndpointPublicAddressCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) CreateDBEndpointPublicAddressRequest

func (c *RDSMYSQLV2) CreateDBEndpointPublicAddressRequest(input *CreateDBEndpointPublicAddressInput) (req *request.Request, output *CreateDBEndpointPublicAddressOutput)

CreateDBEndpointPublicAddressRequest generates a "volcengine/request.Request" representing the client's request for the CreateDBEndpointPublicAddress operation. The "output" return value will be populated with the CreateDBEndpointPublicAddressCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateDBEndpointPublicAddressCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDBEndpointPublicAddressCommon Send returns without error.

See CreateDBEndpointPublicAddress for more information on using the CreateDBEndpointPublicAddress API call, and error handling.

// Example sending a request using the CreateDBEndpointPublicAddressRequest method.
req, resp := client.CreateDBEndpointPublicAddressRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) CreateDBEndpointPublicAddressWithContext

func (c *RDSMYSQLV2) CreateDBEndpointPublicAddressWithContext(ctx volcengine.Context, input *CreateDBEndpointPublicAddressInput, opts ...request.Option) (*CreateDBEndpointPublicAddressOutput, error)

CreateDBEndpointPublicAddressWithContext is the same as CreateDBEndpointPublicAddress with the addition of the ability to pass a context and additional request options.

See CreateDBEndpointPublicAddress for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) CreateDBEndpointRequest

func (c *RDSMYSQLV2) CreateDBEndpointRequest(input *CreateDBEndpointInput) (req *request.Request, output *CreateDBEndpointOutput)

CreateDBEndpointRequest generates a "volcengine/request.Request" representing the client's request for the CreateDBEndpoint operation. The "output" return value will be populated with the CreateDBEndpointCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateDBEndpointCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDBEndpointCommon Send returns without error.

See CreateDBEndpoint for more information on using the CreateDBEndpoint API call, and error handling.

// Example sending a request using the CreateDBEndpointRequest method.
req, resp := client.CreateDBEndpointRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) CreateDBEndpointWithContext

func (c *RDSMYSQLV2) CreateDBEndpointWithContext(ctx volcengine.Context, input *CreateDBEndpointInput, opts ...request.Option) (*CreateDBEndpointOutput, error)

CreateDBEndpointWithContext is the same as CreateDBEndpoint with the addition of the ability to pass a context and additional request options.

See CreateDBEndpoint for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) CreateDBInstance

func (c *RDSMYSQLV2) CreateDBInstance(input *CreateDBInstanceInput) (*CreateDBInstanceOutput, error)

CreateDBInstance API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation CreateDBInstance for usage and error information.

func (*RDSMYSQLV2) CreateDBInstanceCommon

func (c *RDSMYSQLV2) CreateDBInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateDBInstanceCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation CreateDBInstanceCommon for usage and error information.

func (*RDSMYSQLV2) CreateDBInstanceCommonRequest

func (c *RDSMYSQLV2) CreateDBInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateDBInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateDBInstanceCommon operation. The "output" return value will be populated with the CreateDBInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateDBInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDBInstanceCommon Send returns without error.

See CreateDBInstanceCommon for more information on using the CreateDBInstanceCommon API call, and error handling.

// Example sending a request using the CreateDBInstanceCommonRequest method.
req, resp := client.CreateDBInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) CreateDBInstanceCommonWithContext

func (c *RDSMYSQLV2) CreateDBInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateDBInstanceCommonWithContext is the same as CreateDBInstanceCommon with the addition of the ability to pass a context and additional request options.

See CreateDBInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) CreateDBInstanceRequest

func (c *RDSMYSQLV2) CreateDBInstanceRequest(input *CreateDBInstanceInput) (req *request.Request, output *CreateDBInstanceOutput)

CreateDBInstanceRequest generates a "volcengine/request.Request" representing the client's request for the CreateDBInstance operation. The "output" return value will be populated with the CreateDBInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateDBInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDBInstanceCommon Send returns without error.

See CreateDBInstance for more information on using the CreateDBInstance API call, and error handling.

// Example sending a request using the CreateDBInstanceRequest method.
req, resp := client.CreateDBInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) CreateDBInstanceWithContext

func (c *RDSMYSQLV2) CreateDBInstanceWithContext(ctx volcengine.Context, input *CreateDBInstanceInput, opts ...request.Option) (*CreateDBInstanceOutput, error)

CreateDBInstanceWithContext is the same as CreateDBInstance with the addition of the ability to pass a context and additional request options.

See CreateDBInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) CreateDatabase

func (c *RDSMYSQLV2) CreateDatabase(input *CreateDatabaseInput) (*CreateDatabaseOutput, error)

CreateDatabase API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation CreateDatabase for usage and error information.

func (*RDSMYSQLV2) CreateDatabaseCommon

func (c *RDSMYSQLV2) CreateDatabaseCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateDatabaseCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation CreateDatabaseCommon for usage and error information.

func (*RDSMYSQLV2) CreateDatabaseCommonRequest

func (c *RDSMYSQLV2) CreateDatabaseCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateDatabaseCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateDatabaseCommon operation. The "output" return value will be populated with the CreateDatabaseCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateDatabaseCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDatabaseCommon Send returns without error.

See CreateDatabaseCommon for more information on using the CreateDatabaseCommon API call, and error handling.

// Example sending a request using the CreateDatabaseCommonRequest method.
req, resp := client.CreateDatabaseCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) CreateDatabaseCommonWithContext

func (c *RDSMYSQLV2) CreateDatabaseCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateDatabaseCommonWithContext is the same as CreateDatabaseCommon with the addition of the ability to pass a context and additional request options.

See CreateDatabaseCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) CreateDatabaseRequest

func (c *RDSMYSQLV2) CreateDatabaseRequest(input *CreateDatabaseInput) (req *request.Request, output *CreateDatabaseOutput)

CreateDatabaseRequest generates a "volcengine/request.Request" representing the client's request for the CreateDatabase operation. The "output" return value will be populated with the CreateDatabaseCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateDatabaseCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDatabaseCommon Send returns without error.

See CreateDatabase for more information on using the CreateDatabase API call, and error handling.

// Example sending a request using the CreateDatabaseRequest method.
req, resp := client.CreateDatabaseRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) CreateDatabaseWithContext

func (c *RDSMYSQLV2) CreateDatabaseWithContext(ctx volcengine.Context, input *CreateDatabaseInput, opts ...request.Option) (*CreateDatabaseOutput, error)

CreateDatabaseWithContext is the same as CreateDatabase with the addition of the ability to pass a context and additional request options.

See CreateDatabase for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) CreateParameterTemplate added in v1.0.93

func (c *RDSMYSQLV2) CreateParameterTemplate(input *CreateParameterTemplateInput) (*CreateParameterTemplateOutput, error)

CreateParameterTemplate API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation CreateParameterTemplate for usage and error information.

func (*RDSMYSQLV2) CreateParameterTemplateCommon added in v1.0.93

func (c *RDSMYSQLV2) CreateParameterTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateParameterTemplateCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation CreateParameterTemplateCommon for usage and error information.

func (*RDSMYSQLV2) CreateParameterTemplateCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) CreateParameterTemplateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateParameterTemplateCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateParameterTemplateCommon operation. The "output" return value will be populated with the CreateParameterTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateParameterTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after CreateParameterTemplateCommon Send returns without error.

See CreateParameterTemplateCommon for more information on using the CreateParameterTemplateCommon API call, and error handling.

// Example sending a request using the CreateParameterTemplateCommonRequest method.
req, resp := client.CreateParameterTemplateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) CreateParameterTemplateCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) CreateParameterTemplateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateParameterTemplateCommonWithContext is the same as CreateParameterTemplateCommon with the addition of the ability to pass a context and additional request options.

See CreateParameterTemplateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) CreateParameterTemplateRequest added in v1.0.93

func (c *RDSMYSQLV2) CreateParameterTemplateRequest(input *CreateParameterTemplateInput) (req *request.Request, output *CreateParameterTemplateOutput)

CreateParameterTemplateRequest generates a "volcengine/request.Request" representing the client's request for the CreateParameterTemplate operation. The "output" return value will be populated with the CreateParameterTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateParameterTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after CreateParameterTemplateCommon Send returns without error.

See CreateParameterTemplate for more information on using the CreateParameterTemplate API call, and error handling.

// Example sending a request using the CreateParameterTemplateRequest method.
req, resp := client.CreateParameterTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) CreateParameterTemplateWithContext added in v1.0.93

func (c *RDSMYSQLV2) CreateParameterTemplateWithContext(ctx volcengine.Context, input *CreateParameterTemplateInput, opts ...request.Option) (*CreateParameterTemplateOutput, error)

CreateParameterTemplateWithContext is the same as CreateParameterTemplate with the addition of the ability to pass a context and additional request options.

See CreateParameterTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DeleteAllowList added in v1.0.56

func (c *RDSMYSQLV2) DeleteAllowList(input *DeleteAllowListInput) (*DeleteAllowListOutput, error)

DeleteAllowList API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DeleteAllowList for usage and error information.

func (*RDSMYSQLV2) DeleteAllowListCommon added in v1.0.56

func (c *RDSMYSQLV2) DeleteAllowListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteAllowListCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DeleteAllowListCommon for usage and error information.

func (*RDSMYSQLV2) DeleteAllowListCommonRequest added in v1.0.56

func (c *RDSMYSQLV2) DeleteAllowListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteAllowListCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteAllowListCommon operation. The "output" return value will be populated with the DeleteAllowListCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteAllowListCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteAllowListCommon Send returns without error.

See DeleteAllowListCommon for more information on using the DeleteAllowListCommon API call, and error handling.

// Example sending a request using the DeleteAllowListCommonRequest method.
req, resp := client.DeleteAllowListCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DeleteAllowListCommonWithContext added in v1.0.56

func (c *RDSMYSQLV2) DeleteAllowListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteAllowListCommonWithContext is the same as DeleteAllowListCommon with the addition of the ability to pass a context and additional request options.

See DeleteAllowListCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DeleteAllowListRequest added in v1.0.56

func (c *RDSMYSQLV2) DeleteAllowListRequest(input *DeleteAllowListInput) (req *request.Request, output *DeleteAllowListOutput)

DeleteAllowListRequest generates a "volcengine/request.Request" representing the client's request for the DeleteAllowList operation. The "output" return value will be populated with the DeleteAllowListCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteAllowListCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteAllowListCommon Send returns without error.

See DeleteAllowList for more information on using the DeleteAllowList API call, and error handling.

// Example sending a request using the DeleteAllowListRequest method.
req, resp := client.DeleteAllowListRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DeleteAllowListWithContext added in v1.0.56

func (c *RDSMYSQLV2) DeleteAllowListWithContext(ctx volcengine.Context, input *DeleteAllowListInput, opts ...request.Option) (*DeleteAllowListOutput, error)

DeleteAllowListWithContext is the same as DeleteAllowList with the addition of the ability to pass a context and additional request options.

See DeleteAllowList for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DeleteDBAccount

func (c *RDSMYSQLV2) DeleteDBAccount(input *DeleteDBAccountInput) (*DeleteDBAccountOutput, error)

DeleteDBAccount API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DeleteDBAccount for usage and error information.

func (*RDSMYSQLV2) DeleteDBAccountCommon

func (c *RDSMYSQLV2) DeleteDBAccountCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteDBAccountCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DeleteDBAccountCommon for usage and error information.

func (*RDSMYSQLV2) DeleteDBAccountCommonRequest

func (c *RDSMYSQLV2) DeleteDBAccountCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteDBAccountCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDBAccountCommon operation. The "output" return value will be populated with the DeleteDBAccountCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteDBAccountCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDBAccountCommon Send returns without error.

See DeleteDBAccountCommon for more information on using the DeleteDBAccountCommon API call, and error handling.

// Example sending a request using the DeleteDBAccountCommonRequest method.
req, resp := client.DeleteDBAccountCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DeleteDBAccountCommonWithContext

func (c *RDSMYSQLV2) DeleteDBAccountCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteDBAccountCommonWithContext is the same as DeleteDBAccountCommon with the addition of the ability to pass a context and additional request options.

See DeleteDBAccountCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DeleteDBAccountRequest

func (c *RDSMYSQLV2) DeleteDBAccountRequest(input *DeleteDBAccountInput) (req *request.Request, output *DeleteDBAccountOutput)

DeleteDBAccountRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDBAccount operation. The "output" return value will be populated with the DeleteDBAccountCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteDBAccountCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDBAccountCommon Send returns without error.

See DeleteDBAccount for more information on using the DeleteDBAccount API call, and error handling.

// Example sending a request using the DeleteDBAccountRequest method.
req, resp := client.DeleteDBAccountRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DeleteDBAccountWithContext

func (c *RDSMYSQLV2) DeleteDBAccountWithContext(ctx volcengine.Context, input *DeleteDBAccountInput, opts ...request.Option) (*DeleteDBAccountOutput, error)

DeleteDBAccountWithContext is the same as DeleteDBAccount with the addition of the ability to pass a context and additional request options.

See DeleteDBAccount for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DeleteDBEndpoint

func (c *RDSMYSQLV2) DeleteDBEndpoint(input *DeleteDBEndpointInput) (*DeleteDBEndpointOutput, error)

DeleteDBEndpoint API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DeleteDBEndpoint for usage and error information.

func (*RDSMYSQLV2) DeleteDBEndpointCommon

func (c *RDSMYSQLV2) DeleteDBEndpointCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteDBEndpointCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DeleteDBEndpointCommon for usage and error information.

func (*RDSMYSQLV2) DeleteDBEndpointCommonRequest

func (c *RDSMYSQLV2) DeleteDBEndpointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteDBEndpointCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDBEndpointCommon operation. The "output" return value will be populated with the DeleteDBEndpointCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteDBEndpointCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDBEndpointCommon Send returns without error.

See DeleteDBEndpointCommon for more information on using the DeleteDBEndpointCommon API call, and error handling.

// Example sending a request using the DeleteDBEndpointCommonRequest method.
req, resp := client.DeleteDBEndpointCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DeleteDBEndpointCommonWithContext

func (c *RDSMYSQLV2) DeleteDBEndpointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteDBEndpointCommonWithContext is the same as DeleteDBEndpointCommon with the addition of the ability to pass a context and additional request options.

See DeleteDBEndpointCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DeleteDBEndpointPublicAddress

func (c *RDSMYSQLV2) DeleteDBEndpointPublicAddress(input *DeleteDBEndpointPublicAddressInput) (*DeleteDBEndpointPublicAddressOutput, error)

DeleteDBEndpointPublicAddress API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DeleteDBEndpointPublicAddress for usage and error information.

func (*RDSMYSQLV2) DeleteDBEndpointPublicAddressCommon

func (c *RDSMYSQLV2) DeleteDBEndpointPublicAddressCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteDBEndpointPublicAddressCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DeleteDBEndpointPublicAddressCommon for usage and error information.

func (*RDSMYSQLV2) DeleteDBEndpointPublicAddressCommonRequest

func (c *RDSMYSQLV2) DeleteDBEndpointPublicAddressCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteDBEndpointPublicAddressCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDBEndpointPublicAddressCommon operation. The "output" return value will be populated with the DeleteDBEndpointPublicAddressCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteDBEndpointPublicAddressCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDBEndpointPublicAddressCommon Send returns without error.

See DeleteDBEndpointPublicAddressCommon for more information on using the DeleteDBEndpointPublicAddressCommon API call, and error handling.

// Example sending a request using the DeleteDBEndpointPublicAddressCommonRequest method.
req, resp := client.DeleteDBEndpointPublicAddressCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DeleteDBEndpointPublicAddressCommonWithContext

func (c *RDSMYSQLV2) DeleteDBEndpointPublicAddressCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteDBEndpointPublicAddressCommonWithContext is the same as DeleteDBEndpointPublicAddressCommon with the addition of the ability to pass a context and additional request options.

See DeleteDBEndpointPublicAddressCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DeleteDBEndpointPublicAddressRequest

func (c *RDSMYSQLV2) DeleteDBEndpointPublicAddressRequest(input *DeleteDBEndpointPublicAddressInput) (req *request.Request, output *DeleteDBEndpointPublicAddressOutput)

DeleteDBEndpointPublicAddressRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDBEndpointPublicAddress operation. The "output" return value will be populated with the DeleteDBEndpointPublicAddressCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteDBEndpointPublicAddressCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDBEndpointPublicAddressCommon Send returns without error.

See DeleteDBEndpointPublicAddress for more information on using the DeleteDBEndpointPublicAddress API call, and error handling.

// Example sending a request using the DeleteDBEndpointPublicAddressRequest method.
req, resp := client.DeleteDBEndpointPublicAddressRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DeleteDBEndpointPublicAddressWithContext

func (c *RDSMYSQLV2) DeleteDBEndpointPublicAddressWithContext(ctx volcengine.Context, input *DeleteDBEndpointPublicAddressInput, opts ...request.Option) (*DeleteDBEndpointPublicAddressOutput, error)

DeleteDBEndpointPublicAddressWithContext is the same as DeleteDBEndpointPublicAddress with the addition of the ability to pass a context and additional request options.

See DeleteDBEndpointPublicAddress for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DeleteDBEndpointRequest

func (c *RDSMYSQLV2) DeleteDBEndpointRequest(input *DeleteDBEndpointInput) (req *request.Request, output *DeleteDBEndpointOutput)

DeleteDBEndpointRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDBEndpoint operation. The "output" return value will be populated with the DeleteDBEndpointCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteDBEndpointCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDBEndpointCommon Send returns without error.

See DeleteDBEndpoint for more information on using the DeleteDBEndpoint API call, and error handling.

// Example sending a request using the DeleteDBEndpointRequest method.
req, resp := client.DeleteDBEndpointRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DeleteDBEndpointWithContext

func (c *RDSMYSQLV2) DeleteDBEndpointWithContext(ctx volcengine.Context, input *DeleteDBEndpointInput, opts ...request.Option) (*DeleteDBEndpointOutput, error)

DeleteDBEndpointWithContext is the same as DeleteDBEndpoint with the addition of the ability to pass a context and additional request options.

See DeleteDBEndpoint for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DeleteDBInstance

func (c *RDSMYSQLV2) DeleteDBInstance(input *DeleteDBInstanceInput) (*DeleteDBInstanceOutput, error)

DeleteDBInstance API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DeleteDBInstance for usage and error information.

func (*RDSMYSQLV2) DeleteDBInstanceCommon

func (c *RDSMYSQLV2) DeleteDBInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteDBInstanceCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DeleteDBInstanceCommon for usage and error information.

func (*RDSMYSQLV2) DeleteDBInstanceCommonRequest

func (c *RDSMYSQLV2) DeleteDBInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteDBInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDBInstanceCommon operation. The "output" return value will be populated with the DeleteDBInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteDBInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDBInstanceCommon Send returns without error.

See DeleteDBInstanceCommon for more information on using the DeleteDBInstanceCommon API call, and error handling.

// Example sending a request using the DeleteDBInstanceCommonRequest method.
req, resp := client.DeleteDBInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DeleteDBInstanceCommonWithContext

func (c *RDSMYSQLV2) DeleteDBInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteDBInstanceCommonWithContext is the same as DeleteDBInstanceCommon with the addition of the ability to pass a context and additional request options.

See DeleteDBInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DeleteDBInstanceRequest

func (c *RDSMYSQLV2) DeleteDBInstanceRequest(input *DeleteDBInstanceInput) (req *request.Request, output *DeleteDBInstanceOutput)

DeleteDBInstanceRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDBInstance operation. The "output" return value will be populated with the DeleteDBInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteDBInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDBInstanceCommon Send returns without error.

See DeleteDBInstance for more information on using the DeleteDBInstance API call, and error handling.

// Example sending a request using the DeleteDBInstanceRequest method.
req, resp := client.DeleteDBInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DeleteDBInstanceWithContext

func (c *RDSMYSQLV2) DeleteDBInstanceWithContext(ctx volcengine.Context, input *DeleteDBInstanceInput, opts ...request.Option) (*DeleteDBInstanceOutput, error)

DeleteDBInstanceWithContext is the same as DeleteDBInstance with the addition of the ability to pass a context and additional request options.

See DeleteDBInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DeleteDataBackup added in v1.0.125

func (c *RDSMYSQLV2) DeleteDataBackup(input *DeleteDataBackupInput) (*DeleteDataBackupOutput, error)

DeleteDataBackup API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DeleteDataBackup for usage and error information.

func (*RDSMYSQLV2) DeleteDataBackupCommon added in v1.0.125

func (c *RDSMYSQLV2) DeleteDataBackupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteDataBackupCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DeleteDataBackupCommon for usage and error information.

func (*RDSMYSQLV2) DeleteDataBackupCommonRequest added in v1.0.125

func (c *RDSMYSQLV2) DeleteDataBackupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteDataBackupCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDataBackupCommon operation. The "output" return value will be populated with the DeleteDataBackupCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteDataBackupCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDataBackupCommon Send returns without error.

See DeleteDataBackupCommon for more information on using the DeleteDataBackupCommon API call, and error handling.

// Example sending a request using the DeleteDataBackupCommonRequest method.
req, resp := client.DeleteDataBackupCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DeleteDataBackupCommonWithContext added in v1.0.125

func (c *RDSMYSQLV2) DeleteDataBackupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteDataBackupCommonWithContext is the same as DeleteDataBackupCommon with the addition of the ability to pass a context and additional request options.

See DeleteDataBackupCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DeleteDataBackupRequest added in v1.0.125

func (c *RDSMYSQLV2) DeleteDataBackupRequest(input *DeleteDataBackupInput) (req *request.Request, output *DeleteDataBackupOutput)

DeleteDataBackupRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDataBackup operation. The "output" return value will be populated with the DeleteDataBackupCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteDataBackupCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDataBackupCommon Send returns without error.

See DeleteDataBackup for more information on using the DeleteDataBackup API call, and error handling.

// Example sending a request using the DeleteDataBackupRequest method.
req, resp := client.DeleteDataBackupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DeleteDataBackupWithContext added in v1.0.125

func (c *RDSMYSQLV2) DeleteDataBackupWithContext(ctx volcengine.Context, input *DeleteDataBackupInput, opts ...request.Option) (*DeleteDataBackupOutput, error)

DeleteDataBackupWithContext is the same as DeleteDataBackup with the addition of the ability to pass a context and additional request options.

See DeleteDataBackup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DeleteDatabase

func (c *RDSMYSQLV2) DeleteDatabase(input *DeleteDatabaseInput) (*DeleteDatabaseOutput, error)

DeleteDatabase API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DeleteDatabase for usage and error information.

func (*RDSMYSQLV2) DeleteDatabaseCommon

func (c *RDSMYSQLV2) DeleteDatabaseCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteDatabaseCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DeleteDatabaseCommon for usage and error information.

func (*RDSMYSQLV2) DeleteDatabaseCommonRequest

func (c *RDSMYSQLV2) DeleteDatabaseCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteDatabaseCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDatabaseCommon operation. The "output" return value will be populated with the DeleteDatabaseCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteDatabaseCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDatabaseCommon Send returns without error.

See DeleteDatabaseCommon for more information on using the DeleteDatabaseCommon API call, and error handling.

// Example sending a request using the DeleteDatabaseCommonRequest method.
req, resp := client.DeleteDatabaseCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DeleteDatabaseCommonWithContext

func (c *RDSMYSQLV2) DeleteDatabaseCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteDatabaseCommonWithContext is the same as DeleteDatabaseCommon with the addition of the ability to pass a context and additional request options.

See DeleteDatabaseCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DeleteDatabaseRequest

func (c *RDSMYSQLV2) DeleteDatabaseRequest(input *DeleteDatabaseInput) (req *request.Request, output *DeleteDatabaseOutput)

DeleteDatabaseRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDatabase operation. The "output" return value will be populated with the DeleteDatabaseCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteDatabaseCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDatabaseCommon Send returns without error.

See DeleteDatabase for more information on using the DeleteDatabase API call, and error handling.

// Example sending a request using the DeleteDatabaseRequest method.
req, resp := client.DeleteDatabaseRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DeleteDatabaseWithContext

func (c *RDSMYSQLV2) DeleteDatabaseWithContext(ctx volcengine.Context, input *DeleteDatabaseInput, opts ...request.Option) (*DeleteDatabaseOutput, error)

DeleteDatabaseWithContext is the same as DeleteDatabase with the addition of the ability to pass a context and additional request options.

See DeleteDatabase for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DeleteParameterTemplate added in v1.0.93

func (c *RDSMYSQLV2) DeleteParameterTemplate(input *DeleteParameterTemplateInput) (*DeleteParameterTemplateOutput, error)

DeleteParameterTemplate API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DeleteParameterTemplate for usage and error information.

func (*RDSMYSQLV2) DeleteParameterTemplateCommon added in v1.0.93

func (c *RDSMYSQLV2) DeleteParameterTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteParameterTemplateCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DeleteParameterTemplateCommon for usage and error information.

func (*RDSMYSQLV2) DeleteParameterTemplateCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) DeleteParameterTemplateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteParameterTemplateCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteParameterTemplateCommon operation. The "output" return value will be populated with the DeleteParameterTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteParameterTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteParameterTemplateCommon Send returns without error.

See DeleteParameterTemplateCommon for more information on using the DeleteParameterTemplateCommon API call, and error handling.

// Example sending a request using the DeleteParameterTemplateCommonRequest method.
req, resp := client.DeleteParameterTemplateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DeleteParameterTemplateCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) DeleteParameterTemplateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteParameterTemplateCommonWithContext is the same as DeleteParameterTemplateCommon with the addition of the ability to pass a context and additional request options.

See DeleteParameterTemplateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DeleteParameterTemplateRequest added in v1.0.93

func (c *RDSMYSQLV2) DeleteParameterTemplateRequest(input *DeleteParameterTemplateInput) (req *request.Request, output *DeleteParameterTemplateOutput)

DeleteParameterTemplateRequest generates a "volcengine/request.Request" representing the client's request for the DeleteParameterTemplate operation. The "output" return value will be populated with the DeleteParameterTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteParameterTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteParameterTemplateCommon Send returns without error.

See DeleteParameterTemplate for more information on using the DeleteParameterTemplate API call, and error handling.

// Example sending a request using the DeleteParameterTemplateRequest method.
req, resp := client.DeleteParameterTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DeleteParameterTemplateWithContext added in v1.0.93

func (c *RDSMYSQLV2) DeleteParameterTemplateWithContext(ctx volcengine.Context, input *DeleteParameterTemplateInput, opts ...request.Option) (*DeleteParameterTemplateOutput, error)

DeleteParameterTemplateWithContext is the same as DeleteParameterTemplate with the addition of the ability to pass a context and additional request options.

See DeleteParameterTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeAllowListDetail added in v1.0.56

func (c *RDSMYSQLV2) DescribeAllowListDetail(input *DescribeAllowListDetailInput) (*DescribeAllowListDetailOutput, error)

DescribeAllowListDetail API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeAllowListDetail for usage and error information.

func (*RDSMYSQLV2) DescribeAllowListDetailCommon added in v1.0.56

func (c *RDSMYSQLV2) DescribeAllowListDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeAllowListDetailCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeAllowListDetailCommon for usage and error information.

func (*RDSMYSQLV2) DescribeAllowListDetailCommonRequest added in v1.0.56

func (c *RDSMYSQLV2) DescribeAllowListDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeAllowListDetailCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeAllowListDetailCommon operation. The "output" return value will be populated with the DescribeAllowListDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeAllowListDetailCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeAllowListDetailCommon Send returns without error.

See DescribeAllowListDetailCommon for more information on using the DescribeAllowListDetailCommon API call, and error handling.

// Example sending a request using the DescribeAllowListDetailCommonRequest method.
req, resp := client.DescribeAllowListDetailCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeAllowListDetailCommonWithContext added in v1.0.56

func (c *RDSMYSQLV2) DescribeAllowListDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeAllowListDetailCommonWithContext is the same as DescribeAllowListDetailCommon with the addition of the ability to pass a context and additional request options.

See DescribeAllowListDetailCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeAllowListDetailRequest added in v1.0.56

func (c *RDSMYSQLV2) DescribeAllowListDetailRequest(input *DescribeAllowListDetailInput) (req *request.Request, output *DescribeAllowListDetailOutput)

DescribeAllowListDetailRequest generates a "volcengine/request.Request" representing the client's request for the DescribeAllowListDetail operation. The "output" return value will be populated with the DescribeAllowListDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeAllowListDetailCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeAllowListDetailCommon Send returns without error.

See DescribeAllowListDetail for more information on using the DescribeAllowListDetail API call, and error handling.

// Example sending a request using the DescribeAllowListDetailRequest method.
req, resp := client.DescribeAllowListDetailRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeAllowListDetailWithContext added in v1.0.56

func (c *RDSMYSQLV2) DescribeAllowListDetailWithContext(ctx volcengine.Context, input *DescribeAllowListDetailInput, opts ...request.Option) (*DescribeAllowListDetailOutput, error)

DescribeAllowListDetailWithContext is the same as DescribeAllowListDetail with the addition of the ability to pass a context and additional request options.

See DescribeAllowListDetail for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeAllowLists added in v1.0.56

func (c *RDSMYSQLV2) DescribeAllowLists(input *DescribeAllowListsInput) (*DescribeAllowListsOutput, error)

DescribeAllowLists API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeAllowLists for usage and error information.

func (*RDSMYSQLV2) DescribeAllowListsCommon added in v1.0.56

func (c *RDSMYSQLV2) DescribeAllowListsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeAllowListsCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeAllowListsCommon for usage and error information.

func (*RDSMYSQLV2) DescribeAllowListsCommonRequest added in v1.0.56

func (c *RDSMYSQLV2) DescribeAllowListsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeAllowListsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeAllowListsCommon operation. The "output" return value will be populated with the DescribeAllowListsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeAllowListsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeAllowListsCommon Send returns without error.

See DescribeAllowListsCommon for more information on using the DescribeAllowListsCommon API call, and error handling.

// Example sending a request using the DescribeAllowListsCommonRequest method.
req, resp := client.DescribeAllowListsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeAllowListsCommonWithContext added in v1.0.56

func (c *RDSMYSQLV2) DescribeAllowListsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeAllowListsCommonWithContext is the same as DescribeAllowListsCommon with the addition of the ability to pass a context and additional request options.

See DescribeAllowListsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeAllowListsRequest added in v1.0.56

func (c *RDSMYSQLV2) DescribeAllowListsRequest(input *DescribeAllowListsInput) (req *request.Request, output *DescribeAllowListsOutput)

DescribeAllowListsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeAllowLists operation. The "output" return value will be populated with the DescribeAllowListsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeAllowListsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeAllowListsCommon Send returns without error.

See DescribeAllowLists for more information on using the DescribeAllowLists API call, and error handling.

// Example sending a request using the DescribeAllowListsRequest method.
req, resp := client.DescribeAllowListsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeAllowListsWithContext added in v1.0.56

func (c *RDSMYSQLV2) DescribeAllowListsWithContext(ctx volcengine.Context, input *DescribeAllowListsInput, opts ...request.Option) (*DescribeAllowListsOutput, error)

DescribeAllowListsWithContext is the same as DescribeAllowLists with the addition of the ability to pass a context and additional request options.

See DescribeAllowLists for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeApplyParameterTemplate added in v1.0.93

func (c *RDSMYSQLV2) DescribeApplyParameterTemplate(input *DescribeApplyParameterTemplateInput) (*DescribeApplyParameterTemplateOutput, error)

DescribeApplyParameterTemplate API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeApplyParameterTemplate for usage and error information.

func (*RDSMYSQLV2) DescribeApplyParameterTemplateCommon added in v1.0.93

func (c *RDSMYSQLV2) DescribeApplyParameterTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeApplyParameterTemplateCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeApplyParameterTemplateCommon for usage and error information.

func (*RDSMYSQLV2) DescribeApplyParameterTemplateCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) DescribeApplyParameterTemplateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeApplyParameterTemplateCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeApplyParameterTemplateCommon operation. The "output" return value will be populated with the DescribeApplyParameterTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeApplyParameterTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeApplyParameterTemplateCommon Send returns without error.

See DescribeApplyParameterTemplateCommon for more information on using the DescribeApplyParameterTemplateCommon API call, and error handling.

// Example sending a request using the DescribeApplyParameterTemplateCommonRequest method.
req, resp := client.DescribeApplyParameterTemplateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeApplyParameterTemplateCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) DescribeApplyParameterTemplateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeApplyParameterTemplateCommonWithContext is the same as DescribeApplyParameterTemplateCommon with the addition of the ability to pass a context and additional request options.

See DescribeApplyParameterTemplateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeApplyParameterTemplateRequest added in v1.0.93

func (c *RDSMYSQLV2) DescribeApplyParameterTemplateRequest(input *DescribeApplyParameterTemplateInput) (req *request.Request, output *DescribeApplyParameterTemplateOutput)

DescribeApplyParameterTemplateRequest generates a "volcengine/request.Request" representing the client's request for the DescribeApplyParameterTemplate operation. The "output" return value will be populated with the DescribeApplyParameterTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeApplyParameterTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeApplyParameterTemplateCommon Send returns without error.

See DescribeApplyParameterTemplate for more information on using the DescribeApplyParameterTemplate API call, and error handling.

// Example sending a request using the DescribeApplyParameterTemplateRequest method.
req, resp := client.DescribeApplyParameterTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeApplyParameterTemplateWithContext added in v1.0.93

func (c *RDSMYSQLV2) DescribeApplyParameterTemplateWithContext(ctx volcengine.Context, input *DescribeApplyParameterTemplateInput, opts ...request.Option) (*DescribeApplyParameterTemplateOutput, error)

DescribeApplyParameterTemplateWithContext is the same as DescribeApplyParameterTemplate with the addition of the ability to pass a context and additional request options.

See DescribeApplyParameterTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeAvailabilityZones

func (c *RDSMYSQLV2) DescribeAvailabilityZones(input *DescribeAvailabilityZonesInput) (*DescribeAvailabilityZonesOutput, error)

DescribeAvailabilityZones API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeAvailabilityZones for usage and error information.

func (*RDSMYSQLV2) DescribeAvailabilityZonesCommon

func (c *RDSMYSQLV2) DescribeAvailabilityZonesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeAvailabilityZonesCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeAvailabilityZonesCommon for usage and error information.

func (*RDSMYSQLV2) DescribeAvailabilityZonesCommonRequest

func (c *RDSMYSQLV2) DescribeAvailabilityZonesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeAvailabilityZonesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeAvailabilityZonesCommon operation. The "output" return value will be populated with the DescribeAvailabilityZonesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeAvailabilityZonesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeAvailabilityZonesCommon Send returns without error.

See DescribeAvailabilityZonesCommon for more information on using the DescribeAvailabilityZonesCommon API call, and error handling.

// Example sending a request using the DescribeAvailabilityZonesCommonRequest method.
req, resp := client.DescribeAvailabilityZonesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeAvailabilityZonesCommonWithContext

func (c *RDSMYSQLV2) DescribeAvailabilityZonesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeAvailabilityZonesCommonWithContext is the same as DescribeAvailabilityZonesCommon with the addition of the ability to pass a context and additional request options.

See DescribeAvailabilityZonesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeAvailabilityZonesRequest

func (c *RDSMYSQLV2) DescribeAvailabilityZonesRequest(input *DescribeAvailabilityZonesInput) (req *request.Request, output *DescribeAvailabilityZonesOutput)

DescribeAvailabilityZonesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeAvailabilityZones operation. The "output" return value will be populated with the DescribeAvailabilityZonesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeAvailabilityZonesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeAvailabilityZonesCommon Send returns without error.

See DescribeAvailabilityZones for more information on using the DescribeAvailabilityZones API call, and error handling.

// Example sending a request using the DescribeAvailabilityZonesRequest method.
req, resp := client.DescribeAvailabilityZonesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeAvailabilityZonesWithContext

func (c *RDSMYSQLV2) DescribeAvailabilityZonesWithContext(ctx volcengine.Context, input *DescribeAvailabilityZonesInput, opts ...request.Option) (*DescribeAvailabilityZonesOutput, error)

DescribeAvailabilityZonesWithContext is the same as DescribeAvailabilityZones with the addition of the ability to pass a context and additional request options.

See DescribeAvailabilityZones for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeAvailableCrossRegion added in v1.0.93

func (c *RDSMYSQLV2) DescribeAvailableCrossRegion(input *DescribeAvailableCrossRegionInput) (*DescribeAvailableCrossRegionOutput, error)

DescribeAvailableCrossRegion API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeAvailableCrossRegion for usage and error information.

func (*RDSMYSQLV2) DescribeAvailableCrossRegionCommon added in v1.0.93

func (c *RDSMYSQLV2) DescribeAvailableCrossRegionCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeAvailableCrossRegionCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeAvailableCrossRegionCommon for usage and error information.

func (*RDSMYSQLV2) DescribeAvailableCrossRegionCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) DescribeAvailableCrossRegionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeAvailableCrossRegionCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeAvailableCrossRegionCommon operation. The "output" return value will be populated with the DescribeAvailableCrossRegionCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeAvailableCrossRegionCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeAvailableCrossRegionCommon Send returns without error.

See DescribeAvailableCrossRegionCommon for more information on using the DescribeAvailableCrossRegionCommon API call, and error handling.

// Example sending a request using the DescribeAvailableCrossRegionCommonRequest method.
req, resp := client.DescribeAvailableCrossRegionCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeAvailableCrossRegionCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) DescribeAvailableCrossRegionCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeAvailableCrossRegionCommonWithContext is the same as DescribeAvailableCrossRegionCommon with the addition of the ability to pass a context and additional request options.

See DescribeAvailableCrossRegionCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeAvailableCrossRegionRequest added in v1.0.93

func (c *RDSMYSQLV2) DescribeAvailableCrossRegionRequest(input *DescribeAvailableCrossRegionInput) (req *request.Request, output *DescribeAvailableCrossRegionOutput)

DescribeAvailableCrossRegionRequest generates a "volcengine/request.Request" representing the client's request for the DescribeAvailableCrossRegion operation. The "output" return value will be populated with the DescribeAvailableCrossRegionCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeAvailableCrossRegionCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeAvailableCrossRegionCommon Send returns without error.

See DescribeAvailableCrossRegion for more information on using the DescribeAvailableCrossRegion API call, and error handling.

// Example sending a request using the DescribeAvailableCrossRegionRequest method.
req, resp := client.DescribeAvailableCrossRegionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeAvailableCrossRegionWithContext added in v1.0.93

func (c *RDSMYSQLV2) DescribeAvailableCrossRegionWithContext(ctx volcengine.Context, input *DescribeAvailableCrossRegionInput, opts ...request.Option) (*DescribeAvailableCrossRegionOutput, error)

DescribeAvailableCrossRegionWithContext is the same as DescribeAvailableCrossRegion with the addition of the ability to pass a context and additional request options.

See DescribeAvailableCrossRegion for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeBackupPolicy

func (c *RDSMYSQLV2) DescribeBackupPolicy(input *DescribeBackupPolicyInput) (*DescribeBackupPolicyOutput, error)

DescribeBackupPolicy API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeBackupPolicy for usage and error information.

func (*RDSMYSQLV2) DescribeBackupPolicyCommon

func (c *RDSMYSQLV2) DescribeBackupPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeBackupPolicyCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeBackupPolicyCommon for usage and error information.

func (*RDSMYSQLV2) DescribeBackupPolicyCommonRequest

func (c *RDSMYSQLV2) DescribeBackupPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeBackupPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeBackupPolicyCommon operation. The "output" return value will be populated with the DescribeBackupPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeBackupPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeBackupPolicyCommon Send returns without error.

See DescribeBackupPolicyCommon for more information on using the DescribeBackupPolicyCommon API call, and error handling.

// Example sending a request using the DescribeBackupPolicyCommonRequest method.
req, resp := client.DescribeBackupPolicyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeBackupPolicyCommonWithContext

func (c *RDSMYSQLV2) DescribeBackupPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeBackupPolicyCommonWithContext is the same as DescribeBackupPolicyCommon with the addition of the ability to pass a context and additional request options.

See DescribeBackupPolicyCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeBackupPolicyRequest

func (c *RDSMYSQLV2) DescribeBackupPolicyRequest(input *DescribeBackupPolicyInput) (req *request.Request, output *DescribeBackupPolicyOutput)

DescribeBackupPolicyRequest generates a "volcengine/request.Request" representing the client's request for the DescribeBackupPolicy operation. The "output" return value will be populated with the DescribeBackupPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeBackupPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeBackupPolicyCommon Send returns without error.

See DescribeBackupPolicy for more information on using the DescribeBackupPolicy API call, and error handling.

// Example sending a request using the DescribeBackupPolicyRequest method.
req, resp := client.DescribeBackupPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeBackupPolicyWithContext

func (c *RDSMYSQLV2) DescribeBackupPolicyWithContext(ctx volcengine.Context, input *DescribeBackupPolicyInput, opts ...request.Option) (*DescribeBackupPolicyOutput, error)

DescribeBackupPolicyWithContext is the same as DescribeBackupPolicy with the addition of the ability to pass a context and additional request options.

See DescribeBackupPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeBackups

func (c *RDSMYSQLV2) DescribeBackups(input *DescribeBackupsInput) (*DescribeBackupsOutput, error)

DescribeBackups API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeBackups for usage and error information.

func (*RDSMYSQLV2) DescribeBackupsCommon

func (c *RDSMYSQLV2) DescribeBackupsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeBackupsCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeBackupsCommon for usage and error information.

func (*RDSMYSQLV2) DescribeBackupsCommonRequest

func (c *RDSMYSQLV2) DescribeBackupsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeBackupsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeBackupsCommon operation. The "output" return value will be populated with the DescribeBackupsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeBackupsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeBackupsCommon Send returns without error.

See DescribeBackupsCommon for more information on using the DescribeBackupsCommon API call, and error handling.

// Example sending a request using the DescribeBackupsCommonRequest method.
req, resp := client.DescribeBackupsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeBackupsCommonWithContext

func (c *RDSMYSQLV2) DescribeBackupsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeBackupsCommonWithContext is the same as DescribeBackupsCommon with the addition of the ability to pass a context and additional request options.

See DescribeBackupsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeBackupsRequest

func (c *RDSMYSQLV2) DescribeBackupsRequest(input *DescribeBackupsInput) (req *request.Request, output *DescribeBackupsOutput)

DescribeBackupsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeBackups operation. The "output" return value will be populated with the DescribeBackupsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeBackupsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeBackupsCommon Send returns without error.

See DescribeBackups for more information on using the DescribeBackups API call, and error handling.

// Example sending a request using the DescribeBackupsRequest method.
req, resp := client.DescribeBackupsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeBackupsWithContext

func (c *RDSMYSQLV2) DescribeBackupsWithContext(ctx volcengine.Context, input *DescribeBackupsInput, opts ...request.Option) (*DescribeBackupsOutput, error)

DescribeBackupsWithContext is the same as DescribeBackups with the addition of the ability to pass a context and additional request options.

See DescribeBackups for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeBinlogFiles added in v1.0.93

func (c *RDSMYSQLV2) DescribeBinlogFiles(input *DescribeBinlogFilesInput) (*DescribeBinlogFilesOutput, error)

DescribeBinlogFiles API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeBinlogFiles for usage and error information.

func (*RDSMYSQLV2) DescribeBinlogFilesCommon added in v1.0.93

func (c *RDSMYSQLV2) DescribeBinlogFilesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeBinlogFilesCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeBinlogFilesCommon for usage and error information.

func (*RDSMYSQLV2) DescribeBinlogFilesCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) DescribeBinlogFilesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeBinlogFilesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeBinlogFilesCommon operation. The "output" return value will be populated with the DescribeBinlogFilesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeBinlogFilesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeBinlogFilesCommon Send returns without error.

See DescribeBinlogFilesCommon for more information on using the DescribeBinlogFilesCommon API call, and error handling.

// Example sending a request using the DescribeBinlogFilesCommonRequest method.
req, resp := client.DescribeBinlogFilesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeBinlogFilesCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) DescribeBinlogFilesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeBinlogFilesCommonWithContext is the same as DescribeBinlogFilesCommon with the addition of the ability to pass a context and additional request options.

See DescribeBinlogFilesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeBinlogFilesRequest added in v1.0.93

func (c *RDSMYSQLV2) DescribeBinlogFilesRequest(input *DescribeBinlogFilesInput) (req *request.Request, output *DescribeBinlogFilesOutput)

DescribeBinlogFilesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeBinlogFiles operation. The "output" return value will be populated with the DescribeBinlogFilesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeBinlogFilesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeBinlogFilesCommon Send returns without error.

See DescribeBinlogFiles for more information on using the DescribeBinlogFiles API call, and error handling.

// Example sending a request using the DescribeBinlogFilesRequest method.
req, resp := client.DescribeBinlogFilesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeBinlogFilesWithContext added in v1.0.93

func (c *RDSMYSQLV2) DescribeBinlogFilesWithContext(ctx volcengine.Context, input *DescribeBinlogFilesInput, opts ...request.Option) (*DescribeBinlogFilesOutput, error)

DescribeBinlogFilesWithContext is the same as DescribeBinlogFiles with the addition of the ability to pass a context and additional request options.

See DescribeBinlogFiles for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeCrossBackupPolicy added in v1.0.93

func (c *RDSMYSQLV2) DescribeCrossBackupPolicy(input *DescribeCrossBackupPolicyInput) (*DescribeCrossBackupPolicyOutput, error)

DescribeCrossBackupPolicy API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeCrossBackupPolicy for usage and error information.

func (*RDSMYSQLV2) DescribeCrossBackupPolicyCommon added in v1.0.93

func (c *RDSMYSQLV2) DescribeCrossBackupPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeCrossBackupPolicyCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeCrossBackupPolicyCommon for usage and error information.

func (*RDSMYSQLV2) DescribeCrossBackupPolicyCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) DescribeCrossBackupPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeCrossBackupPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeCrossBackupPolicyCommon operation. The "output" return value will be populated with the DescribeCrossBackupPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeCrossBackupPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeCrossBackupPolicyCommon Send returns without error.

See DescribeCrossBackupPolicyCommon for more information on using the DescribeCrossBackupPolicyCommon API call, and error handling.

// Example sending a request using the DescribeCrossBackupPolicyCommonRequest method.
req, resp := client.DescribeCrossBackupPolicyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeCrossBackupPolicyCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) DescribeCrossBackupPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeCrossBackupPolicyCommonWithContext is the same as DescribeCrossBackupPolicyCommon with the addition of the ability to pass a context and additional request options.

See DescribeCrossBackupPolicyCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeCrossBackupPolicyRequest added in v1.0.93

func (c *RDSMYSQLV2) DescribeCrossBackupPolicyRequest(input *DescribeCrossBackupPolicyInput) (req *request.Request, output *DescribeCrossBackupPolicyOutput)

DescribeCrossBackupPolicyRequest generates a "volcengine/request.Request" representing the client's request for the DescribeCrossBackupPolicy operation. The "output" return value will be populated with the DescribeCrossBackupPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeCrossBackupPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeCrossBackupPolicyCommon Send returns without error.

See DescribeCrossBackupPolicy for more information on using the DescribeCrossBackupPolicy API call, and error handling.

// Example sending a request using the DescribeCrossBackupPolicyRequest method.
req, resp := client.DescribeCrossBackupPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeCrossBackupPolicyWithContext added in v1.0.93

func (c *RDSMYSQLV2) DescribeCrossBackupPolicyWithContext(ctx volcengine.Context, input *DescribeCrossBackupPolicyInput, opts ...request.Option) (*DescribeCrossBackupPolicyOutput, error)

DescribeCrossBackupPolicyWithContext is the same as DescribeCrossBackupPolicy with the addition of the ability to pass a context and additional request options.

See DescribeCrossBackupPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeDBAccounts

func (c *RDSMYSQLV2) DescribeDBAccounts(input *DescribeDBAccountsInput) (*DescribeDBAccountsOutput, error)

DescribeDBAccounts API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeDBAccounts for usage and error information.

func (*RDSMYSQLV2) DescribeDBAccountsCommon

func (c *RDSMYSQLV2) DescribeDBAccountsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDBAccountsCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeDBAccountsCommon for usage and error information.

func (*RDSMYSQLV2) DescribeDBAccountsCommonRequest

func (c *RDSMYSQLV2) DescribeDBAccountsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDBAccountsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBAccountsCommon operation. The "output" return value will be populated with the DescribeDBAccountsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBAccountsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBAccountsCommon Send returns without error.

See DescribeDBAccountsCommon for more information on using the DescribeDBAccountsCommon API call, and error handling.

// Example sending a request using the DescribeDBAccountsCommonRequest method.
req, resp := client.DescribeDBAccountsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDBAccountsCommonWithContext

func (c *RDSMYSQLV2) DescribeDBAccountsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeDBAccountsCommonWithContext is the same as DescribeDBAccountsCommon with the addition of the ability to pass a context and additional request options.

See DescribeDBAccountsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeDBAccountsRequest

func (c *RDSMYSQLV2) DescribeDBAccountsRequest(input *DescribeDBAccountsInput) (req *request.Request, output *DescribeDBAccountsOutput)

DescribeDBAccountsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBAccounts operation. The "output" return value will be populated with the DescribeDBAccountsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBAccountsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBAccountsCommon Send returns without error.

See DescribeDBAccounts for more information on using the DescribeDBAccounts API call, and error handling.

// Example sending a request using the DescribeDBAccountsRequest method.
req, resp := client.DescribeDBAccountsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDBAccountsWithContext

func (c *RDSMYSQLV2) DescribeDBAccountsWithContext(ctx volcengine.Context, input *DescribeDBAccountsInput, opts ...request.Option) (*DescribeDBAccountsOutput, error)

DescribeDBAccountsWithContext is the same as DescribeDBAccounts with the addition of the ability to pass a context and additional request options.

See DescribeDBAccounts for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeDBInstanceDetail

func (c *RDSMYSQLV2) DescribeDBInstanceDetail(input *DescribeDBInstanceDetailInput) (*DescribeDBInstanceDetailOutput, error)

DescribeDBInstanceDetail API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeDBInstanceDetail for usage and error information.

func (*RDSMYSQLV2) DescribeDBInstanceDetailCommon

func (c *RDSMYSQLV2) DescribeDBInstanceDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDBInstanceDetailCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeDBInstanceDetailCommon for usage and error information.

func (*RDSMYSQLV2) DescribeDBInstanceDetailCommonRequest

func (c *RDSMYSQLV2) DescribeDBInstanceDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDBInstanceDetailCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstanceDetailCommon operation. The "output" return value will be populated with the DescribeDBInstanceDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstanceDetailCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstanceDetailCommon Send returns without error.

See DescribeDBInstanceDetailCommon for more information on using the DescribeDBInstanceDetailCommon API call, and error handling.

// Example sending a request using the DescribeDBInstanceDetailCommonRequest method.
req, resp := client.DescribeDBInstanceDetailCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDBInstanceDetailCommonWithContext

func (c *RDSMYSQLV2) DescribeDBInstanceDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeDBInstanceDetailCommonWithContext is the same as DescribeDBInstanceDetailCommon with the addition of the ability to pass a context and additional request options.

See DescribeDBInstanceDetailCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeDBInstanceDetailRequest

func (c *RDSMYSQLV2) DescribeDBInstanceDetailRequest(input *DescribeDBInstanceDetailInput) (req *request.Request, output *DescribeDBInstanceDetailOutput)

DescribeDBInstanceDetailRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstanceDetail operation. The "output" return value will be populated with the DescribeDBInstanceDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstanceDetailCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstanceDetailCommon Send returns without error.

See DescribeDBInstanceDetail for more information on using the DescribeDBInstanceDetail API call, and error handling.

// Example sending a request using the DescribeDBInstanceDetailRequest method.
req, resp := client.DescribeDBInstanceDetailRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDBInstanceDetailWithContext

func (c *RDSMYSQLV2) DescribeDBInstanceDetailWithContext(ctx volcengine.Context, input *DescribeDBInstanceDetailInput, opts ...request.Option) (*DescribeDBInstanceDetailOutput, error)

DescribeDBInstanceDetailWithContext is the same as DescribeDBInstanceDetail with the addition of the ability to pass a context and additional request options.

See DescribeDBInstanceDetail for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeDBInstanceParameters

func (c *RDSMYSQLV2) DescribeDBInstanceParameters(input *DescribeDBInstanceParametersInput) (*DescribeDBInstanceParametersOutput, error)

DescribeDBInstanceParameters API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeDBInstanceParameters for usage and error information.

func (*RDSMYSQLV2) DescribeDBInstanceParametersCommon

func (c *RDSMYSQLV2) DescribeDBInstanceParametersCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDBInstanceParametersCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeDBInstanceParametersCommon for usage and error information.

func (*RDSMYSQLV2) DescribeDBInstanceParametersCommonRequest

func (c *RDSMYSQLV2) DescribeDBInstanceParametersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDBInstanceParametersCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstanceParametersCommon operation. The "output" return value will be populated with the DescribeDBInstanceParametersCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstanceParametersCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstanceParametersCommon Send returns without error.

See DescribeDBInstanceParametersCommon for more information on using the DescribeDBInstanceParametersCommon API call, and error handling.

// Example sending a request using the DescribeDBInstanceParametersCommonRequest method.
req, resp := client.DescribeDBInstanceParametersCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDBInstanceParametersCommonWithContext

func (c *RDSMYSQLV2) DescribeDBInstanceParametersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeDBInstanceParametersCommonWithContext is the same as DescribeDBInstanceParametersCommon with the addition of the ability to pass a context and additional request options.

See DescribeDBInstanceParametersCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeDBInstanceParametersLog

func (c *RDSMYSQLV2) DescribeDBInstanceParametersLog(input *DescribeDBInstanceParametersLogInput) (*DescribeDBInstanceParametersLogOutput, error)

DescribeDBInstanceParametersLog API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeDBInstanceParametersLog for usage and error information.

func (*RDSMYSQLV2) DescribeDBInstanceParametersLogCommon

func (c *RDSMYSQLV2) DescribeDBInstanceParametersLogCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDBInstanceParametersLogCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeDBInstanceParametersLogCommon for usage and error information.

func (*RDSMYSQLV2) DescribeDBInstanceParametersLogCommonRequest

func (c *RDSMYSQLV2) DescribeDBInstanceParametersLogCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDBInstanceParametersLogCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstanceParametersLogCommon operation. The "output" return value will be populated with the DescribeDBInstanceParametersLogCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstanceParametersLogCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstanceParametersLogCommon Send returns without error.

See DescribeDBInstanceParametersLogCommon for more information on using the DescribeDBInstanceParametersLogCommon API call, and error handling.

// Example sending a request using the DescribeDBInstanceParametersLogCommonRequest method.
req, resp := client.DescribeDBInstanceParametersLogCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDBInstanceParametersLogCommonWithContext

func (c *RDSMYSQLV2) DescribeDBInstanceParametersLogCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeDBInstanceParametersLogCommonWithContext is the same as DescribeDBInstanceParametersLogCommon with the addition of the ability to pass a context and additional request options.

See DescribeDBInstanceParametersLogCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeDBInstanceParametersLogRequest

func (c *RDSMYSQLV2) DescribeDBInstanceParametersLogRequest(input *DescribeDBInstanceParametersLogInput) (req *request.Request, output *DescribeDBInstanceParametersLogOutput)

DescribeDBInstanceParametersLogRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstanceParametersLog operation. The "output" return value will be populated with the DescribeDBInstanceParametersLogCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstanceParametersLogCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstanceParametersLogCommon Send returns without error.

See DescribeDBInstanceParametersLog for more information on using the DescribeDBInstanceParametersLog API call, and error handling.

// Example sending a request using the DescribeDBInstanceParametersLogRequest method.
req, resp := client.DescribeDBInstanceParametersLogRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDBInstanceParametersLogWithContext

func (c *RDSMYSQLV2) DescribeDBInstanceParametersLogWithContext(ctx volcengine.Context, input *DescribeDBInstanceParametersLogInput, opts ...request.Option) (*DescribeDBInstanceParametersLogOutput, error)

DescribeDBInstanceParametersLogWithContext is the same as DescribeDBInstanceParametersLog with the addition of the ability to pass a context and additional request options.

See DescribeDBInstanceParametersLog for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeDBInstanceParametersRequest

func (c *RDSMYSQLV2) DescribeDBInstanceParametersRequest(input *DescribeDBInstanceParametersInput) (req *request.Request, output *DescribeDBInstanceParametersOutput)

DescribeDBInstanceParametersRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstanceParameters operation. The "output" return value will be populated with the DescribeDBInstanceParametersCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstanceParametersCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstanceParametersCommon Send returns without error.

See DescribeDBInstanceParameters for more information on using the DescribeDBInstanceParameters API call, and error handling.

// Example sending a request using the DescribeDBInstanceParametersRequest method.
req, resp := client.DescribeDBInstanceParametersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDBInstanceParametersWithContext

func (c *RDSMYSQLV2) DescribeDBInstanceParametersWithContext(ctx volcengine.Context, input *DescribeDBInstanceParametersInput, opts ...request.Option) (*DescribeDBInstanceParametersOutput, error)

DescribeDBInstanceParametersWithContext is the same as DescribeDBInstanceParameters with the addition of the ability to pass a context and additional request options.

See DescribeDBInstanceParameters for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeDBInstancePriceDetail

func (c *RDSMYSQLV2) DescribeDBInstancePriceDetail(input *DescribeDBInstancePriceDetailInput) (*DescribeDBInstancePriceDetailOutput, error)

DescribeDBInstancePriceDetail API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeDBInstancePriceDetail for usage and error information.

func (*RDSMYSQLV2) DescribeDBInstancePriceDetailCommon

func (c *RDSMYSQLV2) DescribeDBInstancePriceDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDBInstancePriceDetailCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeDBInstancePriceDetailCommon for usage and error information.

func (*RDSMYSQLV2) DescribeDBInstancePriceDetailCommonRequest

func (c *RDSMYSQLV2) DescribeDBInstancePriceDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDBInstancePriceDetailCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstancePriceDetailCommon operation. The "output" return value will be populated with the DescribeDBInstancePriceDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstancePriceDetailCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstancePriceDetailCommon Send returns without error.

See DescribeDBInstancePriceDetailCommon for more information on using the DescribeDBInstancePriceDetailCommon API call, and error handling.

// Example sending a request using the DescribeDBInstancePriceDetailCommonRequest method.
req, resp := client.DescribeDBInstancePriceDetailCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDBInstancePriceDetailCommonWithContext

func (c *RDSMYSQLV2) DescribeDBInstancePriceDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeDBInstancePriceDetailCommonWithContext is the same as DescribeDBInstancePriceDetailCommon with the addition of the ability to pass a context and additional request options.

See DescribeDBInstancePriceDetailCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeDBInstancePriceDetailRequest

func (c *RDSMYSQLV2) DescribeDBInstancePriceDetailRequest(input *DescribeDBInstancePriceDetailInput) (req *request.Request, output *DescribeDBInstancePriceDetailOutput)

DescribeDBInstancePriceDetailRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstancePriceDetail operation. The "output" return value will be populated with the DescribeDBInstancePriceDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstancePriceDetailCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstancePriceDetailCommon Send returns without error.

See DescribeDBInstancePriceDetail for more information on using the DescribeDBInstancePriceDetail API call, and error handling.

// Example sending a request using the DescribeDBInstancePriceDetailRequest method.
req, resp := client.DescribeDBInstancePriceDetailRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDBInstancePriceDetailWithContext

func (c *RDSMYSQLV2) DescribeDBInstancePriceDetailWithContext(ctx volcengine.Context, input *DescribeDBInstancePriceDetailInput, opts ...request.Option) (*DescribeDBInstancePriceDetailOutput, error)

DescribeDBInstancePriceDetailWithContext is the same as DescribeDBInstancePriceDetail with the addition of the ability to pass a context and additional request options.

See DescribeDBInstancePriceDetail for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeDBInstanceSSL

func (c *RDSMYSQLV2) DescribeDBInstanceSSL(input *DescribeDBInstanceSSLInput) (*DescribeDBInstanceSSLOutput, error)

DescribeDBInstanceSSL API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeDBInstanceSSL for usage and error information.

func (*RDSMYSQLV2) DescribeDBInstanceSSLCommon

func (c *RDSMYSQLV2) DescribeDBInstanceSSLCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDBInstanceSSLCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeDBInstanceSSLCommon for usage and error information.

func (*RDSMYSQLV2) DescribeDBInstanceSSLCommonRequest

func (c *RDSMYSQLV2) DescribeDBInstanceSSLCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDBInstanceSSLCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstanceSSLCommon operation. The "output" return value will be populated with the DescribeDBInstanceSSLCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstanceSSLCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstanceSSLCommon Send returns without error.

See DescribeDBInstanceSSLCommon for more information on using the DescribeDBInstanceSSLCommon API call, and error handling.

// Example sending a request using the DescribeDBInstanceSSLCommonRequest method.
req, resp := client.DescribeDBInstanceSSLCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDBInstanceSSLCommonWithContext

func (c *RDSMYSQLV2) DescribeDBInstanceSSLCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeDBInstanceSSLCommonWithContext is the same as DescribeDBInstanceSSLCommon with the addition of the ability to pass a context and additional request options.

See DescribeDBInstanceSSLCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeDBInstanceSSLRequest

func (c *RDSMYSQLV2) DescribeDBInstanceSSLRequest(input *DescribeDBInstanceSSLInput) (req *request.Request, output *DescribeDBInstanceSSLOutput)

DescribeDBInstanceSSLRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstanceSSL operation. The "output" return value will be populated with the DescribeDBInstanceSSLCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstanceSSLCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstanceSSLCommon Send returns without error.

See DescribeDBInstanceSSL for more information on using the DescribeDBInstanceSSL API call, and error handling.

// Example sending a request using the DescribeDBInstanceSSLRequest method.
req, resp := client.DescribeDBInstanceSSLRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDBInstanceSSLWithContext

func (c *RDSMYSQLV2) DescribeDBInstanceSSLWithContext(ctx volcengine.Context, input *DescribeDBInstanceSSLInput, opts ...request.Option) (*DescribeDBInstanceSSLOutput, error)

DescribeDBInstanceSSLWithContext is the same as DescribeDBInstanceSSL with the addition of the ability to pass a context and additional request options.

See DescribeDBInstanceSSL for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeDBInstanceSpecs

func (c *RDSMYSQLV2) DescribeDBInstanceSpecs(input *DescribeDBInstanceSpecsInput) (*DescribeDBInstanceSpecsOutput, error)

DescribeDBInstanceSpecs API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeDBInstanceSpecs for usage and error information.

func (*RDSMYSQLV2) DescribeDBInstanceSpecsCommon

func (c *RDSMYSQLV2) DescribeDBInstanceSpecsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDBInstanceSpecsCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeDBInstanceSpecsCommon for usage and error information.

func (*RDSMYSQLV2) DescribeDBInstanceSpecsCommonRequest

func (c *RDSMYSQLV2) DescribeDBInstanceSpecsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDBInstanceSpecsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstanceSpecsCommon operation. The "output" return value will be populated with the DescribeDBInstanceSpecsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstanceSpecsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstanceSpecsCommon Send returns without error.

See DescribeDBInstanceSpecsCommon for more information on using the DescribeDBInstanceSpecsCommon API call, and error handling.

// Example sending a request using the DescribeDBInstanceSpecsCommonRequest method.
req, resp := client.DescribeDBInstanceSpecsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDBInstanceSpecsCommonWithContext

func (c *RDSMYSQLV2) DescribeDBInstanceSpecsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeDBInstanceSpecsCommonWithContext is the same as DescribeDBInstanceSpecsCommon with the addition of the ability to pass a context and additional request options.

See DescribeDBInstanceSpecsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeDBInstanceSpecsRequest

func (c *RDSMYSQLV2) DescribeDBInstanceSpecsRequest(input *DescribeDBInstanceSpecsInput) (req *request.Request, output *DescribeDBInstanceSpecsOutput)

DescribeDBInstanceSpecsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstanceSpecs operation. The "output" return value will be populated with the DescribeDBInstanceSpecsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstanceSpecsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstanceSpecsCommon Send returns without error.

See DescribeDBInstanceSpecs for more information on using the DescribeDBInstanceSpecs API call, and error handling.

// Example sending a request using the DescribeDBInstanceSpecsRequest method.
req, resp := client.DescribeDBInstanceSpecsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDBInstanceSpecsWithContext

func (c *RDSMYSQLV2) DescribeDBInstanceSpecsWithContext(ctx volcengine.Context, input *DescribeDBInstanceSpecsInput, opts ...request.Option) (*DescribeDBInstanceSpecsOutput, error)

DescribeDBInstanceSpecsWithContext is the same as DescribeDBInstanceSpecs with the addition of the ability to pass a context and additional request options.

See DescribeDBInstanceSpecs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeDBInstanceTDE added in v1.0.93

func (c *RDSMYSQLV2) DescribeDBInstanceTDE(input *DescribeDBInstanceTDEInput) (*DescribeDBInstanceTDEOutput, error)

DescribeDBInstanceTDE API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeDBInstanceTDE for usage and error information.

func (*RDSMYSQLV2) DescribeDBInstanceTDECommon added in v1.0.93

func (c *RDSMYSQLV2) DescribeDBInstanceTDECommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDBInstanceTDECommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeDBInstanceTDECommon for usage and error information.

func (*RDSMYSQLV2) DescribeDBInstanceTDECommonRequest added in v1.0.93

func (c *RDSMYSQLV2) DescribeDBInstanceTDECommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDBInstanceTDECommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstanceTDECommon operation. The "output" return value will be populated with the DescribeDBInstanceTDECommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstanceTDECommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstanceTDECommon Send returns without error.

See DescribeDBInstanceTDECommon for more information on using the DescribeDBInstanceTDECommon API call, and error handling.

// Example sending a request using the DescribeDBInstanceTDECommonRequest method.
req, resp := client.DescribeDBInstanceTDECommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDBInstanceTDECommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) DescribeDBInstanceTDECommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeDBInstanceTDECommonWithContext is the same as DescribeDBInstanceTDECommon with the addition of the ability to pass a context and additional request options.

See DescribeDBInstanceTDECommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeDBInstanceTDERequest added in v1.0.93

func (c *RDSMYSQLV2) DescribeDBInstanceTDERequest(input *DescribeDBInstanceTDEInput) (req *request.Request, output *DescribeDBInstanceTDEOutput)

DescribeDBInstanceTDERequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstanceTDE operation. The "output" return value will be populated with the DescribeDBInstanceTDECommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstanceTDECommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstanceTDECommon Send returns without error.

See DescribeDBInstanceTDE for more information on using the DescribeDBInstanceTDE API call, and error handling.

// Example sending a request using the DescribeDBInstanceTDERequest method.
req, resp := client.DescribeDBInstanceTDERequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDBInstanceTDEWithContext added in v1.0.93

func (c *RDSMYSQLV2) DescribeDBInstanceTDEWithContext(ctx volcengine.Context, input *DescribeDBInstanceTDEInput, opts ...request.Option) (*DescribeDBInstanceTDEOutput, error)

DescribeDBInstanceTDEWithContext is the same as DescribeDBInstanceTDE with the addition of the ability to pass a context and additional request options.

See DescribeDBInstanceTDE for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeDBInstances

func (c *RDSMYSQLV2) DescribeDBInstances(input *DescribeDBInstancesInput) (*DescribeDBInstancesOutput, error)

DescribeDBInstances API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeDBInstances for usage and error information.

func (*RDSMYSQLV2) DescribeDBInstancesCommon

func (c *RDSMYSQLV2) DescribeDBInstancesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDBInstancesCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeDBInstancesCommon for usage and error information.

func (*RDSMYSQLV2) DescribeDBInstancesCommonRequest

func (c *RDSMYSQLV2) DescribeDBInstancesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDBInstancesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstancesCommon operation. The "output" return value will be populated with the DescribeDBInstancesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstancesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstancesCommon Send returns without error.

See DescribeDBInstancesCommon for more information on using the DescribeDBInstancesCommon API call, and error handling.

// Example sending a request using the DescribeDBInstancesCommonRequest method.
req, resp := client.DescribeDBInstancesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDBInstancesCommonWithContext

func (c *RDSMYSQLV2) DescribeDBInstancesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeDBInstancesCommonWithContext is the same as DescribeDBInstancesCommon with the addition of the ability to pass a context and additional request options.

See DescribeDBInstancesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeDBInstancesRequest

func (c *RDSMYSQLV2) DescribeDBInstancesRequest(input *DescribeDBInstancesInput) (req *request.Request, output *DescribeDBInstancesOutput)

DescribeDBInstancesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstances operation. The "output" return value will be populated with the DescribeDBInstancesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstancesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstancesCommon Send returns without error.

See DescribeDBInstances for more information on using the DescribeDBInstances API call, and error handling.

// Example sending a request using the DescribeDBInstancesRequest method.
req, resp := client.DescribeDBInstancesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDBInstancesWithContext

func (c *RDSMYSQLV2) DescribeDBInstancesWithContext(ctx volcengine.Context, input *DescribeDBInstancesInput, opts ...request.Option) (*DescribeDBInstancesOutput, error)

DescribeDBInstancesWithContext is the same as DescribeDBInstances with the addition of the ability to pass a context and additional request options.

See DescribeDBInstances for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeDBProxyConfig added in v1.0.93

func (c *RDSMYSQLV2) DescribeDBProxyConfig(input *DescribeDBProxyConfigInput) (*DescribeDBProxyConfigOutput, error)

DescribeDBProxyConfig API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeDBProxyConfig for usage and error information.

func (*RDSMYSQLV2) DescribeDBProxyConfigCommon added in v1.0.93

func (c *RDSMYSQLV2) DescribeDBProxyConfigCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDBProxyConfigCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeDBProxyConfigCommon for usage and error information.

func (*RDSMYSQLV2) DescribeDBProxyConfigCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) DescribeDBProxyConfigCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDBProxyConfigCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBProxyConfigCommon operation. The "output" return value will be populated with the DescribeDBProxyConfigCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBProxyConfigCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBProxyConfigCommon Send returns without error.

See DescribeDBProxyConfigCommon for more information on using the DescribeDBProxyConfigCommon API call, and error handling.

// Example sending a request using the DescribeDBProxyConfigCommonRequest method.
req, resp := client.DescribeDBProxyConfigCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDBProxyConfigCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) DescribeDBProxyConfigCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeDBProxyConfigCommonWithContext is the same as DescribeDBProxyConfigCommon with the addition of the ability to pass a context and additional request options.

See DescribeDBProxyConfigCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeDBProxyConfigRequest added in v1.0.93

func (c *RDSMYSQLV2) DescribeDBProxyConfigRequest(input *DescribeDBProxyConfigInput) (req *request.Request, output *DescribeDBProxyConfigOutput)

DescribeDBProxyConfigRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBProxyConfig operation. The "output" return value will be populated with the DescribeDBProxyConfigCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBProxyConfigCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBProxyConfigCommon Send returns without error.

See DescribeDBProxyConfig for more information on using the DescribeDBProxyConfig API call, and error handling.

// Example sending a request using the DescribeDBProxyConfigRequest method.
req, resp := client.DescribeDBProxyConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDBProxyConfigWithContext added in v1.0.93

func (c *RDSMYSQLV2) DescribeDBProxyConfigWithContext(ctx volcengine.Context, input *DescribeDBProxyConfigInput, opts ...request.Option) (*DescribeDBProxyConfigOutput, error)

DescribeDBProxyConfigWithContext is the same as DescribeDBProxyConfig with the addition of the ability to pass a context and additional request options.

See DescribeDBProxyConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeDatabases

func (c *RDSMYSQLV2) DescribeDatabases(input *DescribeDatabasesInput) (*DescribeDatabasesOutput, error)

DescribeDatabases API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeDatabases for usage and error information.

func (*RDSMYSQLV2) DescribeDatabasesCommon

func (c *RDSMYSQLV2) DescribeDatabasesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDatabasesCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeDatabasesCommon for usage and error information.

func (*RDSMYSQLV2) DescribeDatabasesCommonRequest

func (c *RDSMYSQLV2) DescribeDatabasesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDatabasesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDatabasesCommon operation. The "output" return value will be populated with the DescribeDatabasesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDatabasesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDatabasesCommon Send returns without error.

See DescribeDatabasesCommon for more information on using the DescribeDatabasesCommon API call, and error handling.

// Example sending a request using the DescribeDatabasesCommonRequest method.
req, resp := client.DescribeDatabasesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDatabasesCommonWithContext

func (c *RDSMYSQLV2) DescribeDatabasesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeDatabasesCommonWithContext is the same as DescribeDatabasesCommon with the addition of the ability to pass a context and additional request options.

See DescribeDatabasesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeDatabasesRequest

func (c *RDSMYSQLV2) DescribeDatabasesRequest(input *DescribeDatabasesInput) (req *request.Request, output *DescribeDatabasesOutput)

DescribeDatabasesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDatabases operation. The "output" return value will be populated with the DescribeDatabasesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDatabasesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDatabasesCommon Send returns without error.

See DescribeDatabases for more information on using the DescribeDatabases API call, and error handling.

// Example sending a request using the DescribeDatabasesRequest method.
req, resp := client.DescribeDatabasesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDatabasesWithContext

func (c *RDSMYSQLV2) DescribeDatabasesWithContext(ctx volcengine.Context, input *DescribeDatabasesInput, opts ...request.Option) (*DescribeDatabasesOutput, error)

DescribeDatabasesWithContext is the same as DescribeDatabases with the addition of the ability to pass a context and additional request options.

See DescribeDatabases for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeFailoverLogs added in v1.0.93

func (c *RDSMYSQLV2) DescribeFailoverLogs(input *DescribeFailoverLogsInput) (*DescribeFailoverLogsOutput, error)

DescribeFailoverLogs API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeFailoverLogs for usage and error information.

func (*RDSMYSQLV2) DescribeFailoverLogsCommon added in v1.0.93

func (c *RDSMYSQLV2) DescribeFailoverLogsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeFailoverLogsCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeFailoverLogsCommon for usage and error information.

func (*RDSMYSQLV2) DescribeFailoverLogsCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) DescribeFailoverLogsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeFailoverLogsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeFailoverLogsCommon operation. The "output" return value will be populated with the DescribeFailoverLogsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeFailoverLogsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeFailoverLogsCommon Send returns without error.

See DescribeFailoverLogsCommon for more information on using the DescribeFailoverLogsCommon API call, and error handling.

// Example sending a request using the DescribeFailoverLogsCommonRequest method.
req, resp := client.DescribeFailoverLogsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeFailoverLogsCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) DescribeFailoverLogsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeFailoverLogsCommonWithContext is the same as DescribeFailoverLogsCommon with the addition of the ability to pass a context and additional request options.

See DescribeFailoverLogsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeFailoverLogsRequest added in v1.0.93

func (c *RDSMYSQLV2) DescribeFailoverLogsRequest(input *DescribeFailoverLogsInput) (req *request.Request, output *DescribeFailoverLogsOutput)

DescribeFailoverLogsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeFailoverLogs operation. The "output" return value will be populated with the DescribeFailoverLogsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeFailoverLogsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeFailoverLogsCommon Send returns without error.

See DescribeFailoverLogs for more information on using the DescribeFailoverLogs API call, and error handling.

// Example sending a request using the DescribeFailoverLogsRequest method.
req, resp := client.DescribeFailoverLogsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeFailoverLogsWithContext added in v1.0.93

func (c *RDSMYSQLV2) DescribeFailoverLogsWithContext(ctx volcengine.Context, input *DescribeFailoverLogsInput, opts ...request.Option) (*DescribeFailoverLogsOutput, error)

DescribeFailoverLogsWithContext is the same as DescribeFailoverLogs with the addition of the ability to pass a context and additional request options.

See DescribeFailoverLogs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeParameterTemplate added in v1.0.93

func (c *RDSMYSQLV2) DescribeParameterTemplate(input *DescribeParameterTemplateInput) (*DescribeParameterTemplateOutput, error)

DescribeParameterTemplate API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeParameterTemplate for usage and error information.

func (*RDSMYSQLV2) DescribeParameterTemplateCommon added in v1.0.93

func (c *RDSMYSQLV2) DescribeParameterTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeParameterTemplateCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeParameterTemplateCommon for usage and error information.

func (*RDSMYSQLV2) DescribeParameterTemplateCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) DescribeParameterTemplateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeParameterTemplateCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeParameterTemplateCommon operation. The "output" return value will be populated with the DescribeParameterTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeParameterTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeParameterTemplateCommon Send returns without error.

See DescribeParameterTemplateCommon for more information on using the DescribeParameterTemplateCommon API call, and error handling.

// Example sending a request using the DescribeParameterTemplateCommonRequest method.
req, resp := client.DescribeParameterTemplateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeParameterTemplateCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) DescribeParameterTemplateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeParameterTemplateCommonWithContext is the same as DescribeParameterTemplateCommon with the addition of the ability to pass a context and additional request options.

See DescribeParameterTemplateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeParameterTemplateRequest added in v1.0.93

func (c *RDSMYSQLV2) DescribeParameterTemplateRequest(input *DescribeParameterTemplateInput) (req *request.Request, output *DescribeParameterTemplateOutput)

DescribeParameterTemplateRequest generates a "volcengine/request.Request" representing the client's request for the DescribeParameterTemplate operation. The "output" return value will be populated with the DescribeParameterTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeParameterTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeParameterTemplateCommon Send returns without error.

See DescribeParameterTemplate for more information on using the DescribeParameterTemplate API call, and error handling.

// Example sending a request using the DescribeParameterTemplateRequest method.
req, resp := client.DescribeParameterTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeParameterTemplateWithContext added in v1.0.93

func (c *RDSMYSQLV2) DescribeParameterTemplateWithContext(ctx volcengine.Context, input *DescribeParameterTemplateInput, opts ...request.Option) (*DescribeParameterTemplateOutput, error)

DescribeParameterTemplateWithContext is the same as DescribeParameterTemplate with the addition of the ability to pass a context and additional request options.

See DescribeParameterTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribePlannedEvents added in v1.0.125

func (c *RDSMYSQLV2) DescribePlannedEvents(input *DescribePlannedEventsInput) (*DescribePlannedEventsOutput, error)

DescribePlannedEvents API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribePlannedEvents for usage and error information.

func (*RDSMYSQLV2) DescribePlannedEventsCommon added in v1.0.125

func (c *RDSMYSQLV2) DescribePlannedEventsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribePlannedEventsCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribePlannedEventsCommon for usage and error information.

func (*RDSMYSQLV2) DescribePlannedEventsCommonRequest added in v1.0.125

func (c *RDSMYSQLV2) DescribePlannedEventsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribePlannedEventsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribePlannedEventsCommon operation. The "output" return value will be populated with the DescribePlannedEventsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribePlannedEventsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePlannedEventsCommon Send returns without error.

See DescribePlannedEventsCommon for more information on using the DescribePlannedEventsCommon API call, and error handling.

// Example sending a request using the DescribePlannedEventsCommonRequest method.
req, resp := client.DescribePlannedEventsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribePlannedEventsCommonWithContext added in v1.0.125

func (c *RDSMYSQLV2) DescribePlannedEventsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribePlannedEventsCommonWithContext is the same as DescribePlannedEventsCommon with the addition of the ability to pass a context and additional request options.

See DescribePlannedEventsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribePlannedEventsRequest added in v1.0.125

func (c *RDSMYSQLV2) DescribePlannedEventsRequest(input *DescribePlannedEventsInput) (req *request.Request, output *DescribePlannedEventsOutput)

DescribePlannedEventsRequest generates a "volcengine/request.Request" representing the client's request for the DescribePlannedEvents operation. The "output" return value will be populated with the DescribePlannedEventsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribePlannedEventsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePlannedEventsCommon Send returns without error.

See DescribePlannedEvents for more information on using the DescribePlannedEvents API call, and error handling.

// Example sending a request using the DescribePlannedEventsRequest method.
req, resp := client.DescribePlannedEventsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribePlannedEventsWithContext added in v1.0.125

func (c *RDSMYSQLV2) DescribePlannedEventsWithContext(ctx volcengine.Context, input *DescribePlannedEventsInput, opts ...request.Option) (*DescribePlannedEventsOutput, error)

DescribePlannedEventsWithContext is the same as DescribePlannedEvents with the addition of the ability to pass a context and additional request options.

See DescribePlannedEvents for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeReadOnlyNodeDelay added in v1.0.125

func (c *RDSMYSQLV2) DescribeReadOnlyNodeDelay(input *DescribeReadOnlyNodeDelayInput) (*DescribeReadOnlyNodeDelayOutput, error)

DescribeReadOnlyNodeDelay API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeReadOnlyNodeDelay for usage and error information.

func (*RDSMYSQLV2) DescribeReadOnlyNodeDelayCommon added in v1.0.125

func (c *RDSMYSQLV2) DescribeReadOnlyNodeDelayCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeReadOnlyNodeDelayCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeReadOnlyNodeDelayCommon for usage and error information.

func (*RDSMYSQLV2) DescribeReadOnlyNodeDelayCommonRequest added in v1.0.125

func (c *RDSMYSQLV2) DescribeReadOnlyNodeDelayCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeReadOnlyNodeDelayCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeReadOnlyNodeDelayCommon operation. The "output" return value will be populated with the DescribeReadOnlyNodeDelayCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeReadOnlyNodeDelayCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeReadOnlyNodeDelayCommon Send returns without error.

See DescribeReadOnlyNodeDelayCommon for more information on using the DescribeReadOnlyNodeDelayCommon API call, and error handling.

// Example sending a request using the DescribeReadOnlyNodeDelayCommonRequest method.
req, resp := client.DescribeReadOnlyNodeDelayCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeReadOnlyNodeDelayCommonWithContext added in v1.0.125

func (c *RDSMYSQLV2) DescribeReadOnlyNodeDelayCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeReadOnlyNodeDelayCommonWithContext is the same as DescribeReadOnlyNodeDelayCommon with the addition of the ability to pass a context and additional request options.

See DescribeReadOnlyNodeDelayCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeReadOnlyNodeDelayRequest added in v1.0.125

func (c *RDSMYSQLV2) DescribeReadOnlyNodeDelayRequest(input *DescribeReadOnlyNodeDelayInput) (req *request.Request, output *DescribeReadOnlyNodeDelayOutput)

DescribeReadOnlyNodeDelayRequest generates a "volcengine/request.Request" representing the client's request for the DescribeReadOnlyNodeDelay operation. The "output" return value will be populated with the DescribeReadOnlyNodeDelayCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeReadOnlyNodeDelayCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeReadOnlyNodeDelayCommon Send returns without error.

See DescribeReadOnlyNodeDelay for more information on using the DescribeReadOnlyNodeDelay API call, and error handling.

// Example sending a request using the DescribeReadOnlyNodeDelayRequest method.
req, resp := client.DescribeReadOnlyNodeDelayRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeReadOnlyNodeDelayWithContext added in v1.0.125

func (c *RDSMYSQLV2) DescribeReadOnlyNodeDelayWithContext(ctx volcengine.Context, input *DescribeReadOnlyNodeDelayInput, opts ...request.Option) (*DescribeReadOnlyNodeDelayOutput, error)

DescribeReadOnlyNodeDelayWithContext is the same as DescribeReadOnlyNodeDelay with the addition of the ability to pass a context and additional request options.

See DescribeReadOnlyNodeDelay for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeRecoverableTime

func (c *RDSMYSQLV2) DescribeRecoverableTime(input *DescribeRecoverableTimeInput) (*DescribeRecoverableTimeOutput, error)

DescribeRecoverableTime API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeRecoverableTime for usage and error information.

func (*RDSMYSQLV2) DescribeRecoverableTimeCommon

func (c *RDSMYSQLV2) DescribeRecoverableTimeCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeRecoverableTimeCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeRecoverableTimeCommon for usage and error information.

func (*RDSMYSQLV2) DescribeRecoverableTimeCommonRequest

func (c *RDSMYSQLV2) DescribeRecoverableTimeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeRecoverableTimeCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeRecoverableTimeCommon operation. The "output" return value will be populated with the DescribeRecoverableTimeCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeRecoverableTimeCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeRecoverableTimeCommon Send returns without error.

See DescribeRecoverableTimeCommon for more information on using the DescribeRecoverableTimeCommon API call, and error handling.

// Example sending a request using the DescribeRecoverableTimeCommonRequest method.
req, resp := client.DescribeRecoverableTimeCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeRecoverableTimeCommonWithContext

func (c *RDSMYSQLV2) DescribeRecoverableTimeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeRecoverableTimeCommonWithContext is the same as DescribeRecoverableTimeCommon with the addition of the ability to pass a context and additional request options.

See DescribeRecoverableTimeCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeRecoverableTimeRequest

func (c *RDSMYSQLV2) DescribeRecoverableTimeRequest(input *DescribeRecoverableTimeInput) (req *request.Request, output *DescribeRecoverableTimeOutput)

DescribeRecoverableTimeRequest generates a "volcengine/request.Request" representing the client's request for the DescribeRecoverableTime operation. The "output" return value will be populated with the DescribeRecoverableTimeCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeRecoverableTimeCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeRecoverableTimeCommon Send returns without error.

See DescribeRecoverableTime for more information on using the DescribeRecoverableTime API call, and error handling.

// Example sending a request using the DescribeRecoverableTimeRequest method.
req, resp := client.DescribeRecoverableTimeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeRecoverableTimeWithContext

func (c *RDSMYSQLV2) DescribeRecoverableTimeWithContext(ctx volcengine.Context, input *DescribeRecoverableTimeInput, opts ...request.Option) (*DescribeRecoverableTimeOutput, error)

DescribeRecoverableTimeWithContext is the same as DescribeRecoverableTime with the addition of the ability to pass a context and additional request options.

See DescribeRecoverableTime for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeRegions

func (c *RDSMYSQLV2) DescribeRegions(input *DescribeRegionsInput) (*DescribeRegionsOutput, error)

DescribeRegions API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeRegions for usage and error information.

func (*RDSMYSQLV2) DescribeRegionsCommon

func (c *RDSMYSQLV2) DescribeRegionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeRegionsCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeRegionsCommon for usage and error information.

func (*RDSMYSQLV2) DescribeRegionsCommonRequest

func (c *RDSMYSQLV2) DescribeRegionsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeRegionsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeRegionsCommon operation. The "output" return value will be populated with the DescribeRegionsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeRegionsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeRegionsCommon Send returns without error.

See DescribeRegionsCommon for more information on using the DescribeRegionsCommon API call, and error handling.

// Example sending a request using the DescribeRegionsCommonRequest method.
req, resp := client.DescribeRegionsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeRegionsCommonWithContext

func (c *RDSMYSQLV2) DescribeRegionsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeRegionsCommonWithContext is the same as DescribeRegionsCommon with the addition of the ability to pass a context and additional request options.

See DescribeRegionsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeRegionsRequest

func (c *RDSMYSQLV2) DescribeRegionsRequest(input *DescribeRegionsInput) (req *request.Request, output *DescribeRegionsOutput)

DescribeRegionsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeRegions operation. The "output" return value will be populated with the DescribeRegionsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeRegionsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeRegionsCommon Send returns without error.

See DescribeRegions for more information on using the DescribeRegions API call, and error handling.

// Example sending a request using the DescribeRegionsRequest method.
req, resp := client.DescribeRegionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeRegionsWithContext

func (c *RDSMYSQLV2) DescribeRegionsWithContext(ctx volcengine.Context, input *DescribeRegionsInput, opts ...request.Option) (*DescribeRegionsOutput, error)

DescribeRegionsWithContext is the same as DescribeRegions with the addition of the ability to pass a context and additional request options.

See DescribeRegions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeTagsByResource added in v1.0.93

func (c *RDSMYSQLV2) DescribeTagsByResource(input *DescribeTagsByResourceInput) (*DescribeTagsByResourceOutput, error)

DescribeTagsByResource API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeTagsByResource for usage and error information.

func (*RDSMYSQLV2) DescribeTagsByResourceCommon added in v1.0.93

func (c *RDSMYSQLV2) DescribeTagsByResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTagsByResourceCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeTagsByResourceCommon for usage and error information.

func (*RDSMYSQLV2) DescribeTagsByResourceCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) DescribeTagsByResourceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTagsByResourceCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTagsByResourceCommon operation. The "output" return value will be populated with the DescribeTagsByResourceCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTagsByResourceCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTagsByResourceCommon Send returns without error.

See DescribeTagsByResourceCommon for more information on using the DescribeTagsByResourceCommon API call, and error handling.

// Example sending a request using the DescribeTagsByResourceCommonRequest method.
req, resp := client.DescribeTagsByResourceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeTagsByResourceCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) DescribeTagsByResourceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTagsByResourceCommonWithContext is the same as DescribeTagsByResourceCommon with the addition of the ability to pass a context and additional request options.

See DescribeTagsByResourceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeTagsByResourceRequest added in v1.0.93

func (c *RDSMYSQLV2) DescribeTagsByResourceRequest(input *DescribeTagsByResourceInput) (req *request.Request, output *DescribeTagsByResourceOutput)

DescribeTagsByResourceRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTagsByResource operation. The "output" return value will be populated with the DescribeTagsByResourceCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTagsByResourceCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTagsByResourceCommon Send returns without error.

See DescribeTagsByResource for more information on using the DescribeTagsByResource API call, and error handling.

// Example sending a request using the DescribeTagsByResourceRequest method.
req, resp := client.DescribeTagsByResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeTagsByResourceWithContext added in v1.0.93

func (c *RDSMYSQLV2) DescribeTagsByResourceWithContext(ctx volcengine.Context, input *DescribeTagsByResourceInput, opts ...request.Option) (*DescribeTagsByResourceOutput, error)

DescribeTagsByResourceWithContext is the same as DescribeTagsByResource with the addition of the ability to pass a context and additional request options.

See DescribeTagsByResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeTasks added in v1.0.125

func (c *RDSMYSQLV2) DescribeTasks(input *DescribeTasksInput) (*DescribeTasksOutput, error)

DescribeTasks API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeTasks for usage and error information.

func (*RDSMYSQLV2) DescribeTasksCommon added in v1.0.125

func (c *RDSMYSQLV2) DescribeTasksCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTasksCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DescribeTasksCommon for usage and error information.

func (*RDSMYSQLV2) DescribeTasksCommonRequest added in v1.0.125

func (c *RDSMYSQLV2) DescribeTasksCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTasksCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTasksCommon operation. The "output" return value will be populated with the DescribeTasksCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTasksCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTasksCommon Send returns without error.

See DescribeTasksCommon for more information on using the DescribeTasksCommon API call, and error handling.

// Example sending a request using the DescribeTasksCommonRequest method.
req, resp := client.DescribeTasksCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeTasksCommonWithContext added in v1.0.125

func (c *RDSMYSQLV2) DescribeTasksCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTasksCommonWithContext is the same as DescribeTasksCommon with the addition of the ability to pass a context and additional request options.

See DescribeTasksCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DescribeTasksRequest added in v1.0.125

func (c *RDSMYSQLV2) DescribeTasksRequest(input *DescribeTasksInput) (req *request.Request, output *DescribeTasksOutput)

DescribeTasksRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTasks operation. The "output" return value will be populated with the DescribeTasksCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTasksCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTasksCommon Send returns without error.

See DescribeTasks for more information on using the DescribeTasks API call, and error handling.

// Example sending a request using the DescribeTasksRequest method.
req, resp := client.DescribeTasksRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeTasksWithContext added in v1.0.125

func (c *RDSMYSQLV2) DescribeTasksWithContext(ctx volcengine.Context, input *DescribeTasksInput, opts ...request.Option) (*DescribeTasksOutput, error)

DescribeTasksWithContext is the same as DescribeTasks with the addition of the ability to pass a context and additional request options.

See DescribeTasks for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DisassociateAllowList added in v1.0.56

func (c *RDSMYSQLV2) DisassociateAllowList(input *DisassociateAllowListInput) (*DisassociateAllowListOutput, error)

DisassociateAllowList API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DisassociateAllowList for usage and error information.

func (*RDSMYSQLV2) DisassociateAllowListCommon added in v1.0.56

func (c *RDSMYSQLV2) DisassociateAllowListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DisassociateAllowListCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DisassociateAllowListCommon for usage and error information.

func (*RDSMYSQLV2) DisassociateAllowListCommonRequest added in v1.0.56

func (c *RDSMYSQLV2) DisassociateAllowListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DisassociateAllowListCommonRequest generates a "volcengine/request.Request" representing the client's request for the DisassociateAllowListCommon operation. The "output" return value will be populated with the DisassociateAllowListCommon request's response once the request completes successfully.

Use "Send" method on the returned DisassociateAllowListCommon Request to send the API call to the service. the "output" return value is not valid until after DisassociateAllowListCommon Send returns without error.

See DisassociateAllowListCommon for more information on using the DisassociateAllowListCommon API call, and error handling.

// Example sending a request using the DisassociateAllowListCommonRequest method.
req, resp := client.DisassociateAllowListCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DisassociateAllowListCommonWithContext added in v1.0.56

func (c *RDSMYSQLV2) DisassociateAllowListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DisassociateAllowListCommonWithContext is the same as DisassociateAllowListCommon with the addition of the ability to pass a context and additional request options.

See DisassociateAllowListCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DisassociateAllowListRequest added in v1.0.56

func (c *RDSMYSQLV2) DisassociateAllowListRequest(input *DisassociateAllowListInput) (req *request.Request, output *DisassociateAllowListOutput)

DisassociateAllowListRequest generates a "volcengine/request.Request" representing the client's request for the DisassociateAllowList operation. The "output" return value will be populated with the DisassociateAllowListCommon request's response once the request completes successfully.

Use "Send" method on the returned DisassociateAllowListCommon Request to send the API call to the service. the "output" return value is not valid until after DisassociateAllowListCommon Send returns without error.

See DisassociateAllowList for more information on using the DisassociateAllowList API call, and error handling.

// Example sending a request using the DisassociateAllowListRequest method.
req, resp := client.DisassociateAllowListRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DisassociateAllowListWithContext added in v1.0.56

func (c *RDSMYSQLV2) DisassociateAllowListWithContext(ctx volcengine.Context, input *DisassociateAllowListInput, opts ...request.Option) (*DisassociateAllowListOutput, error)

DisassociateAllowListWithContext is the same as DisassociateAllowList with the addition of the ability to pass a context and additional request options.

See DisassociateAllowList for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DownloadBackup

func (c *RDSMYSQLV2) DownloadBackup(input *DownloadBackupInput) (*DownloadBackupOutput, error)

DownloadBackup API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DownloadBackup for usage and error information.

func (*RDSMYSQLV2) DownloadBackupCommon

func (c *RDSMYSQLV2) DownloadBackupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DownloadBackupCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DownloadBackupCommon for usage and error information.

func (*RDSMYSQLV2) DownloadBackupCommonRequest

func (c *RDSMYSQLV2) DownloadBackupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DownloadBackupCommonRequest generates a "volcengine/request.Request" representing the client's request for the DownloadBackupCommon operation. The "output" return value will be populated with the DownloadBackupCommon request's response once the request completes successfully.

Use "Send" method on the returned DownloadBackupCommon Request to send the API call to the service. the "output" return value is not valid until after DownloadBackupCommon Send returns without error.

See DownloadBackupCommon for more information on using the DownloadBackupCommon API call, and error handling.

// Example sending a request using the DownloadBackupCommonRequest method.
req, resp := client.DownloadBackupCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DownloadBackupCommonWithContext

func (c *RDSMYSQLV2) DownloadBackupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DownloadBackupCommonWithContext is the same as DownloadBackupCommon with the addition of the ability to pass a context and additional request options.

See DownloadBackupCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DownloadBackupRequest

func (c *RDSMYSQLV2) DownloadBackupRequest(input *DownloadBackupInput) (req *request.Request, output *DownloadBackupOutput)

DownloadBackupRequest generates a "volcengine/request.Request" representing the client's request for the DownloadBackup operation. The "output" return value will be populated with the DownloadBackupCommon request's response once the request completes successfully.

Use "Send" method on the returned DownloadBackupCommon Request to send the API call to the service. the "output" return value is not valid until after DownloadBackupCommon Send returns without error.

See DownloadBackup for more information on using the DownloadBackup API call, and error handling.

// Example sending a request using the DownloadBackupRequest method.
req, resp := client.DownloadBackupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DownloadBackupWithContext

func (c *RDSMYSQLV2) DownloadBackupWithContext(ctx volcengine.Context, input *DownloadBackupInput, opts ...request.Option) (*DownloadBackupOutput, error)

DownloadBackupWithContext is the same as DownloadBackup with the addition of the ability to pass a context and additional request options.

See DownloadBackup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DownloadSSLCertificate

func (c *RDSMYSQLV2) DownloadSSLCertificate(input *DownloadSSLCertificateInput) (*DownloadSSLCertificateOutput, error)

DownloadSSLCertificate API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DownloadSSLCertificate for usage and error information.

func (*RDSMYSQLV2) DownloadSSLCertificateCommon

func (c *RDSMYSQLV2) DownloadSSLCertificateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DownloadSSLCertificateCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation DownloadSSLCertificateCommon for usage and error information.

func (*RDSMYSQLV2) DownloadSSLCertificateCommonRequest

func (c *RDSMYSQLV2) DownloadSSLCertificateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DownloadSSLCertificateCommonRequest generates a "volcengine/request.Request" representing the client's request for the DownloadSSLCertificateCommon operation. The "output" return value will be populated with the DownloadSSLCertificateCommon request's response once the request completes successfully.

Use "Send" method on the returned DownloadSSLCertificateCommon Request to send the API call to the service. the "output" return value is not valid until after DownloadSSLCertificateCommon Send returns without error.

See DownloadSSLCertificateCommon for more information on using the DownloadSSLCertificateCommon API call, and error handling.

// Example sending a request using the DownloadSSLCertificateCommonRequest method.
req, resp := client.DownloadSSLCertificateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DownloadSSLCertificateCommonWithContext

func (c *RDSMYSQLV2) DownloadSSLCertificateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DownloadSSLCertificateCommonWithContext is the same as DownloadSSLCertificateCommon with the addition of the ability to pass a context and additional request options.

See DownloadSSLCertificateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) DownloadSSLCertificateRequest

func (c *RDSMYSQLV2) DownloadSSLCertificateRequest(input *DownloadSSLCertificateInput) (req *request.Request, output *DownloadSSLCertificateOutput)

DownloadSSLCertificateRequest generates a "volcengine/request.Request" representing the client's request for the DownloadSSLCertificate operation. The "output" return value will be populated with the DownloadSSLCertificateCommon request's response once the request completes successfully.

Use "Send" method on the returned DownloadSSLCertificateCommon Request to send the API call to the service. the "output" return value is not valid until after DownloadSSLCertificateCommon Send returns without error.

See DownloadSSLCertificate for more information on using the DownloadSSLCertificate API call, and error handling.

// Example sending a request using the DownloadSSLCertificateRequest method.
req, resp := client.DownloadSSLCertificateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DownloadSSLCertificateWithContext

func (c *RDSMYSQLV2) DownloadSSLCertificateWithContext(ctx volcengine.Context, input *DownloadSSLCertificateInput, opts ...request.Option) (*DownloadSSLCertificateOutput, error)

DownloadSSLCertificateWithContext is the same as DownloadSSLCertificate with the addition of the ability to pass a context and additional request options.

See DownloadSSLCertificate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (c *RDSMYSQLV2) GetBackupDownloadLink(input *GetBackupDownloadLinkInput) (*GetBackupDownloadLinkOutput, error)

GetBackupDownloadLink API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation GetBackupDownloadLink for usage and error information.

func (*RDSMYSQLV2) GetBackupDownloadLinkCommon

func (c *RDSMYSQLV2) GetBackupDownloadLinkCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetBackupDownloadLinkCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation GetBackupDownloadLinkCommon for usage and error information.

func (*RDSMYSQLV2) GetBackupDownloadLinkCommonRequest

func (c *RDSMYSQLV2) GetBackupDownloadLinkCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetBackupDownloadLinkCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetBackupDownloadLinkCommon operation. The "output" return value will be populated with the GetBackupDownloadLinkCommon request's response once the request completes successfully.

Use "Send" method on the returned GetBackupDownloadLinkCommon Request to send the API call to the service. the "output" return value is not valid until after GetBackupDownloadLinkCommon Send returns without error.

See GetBackupDownloadLinkCommon for more information on using the GetBackupDownloadLinkCommon API call, and error handling.

// Example sending a request using the GetBackupDownloadLinkCommonRequest method.
req, resp := client.GetBackupDownloadLinkCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) GetBackupDownloadLinkCommonWithContext

func (c *RDSMYSQLV2) GetBackupDownloadLinkCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetBackupDownloadLinkCommonWithContext is the same as GetBackupDownloadLinkCommon with the addition of the ability to pass a context and additional request options.

See GetBackupDownloadLinkCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) GetBackupDownloadLinkRequest

func (c *RDSMYSQLV2) GetBackupDownloadLinkRequest(input *GetBackupDownloadLinkInput) (req *request.Request, output *GetBackupDownloadLinkOutput)

GetBackupDownloadLinkRequest generates a "volcengine/request.Request" representing the client's request for the GetBackupDownloadLink operation. The "output" return value will be populated with the GetBackupDownloadLinkCommon request's response once the request completes successfully.

Use "Send" method on the returned GetBackupDownloadLinkCommon Request to send the API call to the service. the "output" return value is not valid until after GetBackupDownloadLinkCommon Send returns without error.

See GetBackupDownloadLink for more information on using the GetBackupDownloadLink API call, and error handling.

// Example sending a request using the GetBackupDownloadLinkRequest method.
req, resp := client.GetBackupDownloadLinkRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) GetBackupDownloadLinkWithContext

func (c *RDSMYSQLV2) GetBackupDownloadLinkWithContext(ctx volcengine.Context, input *GetBackupDownloadLinkInput, opts ...request.Option) (*GetBackupDownloadLinkOutput, error)

GetBackupDownloadLinkWithContext is the same as GetBackupDownloadLink with the addition of the ability to pass a context and additional request options.

See GetBackupDownloadLink for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) GrantDBAccountPrivilege added in v1.0.56

func (c *RDSMYSQLV2) GrantDBAccountPrivilege(input *GrantDBAccountPrivilegeInput) (*GrantDBAccountPrivilegeOutput, error)

GrantDBAccountPrivilege API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation GrantDBAccountPrivilege for usage and error information.

func (*RDSMYSQLV2) GrantDBAccountPrivilegeCommon added in v1.0.56

func (c *RDSMYSQLV2) GrantDBAccountPrivilegeCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GrantDBAccountPrivilegeCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation GrantDBAccountPrivilegeCommon for usage and error information.

func (*RDSMYSQLV2) GrantDBAccountPrivilegeCommonRequest added in v1.0.56

func (c *RDSMYSQLV2) GrantDBAccountPrivilegeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GrantDBAccountPrivilegeCommonRequest generates a "volcengine/request.Request" representing the client's request for the GrantDBAccountPrivilegeCommon operation. The "output" return value will be populated with the GrantDBAccountPrivilegeCommon request's response once the request completes successfully.

Use "Send" method on the returned GrantDBAccountPrivilegeCommon Request to send the API call to the service. the "output" return value is not valid until after GrantDBAccountPrivilegeCommon Send returns without error.

See GrantDBAccountPrivilegeCommon for more information on using the GrantDBAccountPrivilegeCommon API call, and error handling.

// Example sending a request using the GrantDBAccountPrivilegeCommonRequest method.
req, resp := client.GrantDBAccountPrivilegeCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) GrantDBAccountPrivilegeCommonWithContext added in v1.0.56

func (c *RDSMYSQLV2) GrantDBAccountPrivilegeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GrantDBAccountPrivilegeCommonWithContext is the same as GrantDBAccountPrivilegeCommon with the addition of the ability to pass a context and additional request options.

See GrantDBAccountPrivilegeCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) GrantDBAccountPrivilegeRequest added in v1.0.56

func (c *RDSMYSQLV2) GrantDBAccountPrivilegeRequest(input *GrantDBAccountPrivilegeInput) (req *request.Request, output *GrantDBAccountPrivilegeOutput)

GrantDBAccountPrivilegeRequest generates a "volcengine/request.Request" representing the client's request for the GrantDBAccountPrivilege operation. The "output" return value will be populated with the GrantDBAccountPrivilegeCommon request's response once the request completes successfully.

Use "Send" method on the returned GrantDBAccountPrivilegeCommon Request to send the API call to the service. the "output" return value is not valid until after GrantDBAccountPrivilegeCommon Send returns without error.

See GrantDBAccountPrivilege for more information on using the GrantDBAccountPrivilege API call, and error handling.

// Example sending a request using the GrantDBAccountPrivilegeRequest method.
req, resp := client.GrantDBAccountPrivilegeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) GrantDBAccountPrivilegeWithContext added in v1.0.56

func (c *RDSMYSQLV2) GrantDBAccountPrivilegeWithContext(ctx volcengine.Context, input *GrantDBAccountPrivilegeInput, opts ...request.Option) (*GrantDBAccountPrivilegeOutput, error)

GrantDBAccountPrivilegeWithContext is the same as GrantDBAccountPrivilege with the addition of the ability to pass a context and additional request options.

See GrantDBAccountPrivilege for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) GrantDatabasePrivilege added in v1.0.56

func (c *RDSMYSQLV2) GrantDatabasePrivilege(input *GrantDatabasePrivilegeInput) (*GrantDatabasePrivilegeOutput, error)

GrantDatabasePrivilege API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation GrantDatabasePrivilege for usage and error information.

func (*RDSMYSQLV2) GrantDatabasePrivilegeCommon added in v1.0.56

func (c *RDSMYSQLV2) GrantDatabasePrivilegeCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GrantDatabasePrivilegeCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation GrantDatabasePrivilegeCommon for usage and error information.

func (*RDSMYSQLV2) GrantDatabasePrivilegeCommonRequest added in v1.0.56

func (c *RDSMYSQLV2) GrantDatabasePrivilegeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GrantDatabasePrivilegeCommonRequest generates a "volcengine/request.Request" representing the client's request for the GrantDatabasePrivilegeCommon operation. The "output" return value will be populated with the GrantDatabasePrivilegeCommon request's response once the request completes successfully.

Use "Send" method on the returned GrantDatabasePrivilegeCommon Request to send the API call to the service. the "output" return value is not valid until after GrantDatabasePrivilegeCommon Send returns without error.

See GrantDatabasePrivilegeCommon for more information on using the GrantDatabasePrivilegeCommon API call, and error handling.

// Example sending a request using the GrantDatabasePrivilegeCommonRequest method.
req, resp := client.GrantDatabasePrivilegeCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) GrantDatabasePrivilegeCommonWithContext added in v1.0.56

func (c *RDSMYSQLV2) GrantDatabasePrivilegeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GrantDatabasePrivilegeCommonWithContext is the same as GrantDatabasePrivilegeCommon with the addition of the ability to pass a context and additional request options.

See GrantDatabasePrivilegeCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) GrantDatabasePrivilegeRequest added in v1.0.56

func (c *RDSMYSQLV2) GrantDatabasePrivilegeRequest(input *GrantDatabasePrivilegeInput) (req *request.Request, output *GrantDatabasePrivilegeOutput)

GrantDatabasePrivilegeRequest generates a "volcengine/request.Request" representing the client's request for the GrantDatabasePrivilege operation. The "output" return value will be populated with the GrantDatabasePrivilegeCommon request's response once the request completes successfully.

Use "Send" method on the returned GrantDatabasePrivilegeCommon Request to send the API call to the service. the "output" return value is not valid until after GrantDatabasePrivilegeCommon Send returns without error.

See GrantDatabasePrivilege for more information on using the GrantDatabasePrivilege API call, and error handling.

// Example sending a request using the GrantDatabasePrivilegeRequest method.
req, resp := client.GrantDatabasePrivilegeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) GrantDatabasePrivilegeWithContext added in v1.0.56

func (c *RDSMYSQLV2) GrantDatabasePrivilegeWithContext(ctx volcengine.Context, input *GrantDatabasePrivilegeInput, opts ...request.Option) (*GrantDatabasePrivilegeOutput, error)

GrantDatabasePrivilegeWithContext is the same as GrantDatabasePrivilege with the addition of the ability to pass a context and additional request options.

See GrantDatabasePrivilege for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ListParameterTemplates added in v1.0.93

func (c *RDSMYSQLV2) ListParameterTemplates(input *ListParameterTemplatesInput) (*ListParameterTemplatesOutput, error)

ListParameterTemplates API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ListParameterTemplates for usage and error information.

func (*RDSMYSQLV2) ListParameterTemplatesCommon added in v1.0.93

func (c *RDSMYSQLV2) ListParameterTemplatesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListParameterTemplatesCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ListParameterTemplatesCommon for usage and error information.

func (*RDSMYSQLV2) ListParameterTemplatesCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) ListParameterTemplatesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListParameterTemplatesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListParameterTemplatesCommon operation. The "output" return value will be populated with the ListParameterTemplatesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListParameterTemplatesCommon Request to send the API call to the service. the "output" return value is not valid until after ListParameterTemplatesCommon Send returns without error.

See ListParameterTemplatesCommon for more information on using the ListParameterTemplatesCommon API call, and error handling.

// Example sending a request using the ListParameterTemplatesCommonRequest method.
req, resp := client.ListParameterTemplatesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ListParameterTemplatesCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) ListParameterTemplatesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListParameterTemplatesCommonWithContext is the same as ListParameterTemplatesCommon with the addition of the ability to pass a context and additional request options.

See ListParameterTemplatesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ListParameterTemplatesRequest added in v1.0.93

func (c *RDSMYSQLV2) ListParameterTemplatesRequest(input *ListParameterTemplatesInput) (req *request.Request, output *ListParameterTemplatesOutput)

ListParameterTemplatesRequest generates a "volcengine/request.Request" representing the client's request for the ListParameterTemplates operation. The "output" return value will be populated with the ListParameterTemplatesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListParameterTemplatesCommon Request to send the API call to the service. the "output" return value is not valid until after ListParameterTemplatesCommon Send returns without error.

See ListParameterTemplates for more information on using the ListParameterTemplates API call, and error handling.

// Example sending a request using the ListParameterTemplatesRequest method.
req, resp := client.ListParameterTemplatesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ListParameterTemplatesWithContext added in v1.0.93

func (c *RDSMYSQLV2) ListParameterTemplatesWithContext(ctx volcengine.Context, input *ListParameterTemplatesInput, opts ...request.Option) (*ListParameterTemplatesOutput, error)

ListParameterTemplatesWithContext is the same as ListParameterTemplates with the addition of the ability to pass a context and additional request options.

See ListParameterTemplates for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) MigrateToOtherZone added in v1.0.125

func (c *RDSMYSQLV2) MigrateToOtherZone(input *MigrateToOtherZoneInput) (*MigrateToOtherZoneOutput, error)

MigrateToOtherZone API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation MigrateToOtherZone for usage and error information.

func (*RDSMYSQLV2) MigrateToOtherZoneCommon added in v1.0.125

func (c *RDSMYSQLV2) MigrateToOtherZoneCommon(input *map[string]interface{}) (*map[string]interface{}, error)

MigrateToOtherZoneCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation MigrateToOtherZoneCommon for usage and error information.

func (*RDSMYSQLV2) MigrateToOtherZoneCommonRequest added in v1.0.125

func (c *RDSMYSQLV2) MigrateToOtherZoneCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

MigrateToOtherZoneCommonRequest generates a "volcengine/request.Request" representing the client's request for the MigrateToOtherZoneCommon operation. The "output" return value will be populated with the MigrateToOtherZoneCommon request's response once the request completes successfully.

Use "Send" method on the returned MigrateToOtherZoneCommon Request to send the API call to the service. the "output" return value is not valid until after MigrateToOtherZoneCommon Send returns without error.

See MigrateToOtherZoneCommon for more information on using the MigrateToOtherZoneCommon API call, and error handling.

// Example sending a request using the MigrateToOtherZoneCommonRequest method.
req, resp := client.MigrateToOtherZoneCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) MigrateToOtherZoneCommonWithContext added in v1.0.125

func (c *RDSMYSQLV2) MigrateToOtherZoneCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

MigrateToOtherZoneCommonWithContext is the same as MigrateToOtherZoneCommon with the addition of the ability to pass a context and additional request options.

See MigrateToOtherZoneCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) MigrateToOtherZoneRequest added in v1.0.125

func (c *RDSMYSQLV2) MigrateToOtherZoneRequest(input *MigrateToOtherZoneInput) (req *request.Request, output *MigrateToOtherZoneOutput)

MigrateToOtherZoneRequest generates a "volcengine/request.Request" representing the client's request for the MigrateToOtherZone operation. The "output" return value will be populated with the MigrateToOtherZoneCommon request's response once the request completes successfully.

Use "Send" method on the returned MigrateToOtherZoneCommon Request to send the API call to the service. the "output" return value is not valid until after MigrateToOtherZoneCommon Send returns without error.

See MigrateToOtherZone for more information on using the MigrateToOtherZone API call, and error handling.

// Example sending a request using the MigrateToOtherZoneRequest method.
req, resp := client.MigrateToOtherZoneRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) MigrateToOtherZoneWithContext added in v1.0.125

func (c *RDSMYSQLV2) MigrateToOtherZoneWithContext(ctx volcengine.Context, input *MigrateToOtherZoneInput, opts ...request.Option) (*MigrateToOtherZoneOutput, error)

MigrateToOtherZoneWithContext is the same as MigrateToOtherZone with the addition of the ability to pass a context and additional request options.

See MigrateToOtherZone for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyAllowList added in v1.0.56

func (c *RDSMYSQLV2) ModifyAllowList(input *ModifyAllowListInput) (*ModifyAllowListOutput, error)

ModifyAllowList API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyAllowList for usage and error information.

func (*RDSMYSQLV2) ModifyAllowListCommon added in v1.0.56

func (c *RDSMYSQLV2) ModifyAllowListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyAllowListCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyAllowListCommon for usage and error information.

func (*RDSMYSQLV2) ModifyAllowListCommonRequest added in v1.0.56

func (c *RDSMYSQLV2) ModifyAllowListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyAllowListCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyAllowListCommon operation. The "output" return value will be populated with the ModifyAllowListCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyAllowListCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyAllowListCommon Send returns without error.

See ModifyAllowListCommon for more information on using the ModifyAllowListCommon API call, and error handling.

// Example sending a request using the ModifyAllowListCommonRequest method.
req, resp := client.ModifyAllowListCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyAllowListCommonWithContext added in v1.0.56

func (c *RDSMYSQLV2) ModifyAllowListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyAllowListCommonWithContext is the same as ModifyAllowListCommon with the addition of the ability to pass a context and additional request options.

See ModifyAllowListCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyAllowListRequest added in v1.0.56

func (c *RDSMYSQLV2) ModifyAllowListRequest(input *ModifyAllowListInput) (req *request.Request, output *ModifyAllowListOutput)

ModifyAllowListRequest generates a "volcengine/request.Request" representing the client's request for the ModifyAllowList operation. The "output" return value will be populated with the ModifyAllowListCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyAllowListCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyAllowListCommon Send returns without error.

See ModifyAllowList for more information on using the ModifyAllowList API call, and error handling.

// Example sending a request using the ModifyAllowListRequest method.
req, resp := client.ModifyAllowListRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyAllowListWithContext added in v1.0.56

func (c *RDSMYSQLV2) ModifyAllowListWithContext(ctx volcengine.Context, input *ModifyAllowListInput, opts ...request.Option) (*ModifyAllowListOutput, error)

ModifyAllowListWithContext is the same as ModifyAllowList with the addition of the ability to pass a context and additional request options.

See ModifyAllowList for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyBackupPolicy

func (c *RDSMYSQLV2) ModifyBackupPolicy(input *ModifyBackupPolicyInput) (*ModifyBackupPolicyOutput, error)

ModifyBackupPolicy API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyBackupPolicy for usage and error information.

func (*RDSMYSQLV2) ModifyBackupPolicyCommon

func (c *RDSMYSQLV2) ModifyBackupPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyBackupPolicyCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyBackupPolicyCommon for usage and error information.

func (*RDSMYSQLV2) ModifyBackupPolicyCommonRequest

func (c *RDSMYSQLV2) ModifyBackupPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyBackupPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyBackupPolicyCommon operation. The "output" return value will be populated with the ModifyBackupPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyBackupPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyBackupPolicyCommon Send returns without error.

See ModifyBackupPolicyCommon for more information on using the ModifyBackupPolicyCommon API call, and error handling.

// Example sending a request using the ModifyBackupPolicyCommonRequest method.
req, resp := client.ModifyBackupPolicyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyBackupPolicyCommonWithContext

func (c *RDSMYSQLV2) ModifyBackupPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyBackupPolicyCommonWithContext is the same as ModifyBackupPolicyCommon with the addition of the ability to pass a context and additional request options.

See ModifyBackupPolicyCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyBackupPolicyRequest

func (c *RDSMYSQLV2) ModifyBackupPolicyRequest(input *ModifyBackupPolicyInput) (req *request.Request, output *ModifyBackupPolicyOutput)

ModifyBackupPolicyRequest generates a "volcengine/request.Request" representing the client's request for the ModifyBackupPolicy operation. The "output" return value will be populated with the ModifyBackupPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyBackupPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyBackupPolicyCommon Send returns without error.

See ModifyBackupPolicy for more information on using the ModifyBackupPolicy API call, and error handling.

// Example sending a request using the ModifyBackupPolicyRequest method.
req, resp := client.ModifyBackupPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyBackupPolicyWithContext

func (c *RDSMYSQLV2) ModifyBackupPolicyWithContext(ctx volcengine.Context, input *ModifyBackupPolicyInput, opts ...request.Option) (*ModifyBackupPolicyOutput, error)

ModifyBackupPolicyWithContext is the same as ModifyBackupPolicy with the addition of the ability to pass a context and additional request options.

See ModifyBackupPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyCrossBackupPolicy added in v1.0.93

func (c *RDSMYSQLV2) ModifyCrossBackupPolicy(input *ModifyCrossBackupPolicyInput) (*ModifyCrossBackupPolicyOutput, error)

ModifyCrossBackupPolicy API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyCrossBackupPolicy for usage and error information.

func (*RDSMYSQLV2) ModifyCrossBackupPolicyCommon added in v1.0.93

func (c *RDSMYSQLV2) ModifyCrossBackupPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyCrossBackupPolicyCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyCrossBackupPolicyCommon for usage and error information.

func (*RDSMYSQLV2) ModifyCrossBackupPolicyCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) ModifyCrossBackupPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyCrossBackupPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyCrossBackupPolicyCommon operation. The "output" return value will be populated with the ModifyCrossBackupPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyCrossBackupPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyCrossBackupPolicyCommon Send returns without error.

See ModifyCrossBackupPolicyCommon for more information on using the ModifyCrossBackupPolicyCommon API call, and error handling.

// Example sending a request using the ModifyCrossBackupPolicyCommonRequest method.
req, resp := client.ModifyCrossBackupPolicyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyCrossBackupPolicyCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) ModifyCrossBackupPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyCrossBackupPolicyCommonWithContext is the same as ModifyCrossBackupPolicyCommon with the addition of the ability to pass a context and additional request options.

See ModifyCrossBackupPolicyCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyCrossBackupPolicyRequest added in v1.0.93

func (c *RDSMYSQLV2) ModifyCrossBackupPolicyRequest(input *ModifyCrossBackupPolicyInput) (req *request.Request, output *ModifyCrossBackupPolicyOutput)

ModifyCrossBackupPolicyRequest generates a "volcengine/request.Request" representing the client's request for the ModifyCrossBackupPolicy operation. The "output" return value will be populated with the ModifyCrossBackupPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyCrossBackupPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyCrossBackupPolicyCommon Send returns without error.

See ModifyCrossBackupPolicy for more information on using the ModifyCrossBackupPolicy API call, and error handling.

// Example sending a request using the ModifyCrossBackupPolicyRequest method.
req, resp := client.ModifyCrossBackupPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyCrossBackupPolicyWithContext added in v1.0.93

func (c *RDSMYSQLV2) ModifyCrossBackupPolicyWithContext(ctx volcengine.Context, input *ModifyCrossBackupPolicyInput, opts ...request.Option) (*ModifyCrossBackupPolicyOutput, error)

ModifyCrossBackupPolicyWithContext is the same as ModifyCrossBackupPolicy with the addition of the ability to pass a context and additional request options.

See ModifyCrossBackupPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDBAccountDescription added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBAccountDescription(input *ModifyDBAccountDescriptionInput) (*ModifyDBAccountDescriptionOutput, error)

ModifyDBAccountDescription API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDBAccountDescription for usage and error information.

func (*RDSMYSQLV2) ModifyDBAccountDescriptionCommon added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBAccountDescriptionCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBAccountDescriptionCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDBAccountDescriptionCommon for usage and error information.

func (*RDSMYSQLV2) ModifyDBAccountDescriptionCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBAccountDescriptionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBAccountDescriptionCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBAccountDescriptionCommon operation. The "output" return value will be populated with the ModifyDBAccountDescriptionCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBAccountDescriptionCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBAccountDescriptionCommon Send returns without error.

See ModifyDBAccountDescriptionCommon for more information on using the ModifyDBAccountDescriptionCommon API call, and error handling.

// Example sending a request using the ModifyDBAccountDescriptionCommonRequest method.
req, resp := client.ModifyDBAccountDescriptionCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBAccountDescriptionCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBAccountDescriptionCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBAccountDescriptionCommonWithContext is the same as ModifyDBAccountDescriptionCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBAccountDescriptionCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDBAccountDescriptionRequest added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBAccountDescriptionRequest(input *ModifyDBAccountDescriptionInput) (req *request.Request, output *ModifyDBAccountDescriptionOutput)

ModifyDBAccountDescriptionRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBAccountDescription operation. The "output" return value will be populated with the ModifyDBAccountDescriptionCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBAccountDescriptionCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBAccountDescriptionCommon Send returns without error.

See ModifyDBAccountDescription for more information on using the ModifyDBAccountDescription API call, and error handling.

// Example sending a request using the ModifyDBAccountDescriptionRequest method.
req, resp := client.ModifyDBAccountDescriptionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBAccountDescriptionWithContext added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBAccountDescriptionWithContext(ctx volcengine.Context, input *ModifyDBAccountDescriptionInput, opts ...request.Option) (*ModifyDBAccountDescriptionOutput, error)

ModifyDBAccountDescriptionWithContext is the same as ModifyDBAccountDescription with the addition of the ability to pass a context and additional request options.

See ModifyDBAccountDescription for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDBAccountHost added in v1.0.125

func (c *RDSMYSQLV2) ModifyDBAccountHost(input *ModifyDBAccountHostInput) (*ModifyDBAccountHostOutput, error)

ModifyDBAccountHost API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDBAccountHost for usage and error information.

func (*RDSMYSQLV2) ModifyDBAccountHostCommon added in v1.0.125

func (c *RDSMYSQLV2) ModifyDBAccountHostCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBAccountHostCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDBAccountHostCommon for usage and error information.

func (*RDSMYSQLV2) ModifyDBAccountHostCommonRequest added in v1.0.125

func (c *RDSMYSQLV2) ModifyDBAccountHostCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBAccountHostCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBAccountHostCommon operation. The "output" return value will be populated with the ModifyDBAccountHostCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBAccountHostCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBAccountHostCommon Send returns without error.

See ModifyDBAccountHostCommon for more information on using the ModifyDBAccountHostCommon API call, and error handling.

// Example sending a request using the ModifyDBAccountHostCommonRequest method.
req, resp := client.ModifyDBAccountHostCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBAccountHostCommonWithContext added in v1.0.125

func (c *RDSMYSQLV2) ModifyDBAccountHostCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBAccountHostCommonWithContext is the same as ModifyDBAccountHostCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBAccountHostCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDBAccountHostRequest added in v1.0.125

func (c *RDSMYSQLV2) ModifyDBAccountHostRequest(input *ModifyDBAccountHostInput) (req *request.Request, output *ModifyDBAccountHostOutput)

ModifyDBAccountHostRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBAccountHost operation. The "output" return value will be populated with the ModifyDBAccountHostCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBAccountHostCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBAccountHostCommon Send returns without error.

See ModifyDBAccountHost for more information on using the ModifyDBAccountHost API call, and error handling.

// Example sending a request using the ModifyDBAccountHostRequest method.
req, resp := client.ModifyDBAccountHostRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBAccountHostWithContext added in v1.0.125

func (c *RDSMYSQLV2) ModifyDBAccountHostWithContext(ctx volcengine.Context, input *ModifyDBAccountHostInput, opts ...request.Option) (*ModifyDBAccountHostOutput, error)

ModifyDBAccountHostWithContext is the same as ModifyDBAccountHost with the addition of the ability to pass a context and additional request options.

See ModifyDBAccountHost for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDBEndpoint

func (c *RDSMYSQLV2) ModifyDBEndpoint(input *ModifyDBEndpointInput) (*ModifyDBEndpointOutput, error)

ModifyDBEndpoint API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDBEndpoint for usage and error information.

func (*RDSMYSQLV2) ModifyDBEndpointAddress

func (c *RDSMYSQLV2) ModifyDBEndpointAddress(input *ModifyDBEndpointAddressInput) (*ModifyDBEndpointAddressOutput, error)

ModifyDBEndpointAddress API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDBEndpointAddress for usage and error information.

func (*RDSMYSQLV2) ModifyDBEndpointAddressCommon

func (c *RDSMYSQLV2) ModifyDBEndpointAddressCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBEndpointAddressCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDBEndpointAddressCommon for usage and error information.

func (*RDSMYSQLV2) ModifyDBEndpointAddressCommonRequest

func (c *RDSMYSQLV2) ModifyDBEndpointAddressCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBEndpointAddressCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBEndpointAddressCommon operation. The "output" return value will be populated with the ModifyDBEndpointAddressCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBEndpointAddressCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBEndpointAddressCommon Send returns without error.

See ModifyDBEndpointAddressCommon for more information on using the ModifyDBEndpointAddressCommon API call, and error handling.

// Example sending a request using the ModifyDBEndpointAddressCommonRequest method.
req, resp := client.ModifyDBEndpointAddressCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBEndpointAddressCommonWithContext

func (c *RDSMYSQLV2) ModifyDBEndpointAddressCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBEndpointAddressCommonWithContext is the same as ModifyDBEndpointAddressCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBEndpointAddressCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDBEndpointAddressRequest

func (c *RDSMYSQLV2) ModifyDBEndpointAddressRequest(input *ModifyDBEndpointAddressInput) (req *request.Request, output *ModifyDBEndpointAddressOutput)

ModifyDBEndpointAddressRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBEndpointAddress operation. The "output" return value will be populated with the ModifyDBEndpointAddressCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBEndpointAddressCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBEndpointAddressCommon Send returns without error.

See ModifyDBEndpointAddress for more information on using the ModifyDBEndpointAddress API call, and error handling.

// Example sending a request using the ModifyDBEndpointAddressRequest method.
req, resp := client.ModifyDBEndpointAddressRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBEndpointAddressWithContext

func (c *RDSMYSQLV2) ModifyDBEndpointAddressWithContext(ctx volcengine.Context, input *ModifyDBEndpointAddressInput, opts ...request.Option) (*ModifyDBEndpointAddressOutput, error)

ModifyDBEndpointAddressWithContext is the same as ModifyDBEndpointAddress with the addition of the ability to pass a context and additional request options.

See ModifyDBEndpointAddress for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDBEndpointCommon

func (c *RDSMYSQLV2) ModifyDBEndpointCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBEndpointCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDBEndpointCommon for usage and error information.

func (*RDSMYSQLV2) ModifyDBEndpointCommonRequest

func (c *RDSMYSQLV2) ModifyDBEndpointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBEndpointCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBEndpointCommon operation. The "output" return value will be populated with the ModifyDBEndpointCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBEndpointCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBEndpointCommon Send returns without error.

See ModifyDBEndpointCommon for more information on using the ModifyDBEndpointCommon API call, and error handling.

// Example sending a request using the ModifyDBEndpointCommonRequest method.
req, resp := client.ModifyDBEndpointCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBEndpointCommonWithContext

func (c *RDSMYSQLV2) ModifyDBEndpointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBEndpointCommonWithContext is the same as ModifyDBEndpointCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBEndpointCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDBEndpointDNS added in v1.0.56

func (c *RDSMYSQLV2) ModifyDBEndpointDNS(input *ModifyDBEndpointDNSInput) (*ModifyDBEndpointDNSOutput, error)

ModifyDBEndpointDNS API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDBEndpointDNS for usage and error information.

func (*RDSMYSQLV2) ModifyDBEndpointDNSCommon added in v1.0.56

func (c *RDSMYSQLV2) ModifyDBEndpointDNSCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBEndpointDNSCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDBEndpointDNSCommon for usage and error information.

func (*RDSMYSQLV2) ModifyDBEndpointDNSCommonRequest added in v1.0.56

func (c *RDSMYSQLV2) ModifyDBEndpointDNSCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBEndpointDNSCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBEndpointDNSCommon operation. The "output" return value will be populated with the ModifyDBEndpointDNSCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBEndpointDNSCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBEndpointDNSCommon Send returns without error.

See ModifyDBEndpointDNSCommon for more information on using the ModifyDBEndpointDNSCommon API call, and error handling.

// Example sending a request using the ModifyDBEndpointDNSCommonRequest method.
req, resp := client.ModifyDBEndpointDNSCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBEndpointDNSCommonWithContext added in v1.0.56

func (c *RDSMYSQLV2) ModifyDBEndpointDNSCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBEndpointDNSCommonWithContext is the same as ModifyDBEndpointDNSCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBEndpointDNSCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDBEndpointDNSRequest added in v1.0.56

func (c *RDSMYSQLV2) ModifyDBEndpointDNSRequest(input *ModifyDBEndpointDNSInput) (req *request.Request, output *ModifyDBEndpointDNSOutput)

ModifyDBEndpointDNSRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBEndpointDNS operation. The "output" return value will be populated with the ModifyDBEndpointDNSCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBEndpointDNSCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBEndpointDNSCommon Send returns without error.

See ModifyDBEndpointDNS for more information on using the ModifyDBEndpointDNS API call, and error handling.

// Example sending a request using the ModifyDBEndpointDNSRequest method.
req, resp := client.ModifyDBEndpointDNSRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBEndpointDNSWithContext added in v1.0.56

func (c *RDSMYSQLV2) ModifyDBEndpointDNSWithContext(ctx volcengine.Context, input *ModifyDBEndpointDNSInput, opts ...request.Option) (*ModifyDBEndpointDNSOutput, error)

ModifyDBEndpointDNSWithContext is the same as ModifyDBEndpointDNS with the addition of the ability to pass a context and additional request options.

See ModifyDBEndpointDNS for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDBEndpointRequest

func (c *RDSMYSQLV2) ModifyDBEndpointRequest(input *ModifyDBEndpointInput) (req *request.Request, output *ModifyDBEndpointOutput)

ModifyDBEndpointRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBEndpoint operation. The "output" return value will be populated with the ModifyDBEndpointCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBEndpointCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBEndpointCommon Send returns without error.

See ModifyDBEndpoint for more information on using the ModifyDBEndpoint API call, and error handling.

// Example sending a request using the ModifyDBEndpointRequest method.
req, resp := client.ModifyDBEndpointRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBEndpointWithContext

func (c *RDSMYSQLV2) ModifyDBEndpointWithContext(ctx volcengine.Context, input *ModifyDBEndpointInput, opts ...request.Option) (*ModifyDBEndpointOutput, error)

ModifyDBEndpointWithContext is the same as ModifyDBEndpoint with the addition of the ability to pass a context and additional request options.

See ModifyDBEndpoint for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDBInstanceChargeType added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceChargeType(input *ModifyDBInstanceChargeTypeInput) (*ModifyDBInstanceChargeTypeOutput, error)

ModifyDBInstanceChargeType API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDBInstanceChargeType for usage and error information.

func (*RDSMYSQLV2) ModifyDBInstanceChargeTypeCommon added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceChargeTypeCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBInstanceChargeTypeCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDBInstanceChargeTypeCommon for usage and error information.

func (*RDSMYSQLV2) ModifyDBInstanceChargeTypeCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceChargeTypeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBInstanceChargeTypeCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceChargeTypeCommon operation. The "output" return value will be populated with the ModifyDBInstanceChargeTypeCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceChargeTypeCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceChargeTypeCommon Send returns without error.

See ModifyDBInstanceChargeTypeCommon for more information on using the ModifyDBInstanceChargeTypeCommon API call, and error handling.

// Example sending a request using the ModifyDBInstanceChargeTypeCommonRequest method.
req, resp := client.ModifyDBInstanceChargeTypeCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBInstanceChargeTypeCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceChargeTypeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBInstanceChargeTypeCommonWithContext is the same as ModifyDBInstanceChargeTypeCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceChargeTypeCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDBInstanceChargeTypeRequest added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceChargeTypeRequest(input *ModifyDBInstanceChargeTypeInput) (req *request.Request, output *ModifyDBInstanceChargeTypeOutput)

ModifyDBInstanceChargeTypeRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceChargeType operation. The "output" return value will be populated with the ModifyDBInstanceChargeTypeCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceChargeTypeCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceChargeTypeCommon Send returns without error.

See ModifyDBInstanceChargeType for more information on using the ModifyDBInstanceChargeType API call, and error handling.

// Example sending a request using the ModifyDBInstanceChargeTypeRequest method.
req, resp := client.ModifyDBInstanceChargeTypeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBInstanceChargeTypeWithContext added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceChargeTypeWithContext(ctx volcengine.Context, input *ModifyDBInstanceChargeTypeInput, opts ...request.Option) (*ModifyDBInstanceChargeTypeOutput, error)

ModifyDBInstanceChargeTypeWithContext is the same as ModifyDBInstanceChargeType with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceChargeType for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDBInstanceMaintenanceWindow added in v1.0.93

ModifyDBInstanceMaintenanceWindow API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDBInstanceMaintenanceWindow for usage and error information.

func (*RDSMYSQLV2) ModifyDBInstanceMaintenanceWindowCommon added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceMaintenanceWindowCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBInstanceMaintenanceWindowCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDBInstanceMaintenanceWindowCommon for usage and error information.

func (*RDSMYSQLV2) ModifyDBInstanceMaintenanceWindowCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceMaintenanceWindowCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBInstanceMaintenanceWindowCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceMaintenanceWindowCommon operation. The "output" return value will be populated with the ModifyDBInstanceMaintenanceWindowCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceMaintenanceWindowCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceMaintenanceWindowCommon Send returns without error.

See ModifyDBInstanceMaintenanceWindowCommon for more information on using the ModifyDBInstanceMaintenanceWindowCommon API call, and error handling.

// Example sending a request using the ModifyDBInstanceMaintenanceWindowCommonRequest method.
req, resp := client.ModifyDBInstanceMaintenanceWindowCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBInstanceMaintenanceWindowCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceMaintenanceWindowCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBInstanceMaintenanceWindowCommonWithContext is the same as ModifyDBInstanceMaintenanceWindowCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceMaintenanceWindowCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDBInstanceMaintenanceWindowRequest added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceMaintenanceWindowRequest(input *ModifyDBInstanceMaintenanceWindowInput) (req *request.Request, output *ModifyDBInstanceMaintenanceWindowOutput)

ModifyDBInstanceMaintenanceWindowRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceMaintenanceWindow operation. The "output" return value will be populated with the ModifyDBInstanceMaintenanceWindowCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceMaintenanceWindowCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceMaintenanceWindowCommon Send returns without error.

See ModifyDBInstanceMaintenanceWindow for more information on using the ModifyDBInstanceMaintenanceWindow API call, and error handling.

// Example sending a request using the ModifyDBInstanceMaintenanceWindowRequest method.
req, resp := client.ModifyDBInstanceMaintenanceWindowRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBInstanceMaintenanceWindowWithContext added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceMaintenanceWindowWithContext(ctx volcengine.Context, input *ModifyDBInstanceMaintenanceWindowInput, opts ...request.Option) (*ModifyDBInstanceMaintenanceWindowOutput, error)

ModifyDBInstanceMaintenanceWindowWithContext is the same as ModifyDBInstanceMaintenanceWindow with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceMaintenanceWindow for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDBInstanceName

func (c *RDSMYSQLV2) ModifyDBInstanceName(input *ModifyDBInstanceNameInput) (*ModifyDBInstanceNameOutput, error)

ModifyDBInstanceName API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDBInstanceName for usage and error information.

func (*RDSMYSQLV2) ModifyDBInstanceNameCommon

func (c *RDSMYSQLV2) ModifyDBInstanceNameCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBInstanceNameCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDBInstanceNameCommon for usage and error information.

func (*RDSMYSQLV2) ModifyDBInstanceNameCommonRequest

func (c *RDSMYSQLV2) ModifyDBInstanceNameCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBInstanceNameCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceNameCommon operation. The "output" return value will be populated with the ModifyDBInstanceNameCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceNameCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceNameCommon Send returns without error.

See ModifyDBInstanceNameCommon for more information on using the ModifyDBInstanceNameCommon API call, and error handling.

// Example sending a request using the ModifyDBInstanceNameCommonRequest method.
req, resp := client.ModifyDBInstanceNameCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBInstanceNameCommonWithContext

func (c *RDSMYSQLV2) ModifyDBInstanceNameCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBInstanceNameCommonWithContext is the same as ModifyDBInstanceNameCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceNameCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDBInstanceNameRequest

func (c *RDSMYSQLV2) ModifyDBInstanceNameRequest(input *ModifyDBInstanceNameInput) (req *request.Request, output *ModifyDBInstanceNameOutput)

ModifyDBInstanceNameRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceName operation. The "output" return value will be populated with the ModifyDBInstanceNameCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceNameCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceNameCommon Send returns without error.

See ModifyDBInstanceName for more information on using the ModifyDBInstanceName API call, and error handling.

// Example sending a request using the ModifyDBInstanceNameRequest method.
req, resp := client.ModifyDBInstanceNameRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBInstanceNameWithContext

func (c *RDSMYSQLV2) ModifyDBInstanceNameWithContext(ctx volcengine.Context, input *ModifyDBInstanceNameInput, opts ...request.Option) (*ModifyDBInstanceNameOutput, error)

ModifyDBInstanceNameWithContext is the same as ModifyDBInstanceName with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceName for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDBInstanceParameters

func (c *RDSMYSQLV2) ModifyDBInstanceParameters(input *ModifyDBInstanceParametersInput) (*ModifyDBInstanceParametersOutput, error)

ModifyDBInstanceParameters API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDBInstanceParameters for usage and error information.

func (*RDSMYSQLV2) ModifyDBInstanceParametersCommon

func (c *RDSMYSQLV2) ModifyDBInstanceParametersCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBInstanceParametersCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDBInstanceParametersCommon for usage and error information.

func (*RDSMYSQLV2) ModifyDBInstanceParametersCommonRequest

func (c *RDSMYSQLV2) ModifyDBInstanceParametersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBInstanceParametersCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceParametersCommon operation. The "output" return value will be populated with the ModifyDBInstanceParametersCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceParametersCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceParametersCommon Send returns without error.

See ModifyDBInstanceParametersCommon for more information on using the ModifyDBInstanceParametersCommon API call, and error handling.

// Example sending a request using the ModifyDBInstanceParametersCommonRequest method.
req, resp := client.ModifyDBInstanceParametersCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBInstanceParametersCommonWithContext

func (c *RDSMYSQLV2) ModifyDBInstanceParametersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBInstanceParametersCommonWithContext is the same as ModifyDBInstanceParametersCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceParametersCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDBInstanceParametersRequest

func (c *RDSMYSQLV2) ModifyDBInstanceParametersRequest(input *ModifyDBInstanceParametersInput) (req *request.Request, output *ModifyDBInstanceParametersOutput)

ModifyDBInstanceParametersRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceParameters operation. The "output" return value will be populated with the ModifyDBInstanceParametersCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceParametersCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceParametersCommon Send returns without error.

See ModifyDBInstanceParameters for more information on using the ModifyDBInstanceParameters API call, and error handling.

// Example sending a request using the ModifyDBInstanceParametersRequest method.
req, resp := client.ModifyDBInstanceParametersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBInstanceParametersWithContext

func (c *RDSMYSQLV2) ModifyDBInstanceParametersWithContext(ctx volcengine.Context, input *ModifyDBInstanceParametersInput, opts ...request.Option) (*ModifyDBInstanceParametersOutput, error)

ModifyDBInstanceParametersWithContext is the same as ModifyDBInstanceParameters with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceParameters for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDBInstanceSSL

func (c *RDSMYSQLV2) ModifyDBInstanceSSL(input *ModifyDBInstanceSSLInput) (*ModifyDBInstanceSSLOutput, error)

ModifyDBInstanceSSL API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDBInstanceSSL for usage and error information.

func (*RDSMYSQLV2) ModifyDBInstanceSSLCommon

func (c *RDSMYSQLV2) ModifyDBInstanceSSLCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBInstanceSSLCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDBInstanceSSLCommon for usage and error information.

func (*RDSMYSQLV2) ModifyDBInstanceSSLCommonRequest

func (c *RDSMYSQLV2) ModifyDBInstanceSSLCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBInstanceSSLCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceSSLCommon operation. The "output" return value will be populated with the ModifyDBInstanceSSLCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceSSLCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceSSLCommon Send returns without error.

See ModifyDBInstanceSSLCommon for more information on using the ModifyDBInstanceSSLCommon API call, and error handling.

// Example sending a request using the ModifyDBInstanceSSLCommonRequest method.
req, resp := client.ModifyDBInstanceSSLCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBInstanceSSLCommonWithContext

func (c *RDSMYSQLV2) ModifyDBInstanceSSLCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBInstanceSSLCommonWithContext is the same as ModifyDBInstanceSSLCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceSSLCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDBInstanceSSLRequest

func (c *RDSMYSQLV2) ModifyDBInstanceSSLRequest(input *ModifyDBInstanceSSLInput) (req *request.Request, output *ModifyDBInstanceSSLOutput)

ModifyDBInstanceSSLRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceSSL operation. The "output" return value will be populated with the ModifyDBInstanceSSLCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceSSLCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceSSLCommon Send returns without error.

See ModifyDBInstanceSSL for more information on using the ModifyDBInstanceSSL API call, and error handling.

// Example sending a request using the ModifyDBInstanceSSLRequest method.
req, resp := client.ModifyDBInstanceSSLRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBInstanceSSLWithContext

func (c *RDSMYSQLV2) ModifyDBInstanceSSLWithContext(ctx volcengine.Context, input *ModifyDBInstanceSSLInput, opts ...request.Option) (*ModifyDBInstanceSSLOutput, error)

ModifyDBInstanceSSLWithContext is the same as ModifyDBInstanceSSL with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceSSL for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDBInstanceSpec

func (c *RDSMYSQLV2) ModifyDBInstanceSpec(input *ModifyDBInstanceSpecInput) (*ModifyDBInstanceSpecOutput, error)

ModifyDBInstanceSpec API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDBInstanceSpec for usage and error information.

func (*RDSMYSQLV2) ModifyDBInstanceSpecCommon

func (c *RDSMYSQLV2) ModifyDBInstanceSpecCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBInstanceSpecCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDBInstanceSpecCommon for usage and error information.

func (*RDSMYSQLV2) ModifyDBInstanceSpecCommonRequest

func (c *RDSMYSQLV2) ModifyDBInstanceSpecCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBInstanceSpecCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceSpecCommon operation. The "output" return value will be populated with the ModifyDBInstanceSpecCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceSpecCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceSpecCommon Send returns without error.

See ModifyDBInstanceSpecCommon for more information on using the ModifyDBInstanceSpecCommon API call, and error handling.

// Example sending a request using the ModifyDBInstanceSpecCommonRequest method.
req, resp := client.ModifyDBInstanceSpecCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBInstanceSpecCommonWithContext

func (c *RDSMYSQLV2) ModifyDBInstanceSpecCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBInstanceSpecCommonWithContext is the same as ModifyDBInstanceSpecCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceSpecCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDBInstanceSpecRequest

func (c *RDSMYSQLV2) ModifyDBInstanceSpecRequest(input *ModifyDBInstanceSpecInput) (req *request.Request, output *ModifyDBInstanceSpecOutput)

ModifyDBInstanceSpecRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceSpec operation. The "output" return value will be populated with the ModifyDBInstanceSpecCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceSpecCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceSpecCommon Send returns without error.

See ModifyDBInstanceSpec for more information on using the ModifyDBInstanceSpec API call, and error handling.

// Example sending a request using the ModifyDBInstanceSpecRequest method.
req, resp := client.ModifyDBInstanceSpecRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBInstanceSpecWithContext

func (c *RDSMYSQLV2) ModifyDBInstanceSpecWithContext(ctx volcengine.Context, input *ModifyDBInstanceSpecInput, opts ...request.Option) (*ModifyDBInstanceSpecOutput, error)

ModifyDBInstanceSpecWithContext is the same as ModifyDBInstanceSpec with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceSpec for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDBInstanceSyncMode added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceSyncMode(input *ModifyDBInstanceSyncModeInput) (*ModifyDBInstanceSyncModeOutput, error)

ModifyDBInstanceSyncMode API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDBInstanceSyncMode for usage and error information.

func (*RDSMYSQLV2) ModifyDBInstanceSyncModeCommon added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceSyncModeCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBInstanceSyncModeCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDBInstanceSyncModeCommon for usage and error information.

func (*RDSMYSQLV2) ModifyDBInstanceSyncModeCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceSyncModeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBInstanceSyncModeCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceSyncModeCommon operation. The "output" return value will be populated with the ModifyDBInstanceSyncModeCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceSyncModeCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceSyncModeCommon Send returns without error.

See ModifyDBInstanceSyncModeCommon for more information on using the ModifyDBInstanceSyncModeCommon API call, and error handling.

// Example sending a request using the ModifyDBInstanceSyncModeCommonRequest method.
req, resp := client.ModifyDBInstanceSyncModeCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBInstanceSyncModeCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceSyncModeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBInstanceSyncModeCommonWithContext is the same as ModifyDBInstanceSyncModeCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceSyncModeCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDBInstanceSyncModeRequest added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceSyncModeRequest(input *ModifyDBInstanceSyncModeInput) (req *request.Request, output *ModifyDBInstanceSyncModeOutput)

ModifyDBInstanceSyncModeRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceSyncMode operation. The "output" return value will be populated with the ModifyDBInstanceSyncModeCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceSyncModeCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceSyncModeCommon Send returns without error.

See ModifyDBInstanceSyncMode for more information on using the ModifyDBInstanceSyncMode API call, and error handling.

// Example sending a request using the ModifyDBInstanceSyncModeRequest method.
req, resp := client.ModifyDBInstanceSyncModeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBInstanceSyncModeWithContext added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceSyncModeWithContext(ctx volcengine.Context, input *ModifyDBInstanceSyncModeInput, opts ...request.Option) (*ModifyDBInstanceSyncModeOutput, error)

ModifyDBInstanceSyncModeWithContext is the same as ModifyDBInstanceSyncMode with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceSyncMode for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDBInstanceTDE added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceTDE(input *ModifyDBInstanceTDEInput) (*ModifyDBInstanceTDEOutput, error)

ModifyDBInstanceTDE API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDBInstanceTDE for usage and error information.

func (*RDSMYSQLV2) ModifyDBInstanceTDECommon added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceTDECommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBInstanceTDECommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDBInstanceTDECommon for usage and error information.

func (*RDSMYSQLV2) ModifyDBInstanceTDECommonRequest added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceTDECommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBInstanceTDECommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceTDECommon operation. The "output" return value will be populated with the ModifyDBInstanceTDECommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceTDECommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceTDECommon Send returns without error.

See ModifyDBInstanceTDECommon for more information on using the ModifyDBInstanceTDECommon API call, and error handling.

// Example sending a request using the ModifyDBInstanceTDECommonRequest method.
req, resp := client.ModifyDBInstanceTDECommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBInstanceTDECommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceTDECommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBInstanceTDECommonWithContext is the same as ModifyDBInstanceTDECommon with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceTDECommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDBInstanceTDERequest added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceTDERequest(input *ModifyDBInstanceTDEInput) (req *request.Request, output *ModifyDBInstanceTDEOutput)

ModifyDBInstanceTDERequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceTDE operation. The "output" return value will be populated with the ModifyDBInstanceTDECommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceTDECommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceTDECommon Send returns without error.

See ModifyDBInstanceTDE for more information on using the ModifyDBInstanceTDE API call, and error handling.

// Example sending a request using the ModifyDBInstanceTDERequest method.
req, resp := client.ModifyDBInstanceTDERequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBInstanceTDEWithContext added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceTDEWithContext(ctx volcengine.Context, input *ModifyDBInstanceTDEInput, opts ...request.Option) (*ModifyDBInstanceTDEOutput, error)

ModifyDBInstanceTDEWithContext is the same as ModifyDBInstanceTDE with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceTDE for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDBProxyConfig added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBProxyConfig(input *ModifyDBProxyConfigInput) (*ModifyDBProxyConfigOutput, error)

ModifyDBProxyConfig API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDBProxyConfig for usage and error information.

func (*RDSMYSQLV2) ModifyDBProxyConfigCommon added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBProxyConfigCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBProxyConfigCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDBProxyConfigCommon for usage and error information.

func (*RDSMYSQLV2) ModifyDBProxyConfigCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBProxyConfigCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBProxyConfigCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBProxyConfigCommon operation. The "output" return value will be populated with the ModifyDBProxyConfigCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBProxyConfigCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBProxyConfigCommon Send returns without error.

See ModifyDBProxyConfigCommon for more information on using the ModifyDBProxyConfigCommon API call, and error handling.

// Example sending a request using the ModifyDBProxyConfigCommonRequest method.
req, resp := client.ModifyDBProxyConfigCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBProxyConfigCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBProxyConfigCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBProxyConfigCommonWithContext is the same as ModifyDBProxyConfigCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBProxyConfigCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDBProxyConfigRequest added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBProxyConfigRequest(input *ModifyDBProxyConfigInput) (req *request.Request, output *ModifyDBProxyConfigOutput)

ModifyDBProxyConfigRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBProxyConfig operation. The "output" return value will be populated with the ModifyDBProxyConfigCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBProxyConfigCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBProxyConfigCommon Send returns without error.

See ModifyDBProxyConfig for more information on using the ModifyDBProxyConfig API call, and error handling.

// Example sending a request using the ModifyDBProxyConfigRequest method.
req, resp := client.ModifyDBProxyConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBProxyConfigWithContext added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBProxyConfigWithContext(ctx volcengine.Context, input *ModifyDBProxyConfigInput, opts ...request.Option) (*ModifyDBProxyConfigOutput, error)

ModifyDBProxyConfigWithContext is the same as ModifyDBProxyConfig with the addition of the ability to pass a context and additional request options.

See ModifyDBProxyConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDatabaseDescription added in v1.0.93

func (c *RDSMYSQLV2) ModifyDatabaseDescription(input *ModifyDatabaseDescriptionInput) (*ModifyDatabaseDescriptionOutput, error)

ModifyDatabaseDescription API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDatabaseDescription for usage and error information.

func (*RDSMYSQLV2) ModifyDatabaseDescriptionCommon added in v1.0.93

func (c *RDSMYSQLV2) ModifyDatabaseDescriptionCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDatabaseDescriptionCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyDatabaseDescriptionCommon for usage and error information.

func (*RDSMYSQLV2) ModifyDatabaseDescriptionCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) ModifyDatabaseDescriptionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDatabaseDescriptionCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDatabaseDescriptionCommon operation. The "output" return value will be populated with the ModifyDatabaseDescriptionCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDatabaseDescriptionCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDatabaseDescriptionCommon Send returns without error.

See ModifyDatabaseDescriptionCommon for more information on using the ModifyDatabaseDescriptionCommon API call, and error handling.

// Example sending a request using the ModifyDatabaseDescriptionCommonRequest method.
req, resp := client.ModifyDatabaseDescriptionCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDatabaseDescriptionCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) ModifyDatabaseDescriptionCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDatabaseDescriptionCommonWithContext is the same as ModifyDatabaseDescriptionCommon with the addition of the ability to pass a context and additional request options.

See ModifyDatabaseDescriptionCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyDatabaseDescriptionRequest added in v1.0.93

func (c *RDSMYSQLV2) ModifyDatabaseDescriptionRequest(input *ModifyDatabaseDescriptionInput) (req *request.Request, output *ModifyDatabaseDescriptionOutput)

ModifyDatabaseDescriptionRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDatabaseDescription operation. The "output" return value will be populated with the ModifyDatabaseDescriptionCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDatabaseDescriptionCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDatabaseDescriptionCommon Send returns without error.

See ModifyDatabaseDescription for more information on using the ModifyDatabaseDescription API call, and error handling.

// Example sending a request using the ModifyDatabaseDescriptionRequest method.
req, resp := client.ModifyDatabaseDescriptionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDatabaseDescriptionWithContext added in v1.0.93

func (c *RDSMYSQLV2) ModifyDatabaseDescriptionWithContext(ctx volcengine.Context, input *ModifyDatabaseDescriptionInput, opts ...request.Option) (*ModifyDatabaseDescriptionOutput, error)

ModifyDatabaseDescriptionWithContext is the same as ModifyDatabaseDescription with the addition of the ability to pass a context and additional request options.

See ModifyDatabaseDescription for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyParameterTemplate added in v1.0.93

func (c *RDSMYSQLV2) ModifyParameterTemplate(input *ModifyParameterTemplateInput) (*ModifyParameterTemplateOutput, error)

ModifyParameterTemplate API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyParameterTemplate for usage and error information.

func (*RDSMYSQLV2) ModifyParameterTemplateCommon added in v1.0.93

func (c *RDSMYSQLV2) ModifyParameterTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyParameterTemplateCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyParameterTemplateCommon for usage and error information.

func (*RDSMYSQLV2) ModifyParameterTemplateCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) ModifyParameterTemplateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyParameterTemplateCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyParameterTemplateCommon operation. The "output" return value will be populated with the ModifyParameterTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyParameterTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyParameterTemplateCommon Send returns without error.

See ModifyParameterTemplateCommon for more information on using the ModifyParameterTemplateCommon API call, and error handling.

// Example sending a request using the ModifyParameterTemplateCommonRequest method.
req, resp := client.ModifyParameterTemplateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyParameterTemplateCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) ModifyParameterTemplateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyParameterTemplateCommonWithContext is the same as ModifyParameterTemplateCommon with the addition of the ability to pass a context and additional request options.

See ModifyParameterTemplateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyParameterTemplateRequest added in v1.0.93

func (c *RDSMYSQLV2) ModifyParameterTemplateRequest(input *ModifyParameterTemplateInput) (req *request.Request, output *ModifyParameterTemplateOutput)

ModifyParameterTemplateRequest generates a "volcengine/request.Request" representing the client's request for the ModifyParameterTemplate operation. The "output" return value will be populated with the ModifyParameterTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyParameterTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyParameterTemplateCommon Send returns without error.

See ModifyParameterTemplate for more information on using the ModifyParameterTemplate API call, and error handling.

// Example sending a request using the ModifyParameterTemplateRequest method.
req, resp := client.ModifyParameterTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyParameterTemplateWithContext added in v1.0.93

func (c *RDSMYSQLV2) ModifyParameterTemplateWithContext(ctx volcengine.Context, input *ModifyParameterTemplateInput, opts ...request.Option) (*ModifyParameterTemplateOutput, error)

ModifyParameterTemplateWithContext is the same as ModifyParameterTemplate with the addition of the ability to pass a context and additional request options.

See ModifyParameterTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyPlannedEventExecuteTime added in v1.0.125

func (c *RDSMYSQLV2) ModifyPlannedEventExecuteTime(input *ModifyPlannedEventExecuteTimeInput) (*ModifyPlannedEventExecuteTimeOutput, error)

ModifyPlannedEventExecuteTime API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyPlannedEventExecuteTime for usage and error information.

func (*RDSMYSQLV2) ModifyPlannedEventExecuteTimeCommon added in v1.0.125

func (c *RDSMYSQLV2) ModifyPlannedEventExecuteTimeCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyPlannedEventExecuteTimeCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyPlannedEventExecuteTimeCommon for usage and error information.

func (*RDSMYSQLV2) ModifyPlannedEventExecuteTimeCommonRequest added in v1.0.125

func (c *RDSMYSQLV2) ModifyPlannedEventExecuteTimeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyPlannedEventExecuteTimeCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyPlannedEventExecuteTimeCommon operation. The "output" return value will be populated with the ModifyPlannedEventExecuteTimeCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyPlannedEventExecuteTimeCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyPlannedEventExecuteTimeCommon Send returns without error.

See ModifyPlannedEventExecuteTimeCommon for more information on using the ModifyPlannedEventExecuteTimeCommon API call, and error handling.

// Example sending a request using the ModifyPlannedEventExecuteTimeCommonRequest method.
req, resp := client.ModifyPlannedEventExecuteTimeCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyPlannedEventExecuteTimeCommonWithContext added in v1.0.125

func (c *RDSMYSQLV2) ModifyPlannedEventExecuteTimeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyPlannedEventExecuteTimeCommonWithContext is the same as ModifyPlannedEventExecuteTimeCommon with the addition of the ability to pass a context and additional request options.

See ModifyPlannedEventExecuteTimeCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyPlannedEventExecuteTimeRequest added in v1.0.125

func (c *RDSMYSQLV2) ModifyPlannedEventExecuteTimeRequest(input *ModifyPlannedEventExecuteTimeInput) (req *request.Request, output *ModifyPlannedEventExecuteTimeOutput)

ModifyPlannedEventExecuteTimeRequest generates a "volcengine/request.Request" representing the client's request for the ModifyPlannedEventExecuteTime operation. The "output" return value will be populated with the ModifyPlannedEventExecuteTimeCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyPlannedEventExecuteTimeCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyPlannedEventExecuteTimeCommon Send returns without error.

See ModifyPlannedEventExecuteTime for more information on using the ModifyPlannedEventExecuteTime API call, and error handling.

// Example sending a request using the ModifyPlannedEventExecuteTimeRequest method.
req, resp := client.ModifyPlannedEventExecuteTimeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyPlannedEventExecuteTimeWithContext added in v1.0.125

func (c *RDSMYSQLV2) ModifyPlannedEventExecuteTimeWithContext(ctx volcengine.Context, input *ModifyPlannedEventExecuteTimeInput, opts ...request.Option) (*ModifyPlannedEventExecuteTimeOutput, error)

ModifyPlannedEventExecuteTimeWithContext is the same as ModifyPlannedEventExecuteTime with the addition of the ability to pass a context and additional request options.

See ModifyPlannedEventExecuteTime for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyReadOnlyNodeDelayReplicationTime added in v1.0.125

ModifyReadOnlyNodeDelayReplicationTime API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyReadOnlyNodeDelayReplicationTime for usage and error information.

func (*RDSMYSQLV2) ModifyReadOnlyNodeDelayReplicationTimeCommon added in v1.0.125

func (c *RDSMYSQLV2) ModifyReadOnlyNodeDelayReplicationTimeCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyReadOnlyNodeDelayReplicationTimeCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyReadOnlyNodeDelayReplicationTimeCommon for usage and error information.

func (*RDSMYSQLV2) ModifyReadOnlyNodeDelayReplicationTimeCommonRequest added in v1.0.125

func (c *RDSMYSQLV2) ModifyReadOnlyNodeDelayReplicationTimeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyReadOnlyNodeDelayReplicationTimeCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyReadOnlyNodeDelayReplicationTimeCommon operation. The "output" return value will be populated with the ModifyReadOnlyNodeDelayReplicationTimeCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyReadOnlyNodeDelayReplicationTimeCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyReadOnlyNodeDelayReplicationTimeCommon Send returns without error.

See ModifyReadOnlyNodeDelayReplicationTimeCommon for more information on using the ModifyReadOnlyNodeDelayReplicationTimeCommon API call, and error handling.

// Example sending a request using the ModifyReadOnlyNodeDelayReplicationTimeCommonRequest method.
req, resp := client.ModifyReadOnlyNodeDelayReplicationTimeCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyReadOnlyNodeDelayReplicationTimeCommonWithContext added in v1.0.125

func (c *RDSMYSQLV2) ModifyReadOnlyNodeDelayReplicationTimeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyReadOnlyNodeDelayReplicationTimeCommonWithContext is the same as ModifyReadOnlyNodeDelayReplicationTimeCommon with the addition of the ability to pass a context and additional request options.

See ModifyReadOnlyNodeDelayReplicationTimeCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyReadOnlyNodeDelayReplicationTimeRequest added in v1.0.125

func (c *RDSMYSQLV2) ModifyReadOnlyNodeDelayReplicationTimeRequest(input *ModifyReadOnlyNodeDelayReplicationTimeInput) (req *request.Request, output *ModifyReadOnlyNodeDelayReplicationTimeOutput)

ModifyReadOnlyNodeDelayReplicationTimeRequest generates a "volcengine/request.Request" representing the client's request for the ModifyReadOnlyNodeDelayReplicationTime operation. The "output" return value will be populated with the ModifyReadOnlyNodeDelayReplicationTimeCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyReadOnlyNodeDelayReplicationTimeCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyReadOnlyNodeDelayReplicationTimeCommon Send returns without error.

See ModifyReadOnlyNodeDelayReplicationTime for more information on using the ModifyReadOnlyNodeDelayReplicationTime API call, and error handling.

// Example sending a request using the ModifyReadOnlyNodeDelayReplicationTimeRequest method.
req, resp := client.ModifyReadOnlyNodeDelayReplicationTimeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyReadOnlyNodeDelayReplicationTimeWithContext added in v1.0.125

func (c *RDSMYSQLV2) ModifyReadOnlyNodeDelayReplicationTimeWithContext(ctx volcengine.Context, input *ModifyReadOnlyNodeDelayReplicationTimeInput, opts ...request.Option) (*ModifyReadOnlyNodeDelayReplicationTimeOutput, error)

ModifyReadOnlyNodeDelayReplicationTimeWithContext is the same as ModifyReadOnlyNodeDelayReplicationTime with the addition of the ability to pass a context and additional request options.

See ModifyReadOnlyNodeDelayReplicationTime for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyTask added in v1.0.125

func (c *RDSMYSQLV2) ModifyTask(input *ModifyTaskInput) (*ModifyTaskOutput, error)

ModifyTask API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyTask for usage and error information.

func (*RDSMYSQLV2) ModifyTaskCommon added in v1.0.125

func (c *RDSMYSQLV2) ModifyTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyTaskCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ModifyTaskCommon for usage and error information.

func (*RDSMYSQLV2) ModifyTaskCommonRequest added in v1.0.125

func (c *RDSMYSQLV2) ModifyTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTaskCommon operation. The "output" return value will be populated with the ModifyTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTaskCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTaskCommon Send returns without error.

See ModifyTaskCommon for more information on using the ModifyTaskCommon API call, and error handling.

// Example sending a request using the ModifyTaskCommonRequest method.
req, resp := client.ModifyTaskCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyTaskCommonWithContext added in v1.0.125

func (c *RDSMYSQLV2) ModifyTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyTaskCommonWithContext is the same as ModifyTaskCommon with the addition of the ability to pass a context and additional request options.

See ModifyTaskCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ModifyTaskRequest added in v1.0.125

func (c *RDSMYSQLV2) ModifyTaskRequest(input *ModifyTaskInput) (req *request.Request, output *ModifyTaskOutput)

ModifyTaskRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTask operation. The "output" return value will be populated with the ModifyTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTaskCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTaskCommon Send returns without error.

See ModifyTask for more information on using the ModifyTask API call, and error handling.

// Example sending a request using the ModifyTaskRequest method.
req, resp := client.ModifyTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyTaskWithContext added in v1.0.125

func (c *RDSMYSQLV2) ModifyTaskWithContext(ctx volcengine.Context, input *ModifyTaskInput, opts ...request.Option) (*ModifyTaskOutput, error)

ModifyTaskWithContext is the same as ModifyTask with the addition of the ability to pass a context and additional request options.

See ModifyTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) RebuildDBInstance added in v1.0.93

func (c *RDSMYSQLV2) RebuildDBInstance(input *RebuildDBInstanceInput) (*RebuildDBInstanceOutput, error)

RebuildDBInstance API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation RebuildDBInstance for usage and error information.

func (*RDSMYSQLV2) RebuildDBInstanceCommon added in v1.0.93

func (c *RDSMYSQLV2) RebuildDBInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RebuildDBInstanceCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation RebuildDBInstanceCommon for usage and error information.

func (*RDSMYSQLV2) RebuildDBInstanceCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) RebuildDBInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RebuildDBInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the RebuildDBInstanceCommon operation. The "output" return value will be populated with the RebuildDBInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned RebuildDBInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after RebuildDBInstanceCommon Send returns without error.

See RebuildDBInstanceCommon for more information on using the RebuildDBInstanceCommon API call, and error handling.

// Example sending a request using the RebuildDBInstanceCommonRequest method.
req, resp := client.RebuildDBInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) RebuildDBInstanceCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) RebuildDBInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RebuildDBInstanceCommonWithContext is the same as RebuildDBInstanceCommon with the addition of the ability to pass a context and additional request options.

See RebuildDBInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) RebuildDBInstanceRequest added in v1.0.93

func (c *RDSMYSQLV2) RebuildDBInstanceRequest(input *RebuildDBInstanceInput) (req *request.Request, output *RebuildDBInstanceOutput)

RebuildDBInstanceRequest generates a "volcengine/request.Request" representing the client's request for the RebuildDBInstance operation. The "output" return value will be populated with the RebuildDBInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned RebuildDBInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after RebuildDBInstanceCommon Send returns without error.

See RebuildDBInstance for more information on using the RebuildDBInstance API call, and error handling.

// Example sending a request using the RebuildDBInstanceRequest method.
req, resp := client.RebuildDBInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) RebuildDBInstanceWithContext added in v1.0.93

func (c *RDSMYSQLV2) RebuildDBInstanceWithContext(ctx volcengine.Context, input *RebuildDBInstanceInput, opts ...request.Option) (*RebuildDBInstanceOutput, error)

RebuildDBInstanceWithContext is the same as RebuildDBInstance with the addition of the ability to pass a context and additional request options.

See RebuildDBInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) RemoveTagsFromResource added in v1.0.93

func (c *RDSMYSQLV2) RemoveTagsFromResource(input *RemoveTagsFromResourceInput) (*RemoveTagsFromResourceOutput, error)

RemoveTagsFromResource API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation RemoveTagsFromResource for usage and error information.

func (*RDSMYSQLV2) RemoveTagsFromResourceCommon added in v1.0.93

func (c *RDSMYSQLV2) RemoveTagsFromResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RemoveTagsFromResourceCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation RemoveTagsFromResourceCommon for usage and error information.

func (*RDSMYSQLV2) RemoveTagsFromResourceCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) RemoveTagsFromResourceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RemoveTagsFromResourceCommonRequest generates a "volcengine/request.Request" representing the client's request for the RemoveTagsFromResourceCommon operation. The "output" return value will be populated with the RemoveTagsFromResourceCommon request's response once the request completes successfully.

Use "Send" method on the returned RemoveTagsFromResourceCommon Request to send the API call to the service. the "output" return value is not valid until after RemoveTagsFromResourceCommon Send returns without error.

See RemoveTagsFromResourceCommon for more information on using the RemoveTagsFromResourceCommon API call, and error handling.

// Example sending a request using the RemoveTagsFromResourceCommonRequest method.
req, resp := client.RemoveTagsFromResourceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) RemoveTagsFromResourceCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) RemoveTagsFromResourceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RemoveTagsFromResourceCommonWithContext is the same as RemoveTagsFromResourceCommon with the addition of the ability to pass a context and additional request options.

See RemoveTagsFromResourceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) RemoveTagsFromResourceRequest added in v1.0.93

func (c *RDSMYSQLV2) RemoveTagsFromResourceRequest(input *RemoveTagsFromResourceInput) (req *request.Request, output *RemoveTagsFromResourceOutput)

RemoveTagsFromResourceRequest generates a "volcengine/request.Request" representing the client's request for the RemoveTagsFromResource operation. The "output" return value will be populated with the RemoveTagsFromResourceCommon request's response once the request completes successfully.

Use "Send" method on the returned RemoveTagsFromResourceCommon Request to send the API call to the service. the "output" return value is not valid until after RemoveTagsFromResourceCommon Send returns without error.

See RemoveTagsFromResource for more information on using the RemoveTagsFromResource API call, and error handling.

// Example sending a request using the RemoveTagsFromResourceRequest method.
req, resp := client.RemoveTagsFromResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) RemoveTagsFromResourceWithContext added in v1.0.93

func (c *RDSMYSQLV2) RemoveTagsFromResourceWithContext(ctx volcengine.Context, input *RemoveTagsFromResourceInput, opts ...request.Option) (*RemoveTagsFromResourceOutput, error)

RemoveTagsFromResourceWithContext is the same as RemoveTagsFromResource with the addition of the ability to pass a context and additional request options.

See RemoveTagsFromResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ResetDBAccount

func (c *RDSMYSQLV2) ResetDBAccount(input *ResetDBAccountInput) (*ResetDBAccountOutput, error)

ResetDBAccount API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ResetDBAccount for usage and error information.

func (*RDSMYSQLV2) ResetDBAccountCommon

func (c *RDSMYSQLV2) ResetDBAccountCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ResetDBAccountCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation ResetDBAccountCommon for usage and error information.

func (*RDSMYSQLV2) ResetDBAccountCommonRequest

func (c *RDSMYSQLV2) ResetDBAccountCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ResetDBAccountCommonRequest generates a "volcengine/request.Request" representing the client's request for the ResetDBAccountCommon operation. The "output" return value will be populated with the ResetDBAccountCommon request's response once the request completes successfully.

Use "Send" method on the returned ResetDBAccountCommon Request to send the API call to the service. the "output" return value is not valid until after ResetDBAccountCommon Send returns without error.

See ResetDBAccountCommon for more information on using the ResetDBAccountCommon API call, and error handling.

// Example sending a request using the ResetDBAccountCommonRequest method.
req, resp := client.ResetDBAccountCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ResetDBAccountCommonWithContext

func (c *RDSMYSQLV2) ResetDBAccountCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ResetDBAccountCommonWithContext is the same as ResetDBAccountCommon with the addition of the ability to pass a context and additional request options.

See ResetDBAccountCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) ResetDBAccountRequest

func (c *RDSMYSQLV2) ResetDBAccountRequest(input *ResetDBAccountInput) (req *request.Request, output *ResetDBAccountOutput)

ResetDBAccountRequest generates a "volcengine/request.Request" representing the client's request for the ResetDBAccount operation. The "output" return value will be populated with the ResetDBAccountCommon request's response once the request completes successfully.

Use "Send" method on the returned ResetDBAccountCommon Request to send the API call to the service. the "output" return value is not valid until after ResetDBAccountCommon Send returns without error.

See ResetDBAccount for more information on using the ResetDBAccount API call, and error handling.

// Example sending a request using the ResetDBAccountRequest method.
req, resp := client.ResetDBAccountRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ResetDBAccountWithContext

func (c *RDSMYSQLV2) ResetDBAccountWithContext(ctx volcengine.Context, input *ResetDBAccountInput, opts ...request.Option) (*ResetDBAccountOutput, error)

ResetDBAccountWithContext is the same as ResetDBAccount with the addition of the ability to pass a context and additional request options.

See ResetDBAccount for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) RestartDBInstance

func (c *RDSMYSQLV2) RestartDBInstance(input *RestartDBInstanceInput) (*RestartDBInstanceOutput, error)

RestartDBInstance API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation RestartDBInstance for usage and error information.

func (*RDSMYSQLV2) RestartDBInstanceCommon

func (c *RDSMYSQLV2) RestartDBInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RestartDBInstanceCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation RestartDBInstanceCommon for usage and error information.

func (*RDSMYSQLV2) RestartDBInstanceCommonRequest

func (c *RDSMYSQLV2) RestartDBInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RestartDBInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the RestartDBInstanceCommon operation. The "output" return value will be populated with the RestartDBInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned RestartDBInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after RestartDBInstanceCommon Send returns without error.

See RestartDBInstanceCommon for more information on using the RestartDBInstanceCommon API call, and error handling.

// Example sending a request using the RestartDBInstanceCommonRequest method.
req, resp := client.RestartDBInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) RestartDBInstanceCommonWithContext

func (c *RDSMYSQLV2) RestartDBInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RestartDBInstanceCommonWithContext is the same as RestartDBInstanceCommon with the addition of the ability to pass a context and additional request options.

See RestartDBInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) RestartDBInstanceRequest

func (c *RDSMYSQLV2) RestartDBInstanceRequest(input *RestartDBInstanceInput) (req *request.Request, output *RestartDBInstanceOutput)

RestartDBInstanceRequest generates a "volcengine/request.Request" representing the client's request for the RestartDBInstance operation. The "output" return value will be populated with the RestartDBInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned RestartDBInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after RestartDBInstanceCommon Send returns without error.

See RestartDBInstance for more information on using the RestartDBInstance API call, and error handling.

// Example sending a request using the RestartDBInstanceRequest method.
req, resp := client.RestartDBInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) RestartDBInstanceWithContext

func (c *RDSMYSQLV2) RestartDBInstanceWithContext(ctx volcengine.Context, input *RestartDBInstanceInput, opts ...request.Option) (*RestartDBInstanceOutput, error)

RestartDBInstanceWithContext is the same as RestartDBInstance with the addition of the ability to pass a context and additional request options.

See RestartDBInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) RestoreToExistedInstance added in v1.0.93

func (c *RDSMYSQLV2) RestoreToExistedInstance(input *RestoreToExistedInstanceInput) (*RestoreToExistedInstanceOutput, error)

RestoreToExistedInstance API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation RestoreToExistedInstance for usage and error information.

func (*RDSMYSQLV2) RestoreToExistedInstanceCommon added in v1.0.93

func (c *RDSMYSQLV2) RestoreToExistedInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RestoreToExistedInstanceCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation RestoreToExistedInstanceCommon for usage and error information.

func (*RDSMYSQLV2) RestoreToExistedInstanceCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) RestoreToExistedInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RestoreToExistedInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the RestoreToExistedInstanceCommon operation. The "output" return value will be populated with the RestoreToExistedInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned RestoreToExistedInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after RestoreToExistedInstanceCommon Send returns without error.

See RestoreToExistedInstanceCommon for more information on using the RestoreToExistedInstanceCommon API call, and error handling.

// Example sending a request using the RestoreToExistedInstanceCommonRequest method.
req, resp := client.RestoreToExistedInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) RestoreToExistedInstanceCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) RestoreToExistedInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RestoreToExistedInstanceCommonWithContext is the same as RestoreToExistedInstanceCommon with the addition of the ability to pass a context and additional request options.

See RestoreToExistedInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) RestoreToExistedInstanceRequest added in v1.0.93

func (c *RDSMYSQLV2) RestoreToExistedInstanceRequest(input *RestoreToExistedInstanceInput) (req *request.Request, output *RestoreToExistedInstanceOutput)

RestoreToExistedInstanceRequest generates a "volcengine/request.Request" representing the client's request for the RestoreToExistedInstance operation. The "output" return value will be populated with the RestoreToExistedInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned RestoreToExistedInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after RestoreToExistedInstanceCommon Send returns without error.

See RestoreToExistedInstance for more information on using the RestoreToExistedInstance API call, and error handling.

// Example sending a request using the RestoreToExistedInstanceRequest method.
req, resp := client.RestoreToExistedInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) RestoreToExistedInstanceWithContext added in v1.0.93

func (c *RDSMYSQLV2) RestoreToExistedInstanceWithContext(ctx volcengine.Context, input *RestoreToExistedInstanceInput, opts ...request.Option) (*RestoreToExistedInstanceOutput, error)

RestoreToExistedInstanceWithContext is the same as RestoreToExistedInstance with the addition of the ability to pass a context and additional request options.

See RestoreToExistedInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) RestoreToNewInstance

func (c *RDSMYSQLV2) RestoreToNewInstance(input *RestoreToNewInstanceInput) (*RestoreToNewInstanceOutput, error)

RestoreToNewInstance API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation RestoreToNewInstance for usage and error information.

func (*RDSMYSQLV2) RestoreToNewInstanceCommon

func (c *RDSMYSQLV2) RestoreToNewInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RestoreToNewInstanceCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation RestoreToNewInstanceCommon for usage and error information.

func (*RDSMYSQLV2) RestoreToNewInstanceCommonRequest

func (c *RDSMYSQLV2) RestoreToNewInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RestoreToNewInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the RestoreToNewInstanceCommon operation. The "output" return value will be populated with the RestoreToNewInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned RestoreToNewInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after RestoreToNewInstanceCommon Send returns without error.

See RestoreToNewInstanceCommon for more information on using the RestoreToNewInstanceCommon API call, and error handling.

// Example sending a request using the RestoreToNewInstanceCommonRequest method.
req, resp := client.RestoreToNewInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) RestoreToNewInstanceCommonWithContext

func (c *RDSMYSQLV2) RestoreToNewInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RestoreToNewInstanceCommonWithContext is the same as RestoreToNewInstanceCommon with the addition of the ability to pass a context and additional request options.

See RestoreToNewInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) RestoreToNewInstanceRequest

func (c *RDSMYSQLV2) RestoreToNewInstanceRequest(input *RestoreToNewInstanceInput) (req *request.Request, output *RestoreToNewInstanceOutput)

RestoreToNewInstanceRequest generates a "volcengine/request.Request" representing the client's request for the RestoreToNewInstance operation. The "output" return value will be populated with the RestoreToNewInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned RestoreToNewInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after RestoreToNewInstanceCommon Send returns without error.

See RestoreToNewInstance for more information on using the RestoreToNewInstance API call, and error handling.

// Example sending a request using the RestoreToNewInstanceRequest method.
req, resp := client.RestoreToNewInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) RestoreToNewInstanceWithContext

func (c *RDSMYSQLV2) RestoreToNewInstanceWithContext(ctx volcengine.Context, input *RestoreToNewInstanceInput, opts ...request.Option) (*RestoreToNewInstanceOutput, error)

RestoreToNewInstanceWithContext is the same as RestoreToNewInstance with the addition of the ability to pass a context and additional request options.

See RestoreToNewInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) RevokeDBAccountPrivilege added in v1.0.56

func (c *RDSMYSQLV2) RevokeDBAccountPrivilege(input *RevokeDBAccountPrivilegeInput) (*RevokeDBAccountPrivilegeOutput, error)

RevokeDBAccountPrivilege API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation RevokeDBAccountPrivilege for usage and error information.

func (*RDSMYSQLV2) RevokeDBAccountPrivilegeCommon added in v1.0.56

func (c *RDSMYSQLV2) RevokeDBAccountPrivilegeCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RevokeDBAccountPrivilegeCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation RevokeDBAccountPrivilegeCommon for usage and error information.

func (*RDSMYSQLV2) RevokeDBAccountPrivilegeCommonRequest added in v1.0.56

func (c *RDSMYSQLV2) RevokeDBAccountPrivilegeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RevokeDBAccountPrivilegeCommonRequest generates a "volcengine/request.Request" representing the client's request for the RevokeDBAccountPrivilegeCommon operation. The "output" return value will be populated with the RevokeDBAccountPrivilegeCommon request's response once the request completes successfully.

Use "Send" method on the returned RevokeDBAccountPrivilegeCommon Request to send the API call to the service. the "output" return value is not valid until after RevokeDBAccountPrivilegeCommon Send returns without error.

See RevokeDBAccountPrivilegeCommon for more information on using the RevokeDBAccountPrivilegeCommon API call, and error handling.

// Example sending a request using the RevokeDBAccountPrivilegeCommonRequest method.
req, resp := client.RevokeDBAccountPrivilegeCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) RevokeDBAccountPrivilegeCommonWithContext added in v1.0.56

func (c *RDSMYSQLV2) RevokeDBAccountPrivilegeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RevokeDBAccountPrivilegeCommonWithContext is the same as RevokeDBAccountPrivilegeCommon with the addition of the ability to pass a context and additional request options.

See RevokeDBAccountPrivilegeCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) RevokeDBAccountPrivilegeRequest added in v1.0.56

func (c *RDSMYSQLV2) RevokeDBAccountPrivilegeRequest(input *RevokeDBAccountPrivilegeInput) (req *request.Request, output *RevokeDBAccountPrivilegeOutput)

RevokeDBAccountPrivilegeRequest generates a "volcengine/request.Request" representing the client's request for the RevokeDBAccountPrivilege operation. The "output" return value will be populated with the RevokeDBAccountPrivilegeCommon request's response once the request completes successfully.

Use "Send" method on the returned RevokeDBAccountPrivilegeCommon Request to send the API call to the service. the "output" return value is not valid until after RevokeDBAccountPrivilegeCommon Send returns without error.

See RevokeDBAccountPrivilege for more information on using the RevokeDBAccountPrivilege API call, and error handling.

// Example sending a request using the RevokeDBAccountPrivilegeRequest method.
req, resp := client.RevokeDBAccountPrivilegeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) RevokeDBAccountPrivilegeWithContext added in v1.0.56

func (c *RDSMYSQLV2) RevokeDBAccountPrivilegeWithContext(ctx volcengine.Context, input *RevokeDBAccountPrivilegeInput, opts ...request.Option) (*RevokeDBAccountPrivilegeOutput, error)

RevokeDBAccountPrivilegeWithContext is the same as RevokeDBAccountPrivilege with the addition of the ability to pass a context and additional request options.

See RevokeDBAccountPrivilege for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) RevokeDatabasePrivilege added in v1.0.56

func (c *RDSMYSQLV2) RevokeDatabasePrivilege(input *RevokeDatabasePrivilegeInput) (*RevokeDatabasePrivilegeOutput, error)

RevokeDatabasePrivilege API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation RevokeDatabasePrivilege for usage and error information.

func (*RDSMYSQLV2) RevokeDatabasePrivilegeCommon added in v1.0.56

func (c *RDSMYSQLV2) RevokeDatabasePrivilegeCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RevokeDatabasePrivilegeCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation RevokeDatabasePrivilegeCommon for usage and error information.

func (*RDSMYSQLV2) RevokeDatabasePrivilegeCommonRequest added in v1.0.56

func (c *RDSMYSQLV2) RevokeDatabasePrivilegeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RevokeDatabasePrivilegeCommonRequest generates a "volcengine/request.Request" representing the client's request for the RevokeDatabasePrivilegeCommon operation. The "output" return value will be populated with the RevokeDatabasePrivilegeCommon request's response once the request completes successfully.

Use "Send" method on the returned RevokeDatabasePrivilegeCommon Request to send the API call to the service. the "output" return value is not valid until after RevokeDatabasePrivilegeCommon Send returns without error.

See RevokeDatabasePrivilegeCommon for more information on using the RevokeDatabasePrivilegeCommon API call, and error handling.

// Example sending a request using the RevokeDatabasePrivilegeCommonRequest method.
req, resp := client.RevokeDatabasePrivilegeCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) RevokeDatabasePrivilegeCommonWithContext added in v1.0.56

func (c *RDSMYSQLV2) RevokeDatabasePrivilegeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RevokeDatabasePrivilegeCommonWithContext is the same as RevokeDatabasePrivilegeCommon with the addition of the ability to pass a context and additional request options.

See RevokeDatabasePrivilegeCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) RevokeDatabasePrivilegeRequest added in v1.0.56

func (c *RDSMYSQLV2) RevokeDatabasePrivilegeRequest(input *RevokeDatabasePrivilegeInput) (req *request.Request, output *RevokeDatabasePrivilegeOutput)

RevokeDatabasePrivilegeRequest generates a "volcengine/request.Request" representing the client's request for the RevokeDatabasePrivilege operation. The "output" return value will be populated with the RevokeDatabasePrivilegeCommon request's response once the request completes successfully.

Use "Send" method on the returned RevokeDatabasePrivilegeCommon Request to send the API call to the service. the "output" return value is not valid until after RevokeDatabasePrivilegeCommon Send returns without error.

See RevokeDatabasePrivilege for more information on using the RevokeDatabasePrivilege API call, and error handling.

// Example sending a request using the RevokeDatabasePrivilegeRequest method.
req, resp := client.RevokeDatabasePrivilegeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) RevokeDatabasePrivilegeWithContext added in v1.0.56

func (c *RDSMYSQLV2) RevokeDatabasePrivilegeWithContext(ctx volcengine.Context, input *RevokeDatabasePrivilegeInput, opts ...request.Option) (*RevokeDatabasePrivilegeOutput, error)

RevokeDatabasePrivilegeWithContext is the same as RevokeDatabasePrivilege with the addition of the ability to pass a context and additional request options.

See RevokeDatabasePrivilege for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) SaveAsParameterTemplate added in v1.0.93

func (c *RDSMYSQLV2) SaveAsParameterTemplate(input *SaveAsParameterTemplateInput) (*SaveAsParameterTemplateOutput, error)

SaveAsParameterTemplate API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation SaveAsParameterTemplate for usage and error information.

func (*RDSMYSQLV2) SaveAsParameterTemplateCommon added in v1.0.93

func (c *RDSMYSQLV2) SaveAsParameterTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

SaveAsParameterTemplateCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation SaveAsParameterTemplateCommon for usage and error information.

func (*RDSMYSQLV2) SaveAsParameterTemplateCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) SaveAsParameterTemplateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

SaveAsParameterTemplateCommonRequest generates a "volcengine/request.Request" representing the client's request for the SaveAsParameterTemplateCommon operation. The "output" return value will be populated with the SaveAsParameterTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned SaveAsParameterTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after SaveAsParameterTemplateCommon Send returns without error.

See SaveAsParameterTemplateCommon for more information on using the SaveAsParameterTemplateCommon API call, and error handling.

// Example sending a request using the SaveAsParameterTemplateCommonRequest method.
req, resp := client.SaveAsParameterTemplateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) SaveAsParameterTemplateCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) SaveAsParameterTemplateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

SaveAsParameterTemplateCommonWithContext is the same as SaveAsParameterTemplateCommon with the addition of the ability to pass a context and additional request options.

See SaveAsParameterTemplateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) SaveAsParameterTemplateRequest added in v1.0.93

func (c *RDSMYSQLV2) SaveAsParameterTemplateRequest(input *SaveAsParameterTemplateInput) (req *request.Request, output *SaveAsParameterTemplateOutput)

SaveAsParameterTemplateRequest generates a "volcengine/request.Request" representing the client's request for the SaveAsParameterTemplate operation. The "output" return value will be populated with the SaveAsParameterTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned SaveAsParameterTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after SaveAsParameterTemplateCommon Send returns without error.

See SaveAsParameterTemplate for more information on using the SaveAsParameterTemplate API call, and error handling.

// Example sending a request using the SaveAsParameterTemplateRequest method.
req, resp := client.SaveAsParameterTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) SaveAsParameterTemplateWithContext added in v1.0.93

func (c *RDSMYSQLV2) SaveAsParameterTemplateWithContext(ctx volcengine.Context, input *SaveAsParameterTemplateInput, opts ...request.Option) (*SaveAsParameterTemplateOutput, error)

SaveAsParameterTemplateWithContext is the same as SaveAsParameterTemplate with the addition of the ability to pass a context and additional request options.

See SaveAsParameterTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) SwitchDBInstanceHA added in v1.0.93

func (c *RDSMYSQLV2) SwitchDBInstanceHA(input *SwitchDBInstanceHAInput) (*SwitchDBInstanceHAOutput, error)

SwitchDBInstanceHA API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation SwitchDBInstanceHA for usage and error information.

func (*RDSMYSQLV2) SwitchDBInstanceHACommon added in v1.0.93

func (c *RDSMYSQLV2) SwitchDBInstanceHACommon(input *map[string]interface{}) (*map[string]interface{}, error)

SwitchDBInstanceHACommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation SwitchDBInstanceHACommon for usage and error information.

func (*RDSMYSQLV2) SwitchDBInstanceHACommonRequest added in v1.0.93

func (c *RDSMYSQLV2) SwitchDBInstanceHACommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

SwitchDBInstanceHACommonRequest generates a "volcengine/request.Request" representing the client's request for the SwitchDBInstanceHACommon operation. The "output" return value will be populated with the SwitchDBInstanceHACommon request's response once the request completes successfully.

Use "Send" method on the returned SwitchDBInstanceHACommon Request to send the API call to the service. the "output" return value is not valid until after SwitchDBInstanceHACommon Send returns without error.

See SwitchDBInstanceHACommon for more information on using the SwitchDBInstanceHACommon API call, and error handling.

// Example sending a request using the SwitchDBInstanceHACommonRequest method.
req, resp := client.SwitchDBInstanceHACommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) SwitchDBInstanceHACommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) SwitchDBInstanceHACommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

SwitchDBInstanceHACommonWithContext is the same as SwitchDBInstanceHACommon with the addition of the ability to pass a context and additional request options.

See SwitchDBInstanceHACommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) SwitchDBInstanceHARequest added in v1.0.93

func (c *RDSMYSQLV2) SwitchDBInstanceHARequest(input *SwitchDBInstanceHAInput) (req *request.Request, output *SwitchDBInstanceHAOutput)

SwitchDBInstanceHARequest generates a "volcengine/request.Request" representing the client's request for the SwitchDBInstanceHA operation. The "output" return value will be populated with the SwitchDBInstanceHACommon request's response once the request completes successfully.

Use "Send" method on the returned SwitchDBInstanceHACommon Request to send the API call to the service. the "output" return value is not valid until after SwitchDBInstanceHACommon Send returns without error.

See SwitchDBInstanceHA for more information on using the SwitchDBInstanceHA API call, and error handling.

// Example sending a request using the SwitchDBInstanceHARequest method.
req, resp := client.SwitchDBInstanceHARequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) SwitchDBInstanceHAWithContext added in v1.0.93

func (c *RDSMYSQLV2) SwitchDBInstanceHAWithContext(ctx volcengine.Context, input *SwitchDBInstanceHAInput, opts ...request.Option) (*SwitchDBInstanceHAOutput, error)

SwitchDBInstanceHAWithContext is the same as SwitchDBInstanceHA with the addition of the ability to pass a context and additional request options.

See SwitchDBInstanceHA for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) UpgradeAllowListVersion

func (c *RDSMYSQLV2) UpgradeAllowListVersion(input *UpgradeAllowListVersionInput) (*UpgradeAllowListVersionOutput, error)

UpgradeAllowListVersion API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation UpgradeAllowListVersion for usage and error information.

func (*RDSMYSQLV2) UpgradeAllowListVersionCommon

func (c *RDSMYSQLV2) UpgradeAllowListVersionCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpgradeAllowListVersionCommon API operation for RDS_MYSQL_V2.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for RDS_MYSQL_V2's API operation UpgradeAllowListVersionCommon for usage and error information.

func (*RDSMYSQLV2) UpgradeAllowListVersionCommonRequest

func (c *RDSMYSQLV2) UpgradeAllowListVersionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpgradeAllowListVersionCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpgradeAllowListVersionCommon operation. The "output" return value will be populated with the UpgradeAllowListVersionCommon request's response once the request completes successfully.

Use "Send" method on the returned UpgradeAllowListVersionCommon Request to send the API call to the service. the "output" return value is not valid until after UpgradeAllowListVersionCommon Send returns without error.

See UpgradeAllowListVersionCommon for more information on using the UpgradeAllowListVersionCommon API call, and error handling.

// Example sending a request using the UpgradeAllowListVersionCommonRequest method.
req, resp := client.UpgradeAllowListVersionCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) UpgradeAllowListVersionCommonWithContext

func (c *RDSMYSQLV2) UpgradeAllowListVersionCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpgradeAllowListVersionCommonWithContext is the same as UpgradeAllowListVersionCommon with the addition of the ability to pass a context and additional request options.

See UpgradeAllowListVersionCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RDSMYSQLV2) UpgradeAllowListVersionRequest

func (c *RDSMYSQLV2) UpgradeAllowListVersionRequest(input *UpgradeAllowListVersionInput) (req *request.Request, output *UpgradeAllowListVersionOutput)

UpgradeAllowListVersionRequest generates a "volcengine/request.Request" representing the client's request for the UpgradeAllowListVersion operation. The "output" return value will be populated with the UpgradeAllowListVersionCommon request's response once the request completes successfully.

Use "Send" method on the returned UpgradeAllowListVersionCommon Request to send the API call to the service. the "output" return value is not valid until after UpgradeAllowListVersionCommon Send returns without error.

See UpgradeAllowListVersion for more information on using the UpgradeAllowListVersion API call, and error handling.

// Example sending a request using the UpgradeAllowListVersionRequest method.
req, resp := client.UpgradeAllowListVersionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) UpgradeAllowListVersionWithContext

func (c *RDSMYSQLV2) UpgradeAllowListVersionWithContext(ctx volcengine.Context, input *UpgradeAllowListVersionInput, opts ...request.Option) (*UpgradeAllowListVersionOutput, error)

UpgradeAllowListVersionWithContext is the same as UpgradeAllowListVersion with the addition of the ability to pass a context and additional request options.

See UpgradeAllowListVersion for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type RDSMYSQLV2API

type RDSMYSQLV2API interface {
	AddTagsToResourceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AddTagsToResourceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AddTagsToResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AddTagsToResource(*AddTagsToResourceInput) (*AddTagsToResourceOutput, error)
	AddTagsToResourceWithContext(volcengine.Context, *AddTagsToResourceInput, ...request.Option) (*AddTagsToResourceOutput, error)
	AddTagsToResourceRequest(*AddTagsToResourceInput) (*request.Request, *AddTagsToResourceOutput)

	AssociateAllowListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AssociateAllowListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AssociateAllowListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AssociateAllowList(*AssociateAllowListInput) (*AssociateAllowListOutput, error)
	AssociateAllowListWithContext(volcengine.Context, *AssociateAllowListInput, ...request.Option) (*AssociateAllowListOutput, error)
	AssociateAllowListRequest(*AssociateAllowListInput) (*request.Request, *AssociateAllowListOutput)

	CopyParameterTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CopyParameterTemplateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CopyParameterTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CopyParameterTemplate(*CopyParameterTemplateInput) (*CopyParameterTemplateOutput, error)
	CopyParameterTemplateWithContext(volcengine.Context, *CopyParameterTemplateInput, ...request.Option) (*CopyParameterTemplateOutput, error)
	CopyParameterTemplateRequest(*CopyParameterTemplateInput) (*request.Request, *CopyParameterTemplateOutput)

	CreateAllowListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateAllowListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateAllowListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateAllowList(*CreateAllowListInput) (*CreateAllowListOutput, error)
	CreateAllowListWithContext(volcengine.Context, *CreateAllowListInput, ...request.Option) (*CreateAllowListOutput, error)
	CreateAllowListRequest(*CreateAllowListInput) (*request.Request, *CreateAllowListOutput)

	CreateBackupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateBackupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateBackupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateBackup(*CreateBackupInput) (*CreateBackupOutput, error)
	CreateBackupWithContext(volcengine.Context, *CreateBackupInput, ...request.Option) (*CreateBackupOutput, error)
	CreateBackupRequest(*CreateBackupInput) (*request.Request, *CreateBackupOutput)

	CreateBinlogBackupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateBinlogBackupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateBinlogBackupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateBinlogBackup(*CreateBinlogBackupInput) (*CreateBinlogBackupOutput, error)
	CreateBinlogBackupWithContext(volcengine.Context, *CreateBinlogBackupInput, ...request.Option) (*CreateBinlogBackupOutput, error)
	CreateBinlogBackupRequest(*CreateBinlogBackupInput) (*request.Request, *CreateBinlogBackupOutput)

	CreateDBAccountCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDBAccountCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDBAccountCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDBAccount(*CreateDBAccountInput) (*CreateDBAccountOutput, error)
	CreateDBAccountWithContext(volcengine.Context, *CreateDBAccountInput, ...request.Option) (*CreateDBAccountOutput, error)
	CreateDBAccountRequest(*CreateDBAccountInput) (*request.Request, *CreateDBAccountOutput)

	CreateDBEndpointCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDBEndpointCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDBEndpointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDBEndpoint(*CreateDBEndpointInput) (*CreateDBEndpointOutput, error)
	CreateDBEndpointWithContext(volcengine.Context, *CreateDBEndpointInput, ...request.Option) (*CreateDBEndpointOutput, error)
	CreateDBEndpointRequest(*CreateDBEndpointInput) (*request.Request, *CreateDBEndpointOutput)

	CreateDBEndpointPublicAddressCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDBEndpointPublicAddressCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDBEndpointPublicAddressCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDBEndpointPublicAddress(*CreateDBEndpointPublicAddressInput) (*CreateDBEndpointPublicAddressOutput, error)
	CreateDBEndpointPublicAddressWithContext(volcengine.Context, *CreateDBEndpointPublicAddressInput, ...request.Option) (*CreateDBEndpointPublicAddressOutput, error)
	CreateDBEndpointPublicAddressRequest(*CreateDBEndpointPublicAddressInput) (*request.Request, *CreateDBEndpointPublicAddressOutput)

	CreateDBInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDBInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDBInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDBInstance(*CreateDBInstanceInput) (*CreateDBInstanceOutput, error)
	CreateDBInstanceWithContext(volcengine.Context, *CreateDBInstanceInput, ...request.Option) (*CreateDBInstanceOutput, error)
	CreateDBInstanceRequest(*CreateDBInstanceInput) (*request.Request, *CreateDBInstanceOutput)

	CreateDatabaseCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDatabaseCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDatabaseCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDatabase(*CreateDatabaseInput) (*CreateDatabaseOutput, error)
	CreateDatabaseWithContext(volcengine.Context, *CreateDatabaseInput, ...request.Option) (*CreateDatabaseOutput, error)
	CreateDatabaseRequest(*CreateDatabaseInput) (*request.Request, *CreateDatabaseOutput)

	CreateParameterTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateParameterTemplateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateParameterTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateParameterTemplate(*CreateParameterTemplateInput) (*CreateParameterTemplateOutput, error)
	CreateParameterTemplateWithContext(volcengine.Context, *CreateParameterTemplateInput, ...request.Option) (*CreateParameterTemplateOutput, error)
	CreateParameterTemplateRequest(*CreateParameterTemplateInput) (*request.Request, *CreateParameterTemplateOutput)

	DeleteAllowListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteAllowListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteAllowListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteAllowList(*DeleteAllowListInput) (*DeleteAllowListOutput, error)
	DeleteAllowListWithContext(volcengine.Context, *DeleteAllowListInput, ...request.Option) (*DeleteAllowListOutput, error)
	DeleteAllowListRequest(*DeleteAllowListInput) (*request.Request, *DeleteAllowListOutput)

	DeleteDBAccountCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteDBAccountCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteDBAccountCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteDBAccount(*DeleteDBAccountInput) (*DeleteDBAccountOutput, error)
	DeleteDBAccountWithContext(volcengine.Context, *DeleteDBAccountInput, ...request.Option) (*DeleteDBAccountOutput, error)
	DeleteDBAccountRequest(*DeleteDBAccountInput) (*request.Request, *DeleteDBAccountOutput)

	DeleteDBEndpointCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteDBEndpointCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteDBEndpointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteDBEndpoint(*DeleteDBEndpointInput) (*DeleteDBEndpointOutput, error)
	DeleteDBEndpointWithContext(volcengine.Context, *DeleteDBEndpointInput, ...request.Option) (*DeleteDBEndpointOutput, error)
	DeleteDBEndpointRequest(*DeleteDBEndpointInput) (*request.Request, *DeleteDBEndpointOutput)

	DeleteDBEndpointPublicAddressCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteDBEndpointPublicAddressCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteDBEndpointPublicAddressCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteDBEndpointPublicAddress(*DeleteDBEndpointPublicAddressInput) (*DeleteDBEndpointPublicAddressOutput, error)
	DeleteDBEndpointPublicAddressWithContext(volcengine.Context, *DeleteDBEndpointPublicAddressInput, ...request.Option) (*DeleteDBEndpointPublicAddressOutput, error)
	DeleteDBEndpointPublicAddressRequest(*DeleteDBEndpointPublicAddressInput) (*request.Request, *DeleteDBEndpointPublicAddressOutput)

	DeleteDBInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteDBInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteDBInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteDBInstance(*DeleteDBInstanceInput) (*DeleteDBInstanceOutput, error)
	DeleteDBInstanceWithContext(volcengine.Context, *DeleteDBInstanceInput, ...request.Option) (*DeleteDBInstanceOutput, error)
	DeleteDBInstanceRequest(*DeleteDBInstanceInput) (*request.Request, *DeleteDBInstanceOutput)

	DeleteDataBackupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteDataBackupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteDataBackupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteDataBackup(*DeleteDataBackupInput) (*DeleteDataBackupOutput, error)
	DeleteDataBackupWithContext(volcengine.Context, *DeleteDataBackupInput, ...request.Option) (*DeleteDataBackupOutput, error)
	DeleteDataBackupRequest(*DeleteDataBackupInput) (*request.Request, *DeleteDataBackupOutput)

	DeleteDatabaseCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteDatabaseCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteDatabaseCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteDatabase(*DeleteDatabaseInput) (*DeleteDatabaseOutput, error)
	DeleteDatabaseWithContext(volcengine.Context, *DeleteDatabaseInput, ...request.Option) (*DeleteDatabaseOutput, error)
	DeleteDatabaseRequest(*DeleteDatabaseInput) (*request.Request, *DeleteDatabaseOutput)

	DeleteParameterTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteParameterTemplateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteParameterTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteParameterTemplate(*DeleteParameterTemplateInput) (*DeleteParameterTemplateOutput, error)
	DeleteParameterTemplateWithContext(volcengine.Context, *DeleteParameterTemplateInput, ...request.Option) (*DeleteParameterTemplateOutput, error)
	DeleteParameterTemplateRequest(*DeleteParameterTemplateInput) (*request.Request, *DeleteParameterTemplateOutput)

	DescribeAllowListDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeAllowListDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeAllowListDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeAllowListDetail(*DescribeAllowListDetailInput) (*DescribeAllowListDetailOutput, error)
	DescribeAllowListDetailWithContext(volcengine.Context, *DescribeAllowListDetailInput, ...request.Option) (*DescribeAllowListDetailOutput, error)
	DescribeAllowListDetailRequest(*DescribeAllowListDetailInput) (*request.Request, *DescribeAllowListDetailOutput)

	DescribeAllowListsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeAllowListsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeAllowListsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeAllowLists(*DescribeAllowListsInput) (*DescribeAllowListsOutput, error)
	DescribeAllowListsWithContext(volcengine.Context, *DescribeAllowListsInput, ...request.Option) (*DescribeAllowListsOutput, error)
	DescribeAllowListsRequest(*DescribeAllowListsInput) (*request.Request, *DescribeAllowListsOutput)

	DescribeApplyParameterTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeApplyParameterTemplateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeApplyParameterTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeApplyParameterTemplate(*DescribeApplyParameterTemplateInput) (*DescribeApplyParameterTemplateOutput, error)
	DescribeApplyParameterTemplateWithContext(volcengine.Context, *DescribeApplyParameterTemplateInput, ...request.Option) (*DescribeApplyParameterTemplateOutput, error)
	DescribeApplyParameterTemplateRequest(*DescribeApplyParameterTemplateInput) (*request.Request, *DescribeApplyParameterTemplateOutput)

	DescribeAvailabilityZonesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeAvailabilityZonesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeAvailabilityZonesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeAvailabilityZones(*DescribeAvailabilityZonesInput) (*DescribeAvailabilityZonesOutput, error)
	DescribeAvailabilityZonesWithContext(volcengine.Context, *DescribeAvailabilityZonesInput, ...request.Option) (*DescribeAvailabilityZonesOutput, error)
	DescribeAvailabilityZonesRequest(*DescribeAvailabilityZonesInput) (*request.Request, *DescribeAvailabilityZonesOutput)

	DescribeAvailableCrossRegionCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeAvailableCrossRegionCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeAvailableCrossRegionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeAvailableCrossRegion(*DescribeAvailableCrossRegionInput) (*DescribeAvailableCrossRegionOutput, error)
	DescribeAvailableCrossRegionWithContext(volcengine.Context, *DescribeAvailableCrossRegionInput, ...request.Option) (*DescribeAvailableCrossRegionOutput, error)
	DescribeAvailableCrossRegionRequest(*DescribeAvailableCrossRegionInput) (*request.Request, *DescribeAvailableCrossRegionOutput)

	DescribeBackupPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeBackupPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeBackupPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeBackupPolicy(*DescribeBackupPolicyInput) (*DescribeBackupPolicyOutput, error)
	DescribeBackupPolicyWithContext(volcengine.Context, *DescribeBackupPolicyInput, ...request.Option) (*DescribeBackupPolicyOutput, error)
	DescribeBackupPolicyRequest(*DescribeBackupPolicyInput) (*request.Request, *DescribeBackupPolicyOutput)

	DescribeBackupsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeBackupsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeBackupsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeBackups(*DescribeBackupsInput) (*DescribeBackupsOutput, error)
	DescribeBackupsWithContext(volcengine.Context, *DescribeBackupsInput, ...request.Option) (*DescribeBackupsOutput, error)
	DescribeBackupsRequest(*DescribeBackupsInput) (*request.Request, *DescribeBackupsOutput)

	DescribeBinlogFilesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeBinlogFilesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeBinlogFilesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeBinlogFiles(*DescribeBinlogFilesInput) (*DescribeBinlogFilesOutput, error)
	DescribeBinlogFilesWithContext(volcengine.Context, *DescribeBinlogFilesInput, ...request.Option) (*DescribeBinlogFilesOutput, error)
	DescribeBinlogFilesRequest(*DescribeBinlogFilesInput) (*request.Request, *DescribeBinlogFilesOutput)

	DescribeCrossBackupPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeCrossBackupPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeCrossBackupPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeCrossBackupPolicy(*DescribeCrossBackupPolicyInput) (*DescribeCrossBackupPolicyOutput, error)
	DescribeCrossBackupPolicyWithContext(volcengine.Context, *DescribeCrossBackupPolicyInput, ...request.Option) (*DescribeCrossBackupPolicyOutput, error)
	DescribeCrossBackupPolicyRequest(*DescribeCrossBackupPolicyInput) (*request.Request, *DescribeCrossBackupPolicyOutput)

	DescribeDBAccountsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBAccountsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBAccountsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBAccounts(*DescribeDBAccountsInput) (*DescribeDBAccountsOutput, error)
	DescribeDBAccountsWithContext(volcengine.Context, *DescribeDBAccountsInput, ...request.Option) (*DescribeDBAccountsOutput, error)
	DescribeDBAccountsRequest(*DescribeDBAccountsInput) (*request.Request, *DescribeDBAccountsOutput)

	DescribeDBInstanceDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBInstanceDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBInstanceDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBInstanceDetail(*DescribeDBInstanceDetailInput) (*DescribeDBInstanceDetailOutput, error)
	DescribeDBInstanceDetailWithContext(volcengine.Context, *DescribeDBInstanceDetailInput, ...request.Option) (*DescribeDBInstanceDetailOutput, error)
	DescribeDBInstanceDetailRequest(*DescribeDBInstanceDetailInput) (*request.Request, *DescribeDBInstanceDetailOutput)

	DescribeDBInstanceParametersCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBInstanceParametersCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBInstanceParametersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBInstanceParameters(*DescribeDBInstanceParametersInput) (*DescribeDBInstanceParametersOutput, error)
	DescribeDBInstanceParametersWithContext(volcengine.Context, *DescribeDBInstanceParametersInput, ...request.Option) (*DescribeDBInstanceParametersOutput, error)
	DescribeDBInstanceParametersRequest(*DescribeDBInstanceParametersInput) (*request.Request, *DescribeDBInstanceParametersOutput)

	DescribeDBInstanceParametersLogCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBInstanceParametersLogCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBInstanceParametersLogCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBInstanceParametersLog(*DescribeDBInstanceParametersLogInput) (*DescribeDBInstanceParametersLogOutput, error)
	DescribeDBInstanceParametersLogWithContext(volcengine.Context, *DescribeDBInstanceParametersLogInput, ...request.Option) (*DescribeDBInstanceParametersLogOutput, error)
	DescribeDBInstanceParametersLogRequest(*DescribeDBInstanceParametersLogInput) (*request.Request, *DescribeDBInstanceParametersLogOutput)

	DescribeDBInstancePriceDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBInstancePriceDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBInstancePriceDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBInstancePriceDetail(*DescribeDBInstancePriceDetailInput) (*DescribeDBInstancePriceDetailOutput, error)
	DescribeDBInstancePriceDetailWithContext(volcengine.Context, *DescribeDBInstancePriceDetailInput, ...request.Option) (*DescribeDBInstancePriceDetailOutput, error)
	DescribeDBInstancePriceDetailRequest(*DescribeDBInstancePriceDetailInput) (*request.Request, *DescribeDBInstancePriceDetailOutput)

	DescribeDBInstanceSSLCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBInstanceSSLCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBInstanceSSLCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBInstanceSSL(*DescribeDBInstanceSSLInput) (*DescribeDBInstanceSSLOutput, error)
	DescribeDBInstanceSSLWithContext(volcengine.Context, *DescribeDBInstanceSSLInput, ...request.Option) (*DescribeDBInstanceSSLOutput, error)
	DescribeDBInstanceSSLRequest(*DescribeDBInstanceSSLInput) (*request.Request, *DescribeDBInstanceSSLOutput)

	DescribeDBInstanceSpecsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBInstanceSpecsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBInstanceSpecsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBInstanceSpecs(*DescribeDBInstanceSpecsInput) (*DescribeDBInstanceSpecsOutput, error)
	DescribeDBInstanceSpecsWithContext(volcengine.Context, *DescribeDBInstanceSpecsInput, ...request.Option) (*DescribeDBInstanceSpecsOutput, error)
	DescribeDBInstanceSpecsRequest(*DescribeDBInstanceSpecsInput) (*request.Request, *DescribeDBInstanceSpecsOutput)

	DescribeDBInstanceTDECommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBInstanceTDECommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBInstanceTDECommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBInstanceTDE(*DescribeDBInstanceTDEInput) (*DescribeDBInstanceTDEOutput, error)
	DescribeDBInstanceTDEWithContext(volcengine.Context, *DescribeDBInstanceTDEInput, ...request.Option) (*DescribeDBInstanceTDEOutput, error)
	DescribeDBInstanceTDERequest(*DescribeDBInstanceTDEInput) (*request.Request, *DescribeDBInstanceTDEOutput)

	DescribeDBInstancesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBInstancesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBInstancesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBInstances(*DescribeDBInstancesInput) (*DescribeDBInstancesOutput, error)
	DescribeDBInstancesWithContext(volcengine.Context, *DescribeDBInstancesInput, ...request.Option) (*DescribeDBInstancesOutput, error)
	DescribeDBInstancesRequest(*DescribeDBInstancesInput) (*request.Request, *DescribeDBInstancesOutput)

	DescribeDBProxyConfigCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBProxyConfigCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBProxyConfigCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBProxyConfig(*DescribeDBProxyConfigInput) (*DescribeDBProxyConfigOutput, error)
	DescribeDBProxyConfigWithContext(volcengine.Context, *DescribeDBProxyConfigInput, ...request.Option) (*DescribeDBProxyConfigOutput, error)
	DescribeDBProxyConfigRequest(*DescribeDBProxyConfigInput) (*request.Request, *DescribeDBProxyConfigOutput)

	DescribeDatabasesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDatabasesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDatabasesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDatabases(*DescribeDatabasesInput) (*DescribeDatabasesOutput, error)
	DescribeDatabasesWithContext(volcengine.Context, *DescribeDatabasesInput, ...request.Option) (*DescribeDatabasesOutput, error)
	DescribeDatabasesRequest(*DescribeDatabasesInput) (*request.Request, *DescribeDatabasesOutput)

	DescribeFailoverLogsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeFailoverLogsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeFailoverLogsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeFailoverLogs(*DescribeFailoverLogsInput) (*DescribeFailoverLogsOutput, error)
	DescribeFailoverLogsWithContext(volcengine.Context, *DescribeFailoverLogsInput, ...request.Option) (*DescribeFailoverLogsOutput, error)
	DescribeFailoverLogsRequest(*DescribeFailoverLogsInput) (*request.Request, *DescribeFailoverLogsOutput)

	DescribeParameterTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeParameterTemplateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeParameterTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeParameterTemplate(*DescribeParameterTemplateInput) (*DescribeParameterTemplateOutput, error)
	DescribeParameterTemplateWithContext(volcengine.Context, *DescribeParameterTemplateInput, ...request.Option) (*DescribeParameterTemplateOutput, error)
	DescribeParameterTemplateRequest(*DescribeParameterTemplateInput) (*request.Request, *DescribeParameterTemplateOutput)

	DescribePlannedEventsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribePlannedEventsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribePlannedEventsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribePlannedEvents(*DescribePlannedEventsInput) (*DescribePlannedEventsOutput, error)
	DescribePlannedEventsWithContext(volcengine.Context, *DescribePlannedEventsInput, ...request.Option) (*DescribePlannedEventsOutput, error)
	DescribePlannedEventsRequest(*DescribePlannedEventsInput) (*request.Request, *DescribePlannedEventsOutput)

	DescribeReadOnlyNodeDelayCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeReadOnlyNodeDelayCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeReadOnlyNodeDelayCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeReadOnlyNodeDelay(*DescribeReadOnlyNodeDelayInput) (*DescribeReadOnlyNodeDelayOutput, error)
	DescribeReadOnlyNodeDelayWithContext(volcengine.Context, *DescribeReadOnlyNodeDelayInput, ...request.Option) (*DescribeReadOnlyNodeDelayOutput, error)
	DescribeReadOnlyNodeDelayRequest(*DescribeReadOnlyNodeDelayInput) (*request.Request, *DescribeReadOnlyNodeDelayOutput)

	DescribeRecoverableTimeCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeRecoverableTimeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeRecoverableTimeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeRecoverableTime(*DescribeRecoverableTimeInput) (*DescribeRecoverableTimeOutput, error)
	DescribeRecoverableTimeWithContext(volcengine.Context, *DescribeRecoverableTimeInput, ...request.Option) (*DescribeRecoverableTimeOutput, error)
	DescribeRecoverableTimeRequest(*DescribeRecoverableTimeInput) (*request.Request, *DescribeRecoverableTimeOutput)

	DescribeRegionsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeRegionsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeRegionsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeRegions(*DescribeRegionsInput) (*DescribeRegionsOutput, error)
	DescribeRegionsWithContext(volcengine.Context, *DescribeRegionsInput, ...request.Option) (*DescribeRegionsOutput, error)
	DescribeRegionsRequest(*DescribeRegionsInput) (*request.Request, *DescribeRegionsOutput)

	DescribeTagsByResourceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTagsByResourceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTagsByResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTagsByResource(*DescribeTagsByResourceInput) (*DescribeTagsByResourceOutput, error)
	DescribeTagsByResourceWithContext(volcengine.Context, *DescribeTagsByResourceInput, ...request.Option) (*DescribeTagsByResourceOutput, error)
	DescribeTagsByResourceRequest(*DescribeTagsByResourceInput) (*request.Request, *DescribeTagsByResourceOutput)

	DescribeTasksCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTasksCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTasksCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTasks(*DescribeTasksInput) (*DescribeTasksOutput, error)
	DescribeTasksWithContext(volcengine.Context, *DescribeTasksInput, ...request.Option) (*DescribeTasksOutput, error)
	DescribeTasksRequest(*DescribeTasksInput) (*request.Request, *DescribeTasksOutput)

	DisassociateAllowListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DisassociateAllowListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DisassociateAllowListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DisassociateAllowList(*DisassociateAllowListInput) (*DisassociateAllowListOutput, error)
	DisassociateAllowListWithContext(volcengine.Context, *DisassociateAllowListInput, ...request.Option) (*DisassociateAllowListOutput, error)
	DisassociateAllowListRequest(*DisassociateAllowListInput) (*request.Request, *DisassociateAllowListOutput)

	DownloadBackupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DownloadBackupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DownloadBackupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DownloadBackup(*DownloadBackupInput) (*DownloadBackupOutput, error)
	DownloadBackupWithContext(volcengine.Context, *DownloadBackupInput, ...request.Option) (*DownloadBackupOutput, error)
	DownloadBackupRequest(*DownloadBackupInput) (*request.Request, *DownloadBackupOutput)

	DownloadSSLCertificateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DownloadSSLCertificateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DownloadSSLCertificateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DownloadSSLCertificate(*DownloadSSLCertificateInput) (*DownloadSSLCertificateOutput, error)
	DownloadSSLCertificateWithContext(volcengine.Context, *DownloadSSLCertificateInput, ...request.Option) (*DownloadSSLCertificateOutput, error)
	DownloadSSLCertificateRequest(*DownloadSSLCertificateInput) (*request.Request, *DownloadSSLCertificateOutput)

	GetBackupDownloadLinkCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetBackupDownloadLinkCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetBackupDownloadLinkCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetBackupDownloadLink(*GetBackupDownloadLinkInput) (*GetBackupDownloadLinkOutput, error)
	GetBackupDownloadLinkWithContext(volcengine.Context, *GetBackupDownloadLinkInput, ...request.Option) (*GetBackupDownloadLinkOutput, error)
	GetBackupDownloadLinkRequest(*GetBackupDownloadLinkInput) (*request.Request, *GetBackupDownloadLinkOutput)

	GrantDBAccountPrivilegeCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GrantDBAccountPrivilegeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GrantDBAccountPrivilegeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GrantDBAccountPrivilege(*GrantDBAccountPrivilegeInput) (*GrantDBAccountPrivilegeOutput, error)
	GrantDBAccountPrivilegeWithContext(volcengine.Context, *GrantDBAccountPrivilegeInput, ...request.Option) (*GrantDBAccountPrivilegeOutput, error)
	GrantDBAccountPrivilegeRequest(*GrantDBAccountPrivilegeInput) (*request.Request, *GrantDBAccountPrivilegeOutput)

	GrantDatabasePrivilegeCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GrantDatabasePrivilegeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GrantDatabasePrivilegeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GrantDatabasePrivilege(*GrantDatabasePrivilegeInput) (*GrantDatabasePrivilegeOutput, error)
	GrantDatabasePrivilegeWithContext(volcengine.Context, *GrantDatabasePrivilegeInput, ...request.Option) (*GrantDatabasePrivilegeOutput, error)
	GrantDatabasePrivilegeRequest(*GrantDatabasePrivilegeInput) (*request.Request, *GrantDatabasePrivilegeOutput)

	ListParameterTemplatesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListParameterTemplatesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListParameterTemplatesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListParameterTemplates(*ListParameterTemplatesInput) (*ListParameterTemplatesOutput, error)
	ListParameterTemplatesWithContext(volcengine.Context, *ListParameterTemplatesInput, ...request.Option) (*ListParameterTemplatesOutput, error)
	ListParameterTemplatesRequest(*ListParameterTemplatesInput) (*request.Request, *ListParameterTemplatesOutput)

	MigrateToOtherZoneCommon(*map[string]interface{}) (*map[string]interface{}, error)
	MigrateToOtherZoneCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	MigrateToOtherZoneCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	MigrateToOtherZone(*MigrateToOtherZoneInput) (*MigrateToOtherZoneOutput, error)
	MigrateToOtherZoneWithContext(volcengine.Context, *MigrateToOtherZoneInput, ...request.Option) (*MigrateToOtherZoneOutput, error)
	MigrateToOtherZoneRequest(*MigrateToOtherZoneInput) (*request.Request, *MigrateToOtherZoneOutput)

	ModifyAllowListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyAllowListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyAllowListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyAllowList(*ModifyAllowListInput) (*ModifyAllowListOutput, error)
	ModifyAllowListWithContext(volcengine.Context, *ModifyAllowListInput, ...request.Option) (*ModifyAllowListOutput, error)
	ModifyAllowListRequest(*ModifyAllowListInput) (*request.Request, *ModifyAllowListOutput)

	ModifyBackupPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyBackupPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyBackupPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyBackupPolicy(*ModifyBackupPolicyInput) (*ModifyBackupPolicyOutput, error)
	ModifyBackupPolicyWithContext(volcengine.Context, *ModifyBackupPolicyInput, ...request.Option) (*ModifyBackupPolicyOutput, error)
	ModifyBackupPolicyRequest(*ModifyBackupPolicyInput) (*request.Request, *ModifyBackupPolicyOutput)

	ModifyCrossBackupPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyCrossBackupPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyCrossBackupPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyCrossBackupPolicy(*ModifyCrossBackupPolicyInput) (*ModifyCrossBackupPolicyOutput, error)
	ModifyCrossBackupPolicyWithContext(volcengine.Context, *ModifyCrossBackupPolicyInput, ...request.Option) (*ModifyCrossBackupPolicyOutput, error)
	ModifyCrossBackupPolicyRequest(*ModifyCrossBackupPolicyInput) (*request.Request, *ModifyCrossBackupPolicyOutput)

	ModifyDBAccountDescriptionCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBAccountDescriptionCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBAccountDescriptionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBAccountDescription(*ModifyDBAccountDescriptionInput) (*ModifyDBAccountDescriptionOutput, error)
	ModifyDBAccountDescriptionWithContext(volcengine.Context, *ModifyDBAccountDescriptionInput, ...request.Option) (*ModifyDBAccountDescriptionOutput, error)
	ModifyDBAccountDescriptionRequest(*ModifyDBAccountDescriptionInput) (*request.Request, *ModifyDBAccountDescriptionOutput)

	ModifyDBAccountHostCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBAccountHostCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBAccountHostCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBAccountHost(*ModifyDBAccountHostInput) (*ModifyDBAccountHostOutput, error)
	ModifyDBAccountHostWithContext(volcengine.Context, *ModifyDBAccountHostInput, ...request.Option) (*ModifyDBAccountHostOutput, error)
	ModifyDBAccountHostRequest(*ModifyDBAccountHostInput) (*request.Request, *ModifyDBAccountHostOutput)

	ModifyDBEndpointCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBEndpointCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBEndpointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBEndpoint(*ModifyDBEndpointInput) (*ModifyDBEndpointOutput, error)
	ModifyDBEndpointWithContext(volcengine.Context, *ModifyDBEndpointInput, ...request.Option) (*ModifyDBEndpointOutput, error)
	ModifyDBEndpointRequest(*ModifyDBEndpointInput) (*request.Request, *ModifyDBEndpointOutput)

	ModifyDBEndpointAddressCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBEndpointAddressCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBEndpointAddressCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBEndpointAddress(*ModifyDBEndpointAddressInput) (*ModifyDBEndpointAddressOutput, error)
	ModifyDBEndpointAddressWithContext(volcengine.Context, *ModifyDBEndpointAddressInput, ...request.Option) (*ModifyDBEndpointAddressOutput, error)
	ModifyDBEndpointAddressRequest(*ModifyDBEndpointAddressInput) (*request.Request, *ModifyDBEndpointAddressOutput)

	ModifyDBEndpointDNSCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBEndpointDNSCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBEndpointDNSCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBEndpointDNS(*ModifyDBEndpointDNSInput) (*ModifyDBEndpointDNSOutput, error)
	ModifyDBEndpointDNSWithContext(volcengine.Context, *ModifyDBEndpointDNSInput, ...request.Option) (*ModifyDBEndpointDNSOutput, error)
	ModifyDBEndpointDNSRequest(*ModifyDBEndpointDNSInput) (*request.Request, *ModifyDBEndpointDNSOutput)

	ModifyDBInstanceChargeTypeCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBInstanceChargeTypeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBInstanceChargeTypeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBInstanceChargeType(*ModifyDBInstanceChargeTypeInput) (*ModifyDBInstanceChargeTypeOutput, error)
	ModifyDBInstanceChargeTypeWithContext(volcengine.Context, *ModifyDBInstanceChargeTypeInput, ...request.Option) (*ModifyDBInstanceChargeTypeOutput, error)
	ModifyDBInstanceChargeTypeRequest(*ModifyDBInstanceChargeTypeInput) (*request.Request, *ModifyDBInstanceChargeTypeOutput)

	ModifyDBInstanceMaintenanceWindowCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBInstanceMaintenanceWindowCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBInstanceMaintenanceWindowCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBInstanceMaintenanceWindow(*ModifyDBInstanceMaintenanceWindowInput) (*ModifyDBInstanceMaintenanceWindowOutput, error)
	ModifyDBInstanceMaintenanceWindowWithContext(volcengine.Context, *ModifyDBInstanceMaintenanceWindowInput, ...request.Option) (*ModifyDBInstanceMaintenanceWindowOutput, error)
	ModifyDBInstanceMaintenanceWindowRequest(*ModifyDBInstanceMaintenanceWindowInput) (*request.Request, *ModifyDBInstanceMaintenanceWindowOutput)

	ModifyDBInstanceNameCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBInstanceNameCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBInstanceNameCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBInstanceName(*ModifyDBInstanceNameInput) (*ModifyDBInstanceNameOutput, error)
	ModifyDBInstanceNameWithContext(volcengine.Context, *ModifyDBInstanceNameInput, ...request.Option) (*ModifyDBInstanceNameOutput, error)
	ModifyDBInstanceNameRequest(*ModifyDBInstanceNameInput) (*request.Request, *ModifyDBInstanceNameOutput)

	ModifyDBInstanceParametersCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBInstanceParametersCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBInstanceParametersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBInstanceParameters(*ModifyDBInstanceParametersInput) (*ModifyDBInstanceParametersOutput, error)
	ModifyDBInstanceParametersWithContext(volcengine.Context, *ModifyDBInstanceParametersInput, ...request.Option) (*ModifyDBInstanceParametersOutput, error)
	ModifyDBInstanceParametersRequest(*ModifyDBInstanceParametersInput) (*request.Request, *ModifyDBInstanceParametersOutput)

	ModifyDBInstanceSSLCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBInstanceSSLCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBInstanceSSLCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBInstanceSSL(*ModifyDBInstanceSSLInput) (*ModifyDBInstanceSSLOutput, error)
	ModifyDBInstanceSSLWithContext(volcengine.Context, *ModifyDBInstanceSSLInput, ...request.Option) (*ModifyDBInstanceSSLOutput, error)
	ModifyDBInstanceSSLRequest(*ModifyDBInstanceSSLInput) (*request.Request, *ModifyDBInstanceSSLOutput)

	ModifyDBInstanceSpecCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBInstanceSpecCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBInstanceSpecCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBInstanceSpec(*ModifyDBInstanceSpecInput) (*ModifyDBInstanceSpecOutput, error)
	ModifyDBInstanceSpecWithContext(volcengine.Context, *ModifyDBInstanceSpecInput, ...request.Option) (*ModifyDBInstanceSpecOutput, error)
	ModifyDBInstanceSpecRequest(*ModifyDBInstanceSpecInput) (*request.Request, *ModifyDBInstanceSpecOutput)

	ModifyDBInstanceSyncModeCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBInstanceSyncModeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBInstanceSyncModeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBInstanceSyncMode(*ModifyDBInstanceSyncModeInput) (*ModifyDBInstanceSyncModeOutput, error)
	ModifyDBInstanceSyncModeWithContext(volcengine.Context, *ModifyDBInstanceSyncModeInput, ...request.Option) (*ModifyDBInstanceSyncModeOutput, error)
	ModifyDBInstanceSyncModeRequest(*ModifyDBInstanceSyncModeInput) (*request.Request, *ModifyDBInstanceSyncModeOutput)

	ModifyDBInstanceTDECommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBInstanceTDECommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBInstanceTDECommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBInstanceTDE(*ModifyDBInstanceTDEInput) (*ModifyDBInstanceTDEOutput, error)
	ModifyDBInstanceTDEWithContext(volcengine.Context, *ModifyDBInstanceTDEInput, ...request.Option) (*ModifyDBInstanceTDEOutput, error)
	ModifyDBInstanceTDERequest(*ModifyDBInstanceTDEInput) (*request.Request, *ModifyDBInstanceTDEOutput)

	ModifyDBProxyConfigCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBProxyConfigCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBProxyConfigCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBProxyConfig(*ModifyDBProxyConfigInput) (*ModifyDBProxyConfigOutput, error)
	ModifyDBProxyConfigWithContext(volcengine.Context, *ModifyDBProxyConfigInput, ...request.Option) (*ModifyDBProxyConfigOutput, error)
	ModifyDBProxyConfigRequest(*ModifyDBProxyConfigInput) (*request.Request, *ModifyDBProxyConfigOutput)

	ModifyDatabaseDescriptionCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDatabaseDescriptionCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDatabaseDescriptionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDatabaseDescription(*ModifyDatabaseDescriptionInput) (*ModifyDatabaseDescriptionOutput, error)
	ModifyDatabaseDescriptionWithContext(volcengine.Context, *ModifyDatabaseDescriptionInput, ...request.Option) (*ModifyDatabaseDescriptionOutput, error)
	ModifyDatabaseDescriptionRequest(*ModifyDatabaseDescriptionInput) (*request.Request, *ModifyDatabaseDescriptionOutput)

	ModifyParameterTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyParameterTemplateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyParameterTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyParameterTemplate(*ModifyParameterTemplateInput) (*ModifyParameterTemplateOutput, error)
	ModifyParameterTemplateWithContext(volcengine.Context, *ModifyParameterTemplateInput, ...request.Option) (*ModifyParameterTemplateOutput, error)
	ModifyParameterTemplateRequest(*ModifyParameterTemplateInput) (*request.Request, *ModifyParameterTemplateOutput)

	ModifyPlannedEventExecuteTimeCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyPlannedEventExecuteTimeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyPlannedEventExecuteTimeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyPlannedEventExecuteTime(*ModifyPlannedEventExecuteTimeInput) (*ModifyPlannedEventExecuteTimeOutput, error)
	ModifyPlannedEventExecuteTimeWithContext(volcengine.Context, *ModifyPlannedEventExecuteTimeInput, ...request.Option) (*ModifyPlannedEventExecuteTimeOutput, error)
	ModifyPlannedEventExecuteTimeRequest(*ModifyPlannedEventExecuteTimeInput) (*request.Request, *ModifyPlannedEventExecuteTimeOutput)

	ModifyReadOnlyNodeDelayReplicationTimeCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyReadOnlyNodeDelayReplicationTimeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyReadOnlyNodeDelayReplicationTimeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyReadOnlyNodeDelayReplicationTime(*ModifyReadOnlyNodeDelayReplicationTimeInput) (*ModifyReadOnlyNodeDelayReplicationTimeOutput, error)
	ModifyReadOnlyNodeDelayReplicationTimeWithContext(volcengine.Context, *ModifyReadOnlyNodeDelayReplicationTimeInput, ...request.Option) (*ModifyReadOnlyNodeDelayReplicationTimeOutput, error)
	ModifyReadOnlyNodeDelayReplicationTimeRequest(*ModifyReadOnlyNodeDelayReplicationTimeInput) (*request.Request, *ModifyReadOnlyNodeDelayReplicationTimeOutput)

	ModifyTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTask(*ModifyTaskInput) (*ModifyTaskOutput, error)
	ModifyTaskWithContext(volcengine.Context, *ModifyTaskInput, ...request.Option) (*ModifyTaskOutput, error)
	ModifyTaskRequest(*ModifyTaskInput) (*request.Request, *ModifyTaskOutput)

	RebuildDBInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RebuildDBInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RebuildDBInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RebuildDBInstance(*RebuildDBInstanceInput) (*RebuildDBInstanceOutput, error)
	RebuildDBInstanceWithContext(volcengine.Context, *RebuildDBInstanceInput, ...request.Option) (*RebuildDBInstanceOutput, error)
	RebuildDBInstanceRequest(*RebuildDBInstanceInput) (*request.Request, *RebuildDBInstanceOutput)

	RemoveTagsFromResourceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RemoveTagsFromResourceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RemoveTagsFromResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RemoveTagsFromResource(*RemoveTagsFromResourceInput) (*RemoveTagsFromResourceOutput, error)
	RemoveTagsFromResourceWithContext(volcengine.Context, *RemoveTagsFromResourceInput, ...request.Option) (*RemoveTagsFromResourceOutput, error)
	RemoveTagsFromResourceRequest(*RemoveTagsFromResourceInput) (*request.Request, *RemoveTagsFromResourceOutput)

	ResetDBAccountCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ResetDBAccountCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ResetDBAccountCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ResetDBAccount(*ResetDBAccountInput) (*ResetDBAccountOutput, error)
	ResetDBAccountWithContext(volcengine.Context, *ResetDBAccountInput, ...request.Option) (*ResetDBAccountOutput, error)
	ResetDBAccountRequest(*ResetDBAccountInput) (*request.Request, *ResetDBAccountOutput)

	RestartDBInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RestartDBInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RestartDBInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RestartDBInstance(*RestartDBInstanceInput) (*RestartDBInstanceOutput, error)
	RestartDBInstanceWithContext(volcengine.Context, *RestartDBInstanceInput, ...request.Option) (*RestartDBInstanceOutput, error)
	RestartDBInstanceRequest(*RestartDBInstanceInput) (*request.Request, *RestartDBInstanceOutput)

	RestoreToExistedInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RestoreToExistedInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RestoreToExistedInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RestoreToExistedInstance(*RestoreToExistedInstanceInput) (*RestoreToExistedInstanceOutput, error)
	RestoreToExistedInstanceWithContext(volcengine.Context, *RestoreToExistedInstanceInput, ...request.Option) (*RestoreToExistedInstanceOutput, error)
	RestoreToExistedInstanceRequest(*RestoreToExistedInstanceInput) (*request.Request, *RestoreToExistedInstanceOutput)

	RestoreToNewInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RestoreToNewInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RestoreToNewInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RestoreToNewInstance(*RestoreToNewInstanceInput) (*RestoreToNewInstanceOutput, error)
	RestoreToNewInstanceWithContext(volcengine.Context, *RestoreToNewInstanceInput, ...request.Option) (*RestoreToNewInstanceOutput, error)
	RestoreToNewInstanceRequest(*RestoreToNewInstanceInput) (*request.Request, *RestoreToNewInstanceOutput)

	RevokeDBAccountPrivilegeCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RevokeDBAccountPrivilegeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RevokeDBAccountPrivilegeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RevokeDBAccountPrivilege(*RevokeDBAccountPrivilegeInput) (*RevokeDBAccountPrivilegeOutput, error)
	RevokeDBAccountPrivilegeWithContext(volcengine.Context, *RevokeDBAccountPrivilegeInput, ...request.Option) (*RevokeDBAccountPrivilegeOutput, error)
	RevokeDBAccountPrivilegeRequest(*RevokeDBAccountPrivilegeInput) (*request.Request, *RevokeDBAccountPrivilegeOutput)

	RevokeDatabasePrivilegeCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RevokeDatabasePrivilegeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RevokeDatabasePrivilegeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RevokeDatabasePrivilege(*RevokeDatabasePrivilegeInput) (*RevokeDatabasePrivilegeOutput, error)
	RevokeDatabasePrivilegeWithContext(volcengine.Context, *RevokeDatabasePrivilegeInput, ...request.Option) (*RevokeDatabasePrivilegeOutput, error)
	RevokeDatabasePrivilegeRequest(*RevokeDatabasePrivilegeInput) (*request.Request, *RevokeDatabasePrivilegeOutput)

	SaveAsParameterTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	SaveAsParameterTemplateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	SaveAsParameterTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	SaveAsParameterTemplate(*SaveAsParameterTemplateInput) (*SaveAsParameterTemplateOutput, error)
	SaveAsParameterTemplateWithContext(volcengine.Context, *SaveAsParameterTemplateInput, ...request.Option) (*SaveAsParameterTemplateOutput, error)
	SaveAsParameterTemplateRequest(*SaveAsParameterTemplateInput) (*request.Request, *SaveAsParameterTemplateOutput)

	SwitchDBInstanceHACommon(*map[string]interface{}) (*map[string]interface{}, error)
	SwitchDBInstanceHACommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	SwitchDBInstanceHACommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	SwitchDBInstanceHA(*SwitchDBInstanceHAInput) (*SwitchDBInstanceHAOutput, error)
	SwitchDBInstanceHAWithContext(volcengine.Context, *SwitchDBInstanceHAInput, ...request.Option) (*SwitchDBInstanceHAOutput, error)
	SwitchDBInstanceHARequest(*SwitchDBInstanceHAInput) (*request.Request, *SwitchDBInstanceHAOutput)

	UpgradeAllowListVersionCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpgradeAllowListVersionCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpgradeAllowListVersionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpgradeAllowListVersion(*UpgradeAllowListVersionInput) (*UpgradeAllowListVersionOutput, error)
	UpgradeAllowListVersionWithContext(volcengine.Context, *UpgradeAllowListVersionInput, ...request.Option) (*UpgradeAllowListVersionOutput, error)
	UpgradeAllowListVersionRequest(*UpgradeAllowListVersionInput) (*request.Request, *UpgradeAllowListVersionOutput)
}

RDSMYSQLV2API provides an interface to enable mocking the rdsmysqlv2.RDSMYSQLV2 service client's API operation,

// volcengine sdk func uses an SDK service client to make a request to
// RDS_MYSQL_V2.
func myFunc(svc RDSMYSQLV2API) bool {
    // Make svc.AddTagsToResource request
}

func main() {
    sess := session.New()
    svc := rdsmysqlv2.New(sess)

    myFunc(svc)
}

type ReadOnlyNodeWeightForDescribeDBInstanceDetailOutput added in v1.0.56

type ReadOnlyNodeWeightForDescribeDBInstanceDetailOutput struct {
	NodeId *string `type:"string"`

	NodeType *string `type:"string"`

	Weight *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (ReadOnlyNodeWeightForDescribeDBInstanceDetailOutput) GoString added in v1.0.56

GoString returns the string representation

func (*ReadOnlyNodeWeightForDescribeDBInstanceDetailOutput) SetNodeId added in v1.0.56

SetNodeId sets the NodeId field's value.

func (*ReadOnlyNodeWeightForDescribeDBInstanceDetailOutput) SetNodeType added in v1.0.56

SetNodeType sets the NodeType field's value.

func (*ReadOnlyNodeWeightForDescribeDBInstanceDetailOutput) SetWeight added in v1.0.56

SetWeight sets the Weight field's value.

func (ReadOnlyNodeWeightForDescribeDBInstanceDetailOutput) String added in v1.0.56

String returns the string representation

type ReadOnlyNodeWeightForModifyDBEndpointInput added in v1.0.56

type ReadOnlyNodeWeightForModifyDBEndpointInput struct {
	NodeId *string `type:"string"`

	NodeType *string `type:"string"`

	Weight *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (ReadOnlyNodeWeightForModifyDBEndpointInput) GoString added in v1.0.56

GoString returns the string representation

func (*ReadOnlyNodeWeightForModifyDBEndpointInput) SetNodeId added in v1.0.56

SetNodeId sets the NodeId field's value.

func (*ReadOnlyNodeWeightForModifyDBEndpointInput) SetNodeType added in v1.0.56

SetNodeType sets the NodeType field's value.

func (*ReadOnlyNodeWeightForModifyDBEndpointInput) SetWeight added in v1.0.56

SetWeight sets the Weight field's value.

func (ReadOnlyNodeWeightForModifyDBEndpointInput) String added in v1.0.56

String returns the string representation

type RebuildDBInstanceInput added in v1.0.93

type RebuildDBInstanceInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	ProjectName *string `type:"string"`
	// contains filtered or unexported fields
}

func (RebuildDBInstanceInput) GoString added in v1.0.93

func (s RebuildDBInstanceInput) GoString() string

GoString returns the string representation

func (*RebuildDBInstanceInput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (*RebuildDBInstanceInput) SetProjectName added in v1.0.93

SetProjectName sets the ProjectName field's value.

func (RebuildDBInstanceInput) String added in v1.0.93

func (s RebuildDBInstanceInput) String() string

String returns the string representation

func (*RebuildDBInstanceInput) Validate added in v1.0.93

func (s *RebuildDBInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RebuildDBInstanceOutput added in v1.0.93

type RebuildDBInstanceOutput struct {
	Metadata *response.ResponseMetadata

	InstanceId *string `type:"string"`

	OrderId *string `type:"string"`
	// contains filtered or unexported fields
}

func (RebuildDBInstanceOutput) GoString added in v1.0.93

func (s RebuildDBInstanceOutput) GoString() string

GoString returns the string representation

func (*RebuildDBInstanceOutput) SetInstanceId added in v1.0.106

SetInstanceId sets the InstanceId field's value.

func (*RebuildDBInstanceOutput) SetOrderId added in v1.0.106

SetOrderId sets the OrderId field's value.

func (RebuildDBInstanceOutput) String added in v1.0.93

func (s RebuildDBInstanceOutput) String() string

String returns the string representation

type RecoverableTimeInfoForDescribeRecoverableTimeOutput

type RecoverableTimeInfoForDescribeRecoverableTimeOutput struct {
	EarliestRecoverableTime *string `type:"string"`

	LatestRecoverableTime *string `type:"string"`
	// contains filtered or unexported fields
}

func (RecoverableTimeInfoForDescribeRecoverableTimeOutput) GoString

GoString returns the string representation

func (*RecoverableTimeInfoForDescribeRecoverableTimeOutput) SetEarliestRecoverableTime

SetEarliestRecoverableTime sets the EarliestRecoverableTime field's value.

func (*RecoverableTimeInfoForDescribeRecoverableTimeOutput) SetLatestRecoverableTime

SetLatestRecoverableTime sets the LatestRecoverableTime field's value.

func (RecoverableTimeInfoForDescribeRecoverableTimeOutput) String

String returns the string representation

type RegionForDescribeRegionsOutput

type RegionForDescribeRegionsOutput struct {
	RegionId *string `type:"string"`

	RegionName *string `type:"string"`
	// contains filtered or unexported fields
}

func (RegionForDescribeRegionsOutput) GoString

GoString returns the string representation

func (*RegionForDescribeRegionsOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*RegionForDescribeRegionsOutput) SetRegionName

SetRegionName sets the RegionName field's value.

func (RegionForDescribeRegionsOutput) String

String returns the string representation

type RelatedInstanceInfosForDescribeTasksOutput added in v1.0.125

type RelatedInstanceInfosForDescribeTasksOutput struct {
	InstanceID *string `type:"string"`
	// contains filtered or unexported fields
}

func (RelatedInstanceInfosForDescribeTasksOutput) GoString added in v1.0.125

GoString returns the string representation

func (*RelatedInstanceInfosForDescribeTasksOutput) SetInstanceID added in v1.0.125

SetInstanceID sets the InstanceID field's value.

func (RelatedInstanceInfosForDescribeTasksOutput) String added in v1.0.125

String returns the string representation

type RemoveTagsFromResourceInput added in v1.0.93

type RemoveTagsFromResourceInput struct {
	InstanceIds []*string `type:"list"`

	TagKeys []*string `type:"list"`
	// contains filtered or unexported fields
}

func (RemoveTagsFromResourceInput) GoString added in v1.0.93

func (s RemoveTagsFromResourceInput) GoString() string

GoString returns the string representation

func (*RemoveTagsFromResourceInput) SetInstanceIds added in v1.0.93

SetInstanceIds sets the InstanceIds field's value.

func (*RemoveTagsFromResourceInput) SetTagKeys added in v1.0.93

SetTagKeys sets the TagKeys field's value.

func (RemoveTagsFromResourceInput) String added in v1.0.93

String returns the string representation

type RemoveTagsFromResourceOutput added in v1.0.93

type RemoveTagsFromResourceOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (RemoveTagsFromResourceOutput) GoString added in v1.0.93

func (s RemoveTagsFromResourceOutput) GoString() string

GoString returns the string representation

func (RemoveTagsFromResourceOutput) String added in v1.0.93

String returns the string representation

type ResetDBAccountInput

type ResetDBAccountInput struct {

	// AccountName is a required field
	AccountName *string `type:"string" required:"true"`

	// AccountPassword is a required field
	AccountPassword *string `type:"string" required:"true"`

	Host *string `type:"string"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ResetDBAccountInput) GoString

func (s ResetDBAccountInput) GoString() string

GoString returns the string representation

func (*ResetDBAccountInput) SetAccountName

func (s *ResetDBAccountInput) SetAccountName(v string) *ResetDBAccountInput

SetAccountName sets the AccountName field's value.

func (*ResetDBAccountInput) SetAccountPassword

func (s *ResetDBAccountInput) SetAccountPassword(v string) *ResetDBAccountInput

SetAccountPassword sets the AccountPassword field's value.

func (*ResetDBAccountInput) SetHost added in v1.0.125

SetHost sets the Host field's value.

func (*ResetDBAccountInput) SetInstanceId

func (s *ResetDBAccountInput) SetInstanceId(v string) *ResetDBAccountInput

SetInstanceId sets the InstanceId field's value.

func (ResetDBAccountInput) String

func (s ResetDBAccountInput) String() string

String returns the string representation

func (*ResetDBAccountInput) Validate

func (s *ResetDBAccountInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResetDBAccountOutput

type ResetDBAccountOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ResetDBAccountOutput) GoString

func (s ResetDBAccountOutput) GoString() string

GoString returns the string representation

func (ResetDBAccountOutput) String

func (s ResetDBAccountOutput) String() string

String returns the string representation

type RestartDBInstanceInput

type RestartDBInstanceInput struct {
	ApplyScope *string `type:"string"`

	CustomNodeIds []*string `type:"list"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	SwitchType *string `type:"string"`
	// contains filtered or unexported fields
}

func (RestartDBInstanceInput) GoString

func (s RestartDBInstanceInput) GoString() string

GoString returns the string representation

func (*RestartDBInstanceInput) SetApplyScope added in v1.0.125

SetApplyScope sets the ApplyScope field's value.

func (*RestartDBInstanceInput) SetCustomNodeIds added in v1.0.125

func (s *RestartDBInstanceInput) SetCustomNodeIds(v []*string) *RestartDBInstanceInput

SetCustomNodeIds sets the CustomNodeIds field's value.

func (*RestartDBInstanceInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*RestartDBInstanceInput) SetSwitchType added in v1.0.125

SetSwitchType sets the SwitchType field's value.

func (RestartDBInstanceInput) String

func (s RestartDBInstanceInput) String() string

String returns the string representation

func (*RestartDBInstanceInput) Validate

func (s *RestartDBInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RestartDBInstanceOutput

type RestartDBInstanceOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (RestartDBInstanceOutput) GoString

func (s RestartDBInstanceOutput) GoString() string

GoString returns the string representation

func (RestartDBInstanceOutput) String

func (s RestartDBInstanceOutput) String() string

String returns the string representation

type RestoreToExistedInstanceInput added in v1.0.93

type RestoreToExistedInstanceInput struct {
	BackupId *string `type:"string"`

	RestoreTime *string `type:"string"`

	RestoreType *string `type:"string"`

	// SourceDBInstanceId is a required field
	SourceDBInstanceId *string `type:"string" required:"true"`

	TableMeta []*TableMetaForRestoreToExistedInstanceInput `type:"list"`
	// contains filtered or unexported fields
}

func (RestoreToExistedInstanceInput) GoString added in v1.0.93

GoString returns the string representation

func (*RestoreToExistedInstanceInput) SetBackupId added in v1.0.93

SetBackupId sets the BackupId field's value.

func (*RestoreToExistedInstanceInput) SetRestoreTime added in v1.0.93

SetRestoreTime sets the RestoreTime field's value.

func (*RestoreToExistedInstanceInput) SetRestoreType added in v1.0.93

SetRestoreType sets the RestoreType field's value.

func (*RestoreToExistedInstanceInput) SetSourceDBInstanceId added in v1.0.93

SetSourceDBInstanceId sets the SourceDBInstanceId field's value.

func (*RestoreToExistedInstanceInput) SetTableMeta added in v1.0.93

SetTableMeta sets the TableMeta field's value.

func (RestoreToExistedInstanceInput) String added in v1.0.93

String returns the string representation

func (*RestoreToExistedInstanceInput) Validate added in v1.0.125

func (s *RestoreToExistedInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RestoreToExistedInstanceOutput added in v1.0.93

type RestoreToExistedInstanceOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (RestoreToExistedInstanceOutput) GoString added in v1.0.93

GoString returns the string representation

func (RestoreToExistedInstanceOutput) String added in v1.0.93

String returns the string representation

type RestoreToNewInstanceInput

type RestoreToNewInstanceInput struct {
	AllowListIds []*string `type:"list"`

	BackupId *string `type:"string"`

	ChargeInfo *ChargeInfoForRestoreToNewInstanceInput `type:"structure"`

	DBParamGroupId *string `type:"string"`

	InstanceName *string `type:"string"`

	InstanceTags []*InstanceTagForRestoreToNewInstanceInput `type:"list"`

	NodeInfo []*NodeInfoForRestoreToNewInstanceInput `type:"list"`

	ProjectName *string `type:"string"`

	RestoreTime *string `type:"string"`

	// SrcInstanceId is a required field
	SrcInstanceId *string `type:"string" required:"true"`

	StorageSpace *int32 `type:"int32"`

	// StorageType is a required field
	StorageType *string `type:"string" required:"true"`

	// SubnetId is a required field
	SubnetId *string `type:"string" required:"true"`

	// VpcId is a required field
	VpcId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (RestoreToNewInstanceInput) GoString

func (s RestoreToNewInstanceInput) GoString() string

GoString returns the string representation

func (*RestoreToNewInstanceInput) SetAllowListIds added in v1.0.93

SetAllowListIds sets the AllowListIds field's value.

func (*RestoreToNewInstanceInput) SetBackupId

SetBackupId sets the BackupId field's value.

func (*RestoreToNewInstanceInput) SetChargeInfo

SetChargeInfo sets the ChargeInfo field's value.

func (*RestoreToNewInstanceInput) SetDBParamGroupId

SetDBParamGroupId sets the DBParamGroupId field's value.

func (*RestoreToNewInstanceInput) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*RestoreToNewInstanceInput) SetInstanceTags added in v1.0.93

SetInstanceTags sets the InstanceTags field's value.

func (*RestoreToNewInstanceInput) SetNodeInfo

SetNodeInfo sets the NodeInfo field's value.

func (*RestoreToNewInstanceInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*RestoreToNewInstanceInput) SetRestoreTime

SetRestoreTime sets the RestoreTime field's value.

func (*RestoreToNewInstanceInput) SetSrcInstanceId added in v1.0.56

SetSrcInstanceId sets the SrcInstanceId field's value.

func (*RestoreToNewInstanceInput) SetStorageSpace

SetStorageSpace sets the StorageSpace field's value.

func (*RestoreToNewInstanceInput) SetStorageType

SetStorageType sets the StorageType field's value.

func (*RestoreToNewInstanceInput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*RestoreToNewInstanceInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (RestoreToNewInstanceInput) String

func (s RestoreToNewInstanceInput) String() string

String returns the string representation

func (*RestoreToNewInstanceInput) Validate added in v1.0.125

func (s *RestoreToNewInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RestoreToNewInstanceOutput

type RestoreToNewInstanceOutput struct {
	Metadata *response.ResponseMetadata

	InstanceId *string `type:"string"`

	OrderId *string `type:"string"`
	// contains filtered or unexported fields
}

func (RestoreToNewInstanceOutput) GoString

func (s RestoreToNewInstanceOutput) GoString() string

GoString returns the string representation

func (*RestoreToNewInstanceOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*RestoreToNewInstanceOutput) SetOrderId

SetOrderId sets the OrderId field's value.

func (RestoreToNewInstanceOutput) String

String returns the string representation

type RevokeDBAccountPrivilegeInput added in v1.0.56

type RevokeDBAccountPrivilegeInput struct {

	// AccountName is a required field
	AccountName *string `type:"string" required:"true"`

	// DBNames is a required field
	DBNames *string `type:"string" required:"true"`

	Host *string `type:"string"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (RevokeDBAccountPrivilegeInput) GoString added in v1.0.56

GoString returns the string representation

func (*RevokeDBAccountPrivilegeInput) SetAccountName added in v1.0.56

SetAccountName sets the AccountName field's value.

func (*RevokeDBAccountPrivilegeInput) SetDBNames added in v1.0.56

SetDBNames sets the DBNames field's value.

func (*RevokeDBAccountPrivilegeInput) SetHost added in v1.0.125

SetHost sets the Host field's value.

func (*RevokeDBAccountPrivilegeInput) SetInstanceId added in v1.0.56

SetInstanceId sets the InstanceId field's value.

func (RevokeDBAccountPrivilegeInput) String added in v1.0.56

String returns the string representation

func (*RevokeDBAccountPrivilegeInput) Validate added in v1.0.56

func (s *RevokeDBAccountPrivilegeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RevokeDBAccountPrivilegeOutput added in v1.0.56

type RevokeDBAccountPrivilegeOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (RevokeDBAccountPrivilegeOutput) GoString added in v1.0.56

GoString returns the string representation

func (RevokeDBAccountPrivilegeOutput) String added in v1.0.56

String returns the string representation

type RevokeDatabasePrivilegeInput added in v1.0.56

type RevokeDatabasePrivilegeInput struct {

	// AccountNames is a required field
	AccountNames *string `type:"string" required:"true"`

	// DBName is a required field
	DBName *string `type:"string" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (RevokeDatabasePrivilegeInput) GoString added in v1.0.56

func (s RevokeDatabasePrivilegeInput) GoString() string

GoString returns the string representation

func (*RevokeDatabasePrivilegeInput) SetAccountNames added in v1.0.56

SetAccountNames sets the AccountNames field's value.

func (*RevokeDatabasePrivilegeInput) SetDBName added in v1.0.56

SetDBName sets the DBName field's value.

func (*RevokeDatabasePrivilegeInput) SetInstanceId added in v1.0.56

SetInstanceId sets the InstanceId field's value.

func (RevokeDatabasePrivilegeInput) String added in v1.0.56

String returns the string representation

func (*RevokeDatabasePrivilegeInput) Validate added in v1.0.56

func (s *RevokeDatabasePrivilegeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RevokeDatabasePrivilegeOutput added in v1.0.56

type RevokeDatabasePrivilegeOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (RevokeDatabasePrivilegeOutput) GoString added in v1.0.56

GoString returns the string representation

func (RevokeDatabasePrivilegeOutput) String added in v1.0.56

String returns the string representation

type SaveAsParameterTemplateInput added in v1.0.93

type SaveAsParameterTemplateInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	TemplateDesc *string `type:"string"`

	// TemplateName is a required field
	TemplateName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (SaveAsParameterTemplateInput) GoString added in v1.0.93

func (s SaveAsParameterTemplateInput) GoString() string

GoString returns the string representation

func (*SaveAsParameterTemplateInput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (*SaveAsParameterTemplateInput) SetTemplateDesc added in v1.0.93

SetTemplateDesc sets the TemplateDesc field's value.

func (*SaveAsParameterTemplateInput) SetTemplateName added in v1.0.93

SetTemplateName sets the TemplateName field's value.

func (SaveAsParameterTemplateInput) String added in v1.0.93

String returns the string representation

func (*SaveAsParameterTemplateInput) Validate added in v1.0.93

func (s *SaveAsParameterTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SaveAsParameterTemplateOutput added in v1.0.93

type SaveAsParameterTemplateOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (SaveAsParameterTemplateOutput) GoString added in v1.0.93

GoString returns the string representation

func (SaveAsParameterTemplateOutput) String added in v1.0.93

String returns the string representation

type SecurityGroupBindInfoForCreateAllowListInput added in v1.0.131

type SecurityGroupBindInfoForCreateAllowListInput struct {
	BindMode *string `type:"string"`

	IpList []*string `type:"list"`

	SecurityGroupId *string `type:"string"`

	SecurityGroupName *string `type:"string"`
	// contains filtered or unexported fields
}

func (SecurityGroupBindInfoForCreateAllowListInput) GoString added in v1.0.131

GoString returns the string representation

func (*SecurityGroupBindInfoForCreateAllowListInput) SetBindMode added in v1.0.131

SetBindMode sets the BindMode field's value.

func (*SecurityGroupBindInfoForCreateAllowListInput) SetIpList added in v1.0.131

SetIpList sets the IpList field's value.

func (*SecurityGroupBindInfoForCreateAllowListInput) SetSecurityGroupId added in v1.0.131

SetSecurityGroupId sets the SecurityGroupId field's value.

func (*SecurityGroupBindInfoForCreateAllowListInput) SetSecurityGroupName added in v1.0.131

SetSecurityGroupName sets the SecurityGroupName field's value.

func (SecurityGroupBindInfoForCreateAllowListInput) String added in v1.0.131

String returns the string representation

type SecurityGroupBindInfoForDescribeAllowListDetailOutput added in v1.0.131

type SecurityGroupBindInfoForDescribeAllowListDetailOutput struct {
	BindMode *string `type:"string"`

	IpList []*string `type:"list"`

	SecurityGroupId *string `type:"string"`

	SecurityGroupName *string `type:"string"`
	// contains filtered or unexported fields
}

func (SecurityGroupBindInfoForDescribeAllowListDetailOutput) GoString added in v1.0.131

GoString returns the string representation

func (*SecurityGroupBindInfoForDescribeAllowListDetailOutput) SetBindMode added in v1.0.131

SetBindMode sets the BindMode field's value.

func (*SecurityGroupBindInfoForDescribeAllowListDetailOutput) SetIpList added in v1.0.131

SetIpList sets the IpList field's value.

func (*SecurityGroupBindInfoForDescribeAllowListDetailOutput) SetSecurityGroupId added in v1.0.131

SetSecurityGroupId sets the SecurityGroupId field's value.

func (*SecurityGroupBindInfoForDescribeAllowListDetailOutput) SetSecurityGroupName added in v1.0.131

SetSecurityGroupName sets the SecurityGroupName field's value.

func (SecurityGroupBindInfoForDescribeAllowListDetailOutput) String added in v1.0.131

String returns the string representation

type SecurityGroupBindInfoForDescribeAllowListsOutput added in v1.0.131

type SecurityGroupBindInfoForDescribeAllowListsOutput struct {
	BindMode *string `type:"string"`

	IpList []*string `type:"list"`

	SecurityGroupId *string `type:"string"`

	SecurityGroupName *string `type:"string"`
	// contains filtered or unexported fields
}

func (SecurityGroupBindInfoForDescribeAllowListsOutput) GoString added in v1.0.131

GoString returns the string representation

func (*SecurityGroupBindInfoForDescribeAllowListsOutput) SetBindMode added in v1.0.131

SetBindMode sets the BindMode field's value.

func (*SecurityGroupBindInfoForDescribeAllowListsOutput) SetIpList added in v1.0.131

SetIpList sets the IpList field's value.

func (*SecurityGroupBindInfoForDescribeAllowListsOutput) SetSecurityGroupId added in v1.0.131

SetSecurityGroupId sets the SecurityGroupId field's value.

func (*SecurityGroupBindInfoForDescribeAllowListsOutput) SetSecurityGroupName added in v1.0.131

SetSecurityGroupName sets the SecurityGroupName field's value.

func (SecurityGroupBindInfoForDescribeAllowListsOutput) String added in v1.0.131

String returns the string representation

type SecurityGroupBindInfoForModifyAllowListInput added in v1.0.131

type SecurityGroupBindInfoForModifyAllowListInput struct {
	BindMode *string `type:"string"`

	IpList []*string `type:"list"`

	SecurityGroupId *string `type:"string"`

	SecurityGroupName *string `type:"string"`
	// contains filtered or unexported fields
}

func (SecurityGroupBindInfoForModifyAllowListInput) GoString added in v1.0.131

GoString returns the string representation

func (*SecurityGroupBindInfoForModifyAllowListInput) SetBindMode added in v1.0.131

SetBindMode sets the BindMode field's value.

func (*SecurityGroupBindInfoForModifyAllowListInput) SetIpList added in v1.0.131

SetIpList sets the IpList field's value.

func (*SecurityGroupBindInfoForModifyAllowListInput) SetSecurityGroupId added in v1.0.131

SetSecurityGroupId sets the SecurityGroupId field's value.

func (*SecurityGroupBindInfoForModifyAllowListInput) SetSecurityGroupName added in v1.0.131

SetSecurityGroupName sets the SecurityGroupName field's value.

func (SecurityGroupBindInfoForModifyAllowListInput) String added in v1.0.131

String returns the string representation

type StepExtraInfoForDescribeTasksOutput added in v1.0.125

type StepExtraInfoForDescribeTasksOutput struct {
	Type *string `type:"string"`

	Unit *string `type:"string"`

	Value *float64 `type:"double"`
	// contains filtered or unexported fields
}

func (StepExtraInfoForDescribeTasksOutput) GoString added in v1.0.125

GoString returns the string representation

func (*StepExtraInfoForDescribeTasksOutput) SetType added in v1.0.125

SetType sets the Type field's value.

func (*StepExtraInfoForDescribeTasksOutput) SetUnit added in v1.0.125

SetUnit sets the Unit field's value.

func (*StepExtraInfoForDescribeTasksOutput) SetValue added in v1.0.125

SetValue sets the Value field's value.

func (StepExtraInfoForDescribeTasksOutput) String added in v1.0.125

String returns the string representation

type SwitchDBInstanceHAInput added in v1.0.93

type SwitchDBInstanceHAInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	// NodeId is a required field
	NodeId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (SwitchDBInstanceHAInput) GoString added in v1.0.93

func (s SwitchDBInstanceHAInput) GoString() string

GoString returns the string representation

func (*SwitchDBInstanceHAInput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (*SwitchDBInstanceHAInput) SetNodeId added in v1.0.93

SetNodeId sets the NodeId field's value.

func (SwitchDBInstanceHAInput) String added in v1.0.93

func (s SwitchDBInstanceHAInput) String() string

String returns the string representation

func (*SwitchDBInstanceHAInput) Validate added in v1.0.93

func (s *SwitchDBInstanceHAInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SwitchDBInstanceHAOutput added in v1.0.93

type SwitchDBInstanceHAOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (SwitchDBInstanceHAOutput) GoString added in v1.0.93

func (s SwitchDBInstanceHAOutput) GoString() string

GoString returns the string representation

func (SwitchDBInstanceHAOutput) String added in v1.0.93

func (s SwitchDBInstanceHAOutput) String() string

String returns the string representation

type TableForRestoreToExistedInstanceInput added in v1.0.93

type TableForRestoreToExistedInstanceInput struct {
	NewTableName *string `type:"string"`

	TableName *string `type:"string"`
	// contains filtered or unexported fields
}

func (TableForRestoreToExistedInstanceInput) GoString added in v1.0.93

GoString returns the string representation

func (*TableForRestoreToExistedInstanceInput) SetNewTableName added in v1.0.93

SetNewTableName sets the NewTableName field's value.

func (*TableForRestoreToExistedInstanceInput) SetTableName added in v1.0.93

SetTableName sets the TableName field's value.

func (TableForRestoreToExistedInstanceInput) String added in v1.0.93

String returns the string representation

type TableMetaForRestoreToExistedInstanceInput added in v1.0.93

type TableMetaForRestoreToExistedInstanceInput struct {
	DBName *string `type:"string"`

	NewDBName *string `type:"string"`

	Table []*TableForRestoreToExistedInstanceInput `type:"list"`
	// contains filtered or unexported fields
}

func (TableMetaForRestoreToExistedInstanceInput) GoString added in v1.0.93

GoString returns the string representation

func (*TableMetaForRestoreToExistedInstanceInput) SetDBName added in v1.0.93

SetDBName sets the DBName field's value.

func (*TableMetaForRestoreToExistedInstanceInput) SetNewDBName added in v1.0.93

SetNewDBName sets the NewDBName field's value.

func (*TableMetaForRestoreToExistedInstanceInput) SetTable added in v1.0.93

SetTable sets the Table field's value.

func (TableMetaForRestoreToExistedInstanceInput) String added in v1.0.93

String returns the string representation

type TagFilterForDescribeTagsByResourceInput added in v1.0.93

type TagFilterForDescribeTagsByResourceInput struct {
	Key *string `type:"string"`

	Value *string `type:"string"`
	// contains filtered or unexported fields
}

func (TagFilterForDescribeTagsByResourceInput) GoString added in v1.0.93

GoString returns the string representation

func (*TagFilterForDescribeTagsByResourceInput) SetKey added in v1.0.93

SetKey sets the Key field's value.

func (*TagFilterForDescribeTagsByResourceInput) SetValue added in v1.0.93

SetValue sets the Value field's value.

func (TagFilterForDescribeTagsByResourceInput) String added in v1.0.93

String returns the string representation

type TagForAddTagsToResourceInput added in v1.0.93

type TagForAddTagsToResourceInput struct {
	Key *string `type:"string"`

	Value *string `type:"string"`
	// contains filtered or unexported fields
}

func (TagForAddTagsToResourceInput) GoString added in v1.0.93

func (s TagForAddTagsToResourceInput) GoString() string

GoString returns the string representation

func (*TagForAddTagsToResourceInput) SetKey added in v1.0.93

SetKey sets the Key field's value.

func (*TagForAddTagsToResourceInput) SetValue added in v1.0.93

SetValue sets the Value field's value.

func (TagForAddTagsToResourceInput) String added in v1.0.93

String returns the string representation

type TagForDescribeDBInstanceDetailOutput added in v1.0.56

type TagForDescribeDBInstanceDetailOutput struct {
	Key *string `type:"string"`

	Value *string `type:"string"`
	// contains filtered or unexported fields
}

func (TagForDescribeDBInstanceDetailOutput) GoString added in v1.0.56

GoString returns the string representation

func (*TagForDescribeDBInstanceDetailOutput) SetKey added in v1.0.56

SetKey sets the Key field's value.

func (*TagForDescribeDBInstanceDetailOutput) SetValue added in v1.0.56

SetValue sets the Value field's value.

func (TagForDescribeDBInstanceDetailOutput) String added in v1.0.56

String returns the string representation

type TagResourceForDescribeTagsByResourceOutput added in v1.0.93

type TagResourceForDescribeTagsByResourceOutput struct {
	InstanceId *string `type:"string"`

	Key *string `type:"string"`

	Value *string `type:"string"`
	// contains filtered or unexported fields
}

func (TagResourceForDescribeTagsByResourceOutput) GoString added in v1.0.93

GoString returns the string representation

func (*TagResourceForDescribeTagsByResourceOutput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (*TagResourceForDescribeTagsByResourceOutput) SetKey added in v1.0.93

SetKey sets the Key field's value.

func (*TagResourceForDescribeTagsByResourceOutput) SetValue added in v1.0.93

SetValue sets the Value field's value.

func (TagResourceForDescribeTagsByResourceOutput) String added in v1.0.93

String returns the string representation

type TaskProgressForDescribeTasksOutput added in v1.0.125

type TaskProgressForDescribeTasksOutput struct {
	Name *string `type:"string"`

	StepExtraInfo []*StepExtraInfoForDescribeTasksOutput `type:"list"`

	StepStatus *string `type:"string"`
	// contains filtered or unexported fields
}

func (TaskProgressForDescribeTasksOutput) GoString added in v1.0.125

GoString returns the string representation

func (*TaskProgressForDescribeTasksOutput) SetName added in v1.0.125

SetName sets the Name field's value.

func (*TaskProgressForDescribeTasksOutput) SetStepExtraInfo added in v1.0.125

SetStepExtraInfo sets the StepExtraInfo field's value.

func (*TaskProgressForDescribeTasksOutput) SetStepStatus added in v1.0.125

SetStepStatus sets the StepStatus field's value.

func (TaskProgressForDescribeTasksOutput) String added in v1.0.125

String returns the string representation

type TemplateInfoForDescribeParameterTemplateOutput added in v1.0.93

type TemplateInfoForDescribeParameterTemplateOutput struct {
	AccountId *string `type:"string"`

	CreateTime *string `type:"string"`

	NeedRestart *bool `type:"boolean"`

	ParameterNum *int32 `type:"int32"`

	ProjectName *string `type:"string"`

	TemplateCategory *string `type:"string"`

	TemplateDesc *string `type:"string"`

	TemplateId *string `type:"string"`

	TemplateName *string `type:"string"`

	TemplateParams []*TemplateParamForDescribeParameterTemplateOutput `type:"list"`

	TemplateSource *string `type:"string"`

	TemplateType *string `type:"string"`

	TemplateTypeVersion *string `type:"string"`

	UpdateTime *string `type:"string"`
	// contains filtered or unexported fields
}

func (TemplateInfoForDescribeParameterTemplateOutput) GoString added in v1.0.93

GoString returns the string representation

func (*TemplateInfoForDescribeParameterTemplateOutput) SetAccountId added in v1.0.93

SetAccountId sets the AccountId field's value.

func (*TemplateInfoForDescribeParameterTemplateOutput) SetCreateTime added in v1.0.93

SetCreateTime sets the CreateTime field's value.

func (*TemplateInfoForDescribeParameterTemplateOutput) SetNeedRestart added in v1.0.93

SetNeedRestart sets the NeedRestart field's value.

func (*TemplateInfoForDescribeParameterTemplateOutput) SetParameterNum added in v1.0.93

SetParameterNum sets the ParameterNum field's value.

func (*TemplateInfoForDescribeParameterTemplateOutput) SetProjectName added in v1.0.93

SetProjectName sets the ProjectName field's value.

func (*TemplateInfoForDescribeParameterTemplateOutput) SetTemplateCategory added in v1.0.93

SetTemplateCategory sets the TemplateCategory field's value.

func (*TemplateInfoForDescribeParameterTemplateOutput) SetTemplateDesc added in v1.0.93

SetTemplateDesc sets the TemplateDesc field's value.

func (*TemplateInfoForDescribeParameterTemplateOutput) SetTemplateId added in v1.0.93

SetTemplateId sets the TemplateId field's value.

func (*TemplateInfoForDescribeParameterTemplateOutput) SetTemplateName added in v1.0.93

SetTemplateName sets the TemplateName field's value.

func (*TemplateInfoForDescribeParameterTemplateOutput) SetTemplateParams added in v1.0.93

SetTemplateParams sets the TemplateParams field's value.

func (*TemplateInfoForDescribeParameterTemplateOutput) SetTemplateSource added in v1.0.93

SetTemplateSource sets the TemplateSource field's value.

func (*TemplateInfoForDescribeParameterTemplateOutput) SetTemplateType added in v1.0.93

SetTemplateType sets the TemplateType field's value.

func (*TemplateInfoForDescribeParameterTemplateOutput) SetTemplateTypeVersion added in v1.0.93

SetTemplateTypeVersion sets the TemplateTypeVersion field's value.

func (*TemplateInfoForDescribeParameterTemplateOutput) SetUpdateTime added in v1.0.93

SetUpdateTime sets the UpdateTime field's value.

func (TemplateInfoForDescribeParameterTemplateOutput) String added in v1.0.93

String returns the string representation

type TemplateInfoForListParameterTemplatesOutput added in v1.0.125

type TemplateInfoForListParameterTemplatesOutput struct {
	AccountId *string `type:"string"`

	CreateTime *string `type:"string"`

	NeedRestart *bool `type:"boolean"`

	ParameterNum *int32 `type:"int32"`

	ProjectName *string `type:"string"`

	TemplateCategory *string `type:"string"`

	TemplateDesc *string `type:"string"`

	TemplateId *string `type:"string"`

	TemplateName *string `type:"string"`

	TemplateParams []*TemplateParamForListParameterTemplatesOutput `type:"list"`

	TemplateSource *string `type:"string"`

	TemplateType *string `type:"string"`

	TemplateTypeVersion *string `type:"string"`

	UpdateTime *string `type:"string"`
	// contains filtered or unexported fields
}

func (TemplateInfoForListParameterTemplatesOutput) GoString added in v1.0.125

GoString returns the string representation

func (*TemplateInfoForListParameterTemplatesOutput) SetAccountId added in v1.0.125

SetAccountId sets the AccountId field's value.

func (*TemplateInfoForListParameterTemplatesOutput) SetCreateTime added in v1.0.125

SetCreateTime sets the CreateTime field's value.

func (*TemplateInfoForListParameterTemplatesOutput) SetNeedRestart added in v1.0.125

SetNeedRestart sets the NeedRestart field's value.

func (*TemplateInfoForListParameterTemplatesOutput) SetParameterNum added in v1.0.125

SetParameterNum sets the ParameterNum field's value.

func (*TemplateInfoForListParameterTemplatesOutput) SetProjectName added in v1.0.125

SetProjectName sets the ProjectName field's value.

func (*TemplateInfoForListParameterTemplatesOutput) SetTemplateCategory added in v1.0.125

SetTemplateCategory sets the TemplateCategory field's value.

func (*TemplateInfoForListParameterTemplatesOutput) SetTemplateDesc added in v1.0.125

SetTemplateDesc sets the TemplateDesc field's value.

func (*TemplateInfoForListParameterTemplatesOutput) SetTemplateId added in v1.0.125

SetTemplateId sets the TemplateId field's value.

func (*TemplateInfoForListParameterTemplatesOutput) SetTemplateName added in v1.0.125

SetTemplateName sets the TemplateName field's value.

func (*TemplateInfoForListParameterTemplatesOutput) SetTemplateParams added in v1.0.125

SetTemplateParams sets the TemplateParams field's value.

func (*TemplateInfoForListParameterTemplatesOutput) SetTemplateSource added in v1.0.125

SetTemplateSource sets the TemplateSource field's value.

func (*TemplateInfoForListParameterTemplatesOutput) SetTemplateType added in v1.0.125

SetTemplateType sets the TemplateType field's value.

func (*TemplateInfoForListParameterTemplatesOutput) SetTemplateTypeVersion added in v1.0.125

SetTemplateTypeVersion sets the TemplateTypeVersion field's value.

func (*TemplateInfoForListParameterTemplatesOutput) SetUpdateTime added in v1.0.125

SetUpdateTime sets the UpdateTime field's value.

func (TemplateInfoForListParameterTemplatesOutput) String added in v1.0.125

String returns the string representation

type TemplateParamForCreateParameterTemplateInput added in v1.0.93

type TemplateParamForCreateParameterTemplateInput struct {
	DefaultValue *string `type:"string"`

	Description *string `type:"string"`

	Name *string `type:"string"`

	Restart *bool `type:"boolean"`

	RunningValue *string `type:"string"`

	ValueRange *string `type:"string"`
	// contains filtered or unexported fields
}

func (TemplateParamForCreateParameterTemplateInput) GoString added in v1.0.93

GoString returns the string representation

func (*TemplateParamForCreateParameterTemplateInput) SetDefaultValue added in v1.0.93

SetDefaultValue sets the DefaultValue field's value.

func (*TemplateParamForCreateParameterTemplateInput) SetDescription added in v1.0.93

SetDescription sets the Description field's value.

func (*TemplateParamForCreateParameterTemplateInput) SetName added in v1.0.93

SetName sets the Name field's value.

func (*TemplateParamForCreateParameterTemplateInput) SetRestart added in v1.0.93

SetRestart sets the Restart field's value.

func (*TemplateParamForCreateParameterTemplateInput) SetRunningValue added in v1.0.93

SetRunningValue sets the RunningValue field's value.

func (*TemplateParamForCreateParameterTemplateInput) SetValueRange added in v1.0.93

SetValueRange sets the ValueRange field's value.

func (TemplateParamForCreateParameterTemplateInput) String added in v1.0.93

String returns the string representation

type TemplateParamForDescribeParameterTemplateOutput added in v1.0.93

type TemplateParamForDescribeParameterTemplateOutput struct {
	DefaultValue *string `type:"string"`

	Description *string `type:"string"`

	Name *string `type:"string"`

	Restart *bool `type:"boolean"`

	RunningValue *string `type:"string"`

	ValueRange *string `type:"string"`
	// contains filtered or unexported fields
}

func (TemplateParamForDescribeParameterTemplateOutput) GoString added in v1.0.93

GoString returns the string representation

func (*TemplateParamForDescribeParameterTemplateOutput) SetDefaultValue added in v1.0.93

SetDefaultValue sets the DefaultValue field's value.

func (*TemplateParamForDescribeParameterTemplateOutput) SetDescription added in v1.0.93

SetDescription sets the Description field's value.

func (*TemplateParamForDescribeParameterTemplateOutput) SetName added in v1.0.93

SetName sets the Name field's value.

func (*TemplateParamForDescribeParameterTemplateOutput) SetRestart added in v1.0.93

SetRestart sets the Restart field's value.

func (*TemplateParamForDescribeParameterTemplateOutput) SetRunningValue added in v1.0.93

SetRunningValue sets the RunningValue field's value.

func (*TemplateParamForDescribeParameterTemplateOutput) SetValueRange added in v1.0.93

SetValueRange sets the ValueRange field's value.

func (TemplateParamForDescribeParameterTemplateOutput) String added in v1.0.93

String returns the string representation

type TemplateParamForListParameterTemplatesOutput added in v1.0.93

type TemplateParamForListParameterTemplatesOutput struct {
	DefaultValue *string `type:"string"`

	Description *string `type:"string"`

	Name *string `type:"string"`

	Restart *bool `type:"boolean"`

	RunningValue *string `type:"string"`

	ValueRange *string `type:"string"`
	// contains filtered or unexported fields
}

func (TemplateParamForListParameterTemplatesOutput) GoString added in v1.0.93

GoString returns the string representation

func (*TemplateParamForListParameterTemplatesOutput) SetDefaultValue added in v1.0.93

SetDefaultValue sets the DefaultValue field's value.

func (*TemplateParamForListParameterTemplatesOutput) SetDescription added in v1.0.93

SetDescription sets the Description field's value.

func (*TemplateParamForListParameterTemplatesOutput) SetName added in v1.0.93

SetName sets the Name field's value.

func (*TemplateParamForListParameterTemplatesOutput) SetRestart added in v1.0.93

SetRestart sets the Restart field's value.

func (*TemplateParamForListParameterTemplatesOutput) SetRunningValue added in v1.0.93

SetRunningValue sets the RunningValue field's value.

func (*TemplateParamForListParameterTemplatesOutput) SetValueRange added in v1.0.93

SetValueRange sets the ValueRange field's value.

func (TemplateParamForListParameterTemplatesOutput) String added in v1.0.93

String returns the string representation

type TemplateParamForModifyParameterTemplateInput added in v1.0.93

type TemplateParamForModifyParameterTemplateInput struct {
	DefaultValue *string `type:"string"`

	Description *string `type:"string"`

	Name *string `type:"string"`

	Restart *bool `type:"boolean"`

	RunningValue *string `type:"string"`

	ValueRange *string `type:"string"`
	// contains filtered or unexported fields
}

func (TemplateParamForModifyParameterTemplateInput) GoString added in v1.0.93

GoString returns the string representation

func (*TemplateParamForModifyParameterTemplateInput) SetDefaultValue added in v1.0.93

SetDefaultValue sets the DefaultValue field's value.

func (*TemplateParamForModifyParameterTemplateInput) SetDescription added in v1.0.93

SetDescription sets the Description field's value.

func (*TemplateParamForModifyParameterTemplateInput) SetName added in v1.0.93

SetName sets the Name field's value.

func (*TemplateParamForModifyParameterTemplateInput) SetRestart added in v1.0.93

SetRestart sets the Restart field's value.

func (*TemplateParamForModifyParameterTemplateInput) SetRunningValue added in v1.0.93

SetRunningValue sets the RunningValue field's value.

func (*TemplateParamForModifyParameterTemplateInput) SetValueRange added in v1.0.93

SetValueRange sets the ValueRange field's value.

func (TemplateParamForModifyParameterTemplateInput) String added in v1.0.93

String returns the string representation

type UpgradeAllowListVersionInput

type UpgradeAllowListVersionInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpgradeAllowListVersionInput) GoString

func (s UpgradeAllowListVersionInput) GoString() string

GoString returns the string representation

func (*UpgradeAllowListVersionInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (UpgradeAllowListVersionInput) String

String returns the string representation

func (*UpgradeAllowListVersionInput) Validate added in v1.0.56

func (s *UpgradeAllowListVersionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpgradeAllowListVersionOutput

type UpgradeAllowListVersionOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpgradeAllowListVersionOutput) GoString

GoString returns the string representation

func (UpgradeAllowListVersionOutput) String

String returns the string representation

type ZoneForDescribeAvailabilityZonesOutput

type ZoneForDescribeAvailabilityZonesOutput struct {
	Description *string `type:"string"`

	ZoneId *string `type:"string"`

	ZoneName *string `type:"string"`
	// contains filtered or unexported fields
}

func (ZoneForDescribeAvailabilityZonesOutput) GoString

GoString returns the string representation

func (*ZoneForDescribeAvailabilityZonesOutput) SetDescription

SetDescription sets the Description field's value.

func (*ZoneForDescribeAvailabilityZonesOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (*ZoneForDescribeAvailabilityZonesOutput) SetZoneName

SetZoneName sets the ZoneName field's value.

func (ZoneForDescribeAvailabilityZonesOutput) String

String returns the string representation

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL