rdsmysqlv2

package
v1.2.21 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2026 License: Apache-2.0 Imports: 9 Imported by: 4

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" json:",omitempty"`

	AccountName *string `type:"string" json:",omitempty"`

	AccountPrivileges []*AccountPrivilegeForDescribeDBAccountsOutput `type:"list" json:",omitempty"`

	AccountPrivilegesSQL []*string `type:"list" json:",omitempty"`

	AccountStatus *string `type:"string" json:",omitempty"`

	AccountType *string `type:"string" json:",omitempty"`

	AuthenticationType *string `type:"string" json:",omitempty"`

	GlobalAccountPrivileges []*string `type:"list" json:",omitempty"`

	HasTableColumnPrivilegeDBNames []*string `type:"list" json:",omitempty"`

	Host *string `type:"string" json:",omitempty"`
	// 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) SetAccountPrivilegesSQL added in v1.0.185

SetAccountPrivilegesSQL sets the AccountPrivilegesSQL 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) SetAuthenticationType added in v1.2.21

SetAuthenticationType sets the AuthenticationType field's value.

func (*AccountForDescribeDBAccountsOutput) SetGlobalAccountPrivileges added in v1.0.185

SetGlobalAccountPrivileges sets the GlobalAccountPrivileges field's value.

func (*AccountForDescribeDBAccountsOutput) SetHasTableColumnPrivilegeDBNames added in v1.1.18

func (s *AccountForDescribeDBAccountsOutput) SetHasTableColumnPrivilegeDBNames(v []*string) *AccountForDescribeDBAccountsOutput

SetHasTableColumnPrivilegeDBNames sets the HasTableColumnPrivilegeDBNames 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" json:",omitempty"`

	AccountPrivilegeDetail *string `type:"string" json:",omitempty"`

	DBName *string `type:"string" json:",omitempty"`
	// 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" json:",omitempty"`

	AccountPrivilegeDetail *string `type:"string" json:",omitempty"`

	DBName *string `type:"string" json:",omitempty"`
	// 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" json:",omitempty"`

	AccountPrivilegeDetail *string `type:"string" json:",omitempty"`

	DBName *string `type:"string" json:",omitempty"`
	// 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 AddDiagnosticsEntityInput added in v1.0.185

type AddDiagnosticsEntityInput struct {
	DiagnosticsType *string `type:"string" json:",omitempty"`

	EcsInstanceIds []*string `type:"list" json:",omitempty"`

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

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

	PublicIpAddresses []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AddDiagnosticsEntityInput) GoString added in v1.0.185

func (s AddDiagnosticsEntityInput) GoString() string

GoString returns the string representation

func (*AddDiagnosticsEntityInput) SetDiagnosticsType added in v1.0.185

SetDiagnosticsType sets the DiagnosticsType field's value.

func (*AddDiagnosticsEntityInput) SetEcsInstanceIds added in v1.0.185

func (s *AddDiagnosticsEntityInput) SetEcsInstanceIds(v []*string) *AddDiagnosticsEntityInput

SetEcsInstanceIds sets the EcsInstanceIds field's value.

func (*AddDiagnosticsEntityInput) SetEndpointId added in v1.0.185

SetEndpointId sets the EndpointId field's value.

func (*AddDiagnosticsEntityInput) SetInstanceId added in v1.0.185

SetInstanceId sets the InstanceId field's value.

func (*AddDiagnosticsEntityInput) SetPublicIpAddresses added in v1.0.185

func (s *AddDiagnosticsEntityInput) SetPublicIpAddresses(v []*string) *AddDiagnosticsEntityInput

SetPublicIpAddresses sets the PublicIpAddresses field's value.

func (AddDiagnosticsEntityInput) String added in v1.0.185

func (s AddDiagnosticsEntityInput) String() string

String returns the string representation

func (*AddDiagnosticsEntityInput) Validate added in v1.0.185

func (s *AddDiagnosticsEntityInput) Validate() error

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

type AddDiagnosticsEntityOutput added in v1.0.185

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

func (AddDiagnosticsEntityOutput) GoString added in v1.0.185

func (s AddDiagnosticsEntityOutput) GoString() string

GoString returns the string representation

func (AddDiagnosticsEntityOutput) String added in v1.0.185

String returns the string representation

type AddTagFromUserBackupInfoInput added in v1.1.54

type AddTagFromUserBackupInfoInput struct {

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

	// ProjectName is a required field
	ProjectName *string `type:"string" json:",omitempty" required:"true"`

	Tags []*TagForAddTagFromUserBackupInfoInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AddTagFromUserBackupInfoInput) GoString added in v1.1.54

GoString returns the string representation

func (*AddTagFromUserBackupInfoInput) SetBackupId added in v1.1.54

SetBackupId sets the BackupId field's value.

func (*AddTagFromUserBackupInfoInput) SetProjectName added in v1.1.54

SetProjectName sets the ProjectName field's value.

func (*AddTagFromUserBackupInfoInput) SetTags added in v1.1.54

SetTags sets the Tags field's value.

func (AddTagFromUserBackupInfoInput) String added in v1.1.54

String returns the string representation

func (*AddTagFromUserBackupInfoInput) Validate added in v1.1.54

func (s *AddTagFromUserBackupInfoInput) Validate() error

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

type AddTagFromUserBackupInfoOutput added in v1.1.54

type AddTagFromUserBackupInfoOutput struct {
	Metadata *response.ResponseMetadata

	Reason *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`

	StatusCode *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AddTagFromUserBackupInfoOutput) GoString added in v1.1.54

GoString returns the string representation

func (*AddTagFromUserBackupInfoOutput) SetReason added in v1.1.54

SetReason sets the Reason field's value.

func (*AddTagFromUserBackupInfoOutput) SetStatus added in v1.1.54

SetStatus sets the Status field's value.

func (*AddTagFromUserBackupInfoOutput) SetStatusCode added in v1.1.54

SetStatusCode sets the StatusCode field's value.

func (AddTagFromUserBackupInfoOutput) String added in v1.1.54

String returns the string representation

type AddTagsToResourceInput added in v1.0.93

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

	Tags []*TagForAddTagsToResourceInput `type:"list" json:",omitempty"`
	// 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 AddressForDescribeDBBlueGreenDifferencesInput added in v1.2.21

type AddressForDescribeDBBlueGreenDifferencesInput struct {
	DNSVisibility *bool `type:"boolean" json:",omitempty"`

	Domain *string `type:"string" json:",omitempty"`

	EipId *string `type:"string" json:",omitempty"`

	EipLocked *bool `type:"boolean" json:",omitempty"`

	IPAddress *string `type:"string" json:",omitempty"`

	InternetProtocol *string `type:"string" json:",omitempty"`

	NetworkType *string `type:"string" json:",omitempty"`

	Port *string `type:"string" json:",omitempty"`

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

func (AddressForDescribeDBBlueGreenDifferencesInput) GoString added in v1.2.21

GoString returns the string representation

func (*AddressForDescribeDBBlueGreenDifferencesInput) SetDNSVisibility added in v1.2.21

SetDNSVisibility sets the DNSVisibility field's value.

func (*AddressForDescribeDBBlueGreenDifferencesInput) SetDomain added in v1.2.21

SetDomain sets the Domain field's value.

func (*AddressForDescribeDBBlueGreenDifferencesInput) SetEipId added in v1.2.21

SetEipId sets the EipId field's value.

func (*AddressForDescribeDBBlueGreenDifferencesInput) SetEipLocked added in v1.2.21

SetEipLocked sets the EipLocked field's value.

func (*AddressForDescribeDBBlueGreenDifferencesInput) SetIPAddress added in v1.2.21

SetIPAddress sets the IPAddress field's value.

func (*AddressForDescribeDBBlueGreenDifferencesInput) SetInternetProtocol added in v1.2.21

SetInternetProtocol sets the InternetProtocol field's value.

func (*AddressForDescribeDBBlueGreenDifferencesInput) SetNetworkType added in v1.2.21

SetNetworkType sets the NetworkType field's value.

func (*AddressForDescribeDBBlueGreenDifferencesInput) SetPort added in v1.2.21

SetPort sets the Port field's value.

func (*AddressForDescribeDBBlueGreenDifferencesInput) SetSubnetId added in v1.2.21

SetSubnetId sets the SubnetId field's value.

func (AddressForDescribeDBBlueGreenDifferencesInput) String added in v1.2.21

String returns the string representation

type AddressForDescribeDBBlueGreenDifferencesOutput added in v1.2.21

type AddressForDescribeDBBlueGreenDifferencesOutput struct {
	DNSVisibility *bool `type:"boolean" json:",omitempty"`

	Domain *string `type:"string" json:",omitempty"`

	EipId *string `type:"string" json:",omitempty"`

	EipLocked *bool `type:"boolean" json:",omitempty"`

	IPAddress *string `type:"string" json:",omitempty"`

	InternetProtocol *string `type:"string" json:",omitempty"`

	NetworkType *string `type:"string" json:",omitempty"`

	Port *string `type:"string" json:",omitempty"`

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

func (AddressForDescribeDBBlueGreenDifferencesOutput) GoString added in v1.2.21

GoString returns the string representation

func (*AddressForDescribeDBBlueGreenDifferencesOutput) SetDNSVisibility added in v1.2.21

SetDNSVisibility sets the DNSVisibility field's value.

func (*AddressForDescribeDBBlueGreenDifferencesOutput) SetDomain added in v1.2.21

SetDomain sets the Domain field's value.

func (*AddressForDescribeDBBlueGreenDifferencesOutput) SetEipId added in v1.2.21

SetEipId sets the EipId field's value.

func (*AddressForDescribeDBBlueGreenDifferencesOutput) SetEipLocked added in v1.2.21

SetEipLocked sets the EipLocked field's value.

func (*AddressForDescribeDBBlueGreenDifferencesOutput) SetIPAddress added in v1.2.21

SetIPAddress sets the IPAddress field's value.

func (*AddressForDescribeDBBlueGreenDifferencesOutput) SetInternetProtocol added in v1.2.21

SetInternetProtocol sets the InternetProtocol field's value.

func (*AddressForDescribeDBBlueGreenDifferencesOutput) SetNetworkType added in v1.2.21

SetNetworkType sets the NetworkType field's value.

func (*AddressForDescribeDBBlueGreenDifferencesOutput) SetPort added in v1.2.21

SetPort sets the Port field's value.

func (*AddressForDescribeDBBlueGreenDifferencesOutput) SetSubnetId added in v1.2.21

SetSubnetId sets the SubnetId field's value.

func (AddressForDescribeDBBlueGreenDifferencesOutput) String added in v1.2.21

String returns the string representation

type AddressForDescribeDBInstanceDetailOutput

type AddressForDescribeDBInstanceDetailOutput struct {
	DNSVisibility *bool `type:"boolean" json:",omitempty"`

	Domain *string `type:"string" json:",omitempty"`

	EipId *string `type:"string" json:",omitempty"`

	EipLocked *bool `type:"boolean" json:",omitempty"`

	IPAddress *string `type:"string" json:",omitempty"`

	InternetProtocol *string `type:"string" json:",omitempty"`

	NetworkType *string `type:"string" json:",omitempty"`

	Port *string `type:"string" json:",omitempty"`

	SubnetId *string `type:"string" json:",omitempty"`
	// 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) SetEipLocked added in v1.1.54

SetEipLocked sets the EipLocked 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 AddressForDescribeDBInstanceEndpointsOutput added in v1.1.35

type AddressForDescribeDBInstanceEndpointsOutput struct {
	DNSVisibility *bool `type:"boolean" json:",omitempty"`

	Domain *string `type:"string" json:",omitempty"`

	EipId *string `type:"string" json:",omitempty"`

	EipLocked *bool `type:"boolean" json:",omitempty"`

	IPAddress *string `type:"string" json:",omitempty"`

	InternetProtocol *string `type:"string" json:",omitempty"`

	NetworkType *string `type:"string" json:",omitempty"`

	Port *string `type:"string" json:",omitempty"`

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

func (AddressForDescribeDBInstanceEndpointsOutput) GoString added in v1.1.35

GoString returns the string representation

func (*AddressForDescribeDBInstanceEndpointsOutput) SetDNSVisibility added in v1.1.35

SetDNSVisibility sets the DNSVisibility field's value.

func (*AddressForDescribeDBInstanceEndpointsOutput) SetDomain added in v1.1.35

SetDomain sets the Domain field's value.

func (*AddressForDescribeDBInstanceEndpointsOutput) SetEipId added in v1.1.35

SetEipId sets the EipId field's value.

func (*AddressForDescribeDBInstanceEndpointsOutput) SetEipLocked added in v1.1.54

SetEipLocked sets the EipLocked field's value.

func (*AddressForDescribeDBInstanceEndpointsOutput) SetIPAddress added in v1.1.35

SetIPAddress sets the IPAddress field's value.

func (*AddressForDescribeDBInstanceEndpointsOutput) SetInternetProtocol added in v1.1.35

SetInternetProtocol sets the InternetProtocol field's value.

func (*AddressForDescribeDBInstanceEndpointsOutput) SetNetworkType added in v1.1.35

SetNetworkType sets the NetworkType field's value.

func (*AddressForDescribeDBInstanceEndpointsOutput) SetPort added in v1.1.35

SetPort sets the Port field's value.

func (*AddressForDescribeDBInstanceEndpointsOutput) SetSubnetId added in v1.1.35

SetSubnetId sets the SubnetId field's value.

func (AddressForDescribeDBInstanceEndpointsOutput) String added in v1.1.35

String returns the string representation

type AddressObjectForDescribeDBInstancesOutput added in v1.0.56

type AddressObjectForDescribeDBInstancesOutput struct {
	DNSVisibility *bool `type:"boolean" json:",omitempty"`

	Domain *string `type:"string" json:",omitempty"`

	EipId *string `type:"string" json:",omitempty"`

	EipLocked *bool `type:"boolean" json:",omitempty"`

	IPAddress *string `type:"string" json:",omitempty"`

	InternetProtocol *string `type:"string" json:",omitempty"`

	NetworkType *string `type:"string" json:",omitempty"`

	Port *string `type:"string" json:",omitempty"`

	SubnetId *string `type:"string" json:",omitempty"`
	// 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) SetEipLocked added in v1.1.54

SetEipLocked sets the EipLocked 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" json:",omitempty"`

	AllowListDesc *string `type:"string" json:",omitempty"`

	AllowListIPNum *int32 `type:"int32" json:",omitempty"`

	AllowListId *string `type:"string" json:",omitempty"`

	AllowListName *string `type:"string" json:",omitempty"`

	AllowListType *string `type:"string" json:",omitempty"`

	AssociatedInstanceNum *int32 `type:"int32" json:",omitempty"`

	IpList []*string `type:"list" json:",omitempty"`

	SecurityGroupBindInfos []*SecurityGroupBindInfoForDescribeAllowListsOutput `type:"list" json:",omitempty"`
	// 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) SetIpList added in v1.1.35

SetIpList sets the IpList 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" json:",omitempty"`

	InstanceIds []*string `type:"list" json:",omitempty"`
	// 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 AssociateInfoForDescribeUserTosBackupAssociateOutput added in v1.1.54

type AssociateInfoForDescribeUserTosBackupAssociateOutput struct {
	Associated *bool `type:"boolean" json:",omitempty"`

	ObjectFileName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AssociateInfoForDescribeUserTosBackupAssociateOutput) GoString added in v1.1.54

GoString returns the string representation

func (*AssociateInfoForDescribeUserTosBackupAssociateOutput) SetAssociated added in v1.1.54

SetAssociated sets the Associated field's value.

func (*AssociateInfoForDescribeUserTosBackupAssociateOutput) SetObjectFileName added in v1.1.54

SetObjectFileName sets the ObjectFileName field's value.

func (AssociateInfoForDescribeUserTosBackupAssociateOutput) String added in v1.1.54

String returns the string representation

type AssociateUserBackupInput added in v1.1.54

type AssociateUserBackupInput struct {
	BackupFileName *string `type:"string" json:",omitempty"`

	// BucketName is a required field
	BucketName *string `type:"string" json:",omitempty" required:"true"`

	// ProjectName is a required field
	ProjectName *string `type:"string" json:",omitempty" required:"true"`

	// Region is a required field
	Region *string `type:"string" json:",omitempty" required:"true"`

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

	TosObjectInfo *TosObjectInfoForAssociateUserBackupInput `type:"structure" json:",omitempty"`

	// ZoneId is a required field
	ZoneId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (AssociateUserBackupInput) GoString added in v1.1.54

func (s AssociateUserBackupInput) GoString() string

GoString returns the string representation

func (*AssociateUserBackupInput) SetBackupFileName added in v1.1.54

func (s *AssociateUserBackupInput) SetBackupFileName(v string) *AssociateUserBackupInput

SetBackupFileName sets the BackupFileName field's value.

func (*AssociateUserBackupInput) SetBucketName added in v1.1.54

SetBucketName sets the BucketName field's value.

func (*AssociateUserBackupInput) SetProjectName added in v1.1.54

SetProjectName sets the ProjectName field's value.

func (*AssociateUserBackupInput) SetRegion added in v1.1.54

SetRegion sets the Region field's value.

func (*AssociateUserBackupInput) SetStorageSpace added in v1.1.54

SetStorageSpace sets the StorageSpace field's value.

func (*AssociateUserBackupInput) SetTosObjectInfo added in v1.1.54

SetTosObjectInfo sets the TosObjectInfo field's value.

func (*AssociateUserBackupInput) SetZoneId added in v1.1.54

SetZoneId sets the ZoneId field's value.

func (AssociateUserBackupInput) String added in v1.1.54

func (s AssociateUserBackupInput) String() string

String returns the string representation

func (*AssociateUserBackupInput) Validate added in v1.1.54

func (s *AssociateUserBackupInput) Validate() error

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

type AssociateUserBackupOutput added in v1.1.54

type AssociateUserBackupOutput struct {
	Metadata *response.ResponseMetadata

	Reason *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`

	StatusCode *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AssociateUserBackupOutput) GoString added in v1.1.54

func (s AssociateUserBackupOutput) GoString() string

GoString returns the string representation

func (*AssociateUserBackupOutput) SetReason added in v1.1.54

SetReason sets the Reason field's value.

func (*AssociateUserBackupOutput) SetStatus added in v1.1.54

SetStatus sets the Status field's value.

func (*AssociateUserBackupOutput) SetStatusCode added in v1.1.54

SetStatusCode sets the StatusCode field's value.

func (AssociateUserBackupOutput) String added in v1.1.54

func (s AssociateUserBackupOutput) String() string

String returns the string representation

type AssociatedInstanceForDescribeAllowListDetailOutput added in v1.0.56

type AssociatedInstanceForDescribeAllowListDetailOutput struct {
	InstanceId *string `type:"string" json:",omitempty"`

	InstanceName *string `type:"string" json:",omitempty"`

	InstanceStatus *string `type:"string" json:",omitempty"`

	IsLatest *bool `type:"boolean" json:",omitempty"`

	VPC *string `type:"string" json:",omitempty"`
	// 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) SetInstanceStatus added in v1.0.185

SetInstanceStatus sets the InstanceStatus field's value.

func (*AssociatedInstanceForDescribeAllowListDetailOutput) SetIsLatest added in v1.0.185

SetIsLatest sets the IsLatest 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 AutoStorageScalingConfigForCreateDBInstanceInput added in v1.1.18

type AutoStorageScalingConfigForCreateDBInstanceInput struct {
	EnableStorageAutoScale *bool `type:"boolean" json:",omitempty"`

	ScalingDetectNode *string `type:"string" json:",omitempty"`

	StorageThreshold *int32 `type:"int32" json:",omitempty"`

	StorageUpperBound *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AutoStorageScalingConfigForCreateDBInstanceInput) GoString added in v1.1.18

GoString returns the string representation

func (*AutoStorageScalingConfigForCreateDBInstanceInput) SetEnableStorageAutoScale added in v1.1.18

SetEnableStorageAutoScale sets the EnableStorageAutoScale field's value.

func (*AutoStorageScalingConfigForCreateDBInstanceInput) SetScalingDetectNode added in v1.2.21

SetScalingDetectNode sets the ScalingDetectNode field's value.

func (*AutoStorageScalingConfigForCreateDBInstanceInput) SetStorageThreshold added in v1.1.18

SetStorageThreshold sets the StorageThreshold field's value.

func (*AutoStorageScalingConfigForCreateDBInstanceInput) SetStorageUpperBound added in v1.1.18

SetStorageUpperBound sets the StorageUpperBound field's value.

func (AutoStorageScalingConfigForCreateDBInstanceInput) String added in v1.1.18

String returns the string representation

type AutoStorageScalingConfigForCreateDrDBInstanceInput added in v1.1.18

type AutoStorageScalingConfigForCreateDrDBInstanceInput struct {
	EnableStorageAutoScale *bool `type:"boolean" json:",omitempty"`

	ScalingDetectNode *string `type:"string" json:",omitempty"`

	StorageThreshold *int32 `type:"int32" json:",omitempty"`

	StorageUpperBound *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AutoStorageScalingConfigForCreateDrDBInstanceInput) GoString added in v1.1.18

GoString returns the string representation

func (*AutoStorageScalingConfigForCreateDrDBInstanceInput) SetEnableStorageAutoScale added in v1.1.18

SetEnableStorageAutoScale sets the EnableStorageAutoScale field's value.

func (*AutoStorageScalingConfigForCreateDrDBInstanceInput) SetScalingDetectNode added in v1.2.21

SetScalingDetectNode sets the ScalingDetectNode field's value.

func (*AutoStorageScalingConfigForCreateDrDBInstanceInput) SetStorageThreshold added in v1.1.18

SetStorageThreshold sets the StorageThreshold field's value.

func (*AutoStorageScalingConfigForCreateDrDBInstanceInput) SetStorageUpperBound added in v1.1.18

SetStorageUpperBound sets the StorageUpperBound field's value.

func (AutoStorageScalingConfigForCreateDrDBInstanceInput) String added in v1.1.18

String returns the string representation

type AutoStorageScalingConfigForDescribeDBInstanceHAConfigOutput added in v1.2.21

type AutoStorageScalingConfigForDescribeDBInstanceHAConfigOutput struct {
	EnableStorageAutoScale *bool `type:"boolean" json:",omitempty"`

	ScalingDetectNode *string `type:"string" json:",omitempty"`

	StorageThreshold *int32 `type:"int32" json:",omitempty"`

	StorageUpperBound *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AutoStorageScalingConfigForDescribeDBInstanceHAConfigOutput) GoString added in v1.2.21

GoString returns the string representation

func (*AutoStorageScalingConfigForDescribeDBInstanceHAConfigOutput) SetEnableStorageAutoScale added in v1.2.21

SetEnableStorageAutoScale sets the EnableStorageAutoScale field's value.

func (*AutoStorageScalingConfigForDescribeDBInstanceHAConfigOutput) SetScalingDetectNode added in v1.2.21

SetScalingDetectNode sets the ScalingDetectNode field's value.

func (*AutoStorageScalingConfigForDescribeDBInstanceHAConfigOutput) SetStorageThreshold added in v1.2.21

SetStorageThreshold sets the StorageThreshold field's value.

func (*AutoStorageScalingConfigForDescribeDBInstanceHAConfigOutput) SetStorageUpperBound added in v1.2.21

SetStorageUpperBound sets the StorageUpperBound field's value.

func (AutoStorageScalingConfigForDescribeDBInstanceHAConfigOutput) String added in v1.2.21

String returns the string representation

type AutoStorageScalingConfigForRebuildDBInstanceInput added in v1.1.18

type AutoStorageScalingConfigForRebuildDBInstanceInput struct {
	EnableStorageAutoScale *bool `type:"boolean" json:",omitempty"`

	ScalingDetectNode *string `type:"string" json:",omitempty"`

	StorageThreshold *int32 `type:"int32" json:",omitempty"`

	StorageUpperBound *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AutoStorageScalingConfigForRebuildDBInstanceInput) GoString added in v1.1.18

GoString returns the string representation

func (*AutoStorageScalingConfigForRebuildDBInstanceInput) SetEnableStorageAutoScale added in v1.1.18

SetEnableStorageAutoScale sets the EnableStorageAutoScale field's value.

func (*AutoStorageScalingConfigForRebuildDBInstanceInput) SetScalingDetectNode added in v1.2.21

SetScalingDetectNode sets the ScalingDetectNode field's value.

func (*AutoStorageScalingConfigForRebuildDBInstanceInput) SetStorageThreshold added in v1.1.18

SetStorageThreshold sets the StorageThreshold field's value.

func (*AutoStorageScalingConfigForRebuildDBInstanceInput) SetStorageUpperBound added in v1.1.18

SetStorageUpperBound sets the StorageUpperBound field's value.

func (AutoStorageScalingConfigForRebuildDBInstanceInput) String added in v1.1.18

String returns the string representation

type AutoStorageScalingConfigForRestoreToCrossRegionInstanceInput added in v1.1.18

type AutoStorageScalingConfigForRestoreToCrossRegionInstanceInput struct {
	EnableStorageAutoScale *bool `type:"boolean" json:",omitempty"`

	ScalingDetectNode *string `type:"string" json:",omitempty"`

	StorageThreshold *int32 `type:"int32" json:",omitempty"`

	StorageUpperBound *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AutoStorageScalingConfigForRestoreToCrossRegionInstanceInput) GoString added in v1.1.18

GoString returns the string representation

func (*AutoStorageScalingConfigForRestoreToCrossRegionInstanceInput) SetEnableStorageAutoScale added in v1.1.18

SetEnableStorageAutoScale sets the EnableStorageAutoScale field's value.

func (*AutoStorageScalingConfigForRestoreToCrossRegionInstanceInput) SetScalingDetectNode added in v1.2.21

SetScalingDetectNode sets the ScalingDetectNode field's value.

func (*AutoStorageScalingConfigForRestoreToCrossRegionInstanceInput) SetStorageThreshold added in v1.1.18

SetStorageThreshold sets the StorageThreshold field's value.

func (*AutoStorageScalingConfigForRestoreToCrossRegionInstanceInput) SetStorageUpperBound added in v1.1.18

SetStorageUpperBound sets the StorageUpperBound field's value.

func (AutoStorageScalingConfigForRestoreToCrossRegionInstanceInput) String added in v1.1.18

String returns the string representation

type AutoStorageScalingConfigForRestoreToNewInstanceFromUserTosInput added in v1.1.54

type AutoStorageScalingConfigForRestoreToNewInstanceFromUserTosInput struct {
	EnableStorageAutoScale *bool `type:"boolean" json:",omitempty"`

	ScalingDetectNode *string `type:"string" json:",omitempty"`

	StorageThreshold *int32 `type:"int32" json:",omitempty"`

	StorageUpperBound *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AutoStorageScalingConfigForRestoreToNewInstanceFromUserTosInput) GoString added in v1.1.54

GoString returns the string representation

func (*AutoStorageScalingConfigForRestoreToNewInstanceFromUserTosInput) SetEnableStorageAutoScale added in v1.1.54

SetEnableStorageAutoScale sets the EnableStorageAutoScale field's value.

func (*AutoStorageScalingConfigForRestoreToNewInstanceFromUserTosInput) SetScalingDetectNode added in v1.2.21

SetScalingDetectNode sets the ScalingDetectNode field's value.

func (*AutoStorageScalingConfigForRestoreToNewInstanceFromUserTosInput) SetStorageThreshold added in v1.1.54

SetStorageThreshold sets the StorageThreshold field's value.

func (*AutoStorageScalingConfigForRestoreToNewInstanceFromUserTosInput) SetStorageUpperBound added in v1.1.54

SetStorageUpperBound sets the StorageUpperBound field's value.

func (AutoStorageScalingConfigForRestoreToNewInstanceFromUserTosInput) String added in v1.1.54

String returns the string representation

type AutoStorageScalingConfigForRestoreToNewInstanceInput added in v1.1.18

type AutoStorageScalingConfigForRestoreToNewInstanceInput struct {
	EnableStorageAutoScale *bool `type:"boolean" json:",omitempty"`

	ScalingDetectNode *string `type:"string" json:",omitempty"`

	StorageThreshold *int32 `type:"int32" json:",omitempty"`

	StorageUpperBound *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AutoStorageScalingConfigForRestoreToNewInstanceInput) GoString added in v1.1.18

GoString returns the string representation

func (*AutoStorageScalingConfigForRestoreToNewInstanceInput) SetEnableStorageAutoScale added in v1.1.18

SetEnableStorageAutoScale sets the EnableStorageAutoScale field's value.

func (*AutoStorageScalingConfigForRestoreToNewInstanceInput) SetScalingDetectNode added in v1.2.21

SetScalingDetectNode sets the ScalingDetectNode field's value.

func (*AutoStorageScalingConfigForRestoreToNewInstanceInput) SetStorageThreshold added in v1.1.18

SetStorageThreshold sets the StorageThreshold field's value.

func (*AutoStorageScalingConfigForRestoreToNewInstanceInput) SetStorageUpperBound added in v1.1.18

SetStorageUpperBound sets the StorageUpperBound field's value.

func (AutoStorageScalingConfigForRestoreToNewInstanceInput) String added in v1.1.18

String returns the string representation

type BackupForDescribeBackupsOutput added in v1.0.56

type BackupForDescribeBackupsOutput struct {
	BackupEndTime *string `type:"string" json:",omitempty"`

	BackupFileName *string `type:"string" json:",omitempty"`

	BackupFileSize *int64 `type:"int64" json:",omitempty"`

	BackupId *string `type:"string" json:",omitempty"`

	BackupMethod *string `type:"string" json:",omitempty"`

	BackupName *string `type:"string" json:",omitempty"`

	BackupRegion *string `type:"string" json:",omitempty"`

	BackupStartTime *string `type:"string" json:",omitempty"`

	BackupStatus *string `type:"string" json:",omitempty"`

	BackupType *string `type:"string" json:",omitempty"`

	ConsistentTime *string `type:"string" json:",omitempty"`

	CreateType *string `type:"string" json:",omitempty"`

	DBEngineVersion *string `type:"string" json:",omitempty"`

	DBTableInfos []*DBTableInfoForDescribeBackupsOutput `type:"list" json:",omitempty"`

	DownloadStatus *string `type:"string" json:",omitempty"`

	EngineType *string `type:"string" json:",omitempty"`

	ErrorMessage *string `type:"string" json:",omitempty"`

	ExpiredTime *string `type:"string" json:",omitempty"`

	IsEncrypted *bool `type:"boolean" json:",omitempty"`

	IsExpired *bool `type:"boolean" json:",omitempty"`
	// 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) SetBackupName added in v1.1.54

SetBackupName sets the BackupName 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) SetDBEngineVersion added in v1.1.18

SetDBEngineVersion sets the DBEngineVersion 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) SetEngineType added in v1.1.54

SetEngineType sets the EngineType 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) SetIsEncrypted added in v1.0.150

SetIsEncrypted sets the IsEncrypted 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" json:",omitempty"`

	TableNames []*string `type:"list" json:",omitempty"`
	// 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) SetTableNames added in v1.0.150

SetTableNames sets the TableNames field's value.

func (BackupMetaForCreateBackupInput) String

String returns the string representation

type BackupsInfoForDescribeUserUploadBackupsOutput added in v1.1.54

type BackupsInfoForDescribeUserUploadBackupsOutput struct {
	BackupAssociateTime *string `type:"string" json:",omitempty"`

	BackupFileName *string `type:"string" json:",omitempty"`

	BackupFileSize *int64 `type:"int64" json:",omitempty"`

	BackupId *string `type:"string" json:",omitempty"`

	BackupStatus *string `type:"string" json:",omitempty"`

	BinlogInfo *BinlogInfoForDescribeUserUploadBackupsOutput `type:"structure" json:",omitempty"`

	DBEngineVersion *string `type:"string" json:",omitempty"`

	EngineType *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	StorageSpace *int32 `type:"int32" json:",omitempty"`

	Tags []*TagForDescribeUserUploadBackupsOutput `type:"list" json:",omitempty"`

	TosInfo *string `type:"string" json:",omitempty"`

	UnavailableReason *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BackupsInfoForDescribeUserUploadBackupsOutput) GoString added in v1.1.54

GoString returns the string representation

func (*BackupsInfoForDescribeUserUploadBackupsOutput) SetBackupAssociateTime added in v1.1.54

SetBackupAssociateTime sets the BackupAssociateTime field's value.

func (*BackupsInfoForDescribeUserUploadBackupsOutput) SetBackupFileName added in v1.1.54

SetBackupFileName sets the BackupFileName field's value.

func (*BackupsInfoForDescribeUserUploadBackupsOutput) SetBackupFileSize added in v1.1.54

SetBackupFileSize sets the BackupFileSize field's value.

func (*BackupsInfoForDescribeUserUploadBackupsOutput) SetBackupId added in v1.1.54

SetBackupId sets the BackupId field's value.

func (*BackupsInfoForDescribeUserUploadBackupsOutput) SetBackupStatus added in v1.1.54

SetBackupStatus sets the BackupStatus field's value.

func (*BackupsInfoForDescribeUserUploadBackupsOutput) SetBinlogInfo added in v1.1.54

SetBinlogInfo sets the BinlogInfo field's value.

func (*BackupsInfoForDescribeUserUploadBackupsOutput) SetDBEngineVersion added in v1.1.54

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*BackupsInfoForDescribeUserUploadBackupsOutput) SetEngineType added in v1.1.54

SetEngineType sets the EngineType field's value.

func (*BackupsInfoForDescribeUserUploadBackupsOutput) SetProjectName added in v1.1.54

SetProjectName sets the ProjectName field's value.

func (*BackupsInfoForDescribeUserUploadBackupsOutput) SetStorageSpace added in v1.1.54

SetStorageSpace sets the StorageSpace field's value.

func (*BackupsInfoForDescribeUserUploadBackupsOutput) SetTags added in v1.1.54

SetTags sets the Tags field's value.

func (*BackupsInfoForDescribeUserUploadBackupsOutput) SetTosInfo added in v1.1.54

SetTosInfo sets the TosInfo field's value.

func (*BackupsInfoForDescribeUserUploadBackupsOutput) SetUnavailableReason added in v1.1.54

SetUnavailableReason sets the UnavailableReason field's value.

func (BackupsInfoForDescribeUserUploadBackupsOutput) String added in v1.1.54

String returns the string representation

type BasicInfoForDescribeDBInstanceDetailOutput

type BasicInfoForDescribeDBInstanceDetailOutput struct {
	AllowListVersion *string `type:"string" json:",omitempty"`

	AutoUpgradeMinorVersion *string `type:"string" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	CurrentKernelVersion *string `type:"string" json:",omitempty"`

	DBEngineVersion *string `type:"string" json:",omitempty"`

	DataSyncMode *string `type:"string" json:",omitempty"`

	DeletionProtection *string `type:"string" json:",omitempty"`

	DrDtsTaskId *string `type:"string" json:",omitempty"`

	DrDtsTaskName *string `type:"string" json:",omitempty"`

	DrDtsTaskStatus *string `type:"string" json:",omitempty"`

	DrSecondsBehindMaster *int32 `type:"int32" json:",omitempty"`

	EngineType *string `type:"string" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	InstanceName *string `type:"string" json:",omitempty"`

	InstanceStatus *string `type:"string" json:",omitempty"`

	InstanceType *string `type:"string" json:",omitempty"`

	LowerCaseTableNames *string `type:"string" json:",omitempty"`

	MaintenanceWindow *MaintenanceWindowForDescribeDBInstanceDetailOutput `type:"structure" json:",omitempty"`

	MasterInstanceId *string `type:"string" json:",omitempty"`

	MasterInstanceName *string `type:"string" json:",omitempty"`

	MasterRegion *string `type:"string" json:",omitempty"`

	Memory *int32 `type:"int32" json:",omitempty"`

	NewNodeSpec *string `type:"string" json:",omitempty"`

	NodeNumber *string `type:"string" json:",omitempty"`

	NodeSpec *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	RegionId *string `type:"string" json:",omitempty"`

	StorageSpace *int64 `type:"int64" json:",omitempty"`

	StorageType *string `type:"string" json:",omitempty"`

	StorageUse *float64 `type:"double" json:",omitempty"`

	SubnetId *string `type:"string" json:",omitempty"`

	Tags []*TagForDescribeDBInstanceDetailOutput `type:"list" json:",omitempty"`

	TimeZone *string `type:"string" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`

	VCPU *int32 `type:"int32" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// 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) SetAutoUpgradeMinorVersion added in v1.0.185

SetAutoUpgradeMinorVersion sets the AutoUpgradeMinorVersion field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetCurrentKernelVersion added in v1.0.185

SetCurrentKernelVersion sets the CurrentKernelVersion 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) SetDeletionProtection added in v1.1.18

SetDeletionProtection sets the DeletionProtection field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetDrDtsTaskId added in v1.1.18

SetDrDtsTaskId sets the DrDtsTaskId field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetDrDtsTaskName added in v1.1.18

SetDrDtsTaskName sets the DrDtsTaskName field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetDrDtsTaskStatus added in v1.1.18

SetDrDtsTaskStatus sets the DrDtsTaskStatus field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetDrSecondsBehindMaster added in v1.1.18

SetDrSecondsBehindMaster sets the DrSecondsBehindMaster field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetEngineType added in v1.2.21

SetEngineType sets the EngineType 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) SetMaintenanceWindow added in v1.0.56

SetMaintenanceWindow sets the MaintenanceWindow field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetMasterInstanceId added in v1.1.18

SetMasterInstanceId sets the MasterInstanceId field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetMasterInstanceName added in v1.1.18

SetMasterInstanceName sets the MasterInstanceName field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetMasterRegion added in v1.1.18

SetMasterRegion sets the MasterRegion field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetMemory

SetMemory sets the Memory field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetNewNodeSpec added in v1.2.21

SetNewNodeSpec sets the NewNodeSpec 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" json:",omitempty"`

	BackupStatus *string `type:"string" json:",omitempty"`

	DownloadStatus *string `type:"string" json:",omitempty"`

	FileName *string `type:"string" json:",omitempty"`

	FileSize *int64 `type:"int64" json:",omitempty"`

	IsEncrypted *bool `type:"boolean" json:",omitempty"`

	NodeId *string `type:"string" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`
	// 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) SetIsEncrypted added in v1.0.150

SetIsEncrypted sets the IsEncrypted field's value.

func (*BinlogFileForDescribeBinlogFilesOutput) SetNodeId added in v1.0.137

SetNodeId sets the NodeId 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 BinlogInfoForDescribeUserUploadBackupsOutput added in v1.1.54

type BinlogInfoForDescribeUserUploadBackupsOutput struct {
	BinlogFile *string `type:"string" json:",omitempty"`

	BinlogGTID *string `type:"string" json:",omitempty"`

	BinlogPosition *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BinlogInfoForDescribeUserUploadBackupsOutput) GoString added in v1.1.54

GoString returns the string representation

func (*BinlogInfoForDescribeUserUploadBackupsOutput) SetBinlogFile added in v1.1.54

SetBinlogFile sets the BinlogFile field's value.

func (*BinlogInfoForDescribeUserUploadBackupsOutput) SetBinlogGTID added in v1.1.54

SetBinlogGTID sets the BinlogGTID field's value.

func (*BinlogInfoForDescribeUserUploadBackupsOutput) SetBinlogPosition added in v1.1.54

SetBinlogPosition sets the BinlogPosition field's value.

func (BinlogInfoForDescribeUserUploadBackupsOutput) String added in v1.1.54

String returns the string representation

type BlueInfoDifferenceForDescribeDBBlueGreenDifferencesOutput added in v1.2.21

type BlueInfoDifferenceForDescribeDBBlueGreenDifferencesOutput struct {
	ChargeDetail *ChargeDetailForDescribeDBBlueGreenDifferencesOutput `type:"structure" json:",omitempty"`

	Endpoints []*EndpointForDescribeDBBlueGreenDifferencesOutput `type:"list" json:",omitempty"`

	Nodes []*NodeForDescribeDBBlueGreenDifferencesOutput `type:"list" json:",omitempty"`

	ParamDifference *bool `type:"boolean" json:",omitempty"`

	ProxyDetail *ProxyDetailForDescribeDBBlueGreenDifferencesOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BlueInfoDifferenceForDescribeDBBlueGreenDifferencesOutput) GoString added in v1.2.21

GoString returns the string representation

func (*BlueInfoDifferenceForDescribeDBBlueGreenDifferencesOutput) SetChargeDetail added in v1.2.21

SetChargeDetail sets the ChargeDetail field's value.

func (*BlueInfoDifferenceForDescribeDBBlueGreenDifferencesOutput) SetEndpoints added in v1.2.21

SetEndpoints sets the Endpoints field's value.

func (*BlueInfoDifferenceForDescribeDBBlueGreenDifferencesOutput) SetNodes added in v1.2.21

SetNodes sets the Nodes field's value.

func (*BlueInfoDifferenceForDescribeDBBlueGreenDifferencesOutput) SetParamDifference added in v1.2.21

SetParamDifference sets the ParamDifference field's value.

func (*BlueInfoDifferenceForDescribeDBBlueGreenDifferencesOutput) SetProxyDetail added in v1.2.21

SetProxyDetail sets the ProxyDetail field's value.

func (BlueInfoDifferenceForDescribeDBBlueGreenDifferencesOutput) String added in v1.2.21

String returns the string representation

type BlueInstanceForDescribeDBBlueGreenInstanceOutput added in v1.2.21

type BlueInstanceForDescribeDBBlueGreenInstanceOutput struct {
	DtsTaskId *string `type:"string" json:",omitempty"`

	DtsTaskName *string `type:"string" json:",omitempty"`

	DtsTaskStatus *string `type:"string" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	InstanceName *string `type:"string" json:",omitempty"`

	SecondsBehindMaster *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BlueInstanceForDescribeDBBlueGreenInstanceOutput) GoString added in v1.2.21

GoString returns the string representation

func (*BlueInstanceForDescribeDBBlueGreenInstanceOutput) SetDtsTaskId added in v1.2.21

SetDtsTaskId sets the DtsTaskId field's value.

func (*BlueInstanceForDescribeDBBlueGreenInstanceOutput) SetDtsTaskName added in v1.2.21

SetDtsTaskName sets the DtsTaskName field's value.

func (*BlueInstanceForDescribeDBBlueGreenInstanceOutput) SetDtsTaskStatus added in v1.2.21

SetDtsTaskStatus sets the DtsTaskStatus field's value.

func (*BlueInstanceForDescribeDBBlueGreenInstanceOutput) SetInstanceId added in v1.2.21

SetInstanceId sets the InstanceId field's value.

func (*BlueInstanceForDescribeDBBlueGreenInstanceOutput) SetInstanceName added in v1.2.21

SetInstanceName sets the InstanceName field's value.

func (*BlueInstanceForDescribeDBBlueGreenInstanceOutput) SetSecondsBehindMaster added in v1.2.21

SetSecondsBehindMaster sets the SecondsBehindMaster field's value.

func (BlueInstanceForDescribeDBBlueGreenInstanceOutput) String added in v1.2.21

String returns the string representation

type ChangeObjectForSyncAllowListOutput added in v1.1.35

type ChangeObjectForSyncAllowListOutput struct {
	AddedIpList []*string `type:"list" json:",omitempty"`

	BindMode *string `type:"string" json:",omitempty"`

	HasChanged *bool `type:"boolean" json:",omitempty"`

	HasDeleted *bool `type:"boolean" json:",omitempty"`

	NewIpList []*string `type:"list" json:",omitempty"`

	OldIpList []*string `type:"list" json:",omitempty"`

	RemovedIpList []*string `type:"list" json:",omitempty"`

	SecurityGroupId *string `type:"string" json:",omitempty"`

	SecurityGroupName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ChangeObjectForSyncAllowListOutput) GoString added in v1.1.35

GoString returns the string representation

func (*ChangeObjectForSyncAllowListOutput) SetAddedIpList added in v1.1.35

SetAddedIpList sets the AddedIpList field's value.

func (*ChangeObjectForSyncAllowListOutput) SetBindMode added in v1.1.35

SetBindMode sets the BindMode field's value.

func (*ChangeObjectForSyncAllowListOutput) SetHasChanged added in v1.1.35

SetHasChanged sets the HasChanged field's value.

func (*ChangeObjectForSyncAllowListOutput) SetHasDeleted added in v1.1.35

SetHasDeleted sets the HasDeleted field's value.

func (*ChangeObjectForSyncAllowListOutput) SetNewIpList added in v1.1.35

SetNewIpList sets the NewIpList field's value.

func (*ChangeObjectForSyncAllowListOutput) SetOldIpList added in v1.1.35

SetOldIpList sets the OldIpList field's value.

func (*ChangeObjectForSyncAllowListOutput) SetRemovedIpList added in v1.1.35

SetRemovedIpList sets the RemovedIpList field's value.

func (*ChangeObjectForSyncAllowListOutput) SetSecurityGroupId added in v1.1.35

SetSecurityGroupId sets the SecurityGroupId field's value.

func (*ChangeObjectForSyncAllowListOutput) SetSecurityGroupName added in v1.1.35

SetSecurityGroupName sets the SecurityGroupName field's value.

func (ChangeObjectForSyncAllowListOutput) String added in v1.1.35

String returns the string representation

type ChargeDetailForDescribeDBBlueGreenDifferencesOutput added in v1.2.21

type ChargeDetailForDescribeDBBlueGreenDifferencesOutput struct {
	AutoRenew *bool `type:"boolean" json:",omitempty"`

	ChargeEndTime *string `type:"string" json:",omitempty"`

	ChargeStartTime *string `type:"string" json:",omitempty"`

	ChargeStatus *string `type:"string" json:",omitempty"`

	ChargeType *string `type:"string" json:",omitempty"`

	OverdueReclaimTime *string `type:"string" json:",omitempty"`

	OverdueTime *string `type:"string" json:",omitempty"`

	Period *int32 `type:"int32" json:",omitempty"`

	PeriodUnit *string `type:"string" json:",omitempty"`

	TempModifyEndTime *string `type:"string" json:",omitempty"`

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

func (ChargeDetailForDescribeDBBlueGreenDifferencesOutput) GoString added in v1.2.21

GoString returns the string representation

func (*ChargeDetailForDescribeDBBlueGreenDifferencesOutput) SetAutoRenew added in v1.2.21

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeDetailForDescribeDBBlueGreenDifferencesOutput) SetChargeEndTime added in v1.2.21

SetChargeEndTime sets the ChargeEndTime field's value.

func (*ChargeDetailForDescribeDBBlueGreenDifferencesOutput) SetChargeStartTime added in v1.2.21

SetChargeStartTime sets the ChargeStartTime field's value.

func (*ChargeDetailForDescribeDBBlueGreenDifferencesOutput) SetChargeStatus added in v1.2.21

SetChargeStatus sets the ChargeStatus field's value.

func (*ChargeDetailForDescribeDBBlueGreenDifferencesOutput) SetChargeType added in v1.2.21

SetChargeType sets the ChargeType field's value.

func (*ChargeDetailForDescribeDBBlueGreenDifferencesOutput) SetOverdueReclaimTime added in v1.2.21

SetOverdueReclaimTime sets the OverdueReclaimTime field's value.

func (*ChargeDetailForDescribeDBBlueGreenDifferencesOutput) SetOverdueTime added in v1.2.21

SetOverdueTime sets the OverdueTime field's value.

func (*ChargeDetailForDescribeDBBlueGreenDifferencesOutput) SetPeriod added in v1.2.21

SetPeriod sets the Period field's value.

func (*ChargeDetailForDescribeDBBlueGreenDifferencesOutput) SetPeriodUnit added in v1.2.21

SetPeriodUnit sets the PeriodUnit field's value.

func (*ChargeDetailForDescribeDBBlueGreenDifferencesOutput) SetTempModifyEndTime added in v1.2.21

SetTempModifyEndTime sets the TempModifyEndTime field's value.

func (*ChargeDetailForDescribeDBBlueGreenDifferencesOutput) SetTempModifyStartTime added in v1.2.21

SetTempModifyStartTime sets the TempModifyStartTime field's value.

func (ChargeDetailForDescribeDBBlueGreenDifferencesOutput) String added in v1.2.21

String returns the string representation

type ChargeDetailForDescribeDBInstanceChargeDetailOutput added in v1.1.35

type ChargeDetailForDescribeDBInstanceChargeDetailOutput struct {
	AutoRenew *bool `type:"boolean" json:",omitempty"`

	ChargeEndTime *string `type:"string" json:",omitempty"`

	ChargeStartTime *string `type:"string" json:",omitempty"`

	ChargeStatus *string `type:"string" json:",omitempty"`

	ChargeType *string `type:"string" json:",omitempty"`

	OverdueReclaimTime *string `type:"string" json:",omitempty"`

	OverdueTime *string `type:"string" json:",omitempty"`

	Period *int32 `type:"int32" json:",omitempty"`

	PeriodUnit *string `type:"string" json:",omitempty"`

	TempModifyEndTime *string `type:"string" json:",omitempty"`

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

func (ChargeDetailForDescribeDBInstanceChargeDetailOutput) GoString added in v1.1.35

GoString returns the string representation

func (*ChargeDetailForDescribeDBInstanceChargeDetailOutput) SetAutoRenew added in v1.1.35

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeDetailForDescribeDBInstanceChargeDetailOutput) SetChargeEndTime added in v1.1.35

SetChargeEndTime sets the ChargeEndTime field's value.

func (*ChargeDetailForDescribeDBInstanceChargeDetailOutput) SetChargeStartTime added in v1.1.35

SetChargeStartTime sets the ChargeStartTime field's value.

func (*ChargeDetailForDescribeDBInstanceChargeDetailOutput) SetChargeStatus added in v1.1.35

SetChargeStatus sets the ChargeStatus field's value.

func (*ChargeDetailForDescribeDBInstanceChargeDetailOutput) SetChargeType added in v1.1.35

SetChargeType sets the ChargeType field's value.

func (*ChargeDetailForDescribeDBInstanceChargeDetailOutput) SetOverdueReclaimTime added in v1.1.35

SetOverdueReclaimTime sets the OverdueReclaimTime field's value.

func (*ChargeDetailForDescribeDBInstanceChargeDetailOutput) SetOverdueTime added in v1.1.35

SetOverdueTime sets the OverdueTime field's value.

func (*ChargeDetailForDescribeDBInstanceChargeDetailOutput) SetPeriod added in v1.1.35

SetPeriod sets the Period field's value.

func (*ChargeDetailForDescribeDBInstanceChargeDetailOutput) SetPeriodUnit added in v1.1.35

SetPeriodUnit sets the PeriodUnit field's value.

func (*ChargeDetailForDescribeDBInstanceChargeDetailOutput) SetTempModifyEndTime added in v1.1.35

SetTempModifyEndTime sets the TempModifyEndTime field's value.

func (*ChargeDetailForDescribeDBInstanceChargeDetailOutput) SetTempModifyStartTime added in v1.1.35

SetTempModifyStartTime sets the TempModifyStartTime field's value.

func (ChargeDetailForDescribeDBInstanceChargeDetailOutput) String added in v1.1.35

String returns the string representation

type ChargeDetailForDescribeDBInstanceDetailOutput

type ChargeDetailForDescribeDBInstanceDetailOutput struct {
	AutoRenew *bool `type:"boolean" json:",omitempty"`

	ChargeEndTime *string `type:"string" json:",omitempty"`

	ChargeStartTime *string `type:"string" json:",omitempty"`

	ChargeStatus *string `type:"string" json:",omitempty"`

	ChargeType *string `type:"string" json:",omitempty"`

	OverdueReclaimTime *string `type:"string" json:",omitempty"`

	OverdueTime *string `type:"string" json:",omitempty"`

	Period *int32 `type:"int32" json:",omitempty"`

	PeriodUnit *string `type:"string" json:",omitempty"`

	TempModifyEndTime *string `type:"string" json:",omitempty"`

	TempModifyStartTime *string `type:"string" json:",omitempty"`
	// 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" json:",omitempty"`

	ChargeEndTime *string `type:"string" json:",omitempty"`

	ChargeStartTime *string `type:"string" json:",omitempty"`

	ChargeStatus *string `type:"string" json:",omitempty"`

	ChargeType *string `type:"string" json:",omitempty"`

	OverdueReclaimTime *string `type:"string" json:",omitempty"`

	OverdueTime *string `type:"string" json:",omitempty"`

	Period *int32 `type:"int32" json:",omitempty"`

	PeriodUnit *string `type:"string" json:",omitempty"`

	TempModifyEndTime *string `type:"string" json:",omitempty"`

	TempModifyStartTime *string `type:"string" json:",omitempty"`
	// 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 ChargeInfoForCreateDBBlueGreenInstanceInput added in v1.2.21

type ChargeInfoForCreateDBBlueGreenInstanceInput struct {
	AutoRenew *bool `type:"boolean" json:",omitempty"`

	ChargeType *string `type:"string" json:",omitempty"`

	Number *int32 `type:"int32" json:",omitempty"`

	Period *int32 `type:"int32" json:",omitempty"`

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

func (ChargeInfoForCreateDBBlueGreenInstanceInput) GoString added in v1.2.21

GoString returns the string representation

func (*ChargeInfoForCreateDBBlueGreenInstanceInput) SetAutoRenew added in v1.2.21

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeInfoForCreateDBBlueGreenInstanceInput) SetChargeType added in v1.2.21

SetChargeType sets the ChargeType field's value.

func (*ChargeInfoForCreateDBBlueGreenInstanceInput) SetNumber added in v1.2.21

SetNumber sets the Number field's value.

func (*ChargeInfoForCreateDBBlueGreenInstanceInput) SetPeriod added in v1.2.21

SetPeriod sets the Period field's value.

func (*ChargeInfoForCreateDBBlueGreenInstanceInput) SetPeriodUnit added in v1.2.21

SetPeriodUnit sets the PeriodUnit field's value.

func (ChargeInfoForCreateDBBlueGreenInstanceInput) String added in v1.2.21

String returns the string representation

type ChargeInfoForCreateDBInstanceInput

type ChargeInfoForCreateDBInstanceInput struct {
	AutoRenew *bool `type:"boolean" json:",omitempty"`

	ChargeType *string `type:"string" json:",omitempty"`

	Number *int32 `type:"int32" json:",omitempty"`

	Period *int32 `type:"int32" json:",omitempty"`

	PeriodUnit *string `type:"string" json:",omitempty"`
	// 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 ChargeInfoForCreateResourcePackageInput added in v1.1.54

type ChargeInfoForCreateResourcePackageInput struct {
	AutoRenew *bool `type:"boolean" json:",omitempty"`

	ChargeType *string `type:"string" json:",omitempty"`

	Number *int32 `type:"int32" json:",omitempty"`

	Period *int32 `type:"int32" json:",omitempty"`

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

func (ChargeInfoForCreateResourcePackageInput) GoString added in v1.1.54

GoString returns the string representation

func (*ChargeInfoForCreateResourcePackageInput) SetAutoRenew added in v1.1.54

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeInfoForCreateResourcePackageInput) SetChargeType added in v1.1.54

SetChargeType sets the ChargeType field's value.

func (*ChargeInfoForCreateResourcePackageInput) SetNumber added in v1.1.54

SetNumber sets the Number field's value.

func (*ChargeInfoForCreateResourcePackageInput) SetPeriod added in v1.1.54

SetPeriod sets the Period field's value.

func (*ChargeInfoForCreateResourcePackageInput) SetPeriodUnit added in v1.1.54

SetPeriodUnit sets the PeriodUnit field's value.

func (ChargeInfoForCreateResourcePackageInput) String added in v1.1.54

String returns the string representation

type ChargeInfoForDescribeResourcePackagePriceInput added in v1.1.54

type ChargeInfoForDescribeResourcePackagePriceInput struct {
	AutoRenew *bool `type:"boolean" json:",omitempty"`

	ChargeType *string `type:"string" json:",omitempty"`

	Number *int32 `type:"int32" json:",omitempty"`

	Period *int32 `type:"int32" json:",omitempty"`

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

func (ChargeInfoForDescribeResourcePackagePriceInput) GoString added in v1.1.54

GoString returns the string representation

func (*ChargeInfoForDescribeResourcePackagePriceInput) SetAutoRenew added in v1.1.54

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeInfoForDescribeResourcePackagePriceInput) SetChargeType added in v1.1.54

SetChargeType sets the ChargeType field's value.

func (*ChargeInfoForDescribeResourcePackagePriceInput) SetNumber added in v1.1.54

SetNumber sets the Number field's value.

func (*ChargeInfoForDescribeResourcePackagePriceInput) SetPeriod added in v1.1.54

SetPeriod sets the Period field's value.

func (*ChargeInfoForDescribeResourcePackagePriceInput) SetPeriodUnit added in v1.1.54

SetPeriodUnit sets the PeriodUnit field's value.

func (ChargeInfoForDescribeResourcePackagePriceInput) String added in v1.1.54

String returns the string representation

type ChargeInfoForRebuildDBInstanceInput added in v1.1.18

type ChargeInfoForRebuildDBInstanceInput struct {
	AutoRenew *bool `type:"boolean" json:",omitempty"`

	ChargeType *string `type:"string" json:",omitempty"`

	Number *int32 `type:"int32" json:",omitempty"`

	Period *int32 `type:"int32" json:",omitempty"`

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

func (ChargeInfoForRebuildDBInstanceInput) GoString added in v1.1.18

GoString returns the string representation

func (*ChargeInfoForRebuildDBInstanceInput) SetAutoRenew added in v1.1.18

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeInfoForRebuildDBInstanceInput) SetChargeType added in v1.1.18

SetChargeType sets the ChargeType field's value.

func (*ChargeInfoForRebuildDBInstanceInput) SetNumber added in v1.1.18

SetNumber sets the Number field's value.

func (*ChargeInfoForRebuildDBInstanceInput) SetPeriod added in v1.1.18

SetPeriod sets the Period field's value.

func (*ChargeInfoForRebuildDBInstanceInput) SetPeriodUnit added in v1.1.18

SetPeriodUnit sets the PeriodUnit field's value.

func (ChargeInfoForRebuildDBInstanceInput) String added in v1.1.18

String returns the string representation

type ChargeInfoForRestoreToCrossRegionInstanceInput added in v1.0.93

type ChargeInfoForRestoreToCrossRegionInstanceInput struct {
	AutoRenew *bool `type:"boolean" json:",omitempty"`

	ChargeType *string `type:"string" json:",omitempty"`

	Number *int32 `type:"int32" json:",omitempty"`

	Period *int32 `type:"int32" json:",omitempty"`

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

func (ChargeInfoForRestoreToCrossRegionInstanceInput) GoString added in v1.0.93

GoString returns the string representation

func (*ChargeInfoForRestoreToCrossRegionInstanceInput) SetAutoRenew added in v1.0.93

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeInfoForRestoreToCrossRegionInstanceInput) SetChargeType added in v1.0.93

SetChargeType sets the ChargeType field's value.

func (*ChargeInfoForRestoreToCrossRegionInstanceInput) SetNumber added in v1.0.93

SetNumber sets the Number field's value.

func (*ChargeInfoForRestoreToCrossRegionInstanceInput) SetPeriod added in v1.0.93

SetPeriod sets the Period field's value.

func (*ChargeInfoForRestoreToCrossRegionInstanceInput) SetPeriodUnit added in v1.0.93

SetPeriodUnit sets the PeriodUnit field's value.

func (ChargeInfoForRestoreToCrossRegionInstanceInput) String added in v1.0.93

String returns the string representation

type ChargeInfoForRestoreToNewInstanceFromUserTosInput added in v1.1.54

type ChargeInfoForRestoreToNewInstanceFromUserTosInput struct {
	AutoRenew *bool `type:"boolean" json:",omitempty"`

	ChargeType *string `type:"string" json:",omitempty"`

	Number *int32 `type:"int32" json:",omitempty"`

	Period *int32 `type:"int32" json:",omitempty"`

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

func (ChargeInfoForRestoreToNewInstanceFromUserTosInput) GoString added in v1.1.54

GoString returns the string representation

func (*ChargeInfoForRestoreToNewInstanceFromUserTosInput) SetAutoRenew added in v1.1.54

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeInfoForRestoreToNewInstanceFromUserTosInput) SetChargeType added in v1.1.54

SetChargeType sets the ChargeType field's value.

func (*ChargeInfoForRestoreToNewInstanceFromUserTosInput) SetNumber added in v1.1.54

SetNumber sets the Number field's value.

func (*ChargeInfoForRestoreToNewInstanceFromUserTosInput) SetPeriod added in v1.1.54

SetPeriod sets the Period field's value.

func (*ChargeInfoForRestoreToNewInstanceFromUserTosInput) SetPeriodUnit added in v1.1.54

SetPeriodUnit sets the PeriodUnit field's value.

func (ChargeInfoForRestoreToNewInstanceFromUserTosInput) String added in v1.1.54

String returns the string representation

type ChargeInfoForRestoreToNewInstanceInput

type ChargeInfoForRestoreToNewInstanceInput struct {
	AutoRenew *bool `type:"boolean" json:",omitempty"`

	ChargeType *string `type:"string" json:",omitempty"`

	Number *int32 `type:"int32" json:",omitempty"`

	Period *int32 `type:"int32" json:",omitempty"`

	PeriodUnit *string `type:"string" json:",omitempty"`
	// 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" json:",omitempty"`

	ChargeItemType *string `type:"string" json:",omitempty"`

	ChargeItemValue *int64 `type:"int64" json:",omitempty"`

	DiscountPrice *string `type:"string" json:",omitempty"`

	OriginalPrice *string `type:"string" json:",omitempty"`

	PayablePrice *string `type:"string" json:",omitempty"`
	// 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 ChargeItemPriceForDescribeDBProxyPriceDetailOutput added in v1.1.18

type ChargeItemPriceForDescribeDBProxyPriceDetailOutput struct {
	ChargeItemKey *string `type:"string" json:",omitempty"`

	ChargeItemType *string `type:"string" json:",omitempty"`

	ChargeItemValue *int64 `type:"int64" json:",omitempty"`

	DiscountPrice *float64 `type:"double" json:",omitempty"`

	OriginalPrice *float64 `type:"double" json:",omitempty"`

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

func (ChargeItemPriceForDescribeDBProxyPriceDetailOutput) GoString added in v1.1.18

GoString returns the string representation

func (*ChargeItemPriceForDescribeDBProxyPriceDetailOutput) SetChargeItemKey added in v1.1.18

SetChargeItemKey sets the ChargeItemKey field's value.

func (*ChargeItemPriceForDescribeDBProxyPriceDetailOutput) SetChargeItemType added in v1.1.18

SetChargeItemType sets the ChargeItemType field's value.

func (*ChargeItemPriceForDescribeDBProxyPriceDetailOutput) SetChargeItemValue added in v1.1.18

SetChargeItemValue sets the ChargeItemValue field's value.

func (*ChargeItemPriceForDescribeDBProxyPriceDetailOutput) SetDiscountPrice added in v1.1.18

SetDiscountPrice sets the DiscountPrice field's value.

func (*ChargeItemPriceForDescribeDBProxyPriceDetailOutput) SetOriginalPrice added in v1.1.18

SetOriginalPrice sets the OriginalPrice field's value.

func (*ChargeItemPriceForDescribeDBProxyPriceDetailOutput) SetPayablePrice added in v1.1.18

SetPayablePrice sets the PayablePrice field's value.

func (ChargeItemPriceForDescribeDBProxyPriceDetailOutput) String added in v1.1.18

String returns the string representation

type ChargeItemPriceForDescribeResourcePackagePriceOutput added in v1.1.54

type ChargeItemPriceForDescribeResourcePackagePriceOutput struct {
	ChargeItemKey *string `type:"string" json:",omitempty"`

	ChargeItemType *string `type:"string" json:",omitempty"`

	ChargeItemValue *int64 `type:"int64" json:",omitempty"`

	DiscountPrice *float64 `type:"double" json:",omitempty"`

	OriginalPrice *float64 `type:"double" json:",omitempty"`

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

func (ChargeItemPriceForDescribeResourcePackagePriceOutput) GoString added in v1.1.54

GoString returns the string representation

func (*ChargeItemPriceForDescribeResourcePackagePriceOutput) SetChargeItemKey added in v1.1.54

SetChargeItemKey sets the ChargeItemKey field's value.

func (*ChargeItemPriceForDescribeResourcePackagePriceOutput) SetChargeItemType added in v1.1.54

SetChargeItemType sets the ChargeItemType field's value.

func (*ChargeItemPriceForDescribeResourcePackagePriceOutput) SetChargeItemValue added in v1.1.54

SetChargeItemValue sets the ChargeItemValue field's value.

func (*ChargeItemPriceForDescribeResourcePackagePriceOutput) SetDiscountPrice added in v1.1.54

SetDiscountPrice sets the DiscountPrice field's value.

func (*ChargeItemPriceForDescribeResourcePackagePriceOutput) SetOriginalPrice added in v1.1.54

SetOriginalPrice sets the OriginalPrice field's value.

func (*ChargeItemPriceForDescribeResourcePackagePriceOutput) SetPayablePrice added in v1.1.54

SetPayablePrice sets the PayablePrice field's value.

func (ChargeItemPriceForDescribeResourcePackagePriceOutput) String added in v1.1.54

String returns the string representation

type CheckItemForDescribeTaskDetailOutput added in v1.1.18

type CheckItemForDescribeTaskDetailOutput struct {
	Description *string `type:"string" json:",omitempty"`

	ItemName *string `type:"string" json:",omitempty"`

	RiskLevel *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CheckItemForDescribeTaskDetailOutput) GoString added in v1.1.18

GoString returns the string representation

func (*CheckItemForDescribeTaskDetailOutput) SetDescription added in v1.1.18

SetDescription sets the Description field's value.

func (*CheckItemForDescribeTaskDetailOutput) SetItemName added in v1.1.18

SetItemName sets the ItemName field's value.

func (*CheckItemForDescribeTaskDetailOutput) SetRiskLevel added in v1.1.18

SetRiskLevel sets the RiskLevel field's value.

func (CheckItemForDescribeTaskDetailOutput) String added in v1.1.18

String returns the string representation

type CheckModifyDBProxyAllowedForDescribeDBProxyConfigOutput added in v1.0.93

type CheckModifyDBProxyAllowedForDescribeDBProxyConfigOutput struct {
	Allowed *bool `type:"boolean" json:",omitempty"`

	Message *string `type:"string" json:",omitempty"`

	Reason *string `type:"string" json:",omitempty"`
	// 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) SetMessage added in v1.0.185

SetMessage sets the Message 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 CheckModifyDBProxyAllowedV2ForDescribeDBProxyConfigOutput added in v1.0.185

type CheckModifyDBProxyAllowedV2ForDescribeDBProxyConfigOutput struct {
	Allowed *bool `type:"boolean" json:",omitempty"`

	CheckItem *string `type:"string" json:",omitempty"`

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

func (CheckModifyDBProxyAllowedV2ForDescribeDBProxyConfigOutput) GoString added in v1.0.185

GoString returns the string representation

func (*CheckModifyDBProxyAllowedV2ForDescribeDBProxyConfigOutput) SetAllowed added in v1.0.185

SetAllowed sets the Allowed field's value.

func (*CheckModifyDBProxyAllowedV2ForDescribeDBProxyConfigOutput) SetCheckItem added in v1.0.185

SetCheckItem sets the CheckItem field's value.

func (*CheckModifyDBProxyAllowedV2ForDescribeDBProxyConfigOutput) SetReason added in v1.0.185

SetReason sets the Reason field's value.

func (CheckModifyDBProxyAllowedV2ForDescribeDBProxyConfigOutput) String added in v1.0.185

String returns the string representation

type CheckUserUploadBackupInput added in v1.1.54

type CheckUserUploadBackupInput struct {

	// All is a required field
	All *bool `type:"boolean" json:"all,omitempty" required:"true"`

	BackupId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CheckUserUploadBackupInput) GoString added in v1.1.54

func (s CheckUserUploadBackupInput) GoString() string

GoString returns the string representation

func (*CheckUserUploadBackupInput) SetAll added in v1.1.54

SetAll sets the All field's value.

func (*CheckUserUploadBackupInput) SetBackupId added in v1.1.54

SetBackupId sets the BackupId field's value.

func (CheckUserUploadBackupInput) String added in v1.1.54

String returns the string representation

func (*CheckUserUploadBackupInput) Validate added in v1.1.54

func (s *CheckUserUploadBackupInput) Validate() error

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

type CheckUserUploadBackupOutput added in v1.1.54

type CheckUserUploadBackupOutput struct {
	Metadata *response.ResponseMetadata

	Reason *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`

	StatusCode *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CheckUserUploadBackupOutput) GoString added in v1.1.54

func (s CheckUserUploadBackupOutput) GoString() string

GoString returns the string representation

func (*CheckUserUploadBackupOutput) SetReason added in v1.1.54

SetReason sets the Reason field's value.

func (*CheckUserUploadBackupOutput) SetStatus added in v1.1.54

SetStatus sets the Status field's value.

func (*CheckUserUploadBackupOutput) SetStatusCode added in v1.1.54

SetStatusCode sets the StatusCode field's value.

func (CheckUserUploadBackupOutput) String added in v1.1.54

String returns the string representation

type CleanNonWhiteSessionInput added in v1.2.21

type CleanNonWhiteSessionInput struct {
	DisassociateAllowListInfos []*DisassociateAllowListInfoForCleanNonWhiteSessionInput `type:"list" json:",omitempty"`

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

func (CleanNonWhiteSessionInput) GoString added in v1.2.21

func (s CleanNonWhiteSessionInput) GoString() string

GoString returns the string representation

func (*CleanNonWhiteSessionInput) SetDisassociateAllowListInfos added in v1.2.21

SetDisassociateAllowListInfos sets the DisassociateAllowListInfos field's value.

func (*CleanNonWhiteSessionInput) SetInstanceIds added in v1.2.21

SetInstanceIds sets the InstanceIds field's value.

func (CleanNonWhiteSessionInput) String added in v1.2.21

func (s CleanNonWhiteSessionInput) String() string

String returns the string representation

type CleanNonWhiteSessionOutput added in v1.2.21

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

func (CleanNonWhiteSessionOutput) GoString added in v1.2.21

func (s CleanNonWhiteSessionOutput) GoString() string

GoString returns the string representation

func (CleanNonWhiteSessionOutput) String added in v1.2.21

String returns the string representation

type ColumnInfoForDescribeDbAccountTableColumnInfoOutput added in v1.1.18

type ColumnInfoForDescribeDbAccountTableColumnInfoOutput struct {
	AccountPrivileges []*string `type:"list" json:",omitempty"`

	ColumnName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ColumnInfoForDescribeDbAccountTableColumnInfoOutput) GoString added in v1.1.18

GoString returns the string representation

func (*ColumnInfoForDescribeDbAccountTableColumnInfoOutput) SetAccountPrivileges added in v1.1.18

SetAccountPrivileges sets the AccountPrivileges field's value.

func (*ColumnInfoForDescribeDbAccountTableColumnInfoOutput) SetColumnName added in v1.1.18

SetColumnName sets the ColumnName field's value.

func (ColumnInfoForDescribeDbAccountTableColumnInfoOutput) String added in v1.1.18

String returns the string representation

type ColumnPrivilegeForCreateDBAccountInput added in v1.1.18

type ColumnPrivilegeForCreateDBAccountInput struct {
	AccountPrivilegeDetail *string `type:"string" json:",omitempty"`

	ColumnName *string `type:"string" json:",omitempty"`

	TableName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ColumnPrivilegeForCreateDBAccountInput) GoString added in v1.1.18

GoString returns the string representation

func (*ColumnPrivilegeForCreateDBAccountInput) SetAccountPrivilegeDetail added in v1.1.18

SetAccountPrivilegeDetail sets the AccountPrivilegeDetail field's value.

func (*ColumnPrivilegeForCreateDBAccountInput) SetColumnName added in v1.1.18

SetColumnName sets the ColumnName field's value.

func (*ColumnPrivilegeForCreateDBAccountInput) SetTableName added in v1.1.18

SetTableName sets the TableName field's value.

func (ColumnPrivilegeForCreateDBAccountInput) String added in v1.1.18

String returns the string representation

type ColumnPrivilegeForGrantDBAccountPrivilegeInput added in v1.1.18

type ColumnPrivilegeForGrantDBAccountPrivilegeInput struct {
	AccountPrivilegeDetail *string `type:"string" json:",omitempty"`

	ColumnName *string `type:"string" json:",omitempty"`

	TableName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ColumnPrivilegeForGrantDBAccountPrivilegeInput) GoString added in v1.1.18

GoString returns the string representation

func (*ColumnPrivilegeForGrantDBAccountPrivilegeInput) SetAccountPrivilegeDetail added in v1.1.18

SetAccountPrivilegeDetail sets the AccountPrivilegeDetail field's value.

func (*ColumnPrivilegeForGrantDBAccountPrivilegeInput) SetColumnName added in v1.1.18

SetColumnName sets the ColumnName field's value.

func (*ColumnPrivilegeForGrantDBAccountPrivilegeInput) SetTableName added in v1.1.18

SetTableName sets the TableName field's value.

func (ColumnPrivilegeForGrantDBAccountPrivilegeInput) String added in v1.1.18

String returns the string representation

type ConvertChargeItemPriceForDescribeDBProxyPriceDetailOutput added in v1.1.18

type ConvertChargeItemPriceForDescribeDBProxyPriceDetailOutput struct {
	ChargeItemKey *string `type:"string" json:",omitempty"`

	ChargeItemType *string `type:"string" json:",omitempty"`

	ChargeItemValue *int64 `type:"int64" json:",omitempty"`

	DiscountPrice *string `type:"string" json:",omitempty"`

	OriginalPrice *string `type:"string" json:",omitempty"`

	PayablePrice *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertChargeItemPriceForDescribeDBProxyPriceDetailOutput) GoString added in v1.1.18

GoString returns the string representation

func (*ConvertChargeItemPriceForDescribeDBProxyPriceDetailOutput) SetChargeItemKey added in v1.1.18

SetChargeItemKey sets the ChargeItemKey field's value.

func (*ConvertChargeItemPriceForDescribeDBProxyPriceDetailOutput) SetChargeItemType added in v1.1.18

SetChargeItemType sets the ChargeItemType field's value.

func (*ConvertChargeItemPriceForDescribeDBProxyPriceDetailOutput) SetChargeItemValue added in v1.1.18

SetChargeItemValue sets the ChargeItemValue field's value.

func (*ConvertChargeItemPriceForDescribeDBProxyPriceDetailOutput) SetDiscountPrice added in v1.1.18

SetDiscountPrice sets the DiscountPrice field's value.

func (*ConvertChargeItemPriceForDescribeDBProxyPriceDetailOutput) SetOriginalPrice added in v1.1.18

SetOriginalPrice sets the OriginalPrice field's value.

func (*ConvertChargeItemPriceForDescribeDBProxyPriceDetailOutput) SetPayablePrice added in v1.1.18

SetPayablePrice sets the PayablePrice field's value.

func (ConvertChargeItemPriceForDescribeDBProxyPriceDetailOutput) String added in v1.1.18

String returns the string representation

type CopyParameterTemplateInput added in v1.0.93

type CopyParameterTemplateInput struct {
	ProjectName *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

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

	TemplateDesc *string `type:"string" json:",omitempty"`

	// TemplateName is a required field
	TemplateName *string `type:"string" json:",omitempty" 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) SetProjectName added in v1.0.185

SetProjectName sets the ProjectName field's value.

func (*CopyParameterTemplateInput) SetRegion added in v1.1.18

SetRegion sets the Region field's value.

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

	TemplateId *string `type:"string" json:",omitempty"`
	// 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) SetTemplateId added in v1.1.18

SetTemplateId sets the TemplateId field's value.

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" json:",omitempty"`

	AllowListCategory *string `type:"string" json:",omitempty"`

	AllowListDesc *string `type:"string" json:",omitempty"`

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

	AllowListType *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	SecurityGroupBindInfos []*SecurityGroupBindInfoForCreateAllowListInput `type:"list" json:",omitempty"`

	SecurityGroupIds []*string `type:"list" json:",omitempty"`

	UserAllowList *string `type:"string" json:",omitempty"`
	// 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) SetProjectName added in v1.0.185

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

SetProjectName sets the ProjectName 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" json:",omitempty"`
	// 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" json:",omitempty"`

	BackupMethod *string `type:"string" json:",omitempty"`

	BackupType *string `type:"string" json:",omitempty"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" 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

	BackupId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateBackupOutput) GoString

func (s CreateBackupOutput) GoString() string

GoString returns the string representation

func (*CreateBackupOutput) SetBackupId

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

SetBackupId sets the BackupId field's value.

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" json:",omitempty" 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" json:",omitempty"`

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

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

	AccountPrivileges []*AccountPrivilegeForCreateDBAccountInput `type:"list" json:",omitempty"`

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

	AuthenticationType *string `type:"string" json:",omitempty"`

	DryRun *bool `type:"boolean" json:",omitempty"`

	Host *string `type:"string" json:",omitempty"`

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

	TableColumnPrivileges []*TableColumnPrivilegeForCreateDBAccountInput `type:"list" json:",omitempty"`
	// 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) SetAuthenticationType added in v1.2.21

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

SetAuthenticationType sets the AuthenticationType field's value.

func (*CreateDBAccountInput) SetDryRun added in v1.0.185

SetDryRun sets the DryRun 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) SetTableColumnPrivileges added in v1.1.18

SetTableColumnPrivileges sets the TableColumnPrivileges 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

	CreateAccountSQL []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateDBAccountOutput) GoString

func (s CreateDBAccountOutput) GoString() string

GoString returns the string representation

func (*CreateDBAccountOutput) SetCreateAccountSQL added in v1.0.185

func (s *CreateDBAccountOutput) SetCreateAccountSQL(v []*string) *CreateDBAccountOutput

SetCreateAccountSQL sets the CreateAccountSQL field's value.

func (CreateDBAccountOutput) String

func (s CreateDBAccountOutput) String() string

String returns the string representation

type CreateDBBlueGreenInstanceInput added in v1.2.21

type CreateDBBlueGreenInstanceInput struct {
	ChargeInfo *ChargeInfoForCreateDBBlueGreenInstanceInput `type:"structure" json:",omitempty"`

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

	DBParamGroupId *string `type:"string" json:",omitempty"`

	DeletionProtection *string `type:"string" json:",omitempty"`

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

	InstanceName *string `type:"string" json:",omitempty"`

	InstanceType *string `type:"string" json:",omitempty"`

	MinorVersion *string `type:"string" json:",omitempty"`

	NodeInfo []*NodeInfoForCreateDBBlueGreenInstanceInput `type:"list" json:",omitempty"`

	PrivateIpAddress *string `type:"string" json:",omitempty"`

	ProxyNodeCustom *ProxyNodeCustomForCreateDBBlueGreenInstanceInput `type:"structure" json:",omitempty"`

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

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

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

func (CreateDBBlueGreenInstanceInput) GoString added in v1.2.21

GoString returns the string representation

func (*CreateDBBlueGreenInstanceInput) SetChargeInfo added in v1.2.21

SetChargeInfo sets the ChargeInfo field's value.

func (*CreateDBBlueGreenInstanceInput) SetDBEngineVersion added in v1.2.21

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*CreateDBBlueGreenInstanceInput) SetDBParamGroupId added in v1.2.21

SetDBParamGroupId sets the DBParamGroupId field's value.

func (*CreateDBBlueGreenInstanceInput) SetDeletionProtection added in v1.2.21

SetDeletionProtection sets the DeletionProtection field's value.

func (*CreateDBBlueGreenInstanceInput) SetInstanceId added in v1.2.21

SetInstanceId sets the InstanceId field's value.

func (*CreateDBBlueGreenInstanceInput) SetInstanceName added in v1.2.21

SetInstanceName sets the InstanceName field's value.

func (*CreateDBBlueGreenInstanceInput) SetInstanceType added in v1.2.21

SetInstanceType sets the InstanceType field's value.

func (*CreateDBBlueGreenInstanceInput) SetMinorVersion added in v1.2.21

SetMinorVersion sets the MinorVersion field's value.

func (*CreateDBBlueGreenInstanceInput) SetNodeInfo added in v1.2.21

SetNodeInfo sets the NodeInfo field's value.

func (*CreateDBBlueGreenInstanceInput) SetPrivateIpAddress added in v1.2.21

SetPrivateIpAddress sets the PrivateIpAddress field's value.

func (*CreateDBBlueGreenInstanceInput) SetProxyNodeCustom added in v1.2.21

SetProxyNodeCustom sets the ProxyNodeCustom field's value.

func (*CreateDBBlueGreenInstanceInput) SetStorageSpace added in v1.2.21

SetStorageSpace sets the StorageSpace field's value.

func (*CreateDBBlueGreenInstanceInput) SetStorageType added in v1.2.21

SetStorageType sets the StorageType field's value.

func (*CreateDBBlueGreenInstanceInput) SetSubnetId added in v1.2.21

SetSubnetId sets the SubnetId field's value.

func (CreateDBBlueGreenInstanceInput) String added in v1.2.21

String returns the string representation

func (*CreateDBBlueGreenInstanceInput) Validate added in v1.2.21

func (s *CreateDBBlueGreenInstanceInput) Validate() error

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

type CreateDBBlueGreenInstanceOutput added in v1.2.21

type CreateDBBlueGreenInstanceOutput struct {
	Metadata *response.ResponseMetadata

	InstanceId *string `type:"string" json:",omitempty"`

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

func (CreateDBBlueGreenInstanceOutput) GoString added in v1.2.21

GoString returns the string representation

func (*CreateDBBlueGreenInstanceOutput) SetInstanceId added in v1.2.21

SetInstanceId sets the InstanceId field's value.

func (*CreateDBBlueGreenInstanceOutput) SetOrderId added in v1.2.21

SetOrderId sets the OrderId field's value.

func (CreateDBBlueGreenInstanceOutput) String added in v1.2.21

String returns the string representation

type CreateDBEndpointInput

type CreateDBEndpointInput struct {
	AutoAddNewNodes *bool `type:"boolean" json:",omitempty"`

	ConnectionMode *string `type:"string" json:",omitempty"`

	ConnectionPoolType *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	EnableConnectionPersistent *bool `type:"boolean" json:",omitempty"`

	EndpointName *string `type:"string" json:",omitempty"`

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

	IdleConnectionReclaim *bool `type:"boolean" json:",omitempty"`

	ImplicitTransSplit *bool `type:"boolean" json:",omitempty"`

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

	MasterNodeRouting *bool `type:"boolean" json:",omitempty"`

	MasterProtectorTimeout *int32 `type:"int32" json:",omitempty"`

	MultiStatementsMode *string `type:"string" json:",omitempty"`

	Nodes *string `type:"string" json:",omitempty"`

	OverloadProtection *bool `type:"boolean" json:",omitempty"`

	ReadOnlyNodeDistributionType *string `type:"string" json:",omitempty"`

	ReadOnlyNodeMaxDelayTime *int32 `type:"int32" json:",omitempty"`

	ReadOnlyNodeWeight []*ReadOnlyNodeWeightForCreateDBEndpointInput `type:"list" json:",omitempty"`

	ReadWriteMode *string `type:"string" json:",omitempty"`

	ReadWriteSpliting *bool `type:"boolean" json:",omitempty"`
	// 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) SetConnectionMode added in v1.0.185

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

SetConnectionMode sets the ConnectionMode field's value.

func (*CreateDBEndpointInput) SetConnectionPoolType added in v1.0.185

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

SetConnectionPoolType sets the ConnectionPoolType field's value.

func (*CreateDBEndpointInput) SetDescription

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

SetDescription sets the Description field's value.

func (*CreateDBEndpointInput) SetEnableConnectionPersistent added in v1.1.35

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

SetEnableConnectionPersistent sets the EnableConnectionPersistent 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) SetIdleConnectionReclaim added in v1.0.185

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

SetIdleConnectionReclaim sets the IdleConnectionReclaim field's value.

func (*CreateDBEndpointInput) SetImplicitTransSplit added in v1.1.18

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

SetImplicitTransSplit sets the ImplicitTransSplit field's value.

func (*CreateDBEndpointInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*CreateDBEndpointInput) SetMasterNodeRouting added in v1.1.18

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

SetMasterNodeRouting sets the MasterNodeRouting field's value.

func (*CreateDBEndpointInput) SetMasterProtectorTimeout added in v1.1.18

func (s *CreateDBEndpointInput) SetMasterProtectorTimeout(v int32) *CreateDBEndpointInput

SetMasterProtectorTimeout sets the MasterProtectorTimeout field's value.

func (*CreateDBEndpointInput) SetMultiStatementsMode added in v1.0.185

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

SetMultiStatementsMode sets the MultiStatementsMode field's value.

func (*CreateDBEndpointInput) SetNodes

SetNodes sets the Nodes field's value.

func (*CreateDBEndpointInput) SetOverloadProtection added in v1.1.18

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

SetOverloadProtection sets the OverloadProtection field's value.

func (*CreateDBEndpointInput) SetReadOnlyNodeDistributionType added in v1.0.185

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

SetReadOnlyNodeDistributionType sets the ReadOnlyNodeDistributionType field's value.

func (*CreateDBEndpointInput) SetReadOnlyNodeMaxDelayTime added in v1.0.185

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

SetReadOnlyNodeMaxDelayTime sets the ReadOnlyNodeMaxDelayTime field's value.

func (*CreateDBEndpointInput) SetReadOnlyNodeWeight added in v1.0.185

SetReadOnlyNodeWeight sets the ReadOnlyNodeWeight 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) SetReadWriteSpliting added in v1.0.185

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

SetReadWriteSpliting sets the ReadWriteSpliting 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" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`
	// 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" json:",omitempty" required:"true"`

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

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" 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 CreateDBEndpointReqForModifyDBEndpointConnectionModeInput added in v1.1.18

type CreateDBEndpointReqForModifyDBEndpointConnectionModeInput struct {
	AutoAddNewNodes *bool `type:"boolean" json:",omitempty"`

	ConnectionPoolType *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	EndpointName *string `type:"string" json:",omitempty"`

	EndpointType *string `type:"string" json:",omitempty"`

	IdleConnectionReclaim *bool `type:"boolean" json:",omitempty"`

	ImplicitTransSplit *bool `type:"boolean" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	MasterNodeRouting *bool `type:"boolean" json:",omitempty"`

	MasterProtectorTimeout *int32 `type:"int32" json:",omitempty"`

	MultiStatementsMode *string `type:"string" json:",omitempty"`

	Nodes *string `type:"string" json:",omitempty"`

	OverloadProtection *bool `type:"boolean" json:",omitempty"`

	ReadOnlyNodeDistributionType *string `type:"string" json:",omitempty"`

	ReadOnlyNodeMaxDelayTime *int32 `type:"int32" json:",omitempty"`

	ReadOnlyNodeWeight []*ReadOnlyNodeWeightForModifyDBEndpointConnectionModeInput `type:"list" json:",omitempty"`

	ReadWriteMode *string `type:"string" json:",omitempty"`

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

func (CreateDBEndpointReqForModifyDBEndpointConnectionModeInput) GoString added in v1.1.18

GoString returns the string representation

func (*CreateDBEndpointReqForModifyDBEndpointConnectionModeInput) SetAutoAddNewNodes added in v1.1.18

SetAutoAddNewNodes sets the AutoAddNewNodes field's value.

func (*CreateDBEndpointReqForModifyDBEndpointConnectionModeInput) SetConnectionPoolType added in v1.1.18

SetConnectionPoolType sets the ConnectionPoolType field's value.

func (*CreateDBEndpointReqForModifyDBEndpointConnectionModeInput) SetDescription added in v1.1.18

SetDescription sets the Description field's value.

func (*CreateDBEndpointReqForModifyDBEndpointConnectionModeInput) SetEndpointName added in v1.1.18

SetEndpointName sets the EndpointName field's value.

func (*CreateDBEndpointReqForModifyDBEndpointConnectionModeInput) SetEndpointType added in v1.1.18

SetEndpointType sets the EndpointType field's value.

func (*CreateDBEndpointReqForModifyDBEndpointConnectionModeInput) SetIdleConnectionReclaim added in v1.1.18

SetIdleConnectionReclaim sets the IdleConnectionReclaim field's value.

func (*CreateDBEndpointReqForModifyDBEndpointConnectionModeInput) SetImplicitTransSplit added in v1.1.18

SetImplicitTransSplit sets the ImplicitTransSplit field's value.

func (*CreateDBEndpointReqForModifyDBEndpointConnectionModeInput) SetInstanceId added in v1.1.18

SetInstanceId sets the InstanceId field's value.

func (*CreateDBEndpointReqForModifyDBEndpointConnectionModeInput) SetMasterNodeRouting added in v1.1.18

SetMasterNodeRouting sets the MasterNodeRouting field's value.

func (*CreateDBEndpointReqForModifyDBEndpointConnectionModeInput) SetMasterProtectorTimeout added in v1.1.18

SetMasterProtectorTimeout sets the MasterProtectorTimeout field's value.

func (*CreateDBEndpointReqForModifyDBEndpointConnectionModeInput) SetMultiStatementsMode added in v1.1.18

SetMultiStatementsMode sets the MultiStatementsMode field's value.

func (*CreateDBEndpointReqForModifyDBEndpointConnectionModeInput) SetNodes added in v1.1.18

SetNodes sets the Nodes field's value.

func (*CreateDBEndpointReqForModifyDBEndpointConnectionModeInput) SetOverloadProtection added in v1.1.18

SetOverloadProtection sets the OverloadProtection field's value.

func (*CreateDBEndpointReqForModifyDBEndpointConnectionModeInput) SetReadOnlyNodeDistributionType added in v1.1.18

SetReadOnlyNodeDistributionType sets the ReadOnlyNodeDistributionType field's value.

func (*CreateDBEndpointReqForModifyDBEndpointConnectionModeInput) SetReadOnlyNodeMaxDelayTime added in v1.1.18

SetReadOnlyNodeMaxDelayTime sets the ReadOnlyNodeMaxDelayTime field's value.

func (*CreateDBEndpointReqForModifyDBEndpointConnectionModeInput) SetReadOnlyNodeWeight added in v1.1.18

SetReadOnlyNodeWeight sets the ReadOnlyNodeWeight field's value.

func (*CreateDBEndpointReqForModifyDBEndpointConnectionModeInput) SetReadWriteMode added in v1.1.18

SetReadWriteMode sets the ReadWriteMode field's value.

func (*CreateDBEndpointReqForModifyDBEndpointConnectionModeInput) SetReadWriteSpliting added in v1.1.18

SetReadWriteSpliting sets the ReadWriteSpliting field's value.

func (CreateDBEndpointReqForModifyDBEndpointConnectionModeInput) String added in v1.1.18

String returns the string representation

type CreateDBInstanceInput

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

	AutoRenew *string `type:"string" json:",omitempty"`

	AutoStorageScalingConfig *AutoStorageScalingConfigForCreateDBInstanceInput `type:"structure" json:",omitempty"`

	ChargeInfo *ChargeInfoForCreateDBInstanceInput `type:"structure" json:",omitempty"`

	ChargeType *string `type:"string" json:",omitempty"`

	DBEngine *string `type:"string" json:",omitempty"`

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

	DBParamGroupId *string `type:"string" json:",omitempty"`

	DBTimeZone *string `type:"string" json:",omitempty"`

	DeletionProtection *string `type:"string" json:",omitempty"`

	EnableExternalReplication *bool `type:"boolean" json:",omitempty"`

	EngineType *string `type:"string" json:",omitempty"`

	InstanceName *string `type:"string" json:",omitempty"`

	InstanceSpecName *string `type:"string" json:",omitempty"`

	InstanceTags []*InstanceTagForCreateDBInstanceInput `type:"list" json:",omitempty"`

	InstanceType *string `type:"string" json:",omitempty"`

	LowerCaseTableNames *string `type:"string" json:",omitempty"`

	MaintenanceWindow *MaintenanceWindowForCreateDBInstanceInput `type:"structure" json:",omitempty"`

	NodeInfo []*NodeInfoForCreateDBInstanceInput `type:"list" json:",omitempty"`

	ParameterTemplateId *string `type:"string" json:",omitempty"`

	Port *int32 `type:"int32" json:",omitempty"`

	PrepaidPeriod *string `type:"string" json:",omitempty"`

	PrivateIpAddress *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	ProxyNodeCustom *ProxyNodeCustomForCreateDBInstanceInput `type:"structure" json:",omitempty"`

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

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

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

	SuperAccountName *string `type:"string" json:",omitempty"`

	SuperAccountPassword *string `type:"string" json:",omitempty"`

	UsedTime *string `type:"string" json:",omitempty"`

	VpcID *string `type:"string" json:",omitempty"`

	// VpcId is a required field
	VpcId *string `type:"string" json:",omitempty" required:"true"`

	Zone *string `type:"string" json:",omitempty"`
	// 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) SetAutoRenew added in v1.2.21

SetAutoRenew sets the AutoRenew field's value.

func (*CreateDBInstanceInput) SetAutoStorageScalingConfig added in v1.1.18

SetAutoStorageScalingConfig sets the AutoStorageScalingConfig field's value.

func (*CreateDBInstanceInput) SetChargeInfo

SetChargeInfo sets the ChargeInfo field's value.

func (*CreateDBInstanceInput) SetChargeType added in v1.2.21

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

SetChargeType sets the ChargeType field's value.

func (*CreateDBInstanceInput) SetDBEngine added in v1.2.21

SetDBEngine sets the DBEngine 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) SetDeletionProtection added in v1.1.18

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

SetDeletionProtection sets the DeletionProtection field's value.

func (*CreateDBInstanceInput) SetEnableExternalReplication added in v1.1.54

func (s *CreateDBInstanceInput) SetEnableExternalReplication(v bool) *CreateDBInstanceInput

SetEnableExternalReplication sets the EnableExternalReplication field's value.

func (*CreateDBInstanceInput) SetEngineType added in v1.1.54

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

SetEngineType sets the EngineType field's value.

func (*CreateDBInstanceInput) SetInstanceName

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

SetInstanceName sets the InstanceName field's value.

func (*CreateDBInstanceInput) SetInstanceSpecName added in v1.2.21

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

SetInstanceSpecName sets the InstanceSpecName 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) SetMaintenanceWindow added in v1.0.150

SetMaintenanceWindow sets the MaintenanceWindow field's value.

func (*CreateDBInstanceInput) SetNodeInfo

SetNodeInfo sets the NodeInfo field's value.

func (*CreateDBInstanceInput) SetParameterTemplateId added in v1.2.21

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

SetParameterTemplateId sets the ParameterTemplateId field's value.

func (*CreateDBInstanceInput) SetPort added in v1.0.137

SetPort sets the Port field's value.

func (*CreateDBInstanceInput) SetPrepaidPeriod added in v1.2.21

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

SetPrepaidPeriod sets the PrepaidPeriod field's value.

func (*CreateDBInstanceInput) SetPrivateIpAddress added in v1.2.21

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

SetPrivateIpAddress sets the PrivateIpAddress field's value.

func (*CreateDBInstanceInput) SetProjectName

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

SetProjectName sets the ProjectName field's value.

func (*CreateDBInstanceInput) SetProxyNodeCustom added in v1.1.35

SetProxyNodeCustom sets the ProxyNodeCustom 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) SetUsedTime added in v1.2.21

SetUsedTime sets the UsedTime field's value.

func (*CreateDBInstanceInput) SetVpcID added in v1.2.21

SetVpcID sets the VpcID field's value.

func (*CreateDBInstanceInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*CreateDBInstanceInput) SetZone added in v1.2.21

SetZone sets the Zone 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" json:",omitempty"`

	OrderId *string `type:"string" json:",omitempty"`
	// 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 CreateDBNodesInput added in v1.0.185

type CreateDBNodesInput struct {
	EstimateOnly *bool `type:"boolean" json:",omitempty"`

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

	NodeInfo []*NodeInfoForCreateDBNodesInput `type:"list" json:",omitempty"`

	RequestSource *string `type:"string" json:",omitempty"`

	SpecifiedSwitchEndTime *string `type:"string" json:",omitempty"`

	SpecifiedSwitchStartTime *string `type:"string" json:",omitempty"`

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

func (CreateDBNodesInput) GoString added in v1.0.185

func (s CreateDBNodesInput) GoString() string

GoString returns the string representation

func (*CreateDBNodesInput) SetEstimateOnly added in v1.0.185

func (s *CreateDBNodesInput) SetEstimateOnly(v bool) *CreateDBNodesInput

SetEstimateOnly sets the EstimateOnly field's value.

func (*CreateDBNodesInput) SetInstanceId added in v1.0.185

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

SetInstanceId sets the InstanceId field's value.

func (*CreateDBNodesInput) SetNodeInfo added in v1.0.185

SetNodeInfo sets the NodeInfo field's value.

func (*CreateDBNodesInput) SetRequestSource added in v1.0.185

func (s *CreateDBNodesInput) SetRequestSource(v string) *CreateDBNodesInput

SetRequestSource sets the RequestSource field's value.

func (*CreateDBNodesInput) SetSpecifiedSwitchEndTime added in v1.0.185

func (s *CreateDBNodesInput) SetSpecifiedSwitchEndTime(v string) *CreateDBNodesInput

SetSpecifiedSwitchEndTime sets the SpecifiedSwitchEndTime field's value.

func (*CreateDBNodesInput) SetSpecifiedSwitchStartTime added in v1.0.185

func (s *CreateDBNodesInput) SetSpecifiedSwitchStartTime(v string) *CreateDBNodesInput

SetSpecifiedSwitchStartTime sets the SpecifiedSwitchStartTime field's value.

func (*CreateDBNodesInput) SetSwitchType added in v1.0.185

func (s *CreateDBNodesInput) SetSwitchType(v string) *CreateDBNodesInput

SetSwitchType sets the SwitchType field's value.

func (CreateDBNodesInput) String added in v1.0.185

func (s CreateDBNodesInput) String() string

String returns the string representation

func (*CreateDBNodesInput) Validate added in v1.0.185

func (s *CreateDBNodesInput) Validate() error

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

type CreateDBNodesOutput added in v1.0.185

type CreateDBNodesOutput struct {
	Metadata *response.ResponseMetadata

	EstimationResult *EstimationResultForCreateDBNodesOutput `type:"structure" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

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

func (CreateDBNodesOutput) GoString added in v1.0.185

func (s CreateDBNodesOutput) GoString() string

GoString returns the string representation

func (*CreateDBNodesOutput) SetEstimationResult added in v1.0.185

SetEstimationResult sets the EstimationResult field's value.

func (*CreateDBNodesOutput) SetInstanceId added in v1.0.185

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

SetInstanceId sets the InstanceId field's value.

func (*CreateDBNodesOutput) SetOrderId added in v1.0.185

SetOrderId sets the OrderId field's value.

func (CreateDBNodesOutput) String added in v1.0.185

func (s CreateDBNodesOutput) String() string

String returns the string representation

type CreateDatabaseInput

type CreateDatabaseInput struct {
	CharacterSetName *string `type:"string" json:",omitempty"`

	DBDesc *string `type:"string" json:",omitempty"`

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

	DatabasePrivileges []*DatabasePrivilegeForCreateDatabaseInput `type:"list" json:",omitempty"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" 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 CreateDiagnosticsTaskInput added in v1.0.185

type CreateDiagnosticsTaskInput struct {

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

func (CreateDiagnosticsTaskInput) GoString added in v1.0.185

func (s CreateDiagnosticsTaskInput) GoString() string

GoString returns the string representation

func (*CreateDiagnosticsTaskInput) SetInstanceId added in v1.0.185

SetInstanceId sets the InstanceId field's value.

func (CreateDiagnosticsTaskInput) String added in v1.0.185

String returns the string representation

func (*CreateDiagnosticsTaskInput) Validate added in v1.0.185

func (s *CreateDiagnosticsTaskInput) Validate() error

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

type CreateDiagnosticsTaskOutput added in v1.0.185

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

func (CreateDiagnosticsTaskOutput) GoString added in v1.0.185

func (s CreateDiagnosticsTaskOutput) GoString() string

GoString returns the string representation

func (CreateDiagnosticsTaskOutput) String added in v1.0.185

String returns the string representation

type CreateDrDBInstanceInput added in v1.1.18

type CreateDrDBInstanceInput struct {
	AutoStorageScalingConfig *AutoStorageScalingConfigForCreateDrDBInstanceInput `type:"structure" json:",omitempty"`

	DeletionProtection *string `type:"string" json:",omitempty"`

	InstanceName *string `type:"string" json:",omitempty"`

	// MasterInstanceId is a required field
	MasterInstanceId *string `type:"string" json:",omitempty" required:"true"`

	// MasterRegion is a required field
	MasterRegion *string `type:"string" json:",omitempty" required:"true"`

	NodeInfo []*NodeInfoForCreateDrDBInstanceInput `type:"list" json:",omitempty"`

	PrivateIpAddress *string `type:"string" json:",omitempty"`

	ProxyNodeCustom *ProxyNodeCustomForCreateDrDBInstanceInput `type:"structure" json:",omitempty"`

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

	StorageType *string `type:"string" json:",omitempty"`

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

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

func (CreateDrDBInstanceInput) GoString added in v1.1.18

func (s CreateDrDBInstanceInput) GoString() string

GoString returns the string representation

func (*CreateDrDBInstanceInput) SetAutoStorageScalingConfig added in v1.1.18

SetAutoStorageScalingConfig sets the AutoStorageScalingConfig field's value.

func (*CreateDrDBInstanceInput) SetDeletionProtection added in v1.1.18

func (s *CreateDrDBInstanceInput) SetDeletionProtection(v string) *CreateDrDBInstanceInput

SetDeletionProtection sets the DeletionProtection field's value.

func (*CreateDrDBInstanceInput) SetInstanceName added in v1.1.18

SetInstanceName sets the InstanceName field's value.

func (*CreateDrDBInstanceInput) SetMasterInstanceId added in v1.1.18

func (s *CreateDrDBInstanceInput) SetMasterInstanceId(v string) *CreateDrDBInstanceInput

SetMasterInstanceId sets the MasterInstanceId field's value.

func (*CreateDrDBInstanceInput) SetMasterRegion added in v1.1.18

SetMasterRegion sets the MasterRegion field's value.

func (*CreateDrDBInstanceInput) SetNodeInfo added in v1.1.18

SetNodeInfo sets the NodeInfo field's value.

func (*CreateDrDBInstanceInput) SetPrivateIpAddress added in v1.2.21

func (s *CreateDrDBInstanceInput) SetPrivateIpAddress(v string) *CreateDrDBInstanceInput

SetPrivateIpAddress sets the PrivateIpAddress field's value.

func (*CreateDrDBInstanceInput) SetProxyNodeCustom added in v1.1.35

SetProxyNodeCustom sets the ProxyNodeCustom field's value.

func (*CreateDrDBInstanceInput) SetStorageSpace added in v1.1.18

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

SetStorageSpace sets the StorageSpace field's value.

func (*CreateDrDBInstanceInput) SetStorageType added in v1.1.54

SetStorageType sets the StorageType field's value.

func (*CreateDrDBInstanceInput) SetSubnetId added in v1.1.18

SetSubnetId sets the SubnetId field's value.

func (*CreateDrDBInstanceInput) SetVpcId added in v1.1.18

SetVpcId sets the VpcId field's value.

func (CreateDrDBInstanceInput) String added in v1.1.18

func (s CreateDrDBInstanceInput) String() string

String returns the string representation

func (*CreateDrDBInstanceInput) Validate added in v1.1.18

func (s *CreateDrDBInstanceInput) Validate() error

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

type CreateDrDBInstanceOutput added in v1.1.18

type CreateDrDBInstanceOutput struct {
	Metadata *response.ResponseMetadata

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

func (CreateDrDBInstanceOutput) GoString added in v1.1.18

func (s CreateDrDBInstanceOutput) GoString() string

GoString returns the string representation

func (*CreateDrDBInstanceOutput) SetInstanceId added in v1.1.18

SetInstanceId sets the InstanceId field's value.

func (CreateDrDBInstanceOutput) String added in v1.1.18

func (s CreateDrDBInstanceOutput) String() string

String returns the string representation

type CreateParameterTemplateInput added in v1.0.93

type CreateParameterTemplateInput struct {
	EngineType *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	TemplateDesc *string `type:"string" json:",omitempty"`

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

	TemplateParams []*TemplateParamForCreateParameterTemplateInput `type:"list" json:",omitempty"`

	TemplateType *string `type:"string" json:",omitempty"`

	TemplateTypeVersion *string `type:"string" json:",omitempty"`
	// 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) SetEngineType added in v1.1.54

SetEngineType sets the EngineType field's value.

func (*CreateParameterTemplateInput) SetProjectName added in v1.0.93

SetProjectName sets the ProjectName field's value.

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

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

func (CreateParameterTemplateOutput) GoString added in v1.0.93

GoString returns the string representation

func (*CreateParameterTemplateOutput) SetTemplateId added in v1.0.163

SetTemplateId sets the TemplateId field's value.

func (CreateParameterTemplateOutput) String added in v1.0.93

String returns the string representation

type CreateResourcePackageInput added in v1.1.54

type CreateResourcePackageInput struct {
	ChargeInfo *ChargeInfoForCreateResourcePackageInput `type:"structure" json:",omitempty"`

	EffectiveTime *string `type:"string" json:",omitempty"`

	// EffectiveTimeType is a required field
	EffectiveTimeType *string `type:"string" json:",omitempty" required:"true"`

	// PackageSpec is a required field
	PackageSpec *string `type:"string" json:",omitempty" required:"true"`

	// PackageType is a required field
	PackageType *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (CreateResourcePackageInput) GoString added in v1.1.54

func (s CreateResourcePackageInput) GoString() string

GoString returns the string representation

func (*CreateResourcePackageInput) SetChargeInfo added in v1.1.54

SetChargeInfo sets the ChargeInfo field's value.

func (*CreateResourcePackageInput) SetEffectiveTime added in v1.1.54

SetEffectiveTime sets the EffectiveTime field's value.

func (*CreateResourcePackageInput) SetEffectiveTimeType added in v1.1.54

func (s *CreateResourcePackageInput) SetEffectiveTimeType(v string) *CreateResourcePackageInput

SetEffectiveTimeType sets the EffectiveTimeType field's value.

func (*CreateResourcePackageInput) SetPackageSpec added in v1.1.54

SetPackageSpec sets the PackageSpec field's value.

func (*CreateResourcePackageInput) SetPackageType added in v1.1.54

SetPackageType sets the PackageType field's value.

func (CreateResourcePackageInput) String added in v1.1.54

String returns the string representation

func (*CreateResourcePackageInput) Validate added in v1.1.54

func (s *CreateResourcePackageInput) Validate() error

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

type CreateResourcePackageOutput added in v1.1.54

type CreateResourcePackageOutput struct {
	Metadata *response.ResponseMetadata

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

func (CreateResourcePackageOutput) GoString added in v1.1.54

func (s CreateResourcePackageOutput) GoString() string

GoString returns the string representation

func (*CreateResourcePackageOutput) SetOrderId added in v1.1.54

SetOrderId sets the OrderId field's value.

func (CreateResourcePackageOutput) String added in v1.1.54

String returns the string representation

type CustomRouteStrategyForDescribeDBBlueGreenDifferencesInput added in v1.2.21

type CustomRouteStrategyForDescribeDBBlueGreenDifferencesInput struct {
	KeywordRouteStrategy []*KeywordRouteStrategyForDescribeDBBlueGreenDifferencesInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CustomRouteStrategyForDescribeDBBlueGreenDifferencesInput) GoString added in v1.2.21

GoString returns the string representation

func (*CustomRouteStrategyForDescribeDBBlueGreenDifferencesInput) SetKeywordRouteStrategy added in v1.2.21

SetKeywordRouteStrategy sets the KeywordRouteStrategy field's value.

func (CustomRouteStrategyForDescribeDBBlueGreenDifferencesInput) String added in v1.2.21

String returns the string representation

type CustomRouteStrategyForDescribeDBBlueGreenDifferencesOutput added in v1.2.21

type CustomRouteStrategyForDescribeDBBlueGreenDifferencesOutput struct {
	KeywordRouteStrategy []*KeywordRouteStrategyForDescribeDBBlueGreenDifferencesOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CustomRouteStrategyForDescribeDBBlueGreenDifferencesOutput) GoString added in v1.2.21

GoString returns the string representation

func (*CustomRouteStrategyForDescribeDBBlueGreenDifferencesOutput) SetKeywordRouteStrategy added in v1.2.21

SetKeywordRouteStrategy sets the KeywordRouteStrategy field's value.

func (CustomRouteStrategyForDescribeDBBlueGreenDifferencesOutput) String added in v1.2.21

String returns the string representation

type CustomRouteStrategyForDescribeDBInstanceDetailOutput added in v1.1.54

type CustomRouteStrategyForDescribeDBInstanceDetailOutput struct {
	KeywordRouteStrategy []*KeywordRouteStrategyForDescribeDBInstanceDetailOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CustomRouteStrategyForDescribeDBInstanceDetailOutput) GoString added in v1.1.54

GoString returns the string representation

func (*CustomRouteStrategyForDescribeDBInstanceDetailOutput) SetKeywordRouteStrategy added in v1.1.54

SetKeywordRouteStrategy sets the KeywordRouteStrategy field's value.

func (CustomRouteStrategyForDescribeDBInstanceDetailOutput) String added in v1.1.54

String returns the string representation

type CustomRouteStrategyForDescribeDBInstanceEndpointsOutput added in v1.1.54

type CustomRouteStrategyForDescribeDBInstanceEndpointsOutput struct {
	KeywordRouteStrategy []*KeywordRouteStrategyForDescribeDBInstanceEndpointsOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CustomRouteStrategyForDescribeDBInstanceEndpointsOutput) GoString added in v1.1.54

GoString returns the string representation

func (*CustomRouteStrategyForDescribeDBInstanceEndpointsOutput) SetKeywordRouteStrategy added in v1.1.54

SetKeywordRouteStrategy sets the KeywordRouteStrategy field's value.

func (CustomRouteStrategyForDescribeDBInstanceEndpointsOutput) String added in v1.1.54

String returns the string representation

type DBInstanceAttributeForDescribeDBInstanceAttributeOutput added in v1.1.35

type DBInstanceAttributeForDescribeDBInstanceAttributeOutput struct {
	AllowListVersion *string `type:"string" json:",omitempty"`

	AutoUpgradeMinorVersion *string `type:"string" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	CurrentKernelVersion *string `type:"string" json:",omitempty"`

	DBEngineVersion *string `type:"string" json:",omitempty"`

	DeletionProtection *string `type:"string" json:",omitempty"`

	EngineType *string `type:"string" json:",omitempty"`

	HasDisasterRecoveryInstances *bool `type:"boolean" json:",omitempty"`

	HasGreenInstance *bool `type:"boolean" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	InstanceName *string `type:"string" json:",omitempty"`

	InstanceStatus *string `type:"string" json:",omitempty"`

	InstanceType *string `type:"string" json:",omitempty"`

	LowerCaseTableNames *string `type:"string" json:",omitempty"`

	MaintenanceWindow *MaintenanceWindowForDescribeDBInstanceAttributeOutput `type:"structure" json:",omitempty"`

	Memory *int32 `type:"int32" json:",omitempty"`

	NodeNumber *string `type:"string" json:",omitempty"`

	NodeSpec *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	RegionId *string `type:"string" json:",omitempty"`

	StorageSpace *int64 `type:"int64" json:",omitempty"`

	StorageType *string `type:"string" json:",omitempty"`

	SubnetId *string `type:"string" json:",omitempty"`

	Tags []*TagForDescribeDBInstanceAttributeOutput `type:"list" json:",omitempty"`

	TimeZone *string `type:"string" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`

	VCPU *int32 `type:"int32" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`

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

func (DBInstanceAttributeForDescribeDBInstanceAttributeOutput) GoString added in v1.1.35

GoString returns the string representation

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetAllowListVersion added in v1.1.35

SetAllowListVersion sets the AllowListVersion field's value.

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetAutoUpgradeMinorVersion added in v1.1.35

SetAutoUpgradeMinorVersion sets the AutoUpgradeMinorVersion field's value.

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetCreateTime added in v1.1.35

SetCreateTime sets the CreateTime field's value.

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetCurrentKernelVersion added in v1.1.35

SetCurrentKernelVersion sets the CurrentKernelVersion field's value.

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetDBEngineVersion added in v1.1.35

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetDeletionProtection added in v1.1.35

SetDeletionProtection sets the DeletionProtection field's value.

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetEngineType added in v1.1.54

SetEngineType sets the EngineType field's value.

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetHasDisasterRecoveryInstances added in v1.1.35

SetHasDisasterRecoveryInstances sets the HasDisasterRecoveryInstances field's value.

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetHasGreenInstance added in v1.1.35

SetHasGreenInstance sets the HasGreenInstance field's value.

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetInstanceId added in v1.1.35

SetInstanceId sets the InstanceId field's value.

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetInstanceName added in v1.1.35

SetInstanceName sets the InstanceName field's value.

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetInstanceStatus added in v1.1.35

SetInstanceStatus sets the InstanceStatus field's value.

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetInstanceType added in v1.1.35

SetInstanceType sets the InstanceType field's value.

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetLowerCaseTableNames added in v1.1.35

SetLowerCaseTableNames sets the LowerCaseTableNames field's value.

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetMaintenanceWindow added in v1.1.35

SetMaintenanceWindow sets the MaintenanceWindow field's value.

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetMemory added in v1.1.35

SetMemory sets the Memory field's value.

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetNodeNumber added in v1.1.35

SetNodeNumber sets the NodeNumber field's value.

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetNodeSpec added in v1.1.35

SetNodeSpec sets the NodeSpec field's value.

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetProjectName added in v1.1.35

SetProjectName sets the ProjectName field's value.

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetRegionId added in v1.1.35

SetRegionId sets the RegionId field's value.

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetStorageSpace added in v1.1.35

SetStorageSpace sets the StorageSpace field's value.

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetStorageType added in v1.1.35

SetStorageType sets the StorageType field's value.

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetSubnetId added in v1.1.35

SetSubnetId sets the SubnetId field's value.

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetTags added in v1.1.35

SetTags sets the Tags field's value.

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetTimeZone added in v1.1.35

SetTimeZone sets the TimeZone field's value.

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetUpdateTime added in v1.1.35

SetUpdateTime sets the UpdateTime field's value.

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetVCPU added in v1.1.35

SetVCPU sets the VCPU field's value.

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetVpcId added in v1.1.35

SetVpcId sets the VpcId field's value.

func (*DBInstanceAttributeForDescribeDBInstanceAttributeOutput) SetZoneId added in v1.1.35

SetZoneId sets the ZoneId field's value.

func (DBInstanceAttributeForDescribeDBInstanceAttributeOutput) String added in v1.1.35

String returns the string representation

type DBTableInfoForDescribeBackupsOutput added in v1.0.56

type DBTableInfoForDescribeBackupsOutput struct {
	Database *string `type:"string" json:",omitempty"`

	Tables []*string `type:"list" json:",omitempty"`
	// 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 DataForDescribeCrossRegionBackupDBInstancesOutput added in v1.0.185

type DataForDescribeCrossRegionBackupDBInstancesOutput struct {
	BackupEnabled *bool `type:"boolean" json:",omitempty"`

	CrossBackupAllRetention *bool `type:"boolean" json:",omitempty"`

	DBEngineVersion *string `type:"string" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	InstanceName *string `type:"string" json:",omitempty"`

	InstanceStatus *string `type:"string" json:",omitempty"`

	LogBackupEnabled *bool `type:"boolean" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	RegionId *string `type:"string" json:",omitempty"`

	Retention *int32 `type:"int32" json:",omitempty"`

	ServiceEnableTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DataForDescribeCrossRegionBackupDBInstancesOutput) GoString added in v1.0.185

GoString returns the string representation

func (*DataForDescribeCrossRegionBackupDBInstancesOutput) SetBackupEnabled added in v1.0.185

SetBackupEnabled sets the BackupEnabled field's value.

func (*DataForDescribeCrossRegionBackupDBInstancesOutput) SetCrossBackupAllRetention added in v1.1.54

SetCrossBackupAllRetention sets the CrossBackupAllRetention field's value.

func (*DataForDescribeCrossRegionBackupDBInstancesOutput) SetDBEngineVersion added in v1.0.185

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*DataForDescribeCrossRegionBackupDBInstancesOutput) SetInstanceId added in v1.0.185

SetInstanceId sets the InstanceId field's value.

func (*DataForDescribeCrossRegionBackupDBInstancesOutput) SetInstanceName added in v1.0.185

SetInstanceName sets the InstanceName field's value.

func (*DataForDescribeCrossRegionBackupDBInstancesOutput) SetInstanceStatus added in v1.0.185

SetInstanceStatus sets the InstanceStatus field's value.

func (*DataForDescribeCrossRegionBackupDBInstancesOutput) SetLogBackupEnabled added in v1.0.185

SetLogBackupEnabled sets the LogBackupEnabled field's value.

func (*DataForDescribeCrossRegionBackupDBInstancesOutput) SetProjectName added in v1.0.185

SetProjectName sets the ProjectName field's value.

func (*DataForDescribeCrossRegionBackupDBInstancesOutput) SetRegionId added in v1.0.185

SetRegionId sets the RegionId field's value.

func (*DataForDescribeCrossRegionBackupDBInstancesOutput) SetRetention added in v1.0.185

SetRetention sets the Retention field's value.

func (*DataForDescribeCrossRegionBackupDBInstancesOutput) SetServiceEnableTime added in v1.0.185

SetServiceEnableTime sets the ServiceEnableTime field's value.

func (DataForDescribeCrossRegionBackupDBInstancesOutput) String added in v1.0.185

String returns the string representation

type DataForDescribeDeletedDBInstancesOutput added in v1.0.185

type DataForDescribeDeletedDBInstancesOutput struct {
	BackupExpirationTime *string `type:"string" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	DBEngineVersion *string `type:"string" json:",omitempty"`

	DataKeepDays *int32 `type:"int32" json:",omitempty"`

	DataKeepPolicy *string `type:"string" json:",omitempty"`

	DeletionTime *string `type:"string" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	InstanceName *string `type:"string" json:",omitempty"`

	InstanceStatus *string `type:"string" json:",omitempty"`

	InstanceType *string `type:"string" json:",omitempty"`

	NodeSpec *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	StorageSpace *int32 `type:"int32" json:",omitempty"`

	StorageType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DataForDescribeDeletedDBInstancesOutput) GoString added in v1.0.185

GoString returns the string representation

func (*DataForDescribeDeletedDBInstancesOutput) SetBackupExpirationTime added in v1.0.185

SetBackupExpirationTime sets the BackupExpirationTime field's value.

func (*DataForDescribeDeletedDBInstancesOutput) SetCreateTime added in v1.0.185

SetCreateTime sets the CreateTime field's value.

func (*DataForDescribeDeletedDBInstancesOutput) SetDBEngineVersion added in v1.0.185

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*DataForDescribeDeletedDBInstancesOutput) SetDataKeepDays added in v1.0.185

SetDataKeepDays sets the DataKeepDays field's value.

func (*DataForDescribeDeletedDBInstancesOutput) SetDataKeepPolicy added in v1.0.185

SetDataKeepPolicy sets the DataKeepPolicy field's value.

func (*DataForDescribeDeletedDBInstancesOutput) SetDeletionTime added in v1.0.185

SetDeletionTime sets the DeletionTime field's value.

func (*DataForDescribeDeletedDBInstancesOutput) SetInstanceId added in v1.0.185

SetInstanceId sets the InstanceId field's value.

func (*DataForDescribeDeletedDBInstancesOutput) SetInstanceName added in v1.0.185

SetInstanceName sets the InstanceName field's value.

func (*DataForDescribeDeletedDBInstancesOutput) SetInstanceStatus added in v1.0.185

SetInstanceStatus sets the InstanceStatus field's value.

func (*DataForDescribeDeletedDBInstancesOutput) SetInstanceType added in v1.0.185

SetInstanceType sets the InstanceType field's value.

func (*DataForDescribeDeletedDBInstancesOutput) SetNodeSpec added in v1.0.185

SetNodeSpec sets the NodeSpec field's value.

func (*DataForDescribeDeletedDBInstancesOutput) SetProjectName added in v1.0.185

SetProjectName sets the ProjectName field's value.

func (*DataForDescribeDeletedDBInstancesOutput) SetStorageSpace added in v1.0.185

SetStorageSpace sets the StorageSpace field's value.

func (*DataForDescribeDeletedDBInstancesOutput) SetStorageType added in v1.0.185

SetStorageType sets the StorageType field's value.

func (DataForDescribeDeletedDBInstancesOutput) String added in v1.0.185

String returns the string representation

type DataForDescribeTasksOutput added in v1.0.125

type DataForDescribeTasksOutput struct {
	CostTimeMS *int64 `type:"int64" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	FinishTime *string `type:"string" json:",omitempty"`

	OriginConfig *string `type:"string" json:",omitempty"`

	Progress *int32 `type:"int32" json:",omitempty"`

	RelatedInstanceInfos *RelatedInstanceInfosForDescribeTasksOutput `type:"structure" json:",omitempty"`

	ScheduledExecuteEndTime *string `type:"string" json:",omitempty"`

	ScheduledExecuteStartTime *string `type:"string" json:",omitempty"`

	ScheduledSwitchEndTime *string `type:"string" json:",omitempty"`

	ScheduledSwitchStartTime *string `type:"string" json:",omitempty"`

	StartTime *string `type:"string" json:",omitempty"`

	TaskAction *string `type:"string" json:",omitempty"`

	TaskCategory *string `type:"string" json:",omitempty"`

	TaskDesc *string `type:"string" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`

	TaskParams *string `type:"string" json:",omitempty"`

	TaskProgress []*TaskProgressForDescribeTasksOutput `type:"list" json:",omitempty"`

	TaskSource *string `type:"string" json:",omitempty"`

	TaskStatus *string `type:"string" json:",omitempty"`
	// 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) 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) SetOriginConfig added in v1.1.18

SetOriginConfig sets the OriginConfig 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) SetScheduledExecuteEndTime added in v1.0.185

func (s *DataForDescribeTasksOutput) SetScheduledExecuteEndTime(v string) *DataForDescribeTasksOutput

SetScheduledExecuteEndTime sets the ScheduledExecuteEndTime field's value.

func (*DataForDescribeTasksOutput) SetScheduledExecuteStartTime added in v1.0.185

func (s *DataForDescribeTasksOutput) SetScheduledExecuteStartTime(v string) *DataForDescribeTasksOutput

SetScheduledExecuteStartTime sets the ScheduledExecuteStartTime field's value.

func (*DataForDescribeTasksOutput) SetScheduledSwitchEndTime added in v1.0.185

func (s *DataForDescribeTasksOutput) SetScheduledSwitchEndTime(v string) *DataForDescribeTasksOutput

SetScheduledSwitchEndTime sets the ScheduledSwitchEndTime field's value.

func (*DataForDescribeTasksOutput) SetScheduledSwitchStartTime added in v1.0.185

func (s *DataForDescribeTasksOutput) SetScheduledSwitchStartTime(v string) *DataForDescribeTasksOutput

SetScheduledSwitchStartTime sets the ScheduledSwitchStartTime 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" json:",omitempty"`

	DBDesc *string `type:"string" json:",omitempty"`

	DBName *string `type:"string" json:",omitempty"`

	DBStatus *string `type:"string" json:",omitempty"`

	DatabasePrivileges []*DatabasePrivilegeForDescribeDatabasesOutput `type:"list" json:",omitempty"`
	// 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" json:",omitempty"`

	AccountPrivilege *string `type:"string" json:",omitempty"`

	AccountPrivilegeDetail *string `type:"string" json:",omitempty"`

	Host *string `type:"string" json:",omitempty"`
	// 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" json:",omitempty"`

	AccountPrivilege *string `type:"string" json:",omitempty"`

	AccountPrivilegeDetail *string `type:"string" json:",omitempty"`

	Host *string `type:"string" json:",omitempty"`
	// 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" json:",omitempty"`

	AccountPrivilege *string `type:"string" json:",omitempty"`

	AccountPrivilegeDetail *string `type:"string" json:",omitempty"`

	Host *string `type:"string" json:",omitempty"`
	// 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" json:",omitempty" required:"true"`

	ProjectName *string `type:"string" json:",omitempty"`
	// 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) SetProjectName added in v1.0.185

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

SetProjectName sets the ProjectName 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" json:",omitempty" required:"true"`

	Host *string `type:"string" json:",omitempty"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" 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 DeleteDBBlueGreenRelationInput added in v1.2.21

type DeleteDBBlueGreenRelationInput struct {

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

func (DeleteDBBlueGreenRelationInput) GoString added in v1.2.21

GoString returns the string representation

func (*DeleteDBBlueGreenRelationInput) SetInstanceId added in v1.2.21

SetInstanceId sets the InstanceId field's value.

func (DeleteDBBlueGreenRelationInput) String added in v1.2.21

String returns the string representation

func (*DeleteDBBlueGreenRelationInput) Validate added in v1.2.21

func (s *DeleteDBBlueGreenRelationInput) Validate() error

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

type DeleteDBBlueGreenRelationOutput added in v1.2.21

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

func (DeleteDBBlueGreenRelationOutput) GoString added in v1.2.21

GoString returns the string representation

func (DeleteDBBlueGreenRelationOutput) String added in v1.2.21

String returns the string representation

type DeleteDBEndpointInput

type DeleteDBEndpointInput struct {

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

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" 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" json:",omitempty" required:"true"`

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

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

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" 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 {
	DataKeepDays *int32 `type:"int32" json:",omitempty"`

	DataKeepPolicy *string `type:"string" json:",omitempty"`

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

func (DeleteDBInstanceInput) GoString

func (s DeleteDBInstanceInput) GoString() string

GoString returns the string representation

func (*DeleteDBInstanceInput) SetDataKeepDays added in v1.1.18

func (s *DeleteDBInstanceInput) SetDataKeepDays(v int32) *DeleteDBInstanceInput

SetDataKeepDays sets the DataKeepDays field's value.

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 DeleteDBNodesInput added in v1.0.185

type DeleteDBNodesInput struct {
	DBNodeIds []*string `type:"list" json:",omitempty"`

	EstimateOnly *bool `type:"boolean" json:",omitempty"`

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

	RequestSource *string `type:"string" json:",omitempty"`

	SpecifiedSwitchEndTime *string `type:"string" json:",omitempty"`

	SpecifiedSwitchStartTime *string `type:"string" json:",omitempty"`

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

func (DeleteDBNodesInput) GoString added in v1.0.185

func (s DeleteDBNodesInput) GoString() string

GoString returns the string representation

func (*DeleteDBNodesInput) SetDBNodeIds added in v1.0.185

func (s *DeleteDBNodesInput) SetDBNodeIds(v []*string) *DeleteDBNodesInput

SetDBNodeIds sets the DBNodeIds field's value.

func (*DeleteDBNodesInput) SetEstimateOnly added in v1.0.185

func (s *DeleteDBNodesInput) SetEstimateOnly(v bool) *DeleteDBNodesInput

SetEstimateOnly sets the EstimateOnly field's value.

func (*DeleteDBNodesInput) SetInstanceId added in v1.0.185

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

SetInstanceId sets the InstanceId field's value.

func (*DeleteDBNodesInput) SetRequestSource added in v1.0.185

func (s *DeleteDBNodesInput) SetRequestSource(v string) *DeleteDBNodesInput

SetRequestSource sets the RequestSource field's value.

func (*DeleteDBNodesInput) SetSpecifiedSwitchEndTime added in v1.0.185

func (s *DeleteDBNodesInput) SetSpecifiedSwitchEndTime(v string) *DeleteDBNodesInput

SetSpecifiedSwitchEndTime sets the SpecifiedSwitchEndTime field's value.

func (*DeleteDBNodesInput) SetSpecifiedSwitchStartTime added in v1.0.185

func (s *DeleteDBNodesInput) SetSpecifiedSwitchStartTime(v string) *DeleteDBNodesInput

SetSpecifiedSwitchStartTime sets the SpecifiedSwitchStartTime field's value.

func (*DeleteDBNodesInput) SetSwitchType added in v1.0.185

func (s *DeleteDBNodesInput) SetSwitchType(v string) *DeleteDBNodesInput

SetSwitchType sets the SwitchType field's value.

func (DeleteDBNodesInput) String added in v1.0.185

func (s DeleteDBNodesInput) String() string

String returns the string representation

func (*DeleteDBNodesInput) Validate added in v1.0.185

func (s *DeleteDBNodesInput) Validate() error

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

type DeleteDBNodesOutput added in v1.0.185

type DeleteDBNodesOutput struct {
	Metadata *response.ResponseMetadata

	EstimationResult *EstimationResultForDeleteDBNodesOutput `type:"structure" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

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

func (DeleteDBNodesOutput) GoString added in v1.0.185

func (s DeleteDBNodesOutput) GoString() string

GoString returns the string representation

func (*DeleteDBNodesOutput) SetEstimationResult added in v1.0.185

SetEstimationResult sets the EstimationResult field's value.

func (*DeleteDBNodesOutput) SetInstanceId added in v1.0.185

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

SetInstanceId sets the InstanceId field's value.

func (*DeleteDBNodesOutput) SetOrderId added in v1.0.185

SetOrderId sets the OrderId field's value.

func (DeleteDBNodesOutput) String added in v1.0.185

func (s DeleteDBNodesOutput) 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" json:",omitempty" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" 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" json:",omitempty" required:"true"`

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

	KeepAccountPrivileges *bool `type:"boolean" json:",omitempty"`
	// 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) SetKeepAccountPrivileges added in v1.1.54

func (s *DeleteDatabaseInput) SetKeepAccountPrivileges(v bool) *DeleteDatabaseInput

SetKeepAccountPrivileges sets the KeepAccountPrivileges 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 {
	ProjectName *string `type:"string" json:",omitempty"`

	// TemplateId is a required field
	TemplateId *string `type:"string" json:",omitempty" 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) SetProjectName added in v1.0.185

SetProjectName sets the ProjectName field's value.

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

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

func (DeleteParameterTemplateOutput) GoString added in v1.0.93

GoString returns the string representation

func (*DeleteParameterTemplateOutput) SetTemplateId added in v1.1.18

SetTemplateId sets the TemplateId field's value.

func (DeleteParameterTemplateOutput) String added in v1.0.93

String returns the string representation

type DeleteUserUploadBackupInput added in v1.1.54

type DeleteUserUploadBackupInput struct {

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

	// ProjectName is a required field
	ProjectName *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteUserUploadBackupInput) GoString added in v1.1.54

func (s DeleteUserUploadBackupInput) GoString() string

GoString returns the string representation

func (*DeleteUserUploadBackupInput) SetBackupId added in v1.1.54

SetBackupId sets the BackupId field's value.

func (*DeleteUserUploadBackupInput) SetProjectName added in v1.1.54

SetProjectName sets the ProjectName field's value.

func (DeleteUserUploadBackupInput) String added in v1.1.54

String returns the string representation

func (*DeleteUserUploadBackupInput) Validate added in v1.1.54

func (s *DeleteUserUploadBackupInput) Validate() error

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

type DeleteUserUploadBackupOutput added in v1.1.54

type DeleteUserUploadBackupOutput struct {
	Metadata *response.ResponseMetadata

	Reason *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`

	StatusCode *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DeleteUserUploadBackupOutput) GoString added in v1.1.54

func (s DeleteUserUploadBackupOutput) GoString() string

GoString returns the string representation

func (*DeleteUserUploadBackupOutput) SetReason added in v1.1.54

SetReason sets the Reason field's value.

func (*DeleteUserUploadBackupOutput) SetStatus added in v1.1.54

SetStatus sets the Status field's value.

func (*DeleteUserUploadBackupOutput) SetStatusCode added in v1.1.54

SetStatusCode sets the StatusCode field's value.

func (DeleteUserUploadBackupOutput) String added in v1.1.54

String returns the string representation

type DescribeAllowListDetailInput added in v1.0.56

type DescribeAllowListDetailInput struct {

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

	ProjectName *string `type:"string" json:",omitempty"`
	// 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) SetProjectName added in v1.0.185

SetProjectName sets the ProjectName 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" json:",omitempty"`

	AllowListCategory *string `type:"string" json:",omitempty"`

	AllowListDesc *string `type:"string" json:",omitempty"`

	AllowListId *string `type:"string" json:",omitempty"`

	AllowListName *string `type:"string" json:",omitempty"`

	AllowListType *string `type:"string" json:",omitempty"`

	AssociatedInstances []*AssociatedInstanceForDescribeAllowListDetailOutput `type:"list" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	SecurityGroupBindInfos []*SecurityGroupBindInfoForDescribeAllowListDetailOutput `type:"list" json:",omitempty"`

	UserAllowList *string `type:"string" json:",omitempty"`
	// 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) SetProjectName added in v1.2.21

SetProjectName sets the ProjectName 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 {
	IPAddress *string `type:"string" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	QueryDefault *bool `type:"boolean" json:",omitempty"`

	RegionId *string `type:"string" json:",omitempty"`

	WithIpList *bool `type:"boolean" json:",omitempty"`
	// 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) SetIPAddress added in v1.0.185

SetIPAddress sets the IPAddress field's value.

func (*DescribeAllowListsInput) SetInstanceId added in v1.0.56

SetInstanceId sets the InstanceId field's value.

func (*DescribeAllowListsInput) SetProjectName added in v1.0.185

SetProjectName sets the ProjectName field's value.

func (*DescribeAllowListsInput) SetQueryDefault added in v1.0.185

func (s *DescribeAllowListsInput) SetQueryDefault(v bool) *DescribeAllowListsInput

SetQueryDefault sets the QueryDefault field's value.

func (*DescribeAllowListsInput) SetRegionId added in v1.0.56

SetRegionId sets the RegionId field's value.

func (*DescribeAllowListsInput) SetWithIpList added in v1.1.35

SetWithIpList sets the WithIpList field's value.

func (DescribeAllowListsInput) String added in v1.0.56

func (s DescribeAllowListsInput) String() string

String returns the string representation

type DescribeAllowListsOutput added in v1.0.56

type DescribeAllowListsOutput struct {
	Metadata *response.ResponseMetadata

	AllowLists []*AllowListForDescribeAllowListsOutput `type:"list" json:",omitempty"`
	// 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" json:",omitempty" required:"true"`

	// TemplateId is a required field
	TemplateId *string `type:"string" json:",omitempty" 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" json:",omitempty"`

	Parameters []*ParameterForDescribeApplyParameterTemplateOutput `type:"list" json:",omitempty"`

	TemplateId *string `type:"string" json:",omitempty"`
	// 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" json:",omitempty"`

	Zones []*ZoneForDescribeAvailabilityZonesOutput `type:"list" json:",omitempty"`
	// 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" json:",omitempty"`

	// RegionId is a required field
	RegionId *string `type:"string" json:",omitempty" 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" json:",omitempty"`
	// 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 DescribeBackupDecryptionKeyInput added in v1.0.150

type DescribeBackupDecryptionKeyInput struct {

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

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

func (DescribeBackupDecryptionKeyInput) GoString added in v1.0.150

GoString returns the string representation

func (*DescribeBackupDecryptionKeyInput) SetBackupId added in v1.0.150

SetBackupId sets the BackupId field's value.

func (*DescribeBackupDecryptionKeyInput) SetInstanceId added in v1.0.150

SetInstanceId sets the InstanceId field's value.

func (DescribeBackupDecryptionKeyInput) String added in v1.0.150

String returns the string representation

func (*DescribeBackupDecryptionKeyInput) Validate added in v1.0.150

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

type DescribeBackupDecryptionKeyOutput added in v1.0.150

type DescribeBackupDecryptionKeyOutput struct {
	Metadata *response.ResponseMetadata

	DecryptionKey *string `type:"string" json:",omitempty"`

	Iv *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeBackupDecryptionKeyOutput) GoString added in v1.0.150

GoString returns the string representation

func (*DescribeBackupDecryptionKeyOutput) SetDecryptionKey added in v1.0.151

SetDecryptionKey sets the DecryptionKey field's value.

func (*DescribeBackupDecryptionKeyOutput) SetIv added in v1.0.151

SetIv sets the Iv field's value.

func (DescribeBackupDecryptionKeyOutput) String added in v1.0.150

String returns the string representation

type DescribeBackupEncryptionStatusInput added in v1.0.150

type DescribeBackupEncryptionStatusInput struct {

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

func (DescribeBackupEncryptionStatusInput) GoString added in v1.0.150

GoString returns the string representation

func (*DescribeBackupEncryptionStatusInput) SetInstanceId added in v1.0.150

SetInstanceId sets the InstanceId field's value.

func (DescribeBackupEncryptionStatusInput) String added in v1.0.150

String returns the string representation

func (*DescribeBackupEncryptionStatusInput) Validate added in v1.0.150

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

type DescribeBackupEncryptionStatusOutput added in v1.0.150

type DescribeBackupEncryptionStatusOutput struct {
	Metadata *response.ResponseMetadata

	DataEncryptionStatus *string `type:"string" json:",omitempty"`

	LogEncryptionStatus *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeBackupEncryptionStatusOutput) GoString added in v1.0.150

GoString returns the string representation

func (*DescribeBackupEncryptionStatusOutput) SetDataEncryptionStatus added in v1.0.151

SetDataEncryptionStatus sets the DataEncryptionStatus field's value.

func (*DescribeBackupEncryptionStatusOutput) SetLogEncryptionStatus added in v1.0.151

SetLogEncryptionStatus sets the LogEncryptionStatus field's value.

func (DescribeBackupEncryptionStatusOutput) String added in v1.0.150

String returns the string representation

type DescribeBackupPolicyInput

type DescribeBackupPolicyInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" 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

	BinlogBackupAllRetention *bool `type:"boolean" json:",omitempty"`

	BinlogBackupEnabled *bool `type:"boolean" json:",omitempty"`

	BinlogBackupEncryptionEnabled *bool `type:"boolean" json:",omitempty"`

	BinlogFileCountsEnable *bool `type:"boolean" json:",omitempty"`

	BinlogLimitCount *int32 `type:"int32" json:",omitempty"`

	BinlogLocalRetentionHour *int32 `type:"int32" json:",omitempty"`

	BinlogSpaceLimitEnable *bool `type:"boolean" json:",omitempty"`

	BinlogStoragePercentage *int32 `type:"int32" json:",omitempty"`

	DataBackupAllRetention *bool `type:"boolean" json:",omitempty"`

	DataBackupEncryptionEnabled *bool `type:"boolean" json:",omitempty"`

	DataBackupRetentionDay *int32 `type:"int32" json:",omitempty"`

	DataFullBackupPeriods []*string `type:"list" json:",omitempty"`

	DataFullBackupStartUTCHour *int32 `type:"int32" json:",omitempty"`

	DataFullBackupTime *string `type:"string" json:",omitempty"`

	DataIncrBackupPeriods []*string `type:"list" json:",omitempty"`

	DataKeepDaysAfterReleased *int32 `type:"int32" json:",omitempty"`

	DataKeepPolicyAfterReleased *string `type:"string" json:",omitempty"`

	HighFrequencySnapshotBackupEnable *bool `type:"boolean" json:",omitempty"`

	HighFrequencySnapshotBackupSecondPeriod *int32 `type:"int32" json:",omitempty"`

	HourlyIncrBackupEnable *bool `type:"boolean" json:",omitempty"`

	IncrBackupHourPeriod *int32 `type:"int32" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	KeepCrossBackupEnableAfterReleased *bool `type:"boolean" json:",omitempty"`

	LockDDLTime *int32 `type:"int32" json:",omitempty"`

	LogBackupRetentionDay *int32 `type:"int32" json:",omitempty"`

	PublicDownloadEnable *bool `type:"boolean" json:",omitempty"`

	RetentionPolicySynced *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeBackupPolicyOutput) GoString

func (s DescribeBackupPolicyOutput) GoString() string

GoString returns the string representation

func (*DescribeBackupPolicyOutput) SetBinlogBackupAllRetention added in v1.0.185

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

SetBinlogBackupAllRetention sets the BinlogBackupAllRetention field's value.

func (*DescribeBackupPolicyOutput) SetBinlogBackupEnabled added in v1.0.185

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

SetBinlogBackupEnabled sets the BinlogBackupEnabled field's value.

func (*DescribeBackupPolicyOutput) SetBinlogBackupEncryptionEnabled added in v1.0.185

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

SetBinlogBackupEncryptionEnabled sets the BinlogBackupEncryptionEnabled field's value.

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) SetDataBackupAllRetention added in v1.0.185

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

SetDataBackupAllRetention sets the DataBackupAllRetention field's value.

func (*DescribeBackupPolicyOutput) SetDataBackupEncryptionEnabled added in v1.0.185

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

SetDataBackupEncryptionEnabled sets the DataBackupEncryptionEnabled 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) SetDataFullBackupStartUTCHour added in v1.0.185

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

SetDataFullBackupStartUTCHour sets the DataFullBackupStartUTCHour 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) SetDataKeepDaysAfterReleased added in v1.0.185

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

SetDataKeepDaysAfterReleased sets the DataKeepDaysAfterReleased field's value.

func (*DescribeBackupPolicyOutput) SetDataKeepPolicyAfterReleased added in v1.0.185

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

SetDataKeepPolicyAfterReleased sets the DataKeepPolicyAfterReleased field's value.

func (*DescribeBackupPolicyOutput) SetHighFrequencySnapshotBackupEnable added in v1.1.35

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

SetHighFrequencySnapshotBackupEnable sets the HighFrequencySnapshotBackupEnable field's value.

func (*DescribeBackupPolicyOutput) SetHighFrequencySnapshotBackupSecondPeriod added in v1.1.35

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

SetHighFrequencySnapshotBackupSecondPeriod sets the HighFrequencySnapshotBackupSecondPeriod field's value.

func (*DescribeBackupPolicyOutput) SetHourlyIncrBackupEnable added in v1.0.185

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

SetHourlyIncrBackupEnable sets the HourlyIncrBackupEnable field's value.

func (*DescribeBackupPolicyOutput) SetIncrBackupHourPeriod added in v1.0.185

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

SetIncrBackupHourPeriod sets the IncrBackupHourPeriod field's value.

func (*DescribeBackupPolicyOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeBackupPolicyOutput) SetKeepCrossBackupEnableAfterReleased added in v1.1.54

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

SetKeepCrossBackupEnableAfterReleased sets the KeepCrossBackupEnableAfterReleased field's value.

func (*DescribeBackupPolicyOutput) SetLockDDLTime added in v1.0.163

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) SetPublicDownloadEnable added in v1.1.18

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

SetPublicDownloadEnable sets the PublicDownloadEnable field's value.

func (*DescribeBackupPolicyOutput) SetRetentionPolicySynced added in v1.0.185

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

SetRetentionPolicySynced sets the RetentionPolicySynced field's value.

func (DescribeBackupPolicyOutput) String

String returns the string representation

type DescribeBackupStatsInput added in v1.0.185

type DescribeBackupStatsInput struct {

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

	ProjectName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeBackupStatsInput) GoString added in v1.0.185

func (s DescribeBackupStatsInput) GoString() string

GoString returns the string representation

func (*DescribeBackupStatsInput) SetInstanceId added in v1.0.185

SetInstanceId sets the InstanceId field's value.

func (*DescribeBackupStatsInput) SetProjectName added in v1.0.185

SetProjectName sets the ProjectName field's value.

func (DescribeBackupStatsInput) String added in v1.0.185

func (s DescribeBackupStatsInput) String() string

String returns the string representation

func (*DescribeBackupStatsInput) Validate added in v1.0.185

func (s *DescribeBackupStatsInput) Validate() error

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

type DescribeBackupStatsOutput added in v1.0.185

type DescribeBackupStatsOutput struct {
	Metadata *response.ResponseMetadata

	InstanceId *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	UsageStats []*UsageStatForDescribeBackupStatsOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeBackupStatsOutput) GoString added in v1.0.185

func (s DescribeBackupStatsOutput) GoString() string

GoString returns the string representation

func (*DescribeBackupStatsOutput) SetInstanceId added in v1.0.185

SetInstanceId sets the InstanceId field's value.

func (*DescribeBackupStatsOutput) SetProjectName added in v1.0.185

SetProjectName sets the ProjectName field's value.

func (*DescribeBackupStatsOutput) SetUsageStats added in v1.0.185

SetUsageStats sets the UsageStats field's value.

func (DescribeBackupStatsOutput) String added in v1.0.185

func (s DescribeBackupStatsOutput) String() string

String returns the string representation

type DescribeBackupsInput

type DescribeBackupsInput struct {
	BackupEndTime *string `type:"string" json:",omitempty"`

	BackupId *string `type:"string" json:",omitempty"`

	BackupMethod *string `type:"string" json:",omitempty"`

	BackupName *string `type:"string" json:",omitempty"`

	BackupStartTime *string `type:"string" json:",omitempty"`

	BackupStatus *string `type:"string" json:",omitempty"`

	BackupType *string `type:"string" json:",omitempty"`

	CreateType *string `type:"string" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	Option *OptionForDescribeBackupsInput `type:"structure" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`
	// 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) SetBackupName added in v1.1.54

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

SetBackupName sets the BackupName 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) SetCreateType added in v1.0.93

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

SetCreateType sets the CreateType field's value.

func (*DescribeBackupsInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*DescribeBackupsInput) SetOption added in v1.0.185

SetOption sets the Option 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) SetProjectName added in v1.0.185

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

SetProjectName sets the ProjectName field's value.

func (DescribeBackupsInput) String

func (s DescribeBackupsInput) String() string

String returns the string representation

type DescribeBackupsOutput

type DescribeBackupsOutput struct {
	Metadata *response.ResponseMetadata

	Backups []*BackupForDescribeBackupsOutput `type:"list" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// 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" json:",omitempty"`

	Context *string `type:"string" json:",omitempty"`

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

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

	ResultSorter *string `type:"string" json:",omitempty"`

	// StartTime is a required field
	StartTime *string `type:"string" json:",omitempty" 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) SetResultSorter added in v1.0.185

SetResultSorter sets the ResultSorter 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" json:",omitempty"`

	Context *string `type:"string" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// 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" json:",omitempty" 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" json:",omitempty"`

	CrossBackupRegion *string `type:"string" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	LogBackupEnabled *bool `type:"boolean" json:",omitempty"`

	Retention *int32 `type:"int32" json:",omitempty"`
	// 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 DescribeCrossRegionBackupDBInstancesInput added in v1.0.185

type DescribeCrossRegionBackupDBInstancesInput struct {
	EnableAfterTime *string `type:"string" json:",omitempty"`

	EnableBeforeTime *string `type:"string" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	InstanceName *string `type:"string" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeCrossRegionBackupDBInstancesInput) GoString added in v1.0.185

GoString returns the string representation

func (*DescribeCrossRegionBackupDBInstancesInput) SetEnableAfterTime added in v1.0.185

SetEnableAfterTime sets the EnableAfterTime field's value.

func (*DescribeCrossRegionBackupDBInstancesInput) SetEnableBeforeTime added in v1.0.185

SetEnableBeforeTime sets the EnableBeforeTime field's value.

func (*DescribeCrossRegionBackupDBInstancesInput) SetInstanceId added in v1.0.185

SetInstanceId sets the InstanceId field's value.

func (*DescribeCrossRegionBackupDBInstancesInput) SetInstanceName added in v1.0.185

SetInstanceName sets the InstanceName field's value.

func (*DescribeCrossRegionBackupDBInstancesInput) SetPageNumber added in v1.0.185

SetPageNumber sets the PageNumber field's value.

func (*DescribeCrossRegionBackupDBInstancesInput) SetPageSize added in v1.0.185

SetPageSize sets the PageSize field's value.

func (*DescribeCrossRegionBackupDBInstancesInput) SetProjectName added in v1.0.185

SetProjectName sets the ProjectName field's value.

func (DescribeCrossRegionBackupDBInstancesInput) String added in v1.0.185

String returns the string representation

type DescribeCrossRegionBackupDBInstancesOutput added in v1.0.185

type DescribeCrossRegionBackupDBInstancesOutput struct {
	Metadata *response.ResponseMetadata

	Datas []*DataForDescribeCrossRegionBackupDBInstancesOutput `type:"list" json:",omitempty"`

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

func (DescribeCrossRegionBackupDBInstancesOutput) GoString added in v1.0.185

GoString returns the string representation

func (*DescribeCrossRegionBackupDBInstancesOutput) SetDatas added in v1.0.185

SetDatas sets the Datas field's value.

func (*DescribeCrossRegionBackupDBInstancesOutput) SetTotal added in v1.0.185

SetTotal sets the Total field's value.

func (DescribeCrossRegionBackupDBInstancesOutput) String added in v1.0.185

String returns the string representation

type DescribeDBAccountsInput

type DescribeDBAccountsInput struct {
	AccountName *string `type:"string" json:",omitempty"`

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

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`
	// 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" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// 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 DescribeDBBlueGreenDifferencesInput added in v1.2.21

type DescribeDBBlueGreenDifferencesInput struct {
	GreenEndpoints []*GreenEndpointForDescribeDBBlueGreenDifferencesInput `type:"list" json:",omitempty"`

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

func (DescribeDBBlueGreenDifferencesInput) GoString added in v1.2.21

GoString returns the string representation

func (*DescribeDBBlueGreenDifferencesInput) SetGreenEndpoints added in v1.2.21

SetGreenEndpoints sets the GreenEndpoints field's value.

func (*DescribeDBBlueGreenDifferencesInput) SetInstanceId added in v1.2.21

SetInstanceId sets the InstanceId field's value.

func (DescribeDBBlueGreenDifferencesInput) String added in v1.2.21

String returns the string representation

func (*DescribeDBBlueGreenDifferencesInput) Validate added in v1.2.21

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

type DescribeDBBlueGreenDifferencesOutput added in v1.2.21

type DescribeDBBlueGreenDifferencesOutput struct {
	Metadata *response.ResponseMetadata

	BlueInfoDifference *BlueInfoDifferenceForDescribeDBBlueGreenDifferencesOutput `type:"structure" json:",omitempty"`

	GreenInfoDifference *GreenInfoDifferenceForDescribeDBBlueGreenDifferencesOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeDBBlueGreenDifferencesOutput) GoString added in v1.2.21

GoString returns the string representation

func (*DescribeDBBlueGreenDifferencesOutput) SetBlueInfoDifference added in v1.2.21

SetBlueInfoDifference sets the BlueInfoDifference field's value.

func (*DescribeDBBlueGreenDifferencesOutput) SetGreenInfoDifference added in v1.2.21

SetGreenInfoDifference sets the GreenInfoDifference field's value.

func (DescribeDBBlueGreenDifferencesOutput) String added in v1.2.21

String returns the string representation

type DescribeDBBlueGreenInstanceInput added in v1.2.21

type DescribeDBBlueGreenInstanceInput struct {

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

func (DescribeDBBlueGreenInstanceInput) GoString added in v1.2.21

GoString returns the string representation

func (*DescribeDBBlueGreenInstanceInput) SetInstanceId added in v1.2.21

SetInstanceId sets the InstanceId field's value.

func (DescribeDBBlueGreenInstanceInput) String added in v1.2.21

String returns the string representation

func (*DescribeDBBlueGreenInstanceInput) Validate added in v1.2.21

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

type DescribeDBBlueGreenInstanceOutput added in v1.2.21

type DescribeDBBlueGreenInstanceOutput struct {
	Metadata *response.ResponseMetadata

	BlueInstance *BlueInstanceForDescribeDBBlueGreenInstanceOutput `type:"structure" json:",omitempty"`

	GreenInstance *GreenInstanceForDescribeDBBlueGreenInstanceOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeDBBlueGreenInstanceOutput) GoString added in v1.2.21

GoString returns the string representation

func (*DescribeDBBlueGreenInstanceOutput) SetBlueInstance added in v1.2.21

SetBlueInstance sets the BlueInstance field's value.

func (*DescribeDBBlueGreenInstanceOutput) SetGreenInstance added in v1.2.21

SetGreenInstance sets the GreenInstance field's value.

func (DescribeDBBlueGreenInstanceOutput) String added in v1.2.21

String returns the string representation

type DescribeDBDisasterRecoveryInstancesInput added in v1.1.35

type DescribeDBDisasterRecoveryInstancesInput struct {

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

func (DescribeDBDisasterRecoveryInstancesInput) GoString added in v1.1.35

GoString returns the string representation

func (*DescribeDBDisasterRecoveryInstancesInput) SetInstanceId added in v1.1.35

SetInstanceId sets the InstanceId field's value.

func (DescribeDBDisasterRecoveryInstancesInput) String added in v1.1.35

String returns the string representation

func (*DescribeDBDisasterRecoveryInstancesInput) Validate added in v1.1.35

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

type DescribeDBDisasterRecoveryInstancesOutput added in v1.1.35

type DescribeDBDisasterRecoveryInstancesOutput struct {
	Metadata *response.ResponseMetadata

	DisasterRecoveryInstances []*DisasterRecoveryInstanceForDescribeDBDisasterRecoveryInstancesOutput `type:"list" json:",omitempty"`

	DrDtsTaskId *string `type:"string" json:",omitempty"`

	DrDtsTaskName *string `type:"string" json:",omitempty"`

	DrDtsTaskStatus *string `type:"string" json:",omitempty"`

	DrSecondsBehindMaster *int32 `type:"int32" json:",omitempty"`

	MasterInstanceId *string `type:"string" json:",omitempty"`

	MasterInstanceName *string `type:"string" json:",omitempty"`

	MasterRegion *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeDBDisasterRecoveryInstancesOutput) GoString added in v1.1.35

GoString returns the string representation

func (*DescribeDBDisasterRecoveryInstancesOutput) SetDisasterRecoveryInstances added in v1.1.35

SetDisasterRecoveryInstances sets the DisasterRecoveryInstances field's value.

func (*DescribeDBDisasterRecoveryInstancesOutput) SetDrDtsTaskId added in v1.1.35

SetDrDtsTaskId sets the DrDtsTaskId field's value.

func (*DescribeDBDisasterRecoveryInstancesOutput) SetDrDtsTaskName added in v1.1.35

SetDrDtsTaskName sets the DrDtsTaskName field's value.

func (*DescribeDBDisasterRecoveryInstancesOutput) SetDrDtsTaskStatus added in v1.1.35

SetDrDtsTaskStatus sets the DrDtsTaskStatus field's value.

func (*DescribeDBDisasterRecoveryInstancesOutput) SetDrSecondsBehindMaster added in v1.1.35

SetDrSecondsBehindMaster sets the DrSecondsBehindMaster field's value.

func (*DescribeDBDisasterRecoveryInstancesOutput) SetMasterInstanceId added in v1.1.35

SetMasterInstanceId sets the MasterInstanceId field's value.

func (*DescribeDBDisasterRecoveryInstancesOutput) SetMasterInstanceName added in v1.1.35

SetMasterInstanceName sets the MasterInstanceName field's value.

func (*DescribeDBDisasterRecoveryInstancesOutput) SetMasterRegion added in v1.1.35

SetMasterRegion sets the MasterRegion field's value.

func (DescribeDBDisasterRecoveryInstancesOutput) String added in v1.1.35

String returns the string representation

type DescribeDBInstanceAttributeInput added in v1.1.35

type DescribeDBInstanceAttributeInput struct {

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

func (DescribeDBInstanceAttributeInput) GoString added in v1.1.35

GoString returns the string representation

func (*DescribeDBInstanceAttributeInput) SetInstanceId added in v1.1.35

SetInstanceId sets the InstanceId field's value.

func (DescribeDBInstanceAttributeInput) String added in v1.1.35

String returns the string representation

func (*DescribeDBInstanceAttributeInput) Validate added in v1.1.35

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

type DescribeDBInstanceAttributeOutput added in v1.1.35

type DescribeDBInstanceAttributeOutput struct {
	Metadata *response.ResponseMetadata

	DBInstanceAttribute *DBInstanceAttributeForDescribeDBInstanceAttributeOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeDBInstanceAttributeOutput) GoString added in v1.1.35

GoString returns the string representation

func (*DescribeDBInstanceAttributeOutput) SetDBInstanceAttribute added in v1.1.35

SetDBInstanceAttribute sets the DBInstanceAttribute field's value.

func (DescribeDBInstanceAttributeOutput) String added in v1.1.35

String returns the string representation

type DescribeDBInstanceChargeDetailInput added in v1.1.35

type DescribeDBInstanceChargeDetailInput struct {

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

func (DescribeDBInstanceChargeDetailInput) GoString added in v1.1.35

GoString returns the string representation

func (*DescribeDBInstanceChargeDetailInput) SetInstanceId added in v1.1.35

SetInstanceId sets the InstanceId field's value.

func (DescribeDBInstanceChargeDetailInput) String added in v1.1.35

String returns the string representation

func (*DescribeDBInstanceChargeDetailInput) Validate added in v1.1.35

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

type DescribeDBInstanceChargeDetailOutput added in v1.1.35

type DescribeDBInstanceChargeDetailOutput struct {
	Metadata *response.ResponseMetadata

	ChargeDetail *ChargeDetailForDescribeDBInstanceChargeDetailOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeDBInstanceChargeDetailOutput) GoString added in v1.1.35

GoString returns the string representation

func (*DescribeDBInstanceChargeDetailOutput) SetChargeDetail added in v1.1.35

SetChargeDetail sets the ChargeDetail field's value.

func (DescribeDBInstanceChargeDetailOutput) String added in v1.1.35

String returns the string representation

type DescribeDBInstanceDetailInput

type DescribeDBInstanceDetailInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" 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" json:",omitempty"`

	ChargeDetail *ChargeDetailForDescribeDBInstanceDetailOutput `type:"structure" json:",omitempty"`

	DisasterRecoveryInstances []*DisasterRecoveryInstanceForDescribeDBInstanceDetailOutput `type:"list" json:",omitempty"`

	Endpoints []*EndpointForDescribeDBInstanceDetailOutput `type:"list" json:",omitempty"`

	Nodes []*NodeForDescribeDBInstanceDetailOutput `type:"list" json:",omitempty"`

	ProxyDetail *ProxyDetailForDescribeDBInstanceDetailOutput `type:"structure" json:",omitempty"`
	// 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) SetDisasterRecoveryInstances added in v1.1.18

SetDisasterRecoveryInstances sets the DisasterRecoveryInstances 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) SetProxyDetail added in v1.0.185

SetProxyDetail sets the ProxyDetail field's value.

func (DescribeDBInstanceDetailOutput) String

String returns the string representation

type DescribeDBInstanceEndpointsInput added in v1.1.35

type DescribeDBInstanceEndpointsInput struct {

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

func (DescribeDBInstanceEndpointsInput) GoString added in v1.1.35

GoString returns the string representation

func (*DescribeDBInstanceEndpointsInput) SetInstanceId added in v1.1.35

SetInstanceId sets the InstanceId field's value.

func (DescribeDBInstanceEndpointsInput) String added in v1.1.35

String returns the string representation

func (*DescribeDBInstanceEndpointsInput) Validate added in v1.1.35

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

type DescribeDBInstanceEndpointsOutput added in v1.1.35

type DescribeDBInstanceEndpointsOutput struct {
	Metadata *response.ResponseMetadata

	Endpoints []*EndpointForDescribeDBInstanceEndpointsOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeDBInstanceEndpointsOutput) GoString added in v1.1.35

GoString returns the string representation

func (*DescribeDBInstanceEndpointsOutput) SetEndpoints added in v1.1.35

SetEndpoints sets the Endpoints field's value.

func (DescribeDBInstanceEndpointsOutput) String added in v1.1.35

String returns the string representation

type DescribeDBInstanceEngineMinorVersionsInput added in v1.0.185

type DescribeDBInstanceEngineMinorVersionsInput struct {
	InstanceId *string `type:"string" json:",omitempty"`

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

func (DescribeDBInstanceEngineMinorVersionsInput) GoString added in v1.0.185

GoString returns the string representation

func (*DescribeDBInstanceEngineMinorVersionsInput) SetInstanceId added in v1.0.185

SetInstanceId sets the InstanceId field's value.

func (*DescribeDBInstanceEngineMinorVersionsInput) SetInstanceIds added in v1.0.185

SetInstanceIds sets the InstanceIds field's value.

func (DescribeDBInstanceEngineMinorVersionsInput) String added in v1.0.185

String returns the string representation

type DescribeDBInstanceEngineMinorVersionsOutput added in v1.0.185

type DescribeDBInstanceEngineMinorVersionsOutput struct {
	Metadata *response.ResponseMetadata

	KernelVersions []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeDBInstanceEngineMinorVersionsOutput) GoString added in v1.0.185

GoString returns the string representation

func (*DescribeDBInstanceEngineMinorVersionsOutput) SetKernelVersions added in v1.0.185

SetKernelVersions sets the KernelVersions field's value.

func (DescribeDBInstanceEngineMinorVersionsOutput) String added in v1.0.185

String returns the string representation

type DescribeDBInstanceHAConfigInput added in v1.1.35

type DescribeDBInstanceHAConfigInput struct {

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

func (DescribeDBInstanceHAConfigInput) GoString added in v1.1.35

GoString returns the string representation

func (*DescribeDBInstanceHAConfigInput) SetInstanceId added in v1.1.35

SetInstanceId sets the InstanceId field's value.

func (DescribeDBInstanceHAConfigInput) String added in v1.1.35

String returns the string representation

func (*DescribeDBInstanceHAConfigInput) Validate added in v1.1.35

func (s *DescribeDBInstanceHAConfigInput) Validate() error

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

type DescribeDBInstanceHAConfigOutput added in v1.1.35

type DescribeDBInstanceHAConfigOutput struct {
	Metadata *response.ResponseMetadata

	AutoStorageScalingConfig *AutoStorageScalingConfigForDescribeDBInstanceHAConfigOutput `type:"structure" json:",omitempty"`

	DataSyncMode *string `type:"string" json:",omitempty"`

	Nodes []*NodeForDescribeDBInstanceHAConfigOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeDBInstanceHAConfigOutput) GoString added in v1.1.35

GoString returns the string representation

func (*DescribeDBInstanceHAConfigOutput) SetAutoStorageScalingConfig added in v1.2.21

SetAutoStorageScalingConfig sets the AutoStorageScalingConfig field's value.

func (*DescribeDBInstanceHAConfigOutput) SetDataSyncMode added in v1.1.35

SetDataSyncMode sets the DataSyncMode field's value.

func (*DescribeDBInstanceHAConfigOutput) SetNodes added in v1.1.35

SetNodes sets the Nodes field's value.

func (DescribeDBInstanceHAConfigOutput) String added in v1.1.35

String returns the string representation

type DescribeDBInstanceNodesInput added in v1.1.18

type DescribeDBInstanceNodesInput struct {

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

func (DescribeDBInstanceNodesInput) GoString added in v1.1.18

func (s DescribeDBInstanceNodesInput) GoString() string

GoString returns the string representation

func (*DescribeDBInstanceNodesInput) SetInstanceId added in v1.1.18

SetInstanceId sets the InstanceId field's value.

func (DescribeDBInstanceNodesInput) String added in v1.1.18

String returns the string representation

func (*DescribeDBInstanceNodesInput) Validate added in v1.1.18

func (s *DescribeDBInstanceNodesInput) Validate() error

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

type DescribeDBInstanceNodesOutput added in v1.1.18

type DescribeDBInstanceNodesOutput struct {
	Metadata *response.ResponseMetadata

	NodeInfos []*NodeInfoForDescribeDBInstanceNodesOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeDBInstanceNodesOutput) GoString added in v1.1.18

GoString returns the string representation

func (*DescribeDBInstanceNodesOutput) SetNodeInfos added in v1.1.18

SetNodeInfos sets the NodeInfos field's value.

func (DescribeDBInstanceNodesOutput) String added in v1.1.18

String returns the string representation

type DescribeDBInstanceParametersInput

type DescribeDBInstanceParametersInput struct {

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

	NodeId *string `type:"string" json:",omitempty"`

	ParameterName *string `type:"string" json:",omitempty"`
	// 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) SetNodeId added in v1.0.150

SetNodeId sets the NodeId 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" json:",omitempty" required:"true"`

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

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	// StartTime is a required field
	StartTime *string `type:"string" json:",omitempty" 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) SetPageNumber added in v1.0.93

SetPageNumber sets the PageNumber field's value.

func (*DescribeDBInstanceParametersLogInput) SetPageSize added in v1.0.93

SetPageSize sets the PageSize 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" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// 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" json:",omitempty"`

	DBEngineVersion *string `type:"string" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	ParameterCount *int32 `type:"int32" json:",omitempty"`

	Parameters []*ParameterForDescribeDBInstanceParametersOutput `type:"list" json:",omitempty"`
	// 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" json:",omitempty" required:"true"`

	NodeInfo []*NodeInfoForDescribeDBInstancePriceDetailInput `type:"list" json:",omitempty"`

	Number *int32 `type:"int32" json:",omitempty"`

	Period *int32 `type:"int32" json:",omitempty"`

	PeriodUnit *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	ProxyNodeCustom *ProxyNodeCustomForDescribeDBInstancePriceDetailInput `type:"structure" json:",omitempty"`

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

	// StorageType is a required field
	StorageType *string `type:"string" json:",omitempty" 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) SetProjectName added in v1.0.185

SetProjectName sets the ProjectName field's value.

func (*DescribeDBInstancePriceDetailInput) SetProxyNodeCustom added in v1.1.18

SetProxyNodeCustom sets the ProxyNodeCustom 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

	DescribeDBInstancePriceDetailStr *DescribeDBInstancePriceDetailStrForDescribeDBInstancePriceDetailOutput `type:"structure" json:",omitempty"`

	HidePriceInfo *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeDBInstancePriceDetailOutput) GoString

GoString returns the string representation

func (*DescribeDBInstancePriceDetailOutput) SetDescribeDBInstancePriceDetailStr added in v1.1.18

SetDescribeDBInstancePriceDetailStr sets the DescribeDBInstancePriceDetailStr field's value.

func (*DescribeDBInstancePriceDetailOutput) SetHidePriceInfo added in v1.1.35

SetHidePriceInfo sets the HidePriceInfo field's value.

func (DescribeDBInstancePriceDetailOutput) String

String returns the string representation

type DescribeDBInstancePriceDetailStrForDescribeDBInstancePriceDetailOutput added in v1.1.18

type DescribeDBInstancePriceDetailStrForDescribeDBInstancePriceDetailOutput struct {
	BillingMethod *string `type:"string" json:",omitempty"`

	ChargeItemPrices []*ChargeItemPriceForDescribeDBInstancePriceDetailOutput `type:"list" json:",omitempty"`

	CouponAmount *string `type:"string" json:",omitempty"`

	Currency *string `type:"string" json:",omitempty"`

	DiscountPrice *string `type:"string" json:",omitempty"`

	OriginalPrice *string `type:"string" json:",omitempty"`

	PayablePrice *string `type:"string" json:",omitempty"`

	Quantity *int32 `type:"int32" json:",omitempty"`

	RefundAmount *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeDBInstancePriceDetailStrForDescribeDBInstancePriceDetailOutput) GoString added in v1.1.18

GoString returns the string representation

func (*DescribeDBInstancePriceDetailStrForDescribeDBInstancePriceDetailOutput) SetBillingMethod added in v1.1.18

SetBillingMethod sets the BillingMethod field's value.

func (*DescribeDBInstancePriceDetailStrForDescribeDBInstancePriceDetailOutput) SetChargeItemPrices added in v1.1.18

SetChargeItemPrices sets the ChargeItemPrices field's value.

func (*DescribeDBInstancePriceDetailStrForDescribeDBInstancePriceDetailOutput) SetCouponAmount added in v1.1.18

SetCouponAmount sets the CouponAmount field's value.

func (*DescribeDBInstancePriceDetailStrForDescribeDBInstancePriceDetailOutput) SetCurrency added in v1.1.18

SetCurrency sets the Currency field's value.

func (*DescribeDBInstancePriceDetailStrForDescribeDBInstancePriceDetailOutput) SetDiscountPrice added in v1.1.18

SetDiscountPrice sets the DiscountPrice field's value.

func (*DescribeDBInstancePriceDetailStrForDescribeDBInstancePriceDetailOutput) SetOriginalPrice added in v1.1.18

SetOriginalPrice sets the OriginalPrice field's value.

func (*DescribeDBInstancePriceDetailStrForDescribeDBInstancePriceDetailOutput) SetPayablePrice added in v1.1.18

SetPayablePrice sets the PayablePrice field's value.

func (*DescribeDBInstancePriceDetailStrForDescribeDBInstancePriceDetailOutput) SetQuantity added in v1.1.18

SetQuantity sets the Quantity field's value.

func (*DescribeDBInstancePriceDetailStrForDescribeDBInstancePriceDetailOutput) SetRefundAmount added in v1.1.18

SetRefundAmount sets the RefundAmount field's value.

func (DescribeDBInstancePriceDetailStrForDescribeDBInstancePriceDetailOutput) String added in v1.1.18

String returns the string representation

type DescribeDBInstancePriceDetailStrForDescribeDBProxyPriceDetailOutput added in v1.1.18

type DescribeDBInstancePriceDetailStrForDescribeDBProxyPriceDetailOutput struct {
	BillingMethod *string `type:"string" json:",omitempty"`

	ChargeItemPrices []*ConvertChargeItemPriceForDescribeDBProxyPriceDetailOutput `type:"list" json:",omitempty"`

	CouponAmount *string `type:"string" json:",omitempty"`

	Currency *string `type:"string" json:",omitempty"`

	DiscountPrice *string `type:"string" json:",omitempty"`

	OriginalPrice *string `type:"string" json:",omitempty"`

	PayablePrice *string `type:"string" json:",omitempty"`

	Quantity *int32 `type:"int32" json:",omitempty"`

	RefundAmount *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeDBInstancePriceDetailStrForDescribeDBProxyPriceDetailOutput) GoString added in v1.1.18

GoString returns the string representation

func (*DescribeDBInstancePriceDetailStrForDescribeDBProxyPriceDetailOutput) SetBillingMethod added in v1.1.18

SetBillingMethod sets the BillingMethod field's value.

func (*DescribeDBInstancePriceDetailStrForDescribeDBProxyPriceDetailOutput) SetChargeItemPrices added in v1.1.18

SetChargeItemPrices sets the ChargeItemPrices field's value.

func (*DescribeDBInstancePriceDetailStrForDescribeDBProxyPriceDetailOutput) SetCouponAmount added in v1.1.18

SetCouponAmount sets the CouponAmount field's value.

func (*DescribeDBInstancePriceDetailStrForDescribeDBProxyPriceDetailOutput) SetCurrency added in v1.1.18

SetCurrency sets the Currency field's value.

func (*DescribeDBInstancePriceDetailStrForDescribeDBProxyPriceDetailOutput) SetDiscountPrice added in v1.1.18

SetDiscountPrice sets the DiscountPrice field's value.

func (*DescribeDBInstancePriceDetailStrForDescribeDBProxyPriceDetailOutput) SetOriginalPrice added in v1.1.18

SetOriginalPrice sets the OriginalPrice field's value.

func (*DescribeDBInstancePriceDetailStrForDescribeDBProxyPriceDetailOutput) SetPayablePrice added in v1.1.18

SetPayablePrice sets the PayablePrice field's value.

func (*DescribeDBInstancePriceDetailStrForDescribeDBProxyPriceDetailOutput) SetQuantity added in v1.1.18

SetQuantity sets the Quantity field's value.

func (*DescribeDBInstancePriceDetailStrForDescribeDBProxyPriceDetailOutput) SetRefundAmount added in v1.1.18

SetRefundAmount sets the RefundAmount field's value.

func (DescribeDBInstancePriceDetailStrForDescribeDBProxyPriceDetailOutput) String added in v1.1.18

String returns the string representation

type DescribeDBInstanceSSLInput

type DescribeDBInstanceSSLInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" 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

	Address *string `type:"string" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	IsValid *bool `type:"boolean" json:",omitempty"`

	SSLEnable *bool `type:"boolean" json:",omitempty"`

	SSLExpireTime *string `type:"string" json:",omitempty"`

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

func (DescribeDBInstanceSSLOutput) GoString

func (s DescribeDBInstanceSSLOutput) GoString() string

GoString returns the string representation

func (*DescribeDBInstanceSSLOutput) SetAddress added in v1.0.150

SetAddress sets the Address field's value.

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" json:",omitempty"`

	InstanceType *string `type:"string" json:",omitempty"`

	SpecCode *string `type:"string" json:",omitempty"`

	SpecFamily *string `type:"string" json:",omitempty"`

	StorageType *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// 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) SetSpecFamily added in v1.1.18

SetSpecFamily sets the SpecFamily field's value.

func (*DescribeDBInstanceSpecsInput) SetStorageType added in v1.1.18

SetStorageType sets the StorageType 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" json:",omitempty"`
	// 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" json:",omitempty" 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" json:",omitempty"`
	// 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" json:",omitempty"`

	CreateTimeEnd *string `type:"string" json:",omitempty"`

	CreateTimeStart *string `type:"string" json:",omitempty"`

	DBEngineVersion *string `type:"string" json:",omitempty"`

	EngineType *string `type:"string" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	InstanceName *string `type:"string" json:",omitempty"`

	InstanceStatus *string `type:"string" json:",omitempty"`

	InstanceType *string `type:"string" json:",omitempty"`

	KernelVersion []*string `type:"list" json:",omitempty"`

	NodeSpec *string `type:"string" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	PrivateNetworkIpAddress *string `type:"string" json:",omitempty"`

	PrivateNetworkVpcId *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	StorageType *string `type:"string" json:",omitempty"`

	TagFilters []*TagFilterForDescribeDBInstancesInput `type:"list" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// 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) SetEngineType added in v1.1.54

SetEngineType sets the EngineType 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) SetInstanceType

SetInstanceType sets the InstanceType field's value.

func (*DescribeDBInstancesInput) SetKernelVersion added in v1.0.185

func (s *DescribeDBInstancesInput) SetKernelVersion(v []*string) *DescribeDBInstancesInput

SetKernelVersion sets the KernelVersion field's value.

func (*DescribeDBInstancesInput) SetNodeSpec

SetNodeSpec sets the NodeSpec 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) SetPrivateNetworkIpAddress added in v1.0.185

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

SetPrivateNetworkIpAddress sets the PrivateNetworkIpAddress field's value.

func (*DescribeDBInstancesInput) SetPrivateNetworkVpcId added in v1.0.185

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

SetPrivateNetworkVpcId sets the PrivateNetworkVpcId field's value.

func (*DescribeDBInstancesInput) SetProjectName added in v1.0.56

SetProjectName sets the ProjectName field's value.

func (*DescribeDBInstancesInput) SetStorageType added in v1.1.18

SetStorageType sets the StorageType field's value.

func (*DescribeDBInstancesInput) SetTagFilters added in v1.0.93

SetTagFilters sets the TagFilters 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" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// 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 DescribeDBNodeParameterDifferencesInput added in v1.1.18

type DescribeDBNodeParameterDifferencesInput struct {

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

func (DescribeDBNodeParameterDifferencesInput) GoString added in v1.1.18

GoString returns the string representation

func (*DescribeDBNodeParameterDifferencesInput) SetInstanceId added in v1.1.18

SetInstanceId sets the InstanceId field's value.

func (DescribeDBNodeParameterDifferencesInput) String added in v1.1.18

String returns the string representation

func (*DescribeDBNodeParameterDifferencesInput) Validate added in v1.1.18

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

type DescribeDBNodeParameterDifferencesOutput added in v1.1.18

type DescribeDBNodeParameterDifferencesOutput struct {
	Metadata *response.ResponseMetadata

	NodeDifferentParameters []*NodeDifferentParameterForDescribeDBNodeParameterDifferencesOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeDBNodeParameterDifferencesOutput) GoString added in v1.1.18

GoString returns the string representation

func (*DescribeDBNodeParameterDifferencesOutput) SetNodeDifferentParameters added in v1.1.18

SetNodeDifferentParameters sets the NodeDifferentParameters field's value.

func (DescribeDBNodeParameterDifferencesOutput) String added in v1.1.18

String returns the string representation

type DescribeDBProxyConfigInput added in v1.0.93

type DescribeDBProxyConfigInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" 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" json:",omitempty"`

	CheckModifyDBProxyAllowed *CheckModifyDBProxyAllowedForDescribeDBProxyConfigOutput `type:"structure" json:",omitempty"`

	CheckModifyDBProxyAllowedV2 []*CheckModifyDBProxyAllowedV2ForDescribeDBProxyConfigOutput `type:"list" json:",omitempty"`

	ConnectionPoolType *string `type:"string" json:",omitempty"`

	DBProxyStatus *string `type:"string" json:",omitempty"`

	FeatureStates []*FeatureStateForDescribeDBProxyConfigOutput `type:"list" json:",omitempty"`

	GlobalReadOnly *bool `type:"boolean" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	ProxyResourceInfo *ProxyResourceInfoForDescribeDBProxyConfigOutput `type:"structure" json:",omitempty"`
	// 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) SetCheckModifyDBProxyAllowedV2 added in v1.0.185

SetCheckModifyDBProxyAllowedV2 sets the CheckModifyDBProxyAllowedV2 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) SetProxyResourceInfo added in v1.0.185

SetProxyResourceInfo sets the ProxyResourceInfo field's value.

func (DescribeDBProxyConfigOutput) String added in v1.0.93

String returns the string representation

type DescribeDBProxyInput added in v1.1.35

type DescribeDBProxyInput struct {

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

func (DescribeDBProxyInput) GoString added in v1.1.35

func (s DescribeDBProxyInput) GoString() string

GoString returns the string representation

func (*DescribeDBProxyInput) SetInstanceId added in v1.1.35

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

SetInstanceId sets the InstanceId field's value.

func (DescribeDBProxyInput) String added in v1.1.35

func (s DescribeDBProxyInput) String() string

String returns the string representation

func (*DescribeDBProxyInput) Validate added in v1.1.35

func (s *DescribeDBProxyInput) Validate() error

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

type DescribeDBProxyOutput added in v1.1.35

type DescribeDBProxyOutput struct {
	Metadata *response.ResponseMetadata

	ProxyDetail *ProxyDetailForDescribeDBProxyOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeDBProxyOutput) GoString added in v1.1.35

func (s DescribeDBProxyOutput) GoString() string

GoString returns the string representation

func (*DescribeDBProxyOutput) SetProxyDetail added in v1.1.35

SetProxyDetail sets the ProxyDetail field's value.

func (DescribeDBProxyOutput) String added in v1.1.35

func (s DescribeDBProxyOutput) String() string

String returns the string representation

type DescribeDBProxyPriceDetailInput added in v1.1.18

type DescribeDBProxyPriceDetailInput struct {

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

	ProjectName *string `type:"string" json:",omitempty"`

	ProxyNodeCustom *ProxyNodeCustomForDescribeDBProxyPriceDetailInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeDBProxyPriceDetailInput) GoString added in v1.1.18

GoString returns the string representation

func (*DescribeDBProxyPriceDetailInput) SetInstanceId added in v1.1.18

SetInstanceId sets the InstanceId field's value.

func (*DescribeDBProxyPriceDetailInput) SetProjectName added in v1.1.18

SetProjectName sets the ProjectName field's value.

func (*DescribeDBProxyPriceDetailInput) SetProxyNodeCustom added in v1.1.18

SetProxyNodeCustom sets the ProxyNodeCustom field's value.

func (DescribeDBProxyPriceDetailInput) String added in v1.1.18

String returns the string representation

func (*DescribeDBProxyPriceDetailInput) Validate added in v1.1.18

func (s *DescribeDBProxyPriceDetailInput) Validate() error

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

type DescribeDBProxyPriceDetailOutput added in v1.1.18

type DescribeDBProxyPriceDetailOutput struct {
	Metadata *response.ResponseMetadata

	BillingMethod *string `type:"string" json:",omitempty"`

	ChargeItemPrices []*ChargeItemPriceForDescribeDBProxyPriceDetailOutput `type:"list" json:",omitempty"`

	Currency *string `type:"string" json:",omitempty"`

	DescribeDBInstancePriceDetailStr *DescribeDBInstancePriceDetailStrForDescribeDBProxyPriceDetailOutput `type:"structure" json:",omitempty"`

	DescribeDBProxyPriceDetailStr *DescribeDBProxyPriceDetailStrForDescribeDBProxyPriceDetailOutput `type:"structure" json:",omitempty"`

	DiscountPrice *float64 `type:"double" json:",omitempty"`

	HidePriceInfo *bool `type:"boolean" json:",omitempty"`

	OriginalPrice *float64 `type:"double" json:",omitempty"`

	PayablePrice *float64 `type:"double" json:",omitempty"`

	Quantity *int32 `type:"int32" json:",omitempty"`

	RefundAmount *float64 `type:"float" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeDBProxyPriceDetailOutput) GoString added in v1.1.18

GoString returns the string representation

func (*DescribeDBProxyPriceDetailOutput) SetBillingMethod added in v1.1.18

SetBillingMethod sets the BillingMethod field's value.

func (*DescribeDBProxyPriceDetailOutput) SetChargeItemPrices added in v1.1.18

SetChargeItemPrices sets the ChargeItemPrices field's value.

func (*DescribeDBProxyPriceDetailOutput) SetCurrency added in v1.1.18

SetCurrency sets the Currency field's value.

func (*DescribeDBProxyPriceDetailOutput) SetDescribeDBInstancePriceDetailStr added in v1.1.18

SetDescribeDBInstancePriceDetailStr sets the DescribeDBInstancePriceDetailStr field's value.

func (*DescribeDBProxyPriceDetailOutput) SetDescribeDBProxyPriceDetailStr added in v1.1.18

SetDescribeDBProxyPriceDetailStr sets the DescribeDBProxyPriceDetailStr field's value.

func (*DescribeDBProxyPriceDetailOutput) SetDiscountPrice added in v1.1.18

SetDiscountPrice sets the DiscountPrice field's value.

func (*DescribeDBProxyPriceDetailOutput) SetHidePriceInfo added in v1.1.35

SetHidePriceInfo sets the HidePriceInfo field's value.

func (*DescribeDBProxyPriceDetailOutput) SetOriginalPrice added in v1.1.18

SetOriginalPrice sets the OriginalPrice field's value.

func (*DescribeDBProxyPriceDetailOutput) SetPayablePrice added in v1.1.18

SetPayablePrice sets the PayablePrice field's value.

func (*DescribeDBProxyPriceDetailOutput) SetQuantity added in v1.1.18

SetQuantity sets the Quantity field's value.

func (*DescribeDBProxyPriceDetailOutput) SetRefundAmount added in v1.1.18

SetRefundAmount sets the RefundAmount field's value.

func (DescribeDBProxyPriceDetailOutput) String added in v1.1.18

String returns the string representation

type DescribeDBProxyPriceDetailStrForDescribeDBProxyPriceDetailOutput added in v1.1.18

type DescribeDBProxyPriceDetailStrForDescribeDBProxyPriceDetailOutput struct {
	ChargeItemPrices []*ConvertChargeItemPriceForDescribeDBProxyPriceDetailOutput `type:"list" json:",omitempty"`

	CouponAmount *string `type:"string" json:",omitempty"`

	Currency *string `type:"string" json:",omitempty"`

	DiscountPrice *string `type:"string" json:",omitempty"`

	OriginalPrice *string `type:"string" json:",omitempty"`

	PayablePrice *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeDBProxyPriceDetailStrForDescribeDBProxyPriceDetailOutput) GoString added in v1.1.18

GoString returns the string representation

func (*DescribeDBProxyPriceDetailStrForDescribeDBProxyPriceDetailOutput) SetChargeItemPrices added in v1.1.18

SetChargeItemPrices sets the ChargeItemPrices field's value.

func (*DescribeDBProxyPriceDetailStrForDescribeDBProxyPriceDetailOutput) SetCouponAmount added in v1.1.18

SetCouponAmount sets the CouponAmount field's value.

func (*DescribeDBProxyPriceDetailStrForDescribeDBProxyPriceDetailOutput) SetCurrency added in v1.1.18

SetCurrency sets the Currency field's value.

func (*DescribeDBProxyPriceDetailStrForDescribeDBProxyPriceDetailOutput) SetDiscountPrice added in v1.1.18

SetDiscountPrice sets the DiscountPrice field's value.

func (*DescribeDBProxyPriceDetailStrForDescribeDBProxyPriceDetailOutput) SetOriginalPrice added in v1.1.18

SetOriginalPrice sets the OriginalPrice field's value.

func (*DescribeDBProxyPriceDetailStrForDescribeDBProxyPriceDetailOutput) SetPayablePrice added in v1.1.18

SetPayablePrice sets the PayablePrice field's value.

func (DescribeDBProxyPriceDetailStrForDescribeDBProxyPriceDetailOutput) String added in v1.1.18

String returns the string representation

type DescribeDBSwitchBlueGreenPrecheckInput added in v1.2.21

type DescribeDBSwitchBlueGreenPrecheckInput struct {
	BeginTime *string `type:"string" json:",omitempty"`

	EventId *string `type:"string" json:",omitempty"`

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

func (DescribeDBSwitchBlueGreenPrecheckInput) GoString added in v1.2.21

GoString returns the string representation

func (*DescribeDBSwitchBlueGreenPrecheckInput) SetBeginTime added in v1.2.21

SetBeginTime sets the BeginTime field's value.

func (*DescribeDBSwitchBlueGreenPrecheckInput) SetEventId added in v1.2.21

SetEventId sets the EventId field's value.

func (*DescribeDBSwitchBlueGreenPrecheckInput) SetInstanceId added in v1.2.21

SetInstanceId sets the InstanceId field's value.

func (DescribeDBSwitchBlueGreenPrecheckInput) String added in v1.2.21

String returns the string representation

func (*DescribeDBSwitchBlueGreenPrecheckInput) Validate added in v1.2.21

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

type DescribeDBSwitchBlueGreenPrecheckOutput added in v1.2.21

type DescribeDBSwitchBlueGreenPrecheckOutput struct {
	Metadata *response.ResponseMetadata

	PrecheckResults []*PrecheckResultForDescribeDBSwitchBlueGreenPrecheckOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeDBSwitchBlueGreenPrecheckOutput) GoString added in v1.2.21

GoString returns the string representation

func (*DescribeDBSwitchBlueGreenPrecheckOutput) SetPrecheckResults added in v1.2.21

SetPrecheckResults sets the PrecheckResults field's value.

func (DescribeDBSwitchBlueGreenPrecheckOutput) String added in v1.2.21

String returns the string representation

type DescribeDatabasesInput

type DescribeDatabasesInput struct {
	DBName *string `type:"string" json:",omitempty"`

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

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`
	// 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" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// 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 DescribeDbAccountTableColumnInfoInput added in v1.1.18

type DescribeDbAccountTableColumnInfoInput struct {
	AccountName *string `type:"string" json:",omitempty"`

	ColumnName *string `type:"string" json:",omitempty"`

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

	Host *string `type:"string" json:",omitempty"`

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

	TableLimit *int32 `type:"int32" json:",omitempty"`

	TableName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeDbAccountTableColumnInfoInput) GoString added in v1.1.18

GoString returns the string representation

func (*DescribeDbAccountTableColumnInfoInput) SetAccountName added in v1.1.18

SetAccountName sets the AccountName field's value.

func (*DescribeDbAccountTableColumnInfoInput) SetColumnName added in v1.1.18

SetColumnName sets the ColumnName field's value.

func (*DescribeDbAccountTableColumnInfoInput) SetDBName added in v1.1.18

SetDBName sets the DBName field's value.

func (*DescribeDbAccountTableColumnInfoInput) SetHost added in v1.1.18

SetHost sets the Host field's value.

func (*DescribeDbAccountTableColumnInfoInput) SetInstanceId added in v1.1.18

SetInstanceId sets the InstanceId field's value.

func (*DescribeDbAccountTableColumnInfoInput) SetTableLimit added in v1.1.18

SetTableLimit sets the TableLimit field's value.

func (*DescribeDbAccountTableColumnInfoInput) SetTableName added in v1.1.18

SetTableName sets the TableName field's value.

func (DescribeDbAccountTableColumnInfoInput) String added in v1.1.18

String returns the string representation

func (*DescribeDbAccountTableColumnInfoInput) Validate added in v1.1.18

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

type DescribeDbAccountTableColumnInfoOutput added in v1.1.18

type DescribeDbAccountTableColumnInfoOutput struct {
	Metadata *response.ResponseMetadata

	TableInfos []*TableInfoForDescribeDbAccountTableColumnInfoOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeDbAccountTableColumnInfoOutput) GoString added in v1.1.18

GoString returns the string representation

func (*DescribeDbAccountTableColumnInfoOutput) SetTableInfos added in v1.1.18

SetTableInfos sets the TableInfos field's value.

func (DescribeDbAccountTableColumnInfoOutput) String added in v1.1.18

String returns the string representation

type DescribeDeletedDBInstancesInput added in v1.0.185

type DescribeDeletedDBInstancesInput struct {
	DeletionAfterTime *string `type:"string" json:",omitempty"`

	DeletionBeforeTime *string `type:"string" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	InstanceName *string `type:"string" json:",omitempty"`

	InstanceStatus *string `type:"string" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeDeletedDBInstancesInput) GoString added in v1.0.185

GoString returns the string representation

func (*DescribeDeletedDBInstancesInput) SetDeletionAfterTime added in v1.0.185

SetDeletionAfterTime sets the DeletionAfterTime field's value.

func (*DescribeDeletedDBInstancesInput) SetDeletionBeforeTime added in v1.0.185

SetDeletionBeforeTime sets the DeletionBeforeTime field's value.

func (*DescribeDeletedDBInstancesInput) SetInstanceId added in v1.0.185

SetInstanceId sets the InstanceId field's value.

func (*DescribeDeletedDBInstancesInput) SetInstanceName added in v1.0.185

SetInstanceName sets the InstanceName field's value.

func (*DescribeDeletedDBInstancesInput) SetInstanceStatus added in v1.0.185

SetInstanceStatus sets the InstanceStatus field's value.

func (*DescribeDeletedDBInstancesInput) SetPageNumber added in v1.0.185

SetPageNumber sets the PageNumber field's value.

func (*DescribeDeletedDBInstancesInput) SetPageSize added in v1.0.185

SetPageSize sets the PageSize field's value.

func (*DescribeDeletedDBInstancesInput) SetProjectName added in v1.0.185

SetProjectName sets the ProjectName field's value.

func (DescribeDeletedDBInstancesInput) String added in v1.0.185

String returns the string representation

type DescribeDeletedDBInstancesOutput added in v1.0.185

type DescribeDeletedDBInstancesOutput struct {
	Metadata *response.ResponseMetadata

	Datas []*DataForDescribeDeletedDBInstancesOutput `type:"list" json:",omitempty"`

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

func (DescribeDeletedDBInstancesOutput) GoString added in v1.0.185

GoString returns the string representation

func (*DescribeDeletedDBInstancesOutput) SetDatas added in v1.0.185

SetDatas sets the Datas field's value.

func (*DescribeDeletedDBInstancesOutput) SetTotal added in v1.0.185

SetTotal sets the Total field's value.

func (DescribeDeletedDBInstancesOutput) String added in v1.0.185

String returns the string representation

type DescribeDiagnosticsInfosInput added in v1.0.185

type DescribeDiagnosticsInfosInput struct {
	DiagnosticsResult *string `type:"string" json:",omitempty"`

	DiagnosticsType *string `type:"string" json:",omitempty"`

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

	PageNumber *int32 `type:"int32" json:",omitempty"`

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

func (DescribeDiagnosticsInfosInput) GoString added in v1.0.185

GoString returns the string representation

func (*DescribeDiagnosticsInfosInput) SetDiagnosticsResult added in v1.0.185

SetDiagnosticsResult sets the DiagnosticsResult field's value.

func (*DescribeDiagnosticsInfosInput) SetDiagnosticsType added in v1.0.185

SetDiagnosticsType sets the DiagnosticsType field's value.

func (*DescribeDiagnosticsInfosInput) SetInstanceId added in v1.0.185

SetInstanceId sets the InstanceId field's value.

func (*DescribeDiagnosticsInfosInput) SetPageNumber added in v1.0.185

SetPageNumber sets the PageNumber field's value.

func (*DescribeDiagnosticsInfosInput) SetPageSize added in v1.0.185

SetPageSize sets the PageSize field's value.

func (DescribeDiagnosticsInfosInput) String added in v1.0.185

String returns the string representation

func (*DescribeDiagnosticsInfosInput) Validate added in v1.0.185

func (s *DescribeDiagnosticsInfosInput) Validate() error

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

type DescribeDiagnosticsInfosOutput added in v1.0.185

type DescribeDiagnosticsInfosOutput struct {
	Metadata *response.ResponseMetadata

	DiagnosticsInfos []*DiagnosticsInfoForDescribeDiagnosticsInfosOutput `type:"list" json:",omitempty"`

	DiagnosticsTaskStatus *string `type:"string" json:",omitempty"`

	LastDiagnosticsTime *string `type:"string" json:",omitempty"`

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

func (DescribeDiagnosticsInfosOutput) GoString added in v1.0.185

GoString returns the string representation

func (*DescribeDiagnosticsInfosOutput) SetDiagnosticsInfos added in v1.0.185

SetDiagnosticsInfos sets the DiagnosticsInfos field's value.

func (*DescribeDiagnosticsInfosOutput) SetDiagnosticsTaskStatus added in v1.0.185

SetDiagnosticsTaskStatus sets the DiagnosticsTaskStatus field's value.

func (*DescribeDiagnosticsInfosOutput) SetLastDiagnosticsTime added in v1.0.185

SetLastDiagnosticsTime sets the LastDiagnosticsTime field's value.

func (*DescribeDiagnosticsInfosOutput) SetTotal added in v1.0.185

SetTotal sets the Total field's value.

func (DescribeDiagnosticsInfosOutput) String added in v1.0.185

String returns the string representation

type DescribeDisasterRecoveryRegionsInput added in v1.1.18

type DescribeDisasterRecoveryRegionsInput struct {
	ProjectName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeDisasterRecoveryRegionsInput) GoString added in v1.1.18

GoString returns the string representation

func (*DescribeDisasterRecoveryRegionsInput) SetProjectName added in v1.1.18

SetProjectName sets the ProjectName field's value.

func (DescribeDisasterRecoveryRegionsInput) String added in v1.1.18

String returns the string representation

type DescribeDisasterRecoveryRegionsOutput added in v1.1.18

type DescribeDisasterRecoveryRegionsOutput struct {
	Metadata *response.ResponseMetadata

	Regions []*RegionForDescribeDisasterRecoveryRegionsOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeDisasterRecoveryRegionsOutput) GoString added in v1.1.18

GoString returns the string representation

func (*DescribeDisasterRecoveryRegionsOutput) SetRegions added in v1.1.18

SetRegions sets the Regions field's value.

func (DescribeDisasterRecoveryRegionsOutput) String added in v1.1.18

String returns the string representation

type DescribeFailoverLogsInput added in v1.0.93

type DescribeFailoverLogsInput struct {
	EndTime *string `type:"string" json:",omitempty"`

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

	Limit *int32 `type:"int32" json:",omitempty"`

	Offset *int32 `type:"int32" json:",omitempty"`

	StartTime *string `type:"string" json:",omitempty"`
	// 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) SetEndTime added in v1.0.93

SetEndTime sets the EndTime field's value.

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) SetStartTime added in v1.0.93

SetStartTime sets the StartTime 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" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// 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 DescribeNonWhiteSessionListInput added in v1.2.21

type DescribeNonWhiteSessionListInput struct {
	DisassociateAllowListInfos []*DisassociateAllowListInfoForDescribeNonWhiteSessionListInput `type:"list" json:",omitempty"`

	InstanceIds *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeNonWhiteSessionListInput) GoString added in v1.2.21

GoString returns the string representation

func (*DescribeNonWhiteSessionListInput) SetDisassociateAllowListInfos added in v1.2.21

SetDisassociateAllowListInfos sets the DisassociateAllowListInfos field's value.

func (*DescribeNonWhiteSessionListInput) SetInstanceIds added in v1.2.21

SetInstanceIds sets the InstanceIds field's value.

func (DescribeNonWhiteSessionListInput) String added in v1.2.21

String returns the string representation

type DescribeNonWhiteSessionListOutput added in v1.2.21

type DescribeNonWhiteSessionListOutput struct {
	Metadata *response.ResponseMetadata

	NonWhiteSessions []*NonWhiteSessionForDescribeNonWhiteSessionListOutput `type:"list" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`

	TotalCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeNonWhiteSessionListOutput) GoString added in v1.2.21

GoString returns the string representation

func (*DescribeNonWhiteSessionListOutput) SetNonWhiteSessions added in v1.2.21

SetNonWhiteSessions sets the NonWhiteSessions field's value.

func (*DescribeNonWhiteSessionListOutput) SetTotal added in v1.2.21

SetTotal sets the Total field's value.

func (*DescribeNonWhiteSessionListOutput) SetTotalCount added in v1.2.21

SetTotalCount sets the TotalCount field's value.

func (DescribeNonWhiteSessionListOutput) String added in v1.2.21

String returns the string representation

type DescribeParameterTemplateInput added in v1.0.93

type DescribeParameterTemplateInput struct {
	ProjectName *string `type:"string" json:",omitempty"`

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

func (DescribeParameterTemplateInput) GoString added in v1.0.93

GoString returns the string representation

func (*DescribeParameterTemplateInput) SetProjectName added in v1.0.185

SetProjectName sets the ProjectName field's value.

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" json:",omitempty"`
	// 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" json:",omitempty"`

	EndTime *string `type:"string" json:",omitempty"`

	EventId *string `type:"string" json:",omitempty"`

	EventType []*string `type:"list" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	Status []*string `type:"list" json:",omitempty"`
	// 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" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// 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" json:",omitempty" required:"true"`

	// NodeId is a required field
	NodeId *string `type:"string" json:",omitempty" 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 *int64 `type:"int64" json:",omitempty"`

	NodeId *string `type:"string" json:",omitempty"`
	// 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" json:",omitempty"`

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

	RestoreType *string `type:"string" json:",omitempty"`
	// 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" json:",omitempty"`
	// 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" json:",omitempty"`
	// 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 DescribeResourcePackageDetailInput added in v1.1.54

type DescribeResourcePackageDetailInput struct {

	// PackageId is a required field
	PackageId *string `type:"string" json:",omitempty" required:"true"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	// QueryEndTime is a required field
	QueryEndTime *string `type:"string" json:",omitempty" required:"true"`

	// QueryStartTime is a required field
	QueryStartTime *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeResourcePackageDetailInput) GoString added in v1.1.54

GoString returns the string representation

func (*DescribeResourcePackageDetailInput) SetPackageId added in v1.1.54

SetPackageId sets the PackageId field's value.

func (*DescribeResourcePackageDetailInput) SetPageNumber added in v1.1.54

SetPageNumber sets the PageNumber field's value.

func (*DescribeResourcePackageDetailInput) SetPageSize added in v1.1.54

SetPageSize sets the PageSize field's value.

func (*DescribeResourcePackageDetailInput) SetQueryEndTime added in v1.1.54

SetQueryEndTime sets the QueryEndTime field's value.

func (*DescribeResourcePackageDetailInput) SetQueryStartTime added in v1.1.54

SetQueryStartTime sets the QueryStartTime field's value.

func (DescribeResourcePackageDetailInput) String added in v1.1.54

String returns the string representation

func (*DescribeResourcePackageDetailInput) Validate added in v1.1.54

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

type DescribeResourcePackageDetailOutput added in v1.1.54

type DescribeResourcePackageDetailOutput struct {
	Metadata *response.ResponseMetadata

	ResourcePackage *ResourcePackageForDescribeResourcePackageDetailOutput `type:"structure" json:",omitempty"`

	ResourcePackages []*ResourcePackageForDescribeResourcePackageDetailOutput `type:"list" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`

	UsageProgress *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeResourcePackageDetailOutput) GoString added in v1.1.54

GoString returns the string representation

func (*DescribeResourcePackageDetailOutput) SetResourcePackage added in v1.1.54

SetResourcePackage sets the ResourcePackage field's value.

func (*DescribeResourcePackageDetailOutput) SetResourcePackages added in v1.1.54

SetResourcePackages sets the ResourcePackages field's value.

func (*DescribeResourcePackageDetailOutput) SetTotal added in v1.1.54

SetTotal sets the Total field's value.

func (*DescribeResourcePackageDetailOutput) SetUsageProgress added in v1.1.54

SetUsageProgress sets the UsageProgress field's value.

func (DescribeResourcePackageDetailOutput) String added in v1.1.54

String returns the string representation

type DescribeResourcePackagePriceInput added in v1.1.54

type DescribeResourcePackagePriceInput struct {
	ChargeInfo *ChargeInfoForDescribeResourcePackagePriceInput `type:"structure" json:",omitempty"`

	// PackageSpec is a required field
	PackageSpec *string `type:"string" json:",omitempty" required:"true"`

	// PackageType is a required field
	PackageType *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeResourcePackagePriceInput) GoString added in v1.1.54

GoString returns the string representation

func (*DescribeResourcePackagePriceInput) SetChargeInfo added in v1.1.54

SetChargeInfo sets the ChargeInfo field's value.

func (*DescribeResourcePackagePriceInput) SetPackageSpec added in v1.1.54

SetPackageSpec sets the PackageSpec field's value.

func (*DescribeResourcePackagePriceInput) SetPackageType added in v1.1.54

SetPackageType sets the PackageType field's value.

func (DescribeResourcePackagePriceInput) String added in v1.1.54

String returns the string representation

func (*DescribeResourcePackagePriceInput) Validate added in v1.1.54

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

type DescribeResourcePackagePriceOutput added in v1.1.54

type DescribeResourcePackagePriceOutput struct {
	Metadata *response.ResponseMetadata

	ChargeItemPrices []*ChargeItemPriceForDescribeResourcePackagePriceOutput `type:"list" json:",omitempty"`

	Currency *string `type:"string" json:",omitempty"`

	DiscountPrice *float64 `type:"double" json:",omitempty"`

	HidePriceInfo *bool `type:"boolean" json:",omitempty"`

	OriginalPrice *float64 `type:"double" json:",omitempty"`

	PayablePrice *float64 `type:"double" json:",omitempty"`

	Quantity *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeResourcePackagePriceOutput) GoString added in v1.1.54

GoString returns the string representation

func (*DescribeResourcePackagePriceOutput) SetChargeItemPrices added in v1.1.54

SetChargeItemPrices sets the ChargeItemPrices field's value.

func (*DescribeResourcePackagePriceOutput) SetCurrency added in v1.1.54

SetCurrency sets the Currency field's value.

func (*DescribeResourcePackagePriceOutput) SetDiscountPrice added in v1.1.54

SetDiscountPrice sets the DiscountPrice field's value.

func (*DescribeResourcePackagePriceOutput) SetHidePriceInfo added in v1.1.54

SetHidePriceInfo sets the HidePriceInfo field's value.

func (*DescribeResourcePackagePriceOutput) SetOriginalPrice added in v1.1.54

SetOriginalPrice sets the OriginalPrice field's value.

func (*DescribeResourcePackagePriceOutput) SetPayablePrice added in v1.1.54

SetPayablePrice sets the PayablePrice field's value.

func (*DescribeResourcePackagePriceOutput) SetQuantity added in v1.1.54

SetQuantity sets the Quantity field's value.

func (DescribeResourcePackagePriceOutput) String added in v1.1.54

String returns the string representation

type DescribeResourcePackageSpecInput added in v1.1.54

type DescribeResourcePackageSpecInput struct {

	// PackageType is a required field
	PackageType *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeResourcePackageSpecInput) GoString added in v1.1.54

GoString returns the string representation

func (*DescribeResourcePackageSpecInput) SetPackageType added in v1.1.54

SetPackageType sets the PackageType field's value.

func (DescribeResourcePackageSpecInput) String added in v1.1.54

String returns the string representation

func (*DescribeResourcePackageSpecInput) Validate added in v1.1.54

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

type DescribeResourcePackageSpecOutput added in v1.1.54

type DescribeResourcePackageSpecOutput struct {
	Metadata *response.ResponseMetadata

	PackagePriceDetails []*PackagePriceDetailForDescribeResourcePackageSpecOutput `type:"list" json:",omitempty"`

	PackageSpecs []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeResourcePackageSpecOutput) GoString added in v1.1.54

GoString returns the string representation

func (*DescribeResourcePackageSpecOutput) SetPackagePriceDetails added in v1.1.54

SetPackagePriceDetails sets the PackagePriceDetails field's value.

func (*DescribeResourcePackageSpecOutput) SetPackageSpecs added in v1.1.54

SetPackageSpecs sets the PackageSpecs field's value.

func (DescribeResourcePackageSpecOutput) String added in v1.1.54

String returns the string representation

type DescribeResourceUsageInput added in v1.1.35

type DescribeResourceUsageInput struct {

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

func (DescribeResourceUsageInput) GoString added in v1.1.35

func (s DescribeResourceUsageInput) GoString() string

GoString returns the string representation

func (*DescribeResourceUsageInput) SetInstanceId added in v1.1.35

SetInstanceId sets the InstanceId field's value.

func (DescribeResourceUsageInput) String added in v1.1.35

String returns the string representation

func (*DescribeResourceUsageInput) Validate added in v1.1.35

func (s *DescribeResourceUsageInput) Validate() error

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

type DescribeResourceUsageOutput added in v1.1.35

type DescribeResourceUsageOutput struct {
	Metadata *response.ResponseMetadata

	BackupAuditLogSize *int64 `type:"int64" json:",omitempty"`

	BackupBinLogSize *int64 `type:"int64" json:",omitempty"`

	BackupDataSize *int64 `type:"int64" json:",omitempty"`

	BackupErrorLogSize *int64 `type:"int64" json:",omitempty"`

	BackupFreeQuotaSize *int64 `type:"int64" json:",omitempty"`

	BackupLogSize *int64 `type:"int64" json:",omitempty"`

	BackupSlowLogSize *int64 `type:"int64" json:",omitempty"`

	BackupUse *float64 `type:"double" json:",omitempty"`

	BasicBackupBinlogSize *int64 `type:"int64" json:",omitempty"`

	BasicBackupDataSize *int64 `type:"int64" json:",omitempty"`

	StorageAuditLogSize *int64 `type:"int64" json:",omitempty"`

	StorageBinLogSize *int64 `type:"int64" json:",omitempty"`

	StorageDataSize *int64 `type:"int64" json:",omitempty"`

	StorageErrorLogSize *int64 `type:"int64" json:",omitempty"`

	StorageLogSize *int64 `type:"int64" json:",omitempty"`

	StorageSlowLogSize *int64 `type:"int64" json:",omitempty"`

	StorageSpace *int32 `type:"int32" json:",omitempty"`

	StorageUse *float64 `type:"double" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeResourceUsageOutput) GoString added in v1.1.35

func (s DescribeResourceUsageOutput) GoString() string

GoString returns the string representation

func (*DescribeResourceUsageOutput) SetBackupAuditLogSize added in v1.1.35

func (s *DescribeResourceUsageOutput) SetBackupAuditLogSize(v int64) *DescribeResourceUsageOutput

SetBackupAuditLogSize sets the BackupAuditLogSize field's value.

func (*DescribeResourceUsageOutput) SetBackupBinLogSize added in v1.1.35

SetBackupBinLogSize sets the BackupBinLogSize field's value.

func (*DescribeResourceUsageOutput) SetBackupDataSize added in v1.1.35

SetBackupDataSize sets the BackupDataSize field's value.

func (*DescribeResourceUsageOutput) SetBackupErrorLogSize added in v1.1.35

func (s *DescribeResourceUsageOutput) SetBackupErrorLogSize(v int64) *DescribeResourceUsageOutput

SetBackupErrorLogSize sets the BackupErrorLogSize field's value.

func (*DescribeResourceUsageOutput) SetBackupFreeQuotaSize added in v1.1.35

func (s *DescribeResourceUsageOutput) SetBackupFreeQuotaSize(v int64) *DescribeResourceUsageOutput

SetBackupFreeQuotaSize sets the BackupFreeQuotaSize field's value.

func (*DescribeResourceUsageOutput) SetBackupLogSize added in v1.1.35

SetBackupLogSize sets the BackupLogSize field's value.

func (*DescribeResourceUsageOutput) SetBackupSlowLogSize added in v1.1.35

SetBackupSlowLogSize sets the BackupSlowLogSize field's value.

func (*DescribeResourceUsageOutput) SetBackupUse added in v1.1.35

SetBackupUse sets the BackupUse field's value.

func (*DescribeResourceUsageOutput) SetBasicBackupBinlogSize added in v1.1.35

func (s *DescribeResourceUsageOutput) SetBasicBackupBinlogSize(v int64) *DescribeResourceUsageOutput

SetBasicBackupBinlogSize sets the BasicBackupBinlogSize field's value.

func (*DescribeResourceUsageOutput) SetBasicBackupDataSize added in v1.1.35

func (s *DescribeResourceUsageOutput) SetBasicBackupDataSize(v int64) *DescribeResourceUsageOutput

SetBasicBackupDataSize sets the BasicBackupDataSize field's value.

func (*DescribeResourceUsageOutput) SetStorageAuditLogSize added in v1.1.35

func (s *DescribeResourceUsageOutput) SetStorageAuditLogSize(v int64) *DescribeResourceUsageOutput

SetStorageAuditLogSize sets the StorageAuditLogSize field's value.

func (*DescribeResourceUsageOutput) SetStorageBinLogSize added in v1.1.35

SetStorageBinLogSize sets the StorageBinLogSize field's value.

func (*DescribeResourceUsageOutput) SetStorageDataSize added in v1.1.35

SetStorageDataSize sets the StorageDataSize field's value.

func (*DescribeResourceUsageOutput) SetStorageErrorLogSize added in v1.1.35

func (s *DescribeResourceUsageOutput) SetStorageErrorLogSize(v int64) *DescribeResourceUsageOutput

SetStorageErrorLogSize sets the StorageErrorLogSize field's value.

func (*DescribeResourceUsageOutput) SetStorageLogSize added in v1.1.35

SetStorageLogSize sets the StorageLogSize field's value.

func (*DescribeResourceUsageOutput) SetStorageSlowLogSize added in v1.1.35

func (s *DescribeResourceUsageOutput) SetStorageSlowLogSize(v int64) *DescribeResourceUsageOutput

SetStorageSlowLogSize sets the StorageSlowLogSize field's value.

func (*DescribeResourceUsageOutput) SetStorageSpace added in v1.1.35

SetStorageSpace sets the StorageSpace field's value.

func (*DescribeResourceUsageOutput) SetStorageUse added in v1.1.35

SetStorageUse sets the StorageUse field's value.

func (DescribeResourceUsageOutput) String added in v1.1.35

String returns the string representation

type DescribeTagsByResourceInput added in v1.0.93

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

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

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

	TagFilters []*TagFilterForDescribeTagsByResourceInput `type:"list" json:",omitempty"`
	// 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" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// 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 DescribeTaskDetailInput added in v1.1.18

type DescribeTaskDetailInput struct {
	InstanceId *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

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

func (DescribeTaskDetailInput) GoString added in v1.1.18

func (s DescribeTaskDetailInput) GoString() string

GoString returns the string representation

func (*DescribeTaskDetailInput) SetInstanceId added in v1.1.18

SetInstanceId sets the InstanceId field's value.

func (*DescribeTaskDetailInput) SetProjectName added in v1.1.18

SetProjectName sets the ProjectName field's value.

func (*DescribeTaskDetailInput) SetTaskId added in v1.1.18

SetTaskId sets the TaskId field's value.

func (DescribeTaskDetailInput) String added in v1.1.18

func (s DescribeTaskDetailInput) String() string

String returns the string representation

func (*DescribeTaskDetailInput) Validate added in v1.1.18

func (s *DescribeTaskDetailInput) Validate() error

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

type DescribeTaskDetailOutput added in v1.1.18

type DescribeTaskDetailOutput struct {
	Metadata *response.ResponseMetadata

	CheckItemLog *string `type:"string" json:",omitempty"`

	CheckItems []*CheckItemForDescribeTaskDetailOutput `type:"list" json:",omitempty"`

	TaskInfo *TaskInfoForDescribeTaskDetailOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeTaskDetailOutput) GoString added in v1.1.18

func (s DescribeTaskDetailOutput) GoString() string

GoString returns the string representation

func (*DescribeTaskDetailOutput) SetCheckItemLog added in v1.1.18

SetCheckItemLog sets the CheckItemLog field's value.

func (*DescribeTaskDetailOutput) SetCheckItems added in v1.1.18

SetCheckItems sets the CheckItems field's value.

func (*DescribeTaskDetailOutput) SetTaskInfo added in v1.1.18

SetTaskInfo sets the TaskInfo field's value.

func (DescribeTaskDetailOutput) String added in v1.1.18

func (s DescribeTaskDetailOutput) String() string

String returns the string representation

type DescribeTasksInput added in v1.0.125

type DescribeTasksInput struct {
	CreationEndTime *string `type:"string" json:",omitempty"`

	CreationStartTime *string `type:"string" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

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

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

	ProjectName *string `type:"string" json:",omitempty"`

	TaskAction *string `type:"string" json:",omitempty"`

	TaskCategory []*string `type:"list" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`

	TaskSource *string `type:"string" json:",omitempty"`

	TaskStatus []*string `type:"list" json:",omitempty"`

	TaskType *string `type:"string" json:",omitempty"`
	// 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" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// 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 DescribeUpgradeEngineMajorVersionPrecheckResultInput added in v1.2.21

type DescribeUpgradeEngineMajorVersionPrecheckResultInput struct {
	EventId *string `type:"string" json:",omitempty"`

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

func (DescribeUpgradeEngineMajorVersionPrecheckResultInput) GoString added in v1.2.21

GoString returns the string representation

func (*DescribeUpgradeEngineMajorVersionPrecheckResultInput) SetEventId added in v1.2.21

SetEventId sets the EventId field's value.

func (*DescribeUpgradeEngineMajorVersionPrecheckResultInput) SetInstanceId added in v1.2.21

SetInstanceId sets the InstanceId field's value.

func (DescribeUpgradeEngineMajorVersionPrecheckResultInput) String added in v1.2.21

String returns the string representation

func (*DescribeUpgradeEngineMajorVersionPrecheckResultInput) Validate added in v1.2.21

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

type DescribeUpgradeEngineMajorVersionPrecheckResultOutput added in v1.2.21

type DescribeUpgradeEngineMajorVersionPrecheckResultOutput struct {
	Metadata *response.ResponseMetadata

	PrecheckResults []*PrecheckResultForDescribeUpgradeEngineMajorVersionPrecheckResultOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeUpgradeEngineMajorVersionPrecheckResultOutput) GoString added in v1.2.21

GoString returns the string representation

func (*DescribeUpgradeEngineMajorVersionPrecheckResultOutput) SetPrecheckResults added in v1.2.21

SetPrecheckResults sets the PrecheckResults field's value.

func (DescribeUpgradeEngineMajorVersionPrecheckResultOutput) String added in v1.2.21

String returns the string representation

type DescribeUserTosBackupAssociateInput added in v1.1.54

type DescribeUserTosBackupAssociateInput struct {

	// BucketName is a required field
	BucketName *string `type:"string" json:",omitempty" required:"true"`

	ObjectFileNames []*string `type:"list" json:",omitempty"`

	// ProjectName is a required field
	ProjectName *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeUserTosBackupAssociateInput) GoString added in v1.1.54

GoString returns the string representation

func (*DescribeUserTosBackupAssociateInput) SetBucketName added in v1.1.54

SetBucketName sets the BucketName field's value.

func (*DescribeUserTosBackupAssociateInput) SetObjectFileNames added in v1.1.54

SetObjectFileNames sets the ObjectFileNames field's value.

func (*DescribeUserTosBackupAssociateInput) SetProjectName added in v1.1.54

SetProjectName sets the ProjectName field's value.

func (DescribeUserTosBackupAssociateInput) String added in v1.1.54

String returns the string representation

func (*DescribeUserTosBackupAssociateInput) Validate added in v1.1.54

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

type DescribeUserTosBackupAssociateOutput added in v1.1.54

type DescribeUserTosBackupAssociateOutput struct {
	Metadata *response.ResponseMetadata

	AssociateInfos []*AssociateInfoForDescribeUserTosBackupAssociateOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeUserTosBackupAssociateOutput) GoString added in v1.1.54

GoString returns the string representation

func (*DescribeUserTosBackupAssociateOutput) SetAssociateInfos added in v1.1.54

SetAssociateInfos sets the AssociateInfos field's value.

func (DescribeUserTosBackupAssociateOutput) String added in v1.1.54

String returns the string representation

type DescribeUserUploadBackupsInput added in v1.1.54

type DescribeUserUploadBackupsInput struct {
	BackupFileName *string `type:"string" json:",omitempty"`

	BackupId *string `type:"string" json:",omitempty"`

	// Limit is a required field
	Limit *int32 `type:"int32" json:",omitempty" required:"true"`

	// Offset is a required field
	Offset *int32 `type:"int32" json:",omitempty" required:"true"`

	// ProjectName is a required field
	ProjectName *string `type:"string" json:",omitempty" required:"true"`

	TosInfo *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeUserUploadBackupsInput) GoString added in v1.1.54

GoString returns the string representation

func (*DescribeUserUploadBackupsInput) SetBackupFileName added in v1.1.54

SetBackupFileName sets the BackupFileName field's value.

func (*DescribeUserUploadBackupsInput) SetBackupId added in v1.1.54

SetBackupId sets the BackupId field's value.

func (*DescribeUserUploadBackupsInput) SetLimit added in v1.1.54

SetLimit sets the Limit field's value.

func (*DescribeUserUploadBackupsInput) SetOffset added in v1.1.54

SetOffset sets the Offset field's value.

func (*DescribeUserUploadBackupsInput) SetProjectName added in v1.1.54

SetProjectName sets the ProjectName field's value.

func (*DescribeUserUploadBackupsInput) SetTosInfo added in v1.1.54

SetTosInfo sets the TosInfo field's value.

func (DescribeUserUploadBackupsInput) String added in v1.1.54

String returns the string representation

func (*DescribeUserUploadBackupsInput) Validate added in v1.1.54

func (s *DescribeUserUploadBackupsInput) Validate() error

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

type DescribeUserUploadBackupsOutput added in v1.1.54

type DescribeUserUploadBackupsOutput struct {
	Metadata *response.ResponseMetadata

	BackupsInfos []*BackupsInfoForDescribeUserUploadBackupsOutput `type:"list" json:",omitempty"`

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

func (DescribeUserUploadBackupsOutput) GoString added in v1.1.54

GoString returns the string representation

func (*DescribeUserUploadBackupsOutput) SetBackupsInfos added in v1.1.54

SetBackupsInfos sets the BackupsInfos field's value.

func (*DescribeUserUploadBackupsOutput) SetTotal added in v1.1.54

SetTotal sets the Total field's value.

func (DescribeUserUploadBackupsOutput) String added in v1.1.54

String returns the string representation

type DetailForDescribeUpgradeEngineMajorVersionPrecheckResultOutput added in v1.2.21

type DetailForDescribeUpgradeEngineMajorVersionPrecheckResultOutput struct {
	Description *string `type:"string" json:",omitempty"`

	ItemName *string `type:"string" json:",omitempty"`

	ItemResult *string `type:"string" json:",omitempty"`

	Reason *string `type:"string" json:",omitempty"`

	RiskLevel *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DetailForDescribeUpgradeEngineMajorVersionPrecheckResultOutput) GoString added in v1.2.21

GoString returns the string representation

func (*DetailForDescribeUpgradeEngineMajorVersionPrecheckResultOutput) SetDescription added in v1.2.21

SetDescription sets the Description field's value.

func (*DetailForDescribeUpgradeEngineMajorVersionPrecheckResultOutput) SetItemName added in v1.2.21

SetItemName sets the ItemName field's value.

func (*DetailForDescribeUpgradeEngineMajorVersionPrecheckResultOutput) SetItemResult added in v1.2.21

SetItemResult sets the ItemResult field's value.

func (*DetailForDescribeUpgradeEngineMajorVersionPrecheckResultOutput) SetReason added in v1.2.21

SetReason sets the Reason field's value.

func (*DetailForDescribeUpgradeEngineMajorVersionPrecheckResultOutput) SetRiskLevel added in v1.2.21

SetRiskLevel sets the RiskLevel field's value.

func (DetailForDescribeUpgradeEngineMajorVersionPrecheckResultOutput) String added in v1.2.21

String returns the string representation

type DiagnosticsInfoForDescribeDiagnosticsInfosOutput added in v1.0.185

type DiagnosticsInfoForDescribeDiagnosticsInfosOutput struct {
	DiagnosticsItems []*DiagnosticsItemForDescribeDiagnosticsInfosOutput `type:"list" json:",omitempty"`

	DiagnosticsRecordId *string `type:"string" json:",omitempty"`

	DiagnosticsResult *string `type:"string" json:",omitempty"`

	EcsInfo *EcsInfoForDescribeDiagnosticsInfosOutput `type:"structure" json:",omitempty"`

	EndpointInfo *EndpointInfoForDescribeDiagnosticsInfosOutput `type:"structure" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	PublicAddressInfo *PublicAddressInfoForDescribeDiagnosticsInfosOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DiagnosticsInfoForDescribeDiagnosticsInfosOutput) GoString added in v1.0.185

GoString returns the string representation

func (*DiagnosticsInfoForDescribeDiagnosticsInfosOutput) SetDiagnosticsItems added in v1.0.185

SetDiagnosticsItems sets the DiagnosticsItems field's value.

func (*DiagnosticsInfoForDescribeDiagnosticsInfosOutput) SetDiagnosticsRecordId added in v1.0.185

SetDiagnosticsRecordId sets the DiagnosticsRecordId field's value.

func (*DiagnosticsInfoForDescribeDiagnosticsInfosOutput) SetDiagnosticsResult added in v1.0.185

SetDiagnosticsResult sets the DiagnosticsResult field's value.

func (*DiagnosticsInfoForDescribeDiagnosticsInfosOutput) SetEcsInfo added in v1.0.185

SetEcsInfo sets the EcsInfo field's value.

func (*DiagnosticsInfoForDescribeDiagnosticsInfosOutput) SetEndpointInfo added in v1.0.185

SetEndpointInfo sets the EndpointInfo field's value.

func (*DiagnosticsInfoForDescribeDiagnosticsInfosOutput) SetInstanceId added in v1.0.185

SetInstanceId sets the InstanceId field's value.

func (*DiagnosticsInfoForDescribeDiagnosticsInfosOutput) SetPublicAddressInfo added in v1.0.185

SetPublicAddressInfo sets the PublicAddressInfo field's value.

func (DiagnosticsInfoForDescribeDiagnosticsInfosOutput) String added in v1.0.185

String returns the string representation

type DiagnosticsItemForDescribeDiagnosticsInfosOutput added in v1.0.185

type DiagnosticsItemForDescribeDiagnosticsInfosOutput struct {
	DiagnosticsItem *string `type:"string" json:",omitempty"`

	DiagnosticsResult *string `type:"string" json:",omitempty"`

	PossibleEffect *string `type:"string" json:",omitempty"`

	Suggestion *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DiagnosticsItemForDescribeDiagnosticsInfosOutput) GoString added in v1.0.185

GoString returns the string representation

func (*DiagnosticsItemForDescribeDiagnosticsInfosOutput) SetDiagnosticsItem added in v1.0.185

SetDiagnosticsItem sets the DiagnosticsItem field's value.

func (*DiagnosticsItemForDescribeDiagnosticsInfosOutput) SetDiagnosticsResult added in v1.0.185

SetDiagnosticsResult sets the DiagnosticsResult field's value.

func (*DiagnosticsItemForDescribeDiagnosticsInfosOutput) SetPossibleEffect added in v1.0.185

SetPossibleEffect sets the PossibleEffect field's value.

func (*DiagnosticsItemForDescribeDiagnosticsInfosOutput) SetSuggestion added in v1.0.185

SetSuggestion sets the Suggestion field's value.

func (DiagnosticsItemForDescribeDiagnosticsInfosOutput) String added in v1.0.185

String returns the string representation

type DisassociateAllowListInfoForCleanNonWhiteSessionInput added in v1.2.21

type DisassociateAllowListInfoForCleanNonWhiteSessionInput struct {
	AllowListIds []*string `type:"list" json:",omitempty"`

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

func (DisassociateAllowListInfoForCleanNonWhiteSessionInput) GoString added in v1.2.21

GoString returns the string representation

func (*DisassociateAllowListInfoForCleanNonWhiteSessionInput) SetAllowListIds added in v1.2.21

SetAllowListIds sets the AllowListIds field's value.

func (*DisassociateAllowListInfoForCleanNonWhiteSessionInput) SetInstanceId added in v1.2.21

SetInstanceId sets the InstanceId field's value.

func (DisassociateAllowListInfoForCleanNonWhiteSessionInput) String added in v1.2.21

String returns the string representation

type DisassociateAllowListInfoForDescribeNonWhiteSessionListInput added in v1.2.21

type DisassociateAllowListInfoForDescribeNonWhiteSessionListInput struct {
	AllowListIds []*string `type:"list" json:",omitempty"`

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

func (DisassociateAllowListInfoForDescribeNonWhiteSessionListInput) GoString added in v1.2.21

GoString returns the string representation

func (*DisassociateAllowListInfoForDescribeNonWhiteSessionListInput) SetAllowListIds added in v1.2.21

SetAllowListIds sets the AllowListIds field's value.

func (*DisassociateAllowListInfoForDescribeNonWhiteSessionListInput) SetInstanceId added in v1.2.21

SetInstanceId sets the InstanceId field's value.

func (DisassociateAllowListInfoForDescribeNonWhiteSessionListInput) String added in v1.2.21

String returns the string representation

type DisassociateAllowListInput added in v1.0.56

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

	InstanceIds []*string `type:"list" json:",omitempty"`
	// 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 DisasterRecoveryInstanceForDescribeDBDisasterRecoveryInstancesOutput added in v1.1.35

type DisasterRecoveryInstanceForDescribeDBDisasterRecoveryInstancesOutput struct {
	DtsTaskId *string `type:"string" json:",omitempty"`

	DtsTaskName *string `type:"string" json:",omitempty"`

	DtsTaskStatus *string `type:"string" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	InstanceName *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	SecondsBehindMaster *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DisasterRecoveryInstanceForDescribeDBDisasterRecoveryInstancesOutput) GoString added in v1.1.35

GoString returns the string representation

func (*DisasterRecoveryInstanceForDescribeDBDisasterRecoveryInstancesOutput) SetDtsTaskId added in v1.1.35

SetDtsTaskId sets the DtsTaskId field's value.

func (*DisasterRecoveryInstanceForDescribeDBDisasterRecoveryInstancesOutput) SetDtsTaskName added in v1.1.35

SetDtsTaskName sets the DtsTaskName field's value.

func (*DisasterRecoveryInstanceForDescribeDBDisasterRecoveryInstancesOutput) SetDtsTaskStatus added in v1.1.35

SetDtsTaskStatus sets the DtsTaskStatus field's value.

func (*DisasterRecoveryInstanceForDescribeDBDisasterRecoveryInstancesOutput) SetInstanceId added in v1.1.35

SetInstanceId sets the InstanceId field's value.

func (*DisasterRecoveryInstanceForDescribeDBDisasterRecoveryInstancesOutput) SetInstanceName added in v1.1.35

SetInstanceName sets the InstanceName field's value.

func (*DisasterRecoveryInstanceForDescribeDBDisasterRecoveryInstancesOutput) SetRegion added in v1.1.35

SetRegion sets the Region field's value.

func (*DisasterRecoveryInstanceForDescribeDBDisasterRecoveryInstancesOutput) SetSecondsBehindMaster added in v1.1.35

SetSecondsBehindMaster sets the SecondsBehindMaster field's value.

func (DisasterRecoveryInstanceForDescribeDBDisasterRecoveryInstancesOutput) String added in v1.1.35

String returns the string representation

type DisasterRecoveryInstanceForDescribeDBInstanceDetailOutput added in v1.1.18

type DisasterRecoveryInstanceForDescribeDBInstanceDetailOutput struct {
	DtsTaskId *string `type:"string" json:",omitempty"`

	DtsTaskName *string `type:"string" json:",omitempty"`

	DtsTaskStatus *string `type:"string" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	InstanceName *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	SecondsBehindMaster *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DisasterRecoveryInstanceForDescribeDBInstanceDetailOutput) GoString added in v1.1.18

GoString returns the string representation

func (*DisasterRecoveryInstanceForDescribeDBInstanceDetailOutput) SetDtsTaskId added in v1.1.18

SetDtsTaskId sets the DtsTaskId field's value.

func (*DisasterRecoveryInstanceForDescribeDBInstanceDetailOutput) SetDtsTaskName added in v1.1.18

SetDtsTaskName sets the DtsTaskName field's value.

func (*DisasterRecoveryInstanceForDescribeDBInstanceDetailOutput) SetDtsTaskStatus added in v1.1.18

SetDtsTaskStatus sets the DtsTaskStatus field's value.

func (*DisasterRecoveryInstanceForDescribeDBInstanceDetailOutput) SetInstanceId added in v1.1.18

SetInstanceId sets the InstanceId field's value.

func (*DisasterRecoveryInstanceForDescribeDBInstanceDetailOutput) SetInstanceName added in v1.1.18

SetInstanceName sets the InstanceName field's value.

func (*DisasterRecoveryInstanceForDescribeDBInstanceDetailOutput) SetRegion added in v1.1.18

SetRegion sets the Region field's value.

func (*DisasterRecoveryInstanceForDescribeDBInstanceDetailOutput) SetSecondsBehindMaster added in v1.1.18

SetSecondsBehindMaster sets the SecondsBehindMaster field's value.

func (DisasterRecoveryInstanceForDescribeDBInstanceDetailOutput) String added in v1.1.18

String returns the string representation

type DownloadBackupInput

type DownloadBackupInput struct {

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

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" 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" json:",omitempty" 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" json:",omitempty"`
	// 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 EcsInfoForDescribeDiagnosticsInfosOutput added in v1.0.185

type EcsInfoForDescribeDiagnosticsInfosOutput struct {
	EcsInstanceId *string `type:"string" json:",omitempty"`

	EcsInstanceName *string `type:"string" json:",omitempty"`

	EcsPrivateIpv4Address *string `type:"string" json:",omitempty"`

	EcsPrivateIpv6Address []*string `type:"list" json:",omitempty"`

	EcsVpcId *string `type:"string" json:",omitempty"`

	EcsVpcName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EcsInfoForDescribeDiagnosticsInfosOutput) GoString added in v1.0.185

GoString returns the string representation

func (*EcsInfoForDescribeDiagnosticsInfosOutput) SetEcsInstanceId added in v1.0.185

SetEcsInstanceId sets the EcsInstanceId field's value.

func (*EcsInfoForDescribeDiagnosticsInfosOutput) SetEcsInstanceName added in v1.0.185

SetEcsInstanceName sets the EcsInstanceName field's value.

func (*EcsInfoForDescribeDiagnosticsInfosOutput) SetEcsPrivateIpv4Address added in v1.0.185

SetEcsPrivateIpv4Address sets the EcsPrivateIpv4Address field's value.

func (*EcsInfoForDescribeDiagnosticsInfosOutput) SetEcsPrivateIpv6Address added in v1.0.185

SetEcsPrivateIpv6Address sets the EcsPrivateIpv6Address field's value.

func (*EcsInfoForDescribeDiagnosticsInfosOutput) SetEcsVpcId added in v1.0.185

SetEcsVpcId sets the EcsVpcId field's value.

func (*EcsInfoForDescribeDiagnosticsInfosOutput) SetEcsVpcName added in v1.0.185

SetEcsVpcName sets the EcsVpcName field's value.

func (EcsInfoForDescribeDiagnosticsInfosOutput) String added in v1.0.185

String returns the string representation

type EffectiveTimeForListResourcePackagesInput added in v1.1.54

type EffectiveTimeForListResourcePackagesInput struct {
	EndTime *string `type:"string" json:",omitempty"`

	StartTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EffectiveTimeForListResourcePackagesInput) GoString added in v1.1.54

GoString returns the string representation

func (*EffectiveTimeForListResourcePackagesInput) SetEndTime added in v1.1.54

SetEndTime sets the EndTime field's value.

func (*EffectiveTimeForListResourcePackagesInput) SetStartTime added in v1.1.54

SetStartTime sets the StartTime field's value.

func (EffectiveTimeForListResourcePackagesInput) String added in v1.1.54

String returns the string representation

type EndpointForDescribeDBBlueGreenDifferencesOutput added in v1.2.21

type EndpointForDescribeDBBlueGreenDifferencesOutput struct {
	Addresses []*AddressForDescribeDBBlueGreenDifferencesOutput `type:"list" json:",omitempty"`

	AutoAddNewNodes *string `type:"string" json:",omitempty"`

	ConnectionInfoTags []*string `type:"list" json:",omitempty"`

	ConnectionMode *string `type:"string" json:",omitempty"`

	ConnectionPoolType *string `type:"string" json:",omitempty"`

	CustomRouteStrategy *CustomRouteStrategyForDescribeDBBlueGreenDifferencesOutput `type:"structure" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	EnableConnectionPersistent *bool `type:"boolean" json:",omitempty"`

	EnableReadOnly *string `type:"string" json:",omitempty"`

	EnableReadWriteSplitting *string `type:"string" json:",omitempty"`

	EndpointId *string `type:"string" json:",omitempty"`

	EndpointName *string `type:"string" json:",omitempty"`

	EndpointType *string `type:"string" json:",omitempty"`

	IdleConnectionReclaim *bool `type:"boolean" json:",omitempty"`

	ImplicitTransSplit *bool `type:"boolean" json:",omitempty"`

	MasterNodeRouting *bool `type:"boolean" json:",omitempty"`

	MasterProtectorTimeout *int32 `type:"int32" json:",omitempty"`

	MultiStatementsMode *string `type:"string" json:",omitempty"`

	OverloadProtection *bool `type:"boolean" json:",omitempty"`

	ReadOnlyNodeDistributionType *string `type:"string" json:",omitempty"`

	ReadOnlyNodeMaxDelayTime *int32 `type:"int32" json:",omitempty"`

	ReadOnlyNodeWeight []*ReadOnlyNodeWeightForDescribeDBBlueGreenDifferencesOutput `type:"list" json:",omitempty"`

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

func (EndpointForDescribeDBBlueGreenDifferencesOutput) GoString added in v1.2.21

GoString returns the string representation

func (*EndpointForDescribeDBBlueGreenDifferencesOutput) SetAddresses added in v1.2.21

SetAddresses sets the Addresses field's value.

func (*EndpointForDescribeDBBlueGreenDifferencesOutput) SetAutoAddNewNodes added in v1.2.21

SetAutoAddNewNodes sets the AutoAddNewNodes field's value.

func (*EndpointForDescribeDBBlueGreenDifferencesOutput) SetConnectionInfoTags added in v1.2.21

SetConnectionInfoTags sets the ConnectionInfoTags field's value.

func (*EndpointForDescribeDBBlueGreenDifferencesOutput) SetConnectionMode added in v1.2.21

SetConnectionMode sets the ConnectionMode field's value.

func (*EndpointForDescribeDBBlueGreenDifferencesOutput) SetConnectionPoolType added in v1.2.21

SetConnectionPoolType sets the ConnectionPoolType field's value.

func (*EndpointForDescribeDBBlueGreenDifferencesOutput) SetCustomRouteStrategy added in v1.2.21

SetCustomRouteStrategy sets the CustomRouteStrategy field's value.

func (*EndpointForDescribeDBBlueGreenDifferencesOutput) SetDescription added in v1.2.21

SetDescription sets the Description field's value.

func (*EndpointForDescribeDBBlueGreenDifferencesOutput) SetEnableConnectionPersistent added in v1.2.21

SetEnableConnectionPersistent sets the EnableConnectionPersistent field's value.

func (*EndpointForDescribeDBBlueGreenDifferencesOutput) SetEnableReadOnly added in v1.2.21

SetEnableReadOnly sets the EnableReadOnly field's value.

func (*EndpointForDescribeDBBlueGreenDifferencesOutput) SetEnableReadWriteSplitting added in v1.2.21

SetEnableReadWriteSplitting sets the EnableReadWriteSplitting field's value.

func (*EndpointForDescribeDBBlueGreenDifferencesOutput) SetEndpointId added in v1.2.21

SetEndpointId sets the EndpointId field's value.

func (*EndpointForDescribeDBBlueGreenDifferencesOutput) SetEndpointName added in v1.2.21

SetEndpointName sets the EndpointName field's value.

func (*EndpointForDescribeDBBlueGreenDifferencesOutput) SetEndpointType added in v1.2.21

SetEndpointType sets the EndpointType field's value.

func (*EndpointForDescribeDBBlueGreenDifferencesOutput) SetIdleConnectionReclaim added in v1.2.21

SetIdleConnectionReclaim sets the IdleConnectionReclaim field's value.

func (*EndpointForDescribeDBBlueGreenDifferencesOutput) SetImplicitTransSplit added in v1.2.21

SetImplicitTransSplit sets the ImplicitTransSplit field's value.

func (*EndpointForDescribeDBBlueGreenDifferencesOutput) SetMasterNodeRouting added in v1.2.21

SetMasterNodeRouting sets the MasterNodeRouting field's value.

func (*EndpointForDescribeDBBlueGreenDifferencesOutput) SetMasterProtectorTimeout added in v1.2.21

SetMasterProtectorTimeout sets the MasterProtectorTimeout field's value.

func (*EndpointForDescribeDBBlueGreenDifferencesOutput) SetMultiStatementsMode added in v1.2.21

SetMultiStatementsMode sets the MultiStatementsMode field's value.

func (*EndpointForDescribeDBBlueGreenDifferencesOutput) SetOverloadProtection added in v1.2.21

SetOverloadProtection sets the OverloadProtection field's value.

func (*EndpointForDescribeDBBlueGreenDifferencesOutput) SetReadOnlyNodeDistributionType added in v1.2.21

SetReadOnlyNodeDistributionType sets the ReadOnlyNodeDistributionType field's value.

func (*EndpointForDescribeDBBlueGreenDifferencesOutput) SetReadOnlyNodeMaxDelayTime added in v1.2.21

SetReadOnlyNodeMaxDelayTime sets the ReadOnlyNodeMaxDelayTime field's value.

func (*EndpointForDescribeDBBlueGreenDifferencesOutput) SetReadOnlyNodeWeight added in v1.2.21

SetReadOnlyNodeWeight sets the ReadOnlyNodeWeight field's value.

func (*EndpointForDescribeDBBlueGreenDifferencesOutput) SetReadWriteMode added in v1.2.21

SetReadWriteMode sets the ReadWriteMode field's value.

func (EndpointForDescribeDBBlueGreenDifferencesOutput) String added in v1.2.21

String returns the string representation

type EndpointForDescribeDBInstanceDetailOutput added in v1.0.56

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

	AutoAddNewNodes *string `type:"string" json:",omitempty"`

	ConnectionInfoTags []*string `type:"list" json:",omitempty"`

	ConnectionMode *string `type:"string" json:",omitempty"`

	ConnectionPoolType *string `type:"string" json:",omitempty"`

	CustomRouteStrategy *CustomRouteStrategyForDescribeDBInstanceDetailOutput `type:"structure" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	EnableConnectionPersistent *bool `type:"boolean" json:",omitempty"`

	EnableReadOnly *string `type:"string" json:",omitempty"`

	EnableReadWriteSplitting *string `type:"string" json:",omitempty"`

	EndpointId *string `type:"string" json:",omitempty"`

	EndpointName *string `type:"string" json:",omitempty"`

	EndpointType *string `type:"string" json:",omitempty"`

	IdleConnectionReclaim *bool `type:"boolean" json:",omitempty"`

	ImplicitTransSplit *bool `type:"boolean" json:",omitempty"`

	MasterNodeRouting *bool `type:"boolean" json:",omitempty"`

	MasterProtectorTimeout *int32 `type:"int32" json:",omitempty"`

	MultiStatementsMode *string `type:"string" json:",omitempty"`

	OverloadProtection *bool `type:"boolean" json:",omitempty"`

	ReadOnlyNodeDistributionType *string `type:"string" json:",omitempty"`

	ReadOnlyNodeMaxDelayTime *int32 `type:"int32" json:",omitempty"`

	ReadOnlyNodeWeight []*ReadOnlyNodeWeightForDescribeDBInstanceDetailOutput `type:"list" json:",omitempty"`

	ReadWriteMode *string `type:"string" json:",omitempty"`
	// 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) SetConnectionInfoTags added in v1.1.18

SetConnectionInfoTags sets the ConnectionInfoTags field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetConnectionMode added in v1.0.185

SetConnectionMode sets the ConnectionMode field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetConnectionPoolType added in v1.0.185

SetConnectionPoolType sets the ConnectionPoolType field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetCustomRouteStrategy added in v1.1.54

SetCustomRouteStrategy sets the CustomRouteStrategy field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetDescription added in v1.0.56

SetDescription sets the Description field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetEnableConnectionPersistent added in v1.1.35

SetEnableConnectionPersistent sets the EnableConnectionPersistent 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) SetIdleConnectionReclaim added in v1.0.163

SetIdleConnectionReclaim sets the IdleConnectionReclaim field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetImplicitTransSplit added in v1.1.18

SetImplicitTransSplit sets the ImplicitTransSplit field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetMasterNodeRouting added in v1.1.18

SetMasterNodeRouting sets the MasterNodeRouting field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetMasterProtectorTimeout added in v1.1.18

SetMasterProtectorTimeout sets the MasterProtectorTimeout field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetMultiStatementsMode added in v1.0.185

SetMultiStatementsMode sets the MultiStatementsMode field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetOverloadProtection added in v1.1.18

SetOverloadProtection sets the OverloadProtection field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetReadOnlyNodeDistributionType added in v1.0.93

SetReadOnlyNodeDistributionType sets the ReadOnlyNodeDistributionType field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetReadOnlyNodeMaxDelayTime added in v1.0.93

SetReadOnlyNodeMaxDelayTime sets the ReadOnlyNodeMaxDelayTime 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 EndpointForDescribeDBInstanceEndpointsOutput added in v1.1.35

type EndpointForDescribeDBInstanceEndpointsOutput struct {
	Addresses []*AddressForDescribeDBInstanceEndpointsOutput `type:"list" json:",omitempty"`

	AutoAddNewNodes *string `type:"string" json:",omitempty"`

	ConnectionInfoTags []*string `type:"list" json:",omitempty"`

	ConnectionMode *string `type:"string" json:",omitempty"`

	ConnectionPoolType *string `type:"string" json:",omitempty"`

	CustomRouteStrategy *CustomRouteStrategyForDescribeDBInstanceEndpointsOutput `type:"structure" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	EnableConnectionPersistent *bool `type:"boolean" json:",omitempty"`

	EnableReadOnly *string `type:"string" json:",omitempty"`

	EnableReadWriteSplitting *string `type:"string" json:",omitempty"`

	EndpointId *string `type:"string" json:",omitempty"`

	EndpointName *string `type:"string" json:",omitempty"`

	EndpointType *string `type:"string" json:",omitempty"`

	IdleConnectionReclaim *bool `type:"boolean" json:",omitempty"`

	ImplicitTransSplit *bool `type:"boolean" json:",omitempty"`

	MasterNodeRouting *bool `type:"boolean" json:",omitempty"`

	MasterProtectorTimeout *int32 `type:"int32" json:",omitempty"`

	MultiStatementsMode *string `type:"string" json:",omitempty"`

	OverloadProtection *bool `type:"boolean" json:",omitempty"`

	ReadOnlyNodeDistributionType *string `type:"string" json:",omitempty"`

	ReadOnlyNodeMaxDelayTime *int32 `type:"int32" json:",omitempty"`

	ReadOnlyNodeWeight []*ReadOnlyNodeWeightForDescribeDBInstanceEndpointsOutput `type:"list" json:",omitempty"`

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

func (EndpointForDescribeDBInstanceEndpointsOutput) GoString added in v1.1.35

GoString returns the string representation

func (*EndpointForDescribeDBInstanceEndpointsOutput) SetAddresses added in v1.1.35

SetAddresses sets the Addresses field's value.

func (*EndpointForDescribeDBInstanceEndpointsOutput) SetAutoAddNewNodes added in v1.1.35

SetAutoAddNewNodes sets the AutoAddNewNodes field's value.

func (*EndpointForDescribeDBInstanceEndpointsOutput) SetConnectionInfoTags added in v1.1.35

SetConnectionInfoTags sets the ConnectionInfoTags field's value.

func (*EndpointForDescribeDBInstanceEndpointsOutput) SetConnectionMode added in v1.1.35

SetConnectionMode sets the ConnectionMode field's value.

func (*EndpointForDescribeDBInstanceEndpointsOutput) SetConnectionPoolType added in v1.1.35

SetConnectionPoolType sets the ConnectionPoolType field's value.

func (*EndpointForDescribeDBInstanceEndpointsOutput) SetCustomRouteStrategy added in v1.1.54

SetCustomRouteStrategy sets the CustomRouteStrategy field's value.

func (*EndpointForDescribeDBInstanceEndpointsOutput) SetDescription added in v1.1.35

SetDescription sets the Description field's value.

func (*EndpointForDescribeDBInstanceEndpointsOutput) SetEnableConnectionPersistent added in v1.1.35

SetEnableConnectionPersistent sets the EnableConnectionPersistent field's value.

func (*EndpointForDescribeDBInstanceEndpointsOutput) SetEnableReadOnly added in v1.1.35

SetEnableReadOnly sets the EnableReadOnly field's value.

func (*EndpointForDescribeDBInstanceEndpointsOutput) SetEnableReadWriteSplitting added in v1.1.35

SetEnableReadWriteSplitting sets the EnableReadWriteSplitting field's value.

func (*EndpointForDescribeDBInstanceEndpointsOutput) SetEndpointId added in v1.1.35

SetEndpointId sets the EndpointId field's value.

func (*EndpointForDescribeDBInstanceEndpointsOutput) SetEndpointName added in v1.1.35

SetEndpointName sets the EndpointName field's value.

func (*EndpointForDescribeDBInstanceEndpointsOutput) SetEndpointType added in v1.1.35

SetEndpointType sets the EndpointType field's value.

func (*EndpointForDescribeDBInstanceEndpointsOutput) SetIdleConnectionReclaim added in v1.1.35

SetIdleConnectionReclaim sets the IdleConnectionReclaim field's value.

func (*EndpointForDescribeDBInstanceEndpointsOutput) SetImplicitTransSplit added in v1.1.35

SetImplicitTransSplit sets the ImplicitTransSplit field's value.

func (*EndpointForDescribeDBInstanceEndpointsOutput) SetMasterNodeRouting added in v1.1.35

SetMasterNodeRouting sets the MasterNodeRouting field's value.

func (*EndpointForDescribeDBInstanceEndpointsOutput) SetMasterProtectorTimeout added in v1.1.35

SetMasterProtectorTimeout sets the MasterProtectorTimeout field's value.

func (*EndpointForDescribeDBInstanceEndpointsOutput) SetMultiStatementsMode added in v1.1.35

SetMultiStatementsMode sets the MultiStatementsMode field's value.

func (*EndpointForDescribeDBInstanceEndpointsOutput) SetOverloadProtection added in v1.1.35

SetOverloadProtection sets the OverloadProtection field's value.

func (*EndpointForDescribeDBInstanceEndpointsOutput) SetReadOnlyNodeDistributionType added in v1.1.35

SetReadOnlyNodeDistributionType sets the ReadOnlyNodeDistributionType field's value.

func (*EndpointForDescribeDBInstanceEndpointsOutput) SetReadOnlyNodeMaxDelayTime added in v1.1.35

SetReadOnlyNodeMaxDelayTime sets the ReadOnlyNodeMaxDelayTime field's value.

func (*EndpointForDescribeDBInstanceEndpointsOutput) SetReadOnlyNodeWeight added in v1.1.35

SetReadOnlyNodeWeight sets the ReadOnlyNodeWeight field's value.

func (*EndpointForDescribeDBInstanceEndpointsOutput) SetReadWriteMode added in v1.1.35

SetReadWriteMode sets the ReadWriteMode field's value.

func (EndpointForDescribeDBInstanceEndpointsOutput) String added in v1.1.35

String returns the string representation

type EndpointForSwitchDBBlueGreenInput added in v1.2.21

type EndpointForSwitchDBBlueGreenInput struct {
	OriginEndpointId *string `type:"string" json:",omitempty"`

	TargetEndpointId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EndpointForSwitchDBBlueGreenInput) GoString added in v1.2.21

GoString returns the string representation

func (*EndpointForSwitchDBBlueGreenInput) SetOriginEndpointId added in v1.2.21

SetOriginEndpointId sets the OriginEndpointId field's value.

func (*EndpointForSwitchDBBlueGreenInput) SetTargetEndpointId added in v1.2.21

SetTargetEndpointId sets the TargetEndpointId field's value.

func (EndpointForSwitchDBBlueGreenInput) String added in v1.2.21

String returns the string representation

type EndpointForSwitchDBPrecheckBlueGreenInput added in v1.2.21

type EndpointForSwitchDBPrecheckBlueGreenInput struct {
	OriginEndpointId *string `type:"string" json:",omitempty"`

	TargetEndpointId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EndpointForSwitchDBPrecheckBlueGreenInput) GoString added in v1.2.21

GoString returns the string representation

func (*EndpointForSwitchDBPrecheckBlueGreenInput) SetOriginEndpointId added in v1.2.21

SetOriginEndpointId sets the OriginEndpointId field's value.

func (*EndpointForSwitchDBPrecheckBlueGreenInput) SetTargetEndpointId added in v1.2.21

SetTargetEndpointId sets the TargetEndpointId field's value.

func (EndpointForSwitchDBPrecheckBlueGreenInput) String added in v1.2.21

String returns the string representation

type EndpointInfoForDescribeDiagnosticsInfosOutput added in v1.0.185

type EndpointInfoForDescribeDiagnosticsInfosOutput struct {
	EndpointId *string `type:"string" json:",omitempty"`

	EndpointName *string `type:"string" json:",omitempty"`

	PriaveDomain *string `type:"string" json:",omitempty"`

	PrivateIpv4Address *string `type:"string" json:",omitempty"`

	PrivateIpv6Address *string `type:"string" json:",omitempty"`

	PublicDomain *string `type:"string" json:",omitempty"`

	PublicIpAddress *string `type:"string" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`

	VpcName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EndpointInfoForDescribeDiagnosticsInfosOutput) GoString added in v1.0.185

GoString returns the string representation

func (*EndpointInfoForDescribeDiagnosticsInfosOutput) SetEndpointId added in v1.0.185

SetEndpointId sets the EndpointId field's value.

func (*EndpointInfoForDescribeDiagnosticsInfosOutput) SetEndpointName added in v1.0.185

SetEndpointName sets the EndpointName field's value.

func (*EndpointInfoForDescribeDiagnosticsInfosOutput) SetPriaveDomain added in v1.0.185

SetPriaveDomain sets the PriaveDomain field's value.

func (*EndpointInfoForDescribeDiagnosticsInfosOutput) SetPrivateIpv4Address added in v1.0.185

SetPrivateIpv4Address sets the PrivateIpv4Address field's value.

func (*EndpointInfoForDescribeDiagnosticsInfosOutput) SetPrivateIpv6Address added in v1.0.185

SetPrivateIpv6Address sets the PrivateIpv6Address field's value.

func (*EndpointInfoForDescribeDiagnosticsInfosOutput) SetPublicDomain added in v1.0.185

SetPublicDomain sets the PublicDomain field's value.

func (*EndpointInfoForDescribeDiagnosticsInfosOutput) SetPublicIpAddress added in v1.0.185

SetPublicIpAddress sets the PublicIpAddress field's value.

func (*EndpointInfoForDescribeDiagnosticsInfosOutput) SetVpcId added in v1.0.185

SetVpcId sets the VpcId field's value.

func (*EndpointInfoForDescribeDiagnosticsInfosOutput) SetVpcName added in v1.0.185

SetVpcName sets the VpcName field's value.

func (EndpointInfoForDescribeDiagnosticsInfosOutput) String added in v1.0.185

String returns the string representation

type EstimationResultForCreateDBNodesOutput added in v1.0.185

type EstimationResultForCreateDBNodesOutput struct {
	Effects []*string `type:"list" json:",omitempty"`

	Plans []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EstimationResultForCreateDBNodesOutput) GoString added in v1.0.185

GoString returns the string representation

func (*EstimationResultForCreateDBNodesOutput) SetEffects added in v1.0.185

SetEffects sets the Effects field's value.

func (*EstimationResultForCreateDBNodesOutput) SetPlans added in v1.0.185

SetPlans sets the Plans field's value.

func (EstimationResultForCreateDBNodesOutput) String added in v1.0.185

String returns the string representation

type EstimationResultForDeleteDBNodesOutput added in v1.0.185

type EstimationResultForDeleteDBNodesOutput struct {
	Effects []*string `type:"list" json:",omitempty"`

	Plans []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EstimationResultForDeleteDBNodesOutput) GoString added in v1.0.185

GoString returns the string representation

func (*EstimationResultForDeleteDBNodesOutput) SetEffects added in v1.0.185

SetEffects sets the Effects field's value.

func (*EstimationResultForDeleteDBNodesOutput) SetPlans added in v1.0.185

SetPlans sets the Plans field's value.

func (EstimationResultForDeleteDBNodesOutput) String added in v1.0.185

String returns the string representation

type EstimationResultForModifyDBNodeSpecOutput added in v1.0.185

type EstimationResultForModifyDBNodeSpecOutput struct {
	Effects []*string `type:"list" json:",omitempty"`

	Plans []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EstimationResultForModifyDBNodeSpecOutput) GoString added in v1.0.185

GoString returns the string representation

func (*EstimationResultForModifyDBNodeSpecOutput) SetEffects added in v1.0.185

SetEffects sets the Effects field's value.

func (*EstimationResultForModifyDBNodeSpecOutput) SetPlans added in v1.0.185

SetPlans sets the Plans field's value.

func (EstimationResultForModifyDBNodeSpecOutput) String added in v1.0.185

String returns the string representation

type EstimationResultForModifyDBNodeTemporarySpecOutput added in v1.0.185

type EstimationResultForModifyDBNodeTemporarySpecOutput struct {
	Effects []*string `type:"list" json:",omitempty"`

	Plans []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EstimationResultForModifyDBNodeTemporarySpecOutput) GoString added in v1.0.185

GoString returns the string representation

func (*EstimationResultForModifyDBNodeTemporarySpecOutput) SetEffects added in v1.0.185

SetEffects sets the Effects field's value.

func (*EstimationResultForModifyDBNodeTemporarySpecOutput) SetPlans added in v1.0.185

SetPlans sets the Plans field's value.

func (EstimationResultForModifyDBNodeTemporarySpecOutput) String added in v1.0.185

String returns the string representation

type ExpirationTimeForListResourcePackagesInput added in v1.1.54

type ExpirationTimeForListResourcePackagesInput struct {
	EndTime *string `type:"string" json:",omitempty"`

	StartTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ExpirationTimeForListResourcePackagesInput) GoString added in v1.1.54

GoString returns the string representation

func (*ExpirationTimeForListResourcePackagesInput) SetEndTime added in v1.1.54

SetEndTime sets the EndTime field's value.

func (*ExpirationTimeForListResourcePackagesInput) SetStartTime added in v1.1.54

SetStartTime sets the StartTime field's value.

func (ExpirationTimeForListResourcePackagesInput) String added in v1.1.54

String returns the string representation

type FailoverQueryInfoForDescribeFailoverLogsOutput added in v1.0.125

type FailoverQueryInfoForDescribeFailoverLogsOutput struct {
	ChangeTime *string `type:"string" json:",omitempty"`

	Details *string `type:"string" json:",omitempty"`

	HAChangeType *string `type:"string" json:",omitempty"`

	NewMaster *string `type:"string" json:",omitempty"`

	OldMaster *string `type:"string" json:",omitempty"`

	Reason *string `type:"string" json:",omitempty"`
	// 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" json:",omitempty"`

	FeatureName *string `type:"string" json:",omitempty"`

	Support *bool `type:"boolean" json:",omitempty"`
	// 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" json:",omitempty" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" 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" json:",omitempty"`

	BackupFileName *string `type:"string" json:",omitempty"`

	BackupFileSize *int64 `type:"int64" json:",omitempty"`

	BackupId *string `type:"string" json:",omitempty"`

	BackupType *string `type:"string" json:",omitempty"`

	DownloadProgress *int64 `type:"int64" json:",omitempty"`

	InnerBackupDownloadLink *string `type:"string" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	LinkExpiredTime *string `type:"string" json:",omitempty"`
	// 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 (s *GetBackupDownloadLinkOutput) SetInnerBackupDownloadLink(v string) *GetBackupDownloadLinkOutput

SetInnerBackupDownloadLink sets the InnerBackupDownloadLink 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" json:",omitempty" required:"true"`

	AccountPrivileges []*AccountPrivilegeForGrantDBAccountPrivilegeInput `type:"list" json:",omitempty"`

	DryRun *bool `type:"boolean" json:",omitempty"`

	Host *string `type:"string" json:",omitempty"`

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

	TableColumnPrivileges []*TableColumnPrivilegeForGrantDBAccountPrivilegeInput `type:"list" json:",omitempty"`
	// 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) SetDryRun added in v1.0.185

SetDryRun sets the DryRun 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) SetTableColumnPrivileges added in v1.1.18

SetTableColumnPrivileges sets the TableColumnPrivileges 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

	GrantPrivilegeSQL []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GrantDBAccountPrivilegeOutput) GoString added in v1.0.56

GoString returns the string representation

func (*GrantDBAccountPrivilegeOutput) SetGrantPrivilegeSQL added in v1.0.185

SetGrantPrivilegeSQL sets the GrantPrivilegeSQL field's value.

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" json:",omitempty" required:"true"`

	DatabasePrivileges []*DatabasePrivilegeForGrantDatabasePrivilegeInput `type:"list" json:",omitempty"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" 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 GreenEndpointForDescribeDBBlueGreenDifferencesInput added in v1.2.21

type GreenEndpointForDescribeDBBlueGreenDifferencesInput struct {
	Addresses []*AddressForDescribeDBBlueGreenDifferencesInput `type:"list" json:",omitempty"`

	AutoAddNewNodes *string `type:"string" json:",omitempty"`

	ConnectionInfoTags []*string `type:"list" json:",omitempty"`

	ConnectionMode *string `type:"string" json:",omitempty"`

	ConnectionPoolType *string `type:"string" json:",omitempty"`

	CustomRouteStrategy *CustomRouteStrategyForDescribeDBBlueGreenDifferencesInput `type:"structure" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	EnableConnectionPersistent *bool `type:"boolean" json:",omitempty"`

	EnableReadOnly *string `type:"string" json:",omitempty"`

	EnableReadWriteSplitting *string `type:"string" json:",omitempty"`

	EndpointId *string `type:"string" json:",omitempty"`

	EndpointName *string `type:"string" json:",omitempty"`

	EndpointType *string `type:"string" json:",omitempty"`

	IdleConnectionReclaim *bool `type:"boolean" json:",omitempty"`

	ImplicitTransSplit *bool `type:"boolean" json:",omitempty"`

	MasterNodeRouting *bool `type:"boolean" json:",omitempty"`

	MasterProtectorTimeout *int32 `type:"int32" json:",omitempty"`

	MultiStatementsMode *string `type:"string" json:",omitempty"`

	OverloadProtection *bool `type:"boolean" json:",omitempty"`

	ReadOnlyNodeDistributionType *string `type:"string" json:",omitempty"`

	ReadOnlyNodeMaxDelayTime *int32 `type:"int32" json:",omitempty"`

	ReadOnlyNodeWeight []*ReadOnlyNodeWeightForDescribeDBBlueGreenDifferencesInput `type:"list" json:",omitempty"`

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

func (GreenEndpointForDescribeDBBlueGreenDifferencesInput) GoString added in v1.2.21

GoString returns the string representation

func (*GreenEndpointForDescribeDBBlueGreenDifferencesInput) SetAddresses added in v1.2.21

SetAddresses sets the Addresses field's value.

func (*GreenEndpointForDescribeDBBlueGreenDifferencesInput) SetAutoAddNewNodes added in v1.2.21

SetAutoAddNewNodes sets the AutoAddNewNodes field's value.

func (*GreenEndpointForDescribeDBBlueGreenDifferencesInput) SetConnectionInfoTags added in v1.2.21

SetConnectionInfoTags sets the ConnectionInfoTags field's value.

func (*GreenEndpointForDescribeDBBlueGreenDifferencesInput) SetConnectionMode added in v1.2.21

SetConnectionMode sets the ConnectionMode field's value.

func (*GreenEndpointForDescribeDBBlueGreenDifferencesInput) SetConnectionPoolType added in v1.2.21

SetConnectionPoolType sets the ConnectionPoolType field's value.

func (*GreenEndpointForDescribeDBBlueGreenDifferencesInput) SetCustomRouteStrategy added in v1.2.21

SetCustomRouteStrategy sets the CustomRouteStrategy field's value.

func (*GreenEndpointForDescribeDBBlueGreenDifferencesInput) SetDescription added in v1.2.21

SetDescription sets the Description field's value.

func (*GreenEndpointForDescribeDBBlueGreenDifferencesInput) SetEnableConnectionPersistent added in v1.2.21

SetEnableConnectionPersistent sets the EnableConnectionPersistent field's value.

func (*GreenEndpointForDescribeDBBlueGreenDifferencesInput) SetEnableReadOnly added in v1.2.21

SetEnableReadOnly sets the EnableReadOnly field's value.

func (*GreenEndpointForDescribeDBBlueGreenDifferencesInput) SetEnableReadWriteSplitting added in v1.2.21

SetEnableReadWriteSplitting sets the EnableReadWriteSplitting field's value.

func (*GreenEndpointForDescribeDBBlueGreenDifferencesInput) SetEndpointId added in v1.2.21

SetEndpointId sets the EndpointId field's value.

func (*GreenEndpointForDescribeDBBlueGreenDifferencesInput) SetEndpointName added in v1.2.21

SetEndpointName sets the EndpointName field's value.

func (*GreenEndpointForDescribeDBBlueGreenDifferencesInput) SetEndpointType added in v1.2.21

SetEndpointType sets the EndpointType field's value.

func (*GreenEndpointForDescribeDBBlueGreenDifferencesInput) SetIdleConnectionReclaim added in v1.2.21

SetIdleConnectionReclaim sets the IdleConnectionReclaim field's value.

func (*GreenEndpointForDescribeDBBlueGreenDifferencesInput) SetImplicitTransSplit added in v1.2.21

SetImplicitTransSplit sets the ImplicitTransSplit field's value.

func (*GreenEndpointForDescribeDBBlueGreenDifferencesInput) SetMasterNodeRouting added in v1.2.21

SetMasterNodeRouting sets the MasterNodeRouting field's value.

func (*GreenEndpointForDescribeDBBlueGreenDifferencesInput) SetMasterProtectorTimeout added in v1.2.21

SetMasterProtectorTimeout sets the MasterProtectorTimeout field's value.

func (*GreenEndpointForDescribeDBBlueGreenDifferencesInput) SetMultiStatementsMode added in v1.2.21

SetMultiStatementsMode sets the MultiStatementsMode field's value.

func (*GreenEndpointForDescribeDBBlueGreenDifferencesInput) SetOverloadProtection added in v1.2.21

SetOverloadProtection sets the OverloadProtection field's value.

func (*GreenEndpointForDescribeDBBlueGreenDifferencesInput) SetReadOnlyNodeDistributionType added in v1.2.21

SetReadOnlyNodeDistributionType sets the ReadOnlyNodeDistributionType field's value.

func (*GreenEndpointForDescribeDBBlueGreenDifferencesInput) SetReadOnlyNodeMaxDelayTime added in v1.2.21

SetReadOnlyNodeMaxDelayTime sets the ReadOnlyNodeMaxDelayTime field's value.

func (*GreenEndpointForDescribeDBBlueGreenDifferencesInput) SetReadOnlyNodeWeight added in v1.2.21

SetReadOnlyNodeWeight sets the ReadOnlyNodeWeight field's value.

func (*GreenEndpointForDescribeDBBlueGreenDifferencesInput) SetReadWriteMode added in v1.2.21

SetReadWriteMode sets the ReadWriteMode field's value.

func (GreenEndpointForDescribeDBBlueGreenDifferencesInput) String added in v1.2.21

String returns the string representation

type GreenInfoDifferenceForDescribeDBBlueGreenDifferencesOutput added in v1.2.21

type GreenInfoDifferenceForDescribeDBBlueGreenDifferencesOutput struct {
	ChargeDetail *ChargeDetailForDescribeDBBlueGreenDifferencesOutput `type:"structure" json:",omitempty"`

	Endpoints []*EndpointForDescribeDBBlueGreenDifferencesOutput `type:"list" json:",omitempty"`

	Nodes []*NodeForDescribeDBBlueGreenDifferencesOutput `type:"list" json:",omitempty"`

	ParamDifference *bool `type:"boolean" json:",omitempty"`

	ProxyDetail *ProxyDetailForDescribeDBBlueGreenDifferencesOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GreenInfoDifferenceForDescribeDBBlueGreenDifferencesOutput) GoString added in v1.2.21

GoString returns the string representation

func (*GreenInfoDifferenceForDescribeDBBlueGreenDifferencesOutput) SetChargeDetail added in v1.2.21

SetChargeDetail sets the ChargeDetail field's value.

func (*GreenInfoDifferenceForDescribeDBBlueGreenDifferencesOutput) SetEndpoints added in v1.2.21

SetEndpoints sets the Endpoints field's value.

func (*GreenInfoDifferenceForDescribeDBBlueGreenDifferencesOutput) SetNodes added in v1.2.21

SetNodes sets the Nodes field's value.

func (*GreenInfoDifferenceForDescribeDBBlueGreenDifferencesOutput) SetParamDifference added in v1.2.21

SetParamDifference sets the ParamDifference field's value.

func (*GreenInfoDifferenceForDescribeDBBlueGreenDifferencesOutput) SetProxyDetail added in v1.2.21

SetProxyDetail sets the ProxyDetail field's value.

func (GreenInfoDifferenceForDescribeDBBlueGreenDifferencesOutput) String added in v1.2.21

String returns the string representation

type GreenInstanceForDescribeDBBlueGreenInstanceOutput added in v1.2.21

type GreenInstanceForDescribeDBBlueGreenInstanceOutput struct {
	DtsTaskId *string `type:"string" json:",omitempty"`

	DtsTaskName *string `type:"string" json:",omitempty"`

	DtsTaskStatus *string `type:"string" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	InstanceName *string `type:"string" json:",omitempty"`

	SecondsBehindMaster *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GreenInstanceForDescribeDBBlueGreenInstanceOutput) GoString added in v1.2.21

GoString returns the string representation

func (*GreenInstanceForDescribeDBBlueGreenInstanceOutput) SetDtsTaskId added in v1.2.21

SetDtsTaskId sets the DtsTaskId field's value.

func (*GreenInstanceForDescribeDBBlueGreenInstanceOutput) SetDtsTaskName added in v1.2.21

SetDtsTaskName sets the DtsTaskName field's value.

func (*GreenInstanceForDescribeDBBlueGreenInstanceOutput) SetDtsTaskStatus added in v1.2.21

SetDtsTaskStatus sets the DtsTaskStatus field's value.

func (*GreenInstanceForDescribeDBBlueGreenInstanceOutput) SetInstanceId added in v1.2.21

SetInstanceId sets the InstanceId field's value.

func (*GreenInstanceForDescribeDBBlueGreenInstanceOutput) SetInstanceName added in v1.2.21

SetInstanceName sets the InstanceName field's value.

func (*GreenInstanceForDescribeDBBlueGreenInstanceOutput) SetSecondsBehindMaster added in v1.2.21

SetSecondsBehindMaster sets the SecondsBehindMaster field's value.

func (GreenInstanceForDescribeDBBlueGreenInstanceOutput) String added in v1.2.21

String returns the string representation

type InstanceForDescribeDBInstancesOutput added in v1.0.56

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

	AllowListVersion *string `type:"string" json:",omitempty"`

	ChargeDetail *ChargeDetailForDescribeDBInstancesOutput `type:"structure" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	CurrentKernelVersion *string `type:"string" json:",omitempty"`

	DBEngineVersion *string `type:"string" json:",omitempty"`

	DeletionProtection *string `type:"string" json:",omitempty"`

	DrDtsTaskId *string `type:"string" json:",omitempty"`

	EngineType *string `type:"string" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	InstanceName *string `type:"string" json:",omitempty"`

	InstanceStatus *string `type:"string" json:",omitempty"`

	InstanceType *string `type:"string" json:",omitempty"`

	LowerCaseTableNames *string `type:"string" json:",omitempty"`

	MaintenanceWindow *MaintenanceWindowForDescribeDBInstancesOutput `type:"structure" json:",omitempty"`

	NewNodeSpec *string `type:"string" json:",omitempty"`

	NodeCPUUsedPercentage *float64 `type:"double" json:",omitempty"`

	NodeMemoryUsedPercentage *float64 `type:"double" json:",omitempty"`

	NodeNumber *int32 `type:"int32" json:",omitempty"`

	NodeSpaceUsedPercentage *float64 `type:"double" json:",omitempty"`

	NodeSpec *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	RegionId *string `type:"string" json:",omitempty"`

	SecondsMonitorConfig *string `type:"string" json:",omitempty"`

	StorageSpace *int32 `type:"int32" json:",omitempty"`

	StorageType *string `type:"string" json:",omitempty"`

	SubnetId *string `type:"string" json:",omitempty"`

	Tags []*TagForDescribeDBInstancesOutput `type:"list" json:",omitempty"`

	TimeZone *string `type:"string" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`

	ZoneIds []*string `type:"list" json:",omitempty"`
	// 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) SetCurrentKernelVersion added in v1.0.185

SetCurrentKernelVersion sets the CurrentKernelVersion field's value.

func (*InstanceForDescribeDBInstancesOutput) SetDBEngineVersion added in v1.0.56

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*InstanceForDescribeDBInstancesOutput) SetDeletionProtection added in v1.1.18

SetDeletionProtection sets the DeletionProtection field's value.

func (*InstanceForDescribeDBInstancesOutput) SetDrDtsTaskId added in v1.1.18

SetDrDtsTaskId sets the DrDtsTaskId field's value.

func (*InstanceForDescribeDBInstancesOutput) SetEngineType added in v1.1.54

SetEngineType sets the EngineType 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) SetNewNodeSpec added in v1.1.54

SetNewNodeSpec sets the NewNodeSpec field's value.

func (*InstanceForDescribeDBInstancesOutput) SetNodeCPUUsedPercentage added in v1.0.150

SetNodeCPUUsedPercentage sets the NodeCPUUsedPercentage field's value.

func (*InstanceForDescribeDBInstancesOutput) SetNodeMemoryUsedPercentage added in v1.0.150

SetNodeMemoryUsedPercentage sets the NodeMemoryUsedPercentage field's value.

func (*InstanceForDescribeDBInstancesOutput) SetNodeNumber added in v1.0.56

SetNodeNumber sets the NodeNumber field's value.

func (*InstanceForDescribeDBInstancesOutput) SetNodeSpaceUsedPercentage added in v1.0.150

SetNodeSpaceUsedPercentage sets the NodeSpaceUsedPercentage 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) SetSecondsMonitorConfig added in v1.1.54

SetSecondsMonitorConfig sets the SecondsMonitorConfig 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) SetTags added in v1.0.93

SetTags sets the Tags 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) SetZoneIds added in v1.0.93

SetZoneIds sets the ZoneIds 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" json:",omitempty"`

	DBEngineVersion *string `type:"string" json:",omitempty"`

	IOPS *int32 `type:"int32" json:",omitempty"`

	InstanceType *string `type:"string" json:",omitempty"`

	Memory *int32 `type:"int32" json:",omitempty"`

	QPS *int32 `type:"int32" json:",omitempty"`

	RegionId *string `type:"string" json:",omitempty"`

	SpecCode *string `type:"string" json:",omitempty"`

	SpecFamily *string `type:"string" json:",omitempty"`

	SpecStatus *string `type:"string" json:",omitempty"`

	StorageMax *int32 `type:"int32" json:",omitempty"`

	StorageMin *int32 `type:"int32" json:",omitempty"`

	StorageStep *int32 `type:"int32" json:",omitempty"`

	StorageType *string `type:"string" json:",omitempty"`

	VCPU *int32 `type:"int32" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// 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) SetStorageType added in v1.1.18

SetStorageType sets the StorageType 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" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// 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 InstanceTagForRebuildDBInstanceInput added in v1.1.18

type InstanceTagForRebuildDBInstanceInput struct {
	Key *string `type:"string" json:",omitempty"`

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

func (InstanceTagForRebuildDBInstanceInput) GoString added in v1.1.18

GoString returns the string representation

func (*InstanceTagForRebuildDBInstanceInput) SetKey added in v1.1.18

SetKey sets the Key field's value.

func (*InstanceTagForRebuildDBInstanceInput) SetValue added in v1.1.18

SetValue sets the Value field's value.

func (InstanceTagForRebuildDBInstanceInput) String added in v1.1.18

String returns the string representation

type InstanceTagForRestoreToCrossRegionInstanceInput added in v1.0.93

type InstanceTagForRestoreToCrossRegionInstanceInput struct {
	Key *string `type:"string" json:",omitempty"`

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

func (InstanceTagForRestoreToCrossRegionInstanceInput) GoString added in v1.0.93

GoString returns the string representation

func (*InstanceTagForRestoreToCrossRegionInstanceInput) SetKey added in v1.0.93

SetKey sets the Key field's value.

func (*InstanceTagForRestoreToCrossRegionInstanceInput) SetValue added in v1.0.93

SetValue sets the Value field's value.

func (InstanceTagForRestoreToCrossRegionInstanceInput) String added in v1.0.93

String returns the string representation

type InstanceTagForRestoreToNewInstanceFromUserTosInput added in v1.1.54

type InstanceTagForRestoreToNewInstanceFromUserTosInput struct {
	Key *string `type:"string" json:",omitempty"`

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

func (InstanceTagForRestoreToNewInstanceFromUserTosInput) GoString added in v1.1.54

GoString returns the string representation

func (*InstanceTagForRestoreToNewInstanceFromUserTosInput) SetKey added in v1.1.54

SetKey sets the Key field's value.

func (*InstanceTagForRestoreToNewInstanceFromUserTosInput) SetValue added in v1.1.54

SetValue sets the Value field's value.

func (InstanceTagForRestoreToNewInstanceFromUserTosInput) String added in v1.1.54

String returns the string representation

type InstanceTagForRestoreToNewInstanceInput added in v1.0.93

type InstanceTagForRestoreToNewInstanceInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// 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 KeywordRouteStrategyForDescribeDBBlueGreenDifferencesInput added in v1.2.21

type KeywordRouteStrategyForDescribeDBBlueGreenDifferencesInput struct {
	NodeType *string `type:"string" json:",omitempty"`

	SQLKeyword *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (KeywordRouteStrategyForDescribeDBBlueGreenDifferencesInput) GoString added in v1.2.21

GoString returns the string representation

func (*KeywordRouteStrategyForDescribeDBBlueGreenDifferencesInput) SetNodeType added in v1.2.21

SetNodeType sets the NodeType field's value.

func (*KeywordRouteStrategyForDescribeDBBlueGreenDifferencesInput) SetSQLKeyword added in v1.2.21

SetSQLKeyword sets the SQLKeyword field's value.

func (KeywordRouteStrategyForDescribeDBBlueGreenDifferencesInput) String added in v1.2.21

String returns the string representation

type KeywordRouteStrategyForDescribeDBBlueGreenDifferencesOutput added in v1.2.21

type KeywordRouteStrategyForDescribeDBBlueGreenDifferencesOutput struct {
	NodeType *string `type:"string" json:",omitempty"`

	SQLKeyword *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (KeywordRouteStrategyForDescribeDBBlueGreenDifferencesOutput) GoString added in v1.2.21

GoString returns the string representation

func (*KeywordRouteStrategyForDescribeDBBlueGreenDifferencesOutput) SetNodeType added in v1.2.21

SetNodeType sets the NodeType field's value.

func (*KeywordRouteStrategyForDescribeDBBlueGreenDifferencesOutput) SetSQLKeyword added in v1.2.21

SetSQLKeyword sets the SQLKeyword field's value.

func (KeywordRouteStrategyForDescribeDBBlueGreenDifferencesOutput) String added in v1.2.21

String returns the string representation

type KeywordRouteStrategyForDescribeDBInstanceDetailOutput added in v1.1.54

type KeywordRouteStrategyForDescribeDBInstanceDetailOutput struct {
	NodeType *string `type:"string" json:",omitempty"`

	SQLKeyword *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (KeywordRouteStrategyForDescribeDBInstanceDetailOutput) GoString added in v1.1.54

GoString returns the string representation

func (*KeywordRouteStrategyForDescribeDBInstanceDetailOutput) SetNodeType added in v1.1.54

SetNodeType sets the NodeType field's value.

func (*KeywordRouteStrategyForDescribeDBInstanceDetailOutput) SetSQLKeyword added in v1.1.54

SetSQLKeyword sets the SQLKeyword field's value.

func (KeywordRouteStrategyForDescribeDBInstanceDetailOutput) String added in v1.1.54

String returns the string representation

type KeywordRouteStrategyForDescribeDBInstanceEndpointsOutput added in v1.1.54

type KeywordRouteStrategyForDescribeDBInstanceEndpointsOutput struct {
	NodeType *string `type:"string" json:",omitempty"`

	SQLKeyword *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (KeywordRouteStrategyForDescribeDBInstanceEndpointsOutput) GoString added in v1.1.54

GoString returns the string representation

func (*KeywordRouteStrategyForDescribeDBInstanceEndpointsOutput) SetNodeType added in v1.1.54

SetNodeType sets the NodeType field's value.

func (*KeywordRouteStrategyForDescribeDBInstanceEndpointsOutput) SetSQLKeyword added in v1.1.54

SetSQLKeyword sets the SQLKeyword field's value.

func (KeywordRouteStrategyForDescribeDBInstanceEndpointsOutput) String added in v1.1.54

String returns the string representation

type ListParameterTemplatesInput added in v1.0.93

type ListParameterTemplatesInput struct {
	EngineType *string `type:"string" json:",omitempty"`

	Limit *int32 `type:"int32" json:",omitempty"`

	Offset *int32 `type:"int32" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	TemplateCategory *string `type:"string" json:",omitempty"`

	TemplateName *string `type:"string" json:",omitempty"`

	TemplateSource *string `type:"string" json:",omitempty"`

	TemplateType *string `type:"string" json:",omitempty"`

	TemplateTypeVersion *string `type:"string" json:",omitempty"`
	// 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) SetEngineType added in v1.1.54

SetEngineType sets the EngineType field's value.

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) SetProjectName added in v1.0.93

SetProjectName sets the ProjectName field's value.

func (*ListParameterTemplatesInput) SetTemplateCategory added in v1.0.93

SetTemplateCategory sets the TemplateCategory field's value.

func (*ListParameterTemplatesInput) SetTemplateName added in v1.1.18

SetTemplateName sets the TemplateName 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" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// 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 ListResourcePackagesInput added in v1.1.54

type ListResourcePackagesInput struct {
	EffectiveTime *EffectiveTimeForListResourcePackagesInput `type:"structure" json:",omitempty"`

	ExpirationTime *ExpirationTimeForListResourcePackagesInput `type:"structure" json:",omitempty"`

	OrderBy *string `type:"string" json:",omitempty"`

	OrderType *string `type:"string" json:",omitempty"`

	PackageSpec *string `type:"string" json:",omitempty"`

	PackageStatus *string `type:"string" json:",omitempty"`

	PackageType *string `type:"string" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	PurchaseDuration *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListResourcePackagesInput) GoString added in v1.1.54

func (s ListResourcePackagesInput) GoString() string

GoString returns the string representation

func (*ListResourcePackagesInput) SetEffectiveTime added in v1.1.54

SetEffectiveTime sets the EffectiveTime field's value.

func (*ListResourcePackagesInput) SetExpirationTime added in v1.1.54

SetExpirationTime sets the ExpirationTime field's value.

func (*ListResourcePackagesInput) SetOrderBy added in v1.1.54

SetOrderBy sets the OrderBy field's value.

func (*ListResourcePackagesInput) SetOrderType added in v1.1.54

SetOrderType sets the OrderType field's value.

func (*ListResourcePackagesInput) SetPackageSpec added in v1.1.54

SetPackageSpec sets the PackageSpec field's value.

func (*ListResourcePackagesInput) SetPackageStatus added in v1.1.54

SetPackageStatus sets the PackageStatus field's value.

func (*ListResourcePackagesInput) SetPackageType added in v1.1.54

SetPackageType sets the PackageType field's value.

func (*ListResourcePackagesInput) SetPageNumber added in v1.1.54

SetPageNumber sets the PageNumber field's value.

func (*ListResourcePackagesInput) SetPageSize added in v1.1.54

SetPageSize sets the PageSize field's value.

func (*ListResourcePackagesInput) SetPurchaseDuration added in v1.1.54

func (s *ListResourcePackagesInput) SetPurchaseDuration(v int32) *ListResourcePackagesInput

SetPurchaseDuration sets the PurchaseDuration field's value.

func (ListResourcePackagesInput) String added in v1.1.54

func (s ListResourcePackagesInput) String() string

String returns the string representation

type ListResourcePackagesOutput added in v1.1.54

type ListResourcePackagesOutput struct {
	Metadata *response.ResponseMetadata

	ResourcePackages []*ResourcePackageForListResourcePackagesOutput `type:"list" json:",omitempty"`

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

func (ListResourcePackagesOutput) GoString added in v1.1.54

func (s ListResourcePackagesOutput) GoString() string

GoString returns the string representation

func (*ListResourcePackagesOutput) SetResourcePackages added in v1.1.54

SetResourcePackages sets the ResourcePackages field's value.

func (*ListResourcePackagesOutput) SetTotal added in v1.1.54

SetTotal sets the Total field's value.

func (ListResourcePackagesOutput) String added in v1.1.54

String returns the string representation

type MaintenanceWindowForCreateDBInstanceInput added in v1.0.150

type MaintenanceWindowForCreateDBInstanceInput struct {
	DayKind *string `type:"string" json:",omitempty"`

	DayOfWeek []*string `type:"list" json:",omitempty"`

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

func (MaintenanceWindowForCreateDBInstanceInput) GoString added in v1.0.150

GoString returns the string representation

func (*MaintenanceWindowForCreateDBInstanceInput) SetDayKind added in v1.0.150

SetDayKind sets the DayKind field's value.

func (*MaintenanceWindowForCreateDBInstanceInput) SetDayOfWeek added in v1.0.150

SetDayOfWeek sets the DayOfWeek field's value.

func (*MaintenanceWindowForCreateDBInstanceInput) SetMaintenanceTime added in v1.0.150

SetMaintenanceTime sets the MaintenanceTime field's value.

func (MaintenanceWindowForCreateDBInstanceInput) String added in v1.0.150

String returns the string representation

type MaintenanceWindowForDescribeDBInstanceAttributeOutput added in v1.1.35

type MaintenanceWindowForDescribeDBInstanceAttributeOutput struct {
	DayKind *string `type:"string" json:",omitempty"`

	DayOfWeek []*string `type:"list" json:",omitempty"`

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

func (MaintenanceWindowForDescribeDBInstanceAttributeOutput) GoString added in v1.1.35

GoString returns the string representation

func (*MaintenanceWindowForDescribeDBInstanceAttributeOutput) SetDayKind added in v1.1.35

SetDayKind sets the DayKind field's value.

func (*MaintenanceWindowForDescribeDBInstanceAttributeOutput) SetDayOfWeek added in v1.1.35

SetDayOfWeek sets the DayOfWeek field's value.

func (*MaintenanceWindowForDescribeDBInstanceAttributeOutput) SetMaintenanceTime added in v1.1.35

SetMaintenanceTime sets the MaintenanceTime field's value.

func (MaintenanceWindowForDescribeDBInstanceAttributeOutput) String added in v1.1.35

String returns the string representation

type MaintenanceWindowForDescribeDBInstanceDetailOutput added in v1.0.56

type MaintenanceWindowForDescribeDBInstanceDetailOutput struct {
	DayKind *string `type:"string" json:",omitempty"`

	DayOfWeek []*string `type:"list" json:",omitempty"`

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

func (MaintenanceWindowForDescribeDBInstanceDetailOutput) GoString added in v1.0.56

GoString returns the string representation

func (*MaintenanceWindowForDescribeDBInstanceDetailOutput) SetDayKind added in v1.0.56

SetDayKind sets the DayKind field's value.

func (*MaintenanceWindowForDescribeDBInstanceDetailOutput) SetDayOfWeek added in v1.0.56

SetDayOfWeek sets the DayOfWeek field's value.

func (*MaintenanceWindowForDescribeDBInstanceDetailOutput) SetMaintenanceTime added in v1.0.56

SetMaintenanceTime sets the MaintenanceTime field's value.

func (MaintenanceWindowForDescribeDBInstanceDetailOutput) String added in v1.0.56

String returns the string representation

type MaintenanceWindowForDescribeDBInstancesOutput added in v1.0.56

type MaintenanceWindowForDescribeDBInstancesOutput struct {
	DayKind *string `type:"string" json:",omitempty"`

	DayOfWeek []*string `type:"list" json:",omitempty"`

	MaintenanceTime *string `type:"string" json:",omitempty"`
	// 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) 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" json:",omitempty" required:"true"`

	NodeInfo []*NodeInfoForMigrateToOtherZoneInput `type:"list" json:",omitempty"`

	SpecifiedSwitchEndTime *string `type:"string" json:",omitempty"`

	SpecifiedSwitchStartTime *string `type:"string" json:",omitempty"`

	SwitchType *string `type:"string" json:",omitempty"`
	// 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) SetSpecifiedSwitchEndTime added in v1.0.185

func (s *MigrateToOtherZoneInput) SetSpecifiedSwitchEndTime(v string) *MigrateToOtherZoneInput

SetSpecifiedSwitchEndTime sets the SpecifiedSwitchEndTime field's value.

func (*MigrateToOtherZoneInput) SetSpecifiedSwitchStartTime added in v1.0.185

func (s *MigrateToOtherZoneInput) SetSpecifiedSwitchStartTime(v string) *MigrateToOtherZoneInput

SetSpecifiedSwitchStartTime sets the SpecifiedSwitchStartTime 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" json:",omitempty"`

	OrderId *string `type:"string" json:",omitempty"`
	// 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" json:",omitempty"`

	AllowListCategory *string `type:"string" json:",omitempty"`

	AllowListDesc *string `type:"string" json:",omitempty"`

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

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

	ApplyInstanceNum *int32 `type:"int32" json:",omitempty"`

	IgnoreInstanceStatus *bool `type:"boolean" json:",omitempty"`

	ModifyMode *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	SecurityGroupBindInfos []*SecurityGroupBindInfoForModifyAllowListInput `type:"list" json:",omitempty"`

	SecurityGroupIds []*string `type:"list" json:",omitempty"`

	UpdateSecurityGroup *bool `type:"boolean" json:",omitempty"`

	UserAllowList *string `type:"string" json:",omitempty"`
	// 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) SetIgnoreInstanceStatus added in v1.0.185

func (s *ModifyAllowListInput) SetIgnoreInstanceStatus(v bool) *ModifyAllowListInput

SetIgnoreInstanceStatus sets the IgnoreInstanceStatus 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) SetProjectName added in v1.0.185

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

SetProjectName sets the ProjectName 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) SetUpdateSecurityGroup added in v1.0.150

func (s *ModifyAllowListInput) SetUpdateSecurityGroup(v bool) *ModifyAllowListInput

SetUpdateSecurityGroup sets the UpdateSecurityGroup 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 ModifyBackupEncryptionPolicyInput added in v1.0.150

type ModifyBackupEncryptionPolicyInput struct {
	DataBackupEnabled *bool `type:"boolean" json:",omitempty"`

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

	LogBackupEnabled *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModifyBackupEncryptionPolicyInput) GoString added in v1.0.150

GoString returns the string representation

func (*ModifyBackupEncryptionPolicyInput) SetDataBackupEnabled added in v1.0.150

SetDataBackupEnabled sets the DataBackupEnabled field's value.

func (*ModifyBackupEncryptionPolicyInput) SetInstanceId added in v1.0.150

SetInstanceId sets the InstanceId field's value.

func (*ModifyBackupEncryptionPolicyInput) SetLogBackupEnabled added in v1.0.150

SetLogBackupEnabled sets the LogBackupEnabled field's value.

func (ModifyBackupEncryptionPolicyInput) String added in v1.0.150

String returns the string representation

func (*ModifyBackupEncryptionPolicyInput) Validate added in v1.0.150

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

type ModifyBackupEncryptionPolicyOutput added in v1.0.150

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

func (ModifyBackupEncryptionPolicyOutput) GoString added in v1.0.150

GoString returns the string representation

func (ModifyBackupEncryptionPolicyOutput) String added in v1.0.150

String returns the string representation

type ModifyBackupPolicyInput

type ModifyBackupPolicyInput struct {
	BinlogBackupAllRetention *bool `type:"boolean" json:",omitempty"`

	BinlogBackupEnabled *bool `type:"boolean" json:",omitempty"`

	BinlogBackupEncryptionEnabled *bool `type:"boolean" json:",omitempty"`

	BinlogFileCountsEnable *bool `type:"boolean" json:",omitempty"`

	BinlogLimitCount *int32 `type:"int32" json:",omitempty"`

	BinlogLocalRetentionHour *int32 `type:"int32" json:",omitempty"`

	BinlogSpaceLimitEnable *bool `type:"boolean" json:",omitempty"`

	BinlogStoragePercentage *int32 `type:"int32" json:",omitempty"`

	DataBackupAllRetention *bool `type:"boolean" json:",omitempty"`

	DataBackupEncryptionEnabled *bool `type:"boolean" json:",omitempty"`

	DataBackupRetentionDay *int32 `type:"int32" json:",omitempty"`

	DataFullBackupPeriods []*string `type:"list" json:",omitempty"`

	DataFullBackupStartUTCHour *int32 `type:"int32" json:",omitempty"`

	DataFullBackupTime *string `type:"string" json:",omitempty"`

	DataIncrBackupPeriods []*string `type:"list" json:",omitempty"`

	DataKeepDaysAfterReleased *int32 `type:"int32" json:",omitempty"`

	DataKeepPolicyAfterReleased *string `type:"string" json:",omitempty"`

	HighFrequencySnapshotBackupEnable *bool `type:"boolean" json:",omitempty"`

	HighFrequencySnapshotBackupSecondPeriod *int32 `type:"int32" json:",omitempty"`

	HourlyIncrBackupEnable *bool `type:"boolean" json:",omitempty"`

	IncrBackupHourPeriod *int32 `type:"int32" json:",omitempty"`

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

	KeepCrossBackupEnableAfterReleased *bool `type:"boolean" json:",omitempty"`

	LockDDLTime *int32 `type:"int32" json:",omitempty"`

	LogBackupRetentionDay *int32 `type:"int32" json:",omitempty"`

	RetentionPolicySynced *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModifyBackupPolicyInput) GoString

func (s ModifyBackupPolicyInput) GoString() string

GoString returns the string representation

func (*ModifyBackupPolicyInput) SetBinlogBackupAllRetention added in v1.0.185

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

SetBinlogBackupAllRetention sets the BinlogBackupAllRetention field's value.

func (*ModifyBackupPolicyInput) SetBinlogBackupEnabled added in v1.0.185

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

SetBinlogBackupEnabled sets the BinlogBackupEnabled field's value.

func (*ModifyBackupPolicyInput) SetBinlogBackupEncryptionEnabled added in v1.0.185

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

SetBinlogBackupEncryptionEnabled sets the BinlogBackupEncryptionEnabled field's value.

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) SetDataBackupAllRetention added in v1.0.185

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

SetDataBackupAllRetention sets the DataBackupAllRetention field's value.

func (*ModifyBackupPolicyInput) SetDataBackupEncryptionEnabled added in v1.0.185

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

SetDataBackupEncryptionEnabled sets the DataBackupEncryptionEnabled 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) SetDataFullBackupStartUTCHour added in v1.0.185

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

SetDataFullBackupStartUTCHour sets the DataFullBackupStartUTCHour 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) SetDataKeepDaysAfterReleased added in v1.0.185

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

SetDataKeepDaysAfterReleased sets the DataKeepDaysAfterReleased field's value.

func (*ModifyBackupPolicyInput) SetDataKeepPolicyAfterReleased added in v1.0.185

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

SetDataKeepPolicyAfterReleased sets the DataKeepPolicyAfterReleased field's value.

func (*ModifyBackupPolicyInput) SetHighFrequencySnapshotBackupEnable added in v1.1.35

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

SetHighFrequencySnapshotBackupEnable sets the HighFrequencySnapshotBackupEnable field's value.

func (*ModifyBackupPolicyInput) SetHighFrequencySnapshotBackupSecondPeriod added in v1.1.35

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

SetHighFrequencySnapshotBackupSecondPeriod sets the HighFrequencySnapshotBackupSecondPeriod field's value.

func (*ModifyBackupPolicyInput) SetHourlyIncrBackupEnable added in v1.0.185

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

SetHourlyIncrBackupEnable sets the HourlyIncrBackupEnable field's value.

func (*ModifyBackupPolicyInput) SetIncrBackupHourPeriod added in v1.0.185

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

SetIncrBackupHourPeriod sets the IncrBackupHourPeriod field's value.

func (*ModifyBackupPolicyInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyBackupPolicyInput) SetKeepCrossBackupEnableAfterReleased added in v1.1.54

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

SetKeepCrossBackupEnableAfterReleased sets the KeepCrossBackupEnableAfterReleased field's value.

func (*ModifyBackupPolicyInput) SetLockDDLTime added in v1.0.185

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) SetRetentionPolicySynced added in v1.0.185

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

SetRetentionPolicySynced sets the RetentionPolicySynced 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

	BinlogBackupAllRetention *bool `type:"boolean" json:",omitempty"`

	BinlogBackupEnabled *bool `type:"boolean" json:",omitempty"`

	BinlogBackupEncryptionEnabled *bool `type:"boolean" json:",omitempty"`

	BinlogFileCountsEnable *bool `type:"boolean" json:",omitempty"`

	BinlogLimitCount *int32 `type:"int32" json:",omitempty"`

	BinlogLocalRetentionHour *int32 `type:"int32" json:",omitempty"`

	BinlogSpaceLimitEnable *bool `type:"boolean" json:",omitempty"`

	BinlogStoragePercentage *int32 `type:"int32" json:",omitempty"`

	DataBackupAllRetention *bool `type:"boolean" json:",omitempty"`

	DataBackupEncryptionEnabled *bool `type:"boolean" json:",omitempty"`

	DataBackupRetentionDay *int32 `type:"int32" json:",omitempty"`

	DataFullBackupPeriods []*string `type:"list" json:",omitempty"`

	DataFullBackupStartUTCHour *int32 `type:"int32" json:",omitempty"`

	DataFullBackupTime *string `type:"string" json:",omitempty"`

	DataIncrBackupPeriods []*string `type:"list" json:",omitempty"`

	DataKeepDaysAfterReleased *int32 `type:"int32" json:",omitempty"`

	DataKeepPolicyAfterReleased *string `type:"string" json:",omitempty"`

	HighFrequencySnapshotBackupEnable *bool `type:"boolean" json:",omitempty"`

	HighFrequencySnapshotBackupSecondPeriod *int32 `type:"int32" json:",omitempty"`

	HourlyIncrBackupEnable *bool `type:"boolean" json:",omitempty"`

	IncrBackupHourPeriod *int32 `type:"int32" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	KeepCrossBackupEnableAfterReleased *bool `type:"boolean" json:",omitempty"`

	LockDDLTime *int32 `type:"int32" json:",omitempty"`

	LogBackupRetentionDay *int32 `type:"int32" json:",omitempty"`

	PublicDownloadEnable *bool `type:"boolean" json:",omitempty"`

	RetentionPolicySynced *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModifyBackupPolicyOutput) GoString

func (s ModifyBackupPolicyOutput) GoString() string

GoString returns the string representation

func (*ModifyBackupPolicyOutput) SetBinlogBackupAllRetention added in v1.0.185

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

SetBinlogBackupAllRetention sets the BinlogBackupAllRetention field's value.

func (*ModifyBackupPolicyOutput) SetBinlogBackupEnabled added in v1.0.185

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

SetBinlogBackupEnabled sets the BinlogBackupEnabled field's value.

func (*ModifyBackupPolicyOutput) SetBinlogBackupEncryptionEnabled added in v1.0.185

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

SetBinlogBackupEncryptionEnabled sets the BinlogBackupEncryptionEnabled field's value.

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) SetDataBackupAllRetention added in v1.0.185

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

SetDataBackupAllRetention sets the DataBackupAllRetention field's value.

func (*ModifyBackupPolicyOutput) SetDataBackupEncryptionEnabled added in v1.0.185

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

SetDataBackupEncryptionEnabled sets the DataBackupEncryptionEnabled 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) SetDataFullBackupStartUTCHour added in v1.0.185

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

SetDataFullBackupStartUTCHour sets the DataFullBackupStartUTCHour 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) SetDataKeepDaysAfterReleased added in v1.0.185

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

SetDataKeepDaysAfterReleased sets the DataKeepDaysAfterReleased field's value.

func (*ModifyBackupPolicyOutput) SetDataKeepPolicyAfterReleased added in v1.0.185

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

SetDataKeepPolicyAfterReleased sets the DataKeepPolicyAfterReleased field's value.

func (*ModifyBackupPolicyOutput) SetHighFrequencySnapshotBackupEnable added in v1.1.35

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

SetHighFrequencySnapshotBackupEnable sets the HighFrequencySnapshotBackupEnable field's value.

func (*ModifyBackupPolicyOutput) SetHighFrequencySnapshotBackupSecondPeriod added in v1.1.35

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

SetHighFrequencySnapshotBackupSecondPeriod sets the HighFrequencySnapshotBackupSecondPeriod field's value.

func (*ModifyBackupPolicyOutput) SetHourlyIncrBackupEnable added in v1.0.185

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

SetHourlyIncrBackupEnable sets the HourlyIncrBackupEnable field's value.

func (*ModifyBackupPolicyOutput) SetIncrBackupHourPeriod added in v1.0.185

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

SetIncrBackupHourPeriod sets the IncrBackupHourPeriod field's value.

func (*ModifyBackupPolicyOutput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (*ModifyBackupPolicyOutput) SetKeepCrossBackupEnableAfterReleased added in v1.1.54

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

SetKeepCrossBackupEnableAfterReleased sets the KeepCrossBackupEnableAfterReleased field's value.

func (*ModifyBackupPolicyOutput) SetLockDDLTime added in v1.0.185

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) SetPublicDownloadEnable added in v1.1.18

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

SetPublicDownloadEnable sets the PublicDownloadEnable field's value.

func (*ModifyBackupPolicyOutput) SetRetentionPolicySynced added in v1.0.185

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

SetRetentionPolicySynced sets the RetentionPolicySynced field's value.

func (ModifyBackupPolicyOutput) String

func (s ModifyBackupPolicyOutput) String() string

String returns the string representation

type ModifyBackupPublicAccessPolicyInput added in v1.1.18

type ModifyBackupPublicAccessPolicyInput struct {

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

	// PublicDownloadEnable is a required field
	PublicDownloadEnable *bool `type:"boolean" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyBackupPublicAccessPolicyInput) GoString added in v1.1.18

GoString returns the string representation

func (*ModifyBackupPublicAccessPolicyInput) SetInstanceId added in v1.1.18

SetInstanceId sets the InstanceId field's value.

func (*ModifyBackupPublicAccessPolicyInput) SetPublicDownloadEnable added in v1.1.18

SetPublicDownloadEnable sets the PublicDownloadEnable field's value.

func (ModifyBackupPublicAccessPolicyInput) String added in v1.1.18

String returns the string representation

func (*ModifyBackupPublicAccessPolicyInput) Validate added in v1.1.18

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

type ModifyBackupPublicAccessPolicyOutput added in v1.1.18

type ModifyBackupPublicAccessPolicyOutput struct {
	Metadata *response.ResponseMetadata

	InstanceId *string `type:"string" json:",omitempty"`

	PublicDownloadEnable *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModifyBackupPublicAccessPolicyOutput) GoString added in v1.1.18

GoString returns the string representation

func (*ModifyBackupPublicAccessPolicyOutput) SetInstanceId added in v1.1.18

SetInstanceId sets the InstanceId field's value.

func (*ModifyBackupPublicAccessPolicyOutput) SetPublicDownloadEnable added in v1.1.18

SetPublicDownloadEnable sets the PublicDownloadEnable field's value.

func (ModifyBackupPublicAccessPolicyOutput) String added in v1.1.18

String returns the string representation

type ModifyCrossBackupPolicyInput added in v1.0.93

type ModifyCrossBackupPolicyInput struct {
	BackupEnabled *bool `type:"boolean" json:",omitempty"`

	CrossBackupRegion *string `type:"string" json:",omitempty"`

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

	LogBackupEnabled *bool `type:"boolean" json:",omitempty"`

	Retention *int32 `type:"int32" json:",omitempty"`
	// 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" json:",omitempty"`

	CrossBackupRegion *string `type:"string" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	LogBackupEnabled *bool `type:"boolean" json:",omitempty"`

	Retention *int32 `type:"int32" json:",omitempty"`
	// 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" json:",omitempty"`

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

	Host *string `type:"string" json:",omitempty"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" 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" json:",omitempty" required:"true"`

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

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

	// NewHost is a required field
	NewHost *string `type:"string" json:",omitempty" 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" json:",omitempty"`

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

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

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

	Port *int32 `type:"int32" json:",omitempty"`
	// 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 ModifyDBEndpointConnectionModeInput added in v1.1.18

type ModifyDBEndpointConnectionModeInput struct {

	// ConnectionMode is a required field
	ConnectionMode *string `type:"string" json:",omitempty" required:"true"`

	CreateDBEndpointReq *CreateDBEndpointReqForModifyDBEndpointConnectionModeInput `type:"structure" json:",omitempty"`

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

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

func (ModifyDBEndpointConnectionModeInput) GoString added in v1.1.18

GoString returns the string representation

func (*ModifyDBEndpointConnectionModeInput) SetConnectionMode added in v1.1.18

SetConnectionMode sets the ConnectionMode field's value.

func (*ModifyDBEndpointConnectionModeInput) SetCreateDBEndpointReq added in v1.1.18

SetCreateDBEndpointReq sets the CreateDBEndpointReq field's value.

func (*ModifyDBEndpointConnectionModeInput) SetEndpointId added in v1.1.18

SetEndpointId sets the EndpointId field's value.

func (*ModifyDBEndpointConnectionModeInput) SetInstanceId added in v1.1.18

SetInstanceId sets the InstanceId field's value.

func (ModifyDBEndpointConnectionModeInput) String added in v1.1.18

String returns the string representation

func (*ModifyDBEndpointConnectionModeInput) Validate added in v1.1.18

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

type ModifyDBEndpointConnectionModeOutput added in v1.1.18

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

func (ModifyDBEndpointConnectionModeOutput) GoString added in v1.1.18

GoString returns the string representation

func (ModifyDBEndpointConnectionModeOutput) String added in v1.1.18

String returns the string representation

type ModifyDBEndpointDNSInput added in v1.0.56

type ModifyDBEndpointDNSInput struct {

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

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

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

	// NetworkType is a required field
	NetworkType *string `type:"string" json:",omitempty" 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" json:",omitempty"`

	ConnectAllSlaveNodes *bool `type:"boolean" json:",omitempty"`

	ConnectionPoolType *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	EnableConnectionPersistent *bool `type:"boolean" json:",omitempty"`

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

	EndpointName *string `type:"string" json:",omitempty"`

	IdleConnectionReclaim *bool `type:"boolean" json:",omitempty"`

	ImplicitTransSplit *bool `type:"boolean" json:",omitempty"`

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

	MasterNodeRouting *bool `type:"boolean" json:",omitempty"`

	MasterProtectorTimeout *int32 `type:"int32" json:",omitempty"`

	MultiStatementsMode *string `type:"string" json:",omitempty"`

	Nodes *string `type:"string" json:",omitempty"`

	OverloadProtection *bool `type:"boolean" json:",omitempty"`

	ReadOnlyNodeDistributionType *string `type:"string" json:",omitempty"`

	ReadOnlyNodeMaxDelayTime *int32 `type:"int32" json:",omitempty"`

	ReadOnlyNodeWeight []*ReadOnlyNodeWeightForModifyDBEndpointInput `type:"list" json:",omitempty"`

	ReadWriteMode *string `type:"string" json:",omitempty"`

	ReadWriteSpliting *bool `type:"boolean" json:",omitempty"`
	// 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) SetConnectAllSlaveNodes added in v1.1.35

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

SetConnectAllSlaveNodes sets the ConnectAllSlaveNodes field's value.

func (*ModifyDBEndpointInput) SetConnectionPoolType added in v1.0.185

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

SetConnectionPoolType sets the ConnectionPoolType field's value.

func (*ModifyDBEndpointInput) SetDescription

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

SetDescription sets the Description field's value.

func (*ModifyDBEndpointInput) SetEnableConnectionPersistent added in v1.1.35

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

SetEnableConnectionPersistent sets the EnableConnectionPersistent 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) SetIdleConnectionReclaim added in v1.0.163

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

SetIdleConnectionReclaim sets the IdleConnectionReclaim field's value.

func (*ModifyDBEndpointInput) SetImplicitTransSplit added in v1.1.18

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

SetImplicitTransSplit sets the ImplicitTransSplit field's value.

func (*ModifyDBEndpointInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBEndpointInput) SetMasterNodeRouting added in v1.1.18

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

SetMasterNodeRouting sets the MasterNodeRouting field's value.

func (*ModifyDBEndpointInput) SetMasterProtectorTimeout added in v1.1.18

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

SetMasterProtectorTimeout sets the MasterProtectorTimeout field's value.

func (*ModifyDBEndpointInput) SetMultiStatementsMode added in v1.0.185

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

SetMultiStatementsMode sets the MultiStatementsMode field's value.

func (*ModifyDBEndpointInput) SetNodes added in v1.0.56

SetNodes sets the Nodes field's value.

func (*ModifyDBEndpointInput) SetOverloadProtection added in v1.1.18

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

SetOverloadProtection sets the OverloadProtection 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 ModifyDBInstanceAutoUpgradeEngineMinorVersionInput added in v1.0.185

type ModifyDBInstanceAutoUpgradeEngineMinorVersionInput struct {

	// AutoUpgradeMinorVersion is a required field
	AutoUpgradeMinorVersion *string `type:"string" json:",omitempty" required:"true"`

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

func (ModifyDBInstanceAutoUpgradeEngineMinorVersionInput) GoString added in v1.0.185

GoString returns the string representation

func (*ModifyDBInstanceAutoUpgradeEngineMinorVersionInput) SetAutoUpgradeMinorVersion added in v1.0.185

SetAutoUpgradeMinorVersion sets the AutoUpgradeMinorVersion field's value.

func (*ModifyDBInstanceAutoUpgradeEngineMinorVersionInput) SetInstanceId added in v1.0.185

SetInstanceId sets the InstanceId field's value.

func (ModifyDBInstanceAutoUpgradeEngineMinorVersionInput) String added in v1.0.185

String returns the string representation

func (*ModifyDBInstanceAutoUpgradeEngineMinorVersionInput) Validate added in v1.0.185

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

type ModifyDBInstanceAutoUpgradeEngineMinorVersionOutput added in v1.0.185

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

func (ModifyDBInstanceAutoUpgradeEngineMinorVersionOutput) GoString added in v1.0.185

GoString returns the string representation

func (ModifyDBInstanceAutoUpgradeEngineMinorVersionOutput) String added in v1.0.185

String returns the string representation

type ModifyDBInstanceChargeTypeInput added in v1.0.93

type ModifyDBInstanceChargeTypeInput struct {
	AutoRenew *bool `type:"boolean" json:",omitempty"`

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

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

	Period *int32 `type:"int32" json:",omitempty"`

	PeriodUnit *string `type:"string" json:",omitempty"`
	// 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" json:",omitempty"`

	OrderNO *string `type:"string" json:",omitempty"`
	// 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 ModifyDBInstanceDeletionProtectionPolicyInput added in v1.1.18

type ModifyDBInstanceDeletionProtectionPolicyInput struct {

	// DeletionProtection is a required field
	DeletionProtection *string `type:"string" json:",omitempty" required:"true"`

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

func (ModifyDBInstanceDeletionProtectionPolicyInput) GoString added in v1.1.18

GoString returns the string representation

func (*ModifyDBInstanceDeletionProtectionPolicyInput) SetDeletionProtection added in v1.1.18

SetDeletionProtection sets the DeletionProtection field's value.

func (*ModifyDBInstanceDeletionProtectionPolicyInput) SetInstanceId added in v1.1.18

SetInstanceId sets the InstanceId field's value.

func (ModifyDBInstanceDeletionProtectionPolicyInput) String added in v1.1.18

String returns the string representation

func (*ModifyDBInstanceDeletionProtectionPolicyInput) Validate added in v1.1.18

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

type ModifyDBInstanceDeletionProtectionPolicyOutput added in v1.1.18

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

func (ModifyDBInstanceDeletionProtectionPolicyOutput) GoString added in v1.1.18

GoString returns the string representation

func (ModifyDBInstanceDeletionProtectionPolicyOutput) String added in v1.1.18

String returns the string representation

type ModifyDBInstanceGlobalReadOnlyInput added in v1.0.185

type ModifyDBInstanceGlobalReadOnlyInput struct {

	// GlobalReadOnly is a required field
	GlobalReadOnly *bool `type:"boolean" json:",omitempty" required:"true"`

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

func (ModifyDBInstanceGlobalReadOnlyInput) GoString added in v1.0.185

GoString returns the string representation

func (*ModifyDBInstanceGlobalReadOnlyInput) SetGlobalReadOnly added in v1.0.185

SetGlobalReadOnly sets the GlobalReadOnly field's value.

func (*ModifyDBInstanceGlobalReadOnlyInput) SetInstanceId added in v1.0.185

SetInstanceId sets the InstanceId field's value.

func (ModifyDBInstanceGlobalReadOnlyInput) String added in v1.0.185

String returns the string representation

func (*ModifyDBInstanceGlobalReadOnlyInput) Validate added in v1.0.185

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

type ModifyDBInstanceGlobalReadOnlyOutput added in v1.0.185

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

func (ModifyDBInstanceGlobalReadOnlyOutput) GoString added in v1.0.185

GoString returns the string representation

func (ModifyDBInstanceGlobalReadOnlyOutput) String added in v1.0.185

String returns the string representation

type ModifyDBInstanceMaintenanceWindowInput added in v1.0.93

type ModifyDBInstanceMaintenanceWindowInput struct {
	DayKind *string `type:"string" json:",omitempty"`

	DayOfWeek []*string `type:"list" json:",omitempty"`

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

	// MaintenanceTime is a required field
	MaintenanceTime *string `type:"string" json:",omitempty" 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" json:",omitempty" required:"true"`

	// InstanceNewName is a required field
	InstanceNewName *string `type:"string" json:",omitempty" 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 {
	CustomNodeIds []*string `type:"list" json:",omitempty"`

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

	ParamApplyScope *string `type:"string" json:",omitempty"`

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

func (ModifyDBInstanceParametersInput) GoString

GoString returns the string representation

func (*ModifyDBInstanceParametersInput) SetCustomNodeIds added in v1.0.150

SetCustomNodeIds sets the CustomNodeIds field's value.

func (*ModifyDBInstanceParametersInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBInstanceParametersInput) SetParamApplyScope added in v1.0.150

SetParamApplyScope sets the ParamApplyScope 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" json:",omitempty" required:"true"`

	ReloadSSLCertificate *bool `type:"boolean" json:",omitempty"`

	SSLEnable *bool `type:"boolean" json:",omitempty"`

	SpecifiedSwitchEndTime *string `type:"string" json:",omitempty"`

	SpecifiedSwitchStartTime *string `type:"string" json:",omitempty"`

	SwitchType *string `type:"string" json:",omitempty"`
	// 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) SetSpecifiedSwitchEndTime added in v1.1.18

func (s *ModifyDBInstanceSSLInput) SetSpecifiedSwitchEndTime(v string) *ModifyDBInstanceSSLInput

SetSpecifiedSwitchEndTime sets the SpecifiedSwitchEndTime field's value.

func (*ModifyDBInstanceSSLInput) SetSpecifiedSwitchStartTime added in v1.1.18

func (s *ModifyDBInstanceSSLInput) SetSpecifiedSwitchStartTime(v string) *ModifyDBInstanceSSLInput

SetSpecifiedSwitchStartTime sets the SpecifiedSwitchStartTime field's value.

func (*ModifyDBInstanceSSLInput) SetSwitchType added in v1.1.18

SetSwitchType sets the SwitchType 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" json:",omitempty" required:"true"`

	ModifyType *string `type:"string" json:",omitempty"`

	NodeInfo []*NodeInfoForModifyDBInstanceSpecInput `type:"list" json:",omitempty"`

	SpecifiedSwitchEndTime *string `type:"string" json:",omitempty"`

	SpecifiedSwitchStartTime *string `type:"string" json:",omitempty"`

	StorageSpace *int32 `type:"int32" json:",omitempty"`

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

	SwitchType *string `type:"string" json:",omitempty"`
	// 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) SetSpecifiedSwitchEndTime added in v1.0.185

func (s *ModifyDBInstanceSpecInput) SetSpecifiedSwitchEndTime(v string) *ModifyDBInstanceSpecInput

SetSpecifiedSwitchEndTime sets the SpecifiedSwitchEndTime field's value.

func (*ModifyDBInstanceSpecInput) SetSpecifiedSwitchStartTime added in v1.0.185

func (s *ModifyDBInstanceSpecInput) SetSpecifiedSwitchStartTime(v string) *ModifyDBInstanceSpecInput

SetSpecifiedSwitchStartTime sets the SpecifiedSwitchStartTime 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" json:",omitempty"`

	OrderId *string `type:"string" json:",omitempty"`
	// 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" json:",omitempty" required:"true"`

	// SyncMode is a required field
	SyncMode *string `type:"string" json:",omitempty" 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" json:",omitempty" required:"true"`

	KeyName *string `type:"string" json:",omitempty"`

	KeyringName *string `type:"string" json:",omitempty"`

	SpecifiedSwitchEndTime *string `type:"string" json:",omitempty"`

	SpecifiedSwitchStartTime *string `type:"string" json:",omitempty"`

	SwitchType *string `type:"string" json:",omitempty"`

	// TDEStatus is a required field
	TDEStatus *string `type:"string" json:",omitempty" 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) SetSpecifiedSwitchEndTime added in v1.1.35

func (s *ModifyDBInstanceTDEInput) SetSpecifiedSwitchEndTime(v string) *ModifyDBInstanceTDEInput

SetSpecifiedSwitchEndTime sets the SpecifiedSwitchEndTime field's value.

func (*ModifyDBInstanceTDEInput) SetSpecifiedSwitchStartTime added in v1.1.35

func (s *ModifyDBInstanceTDEInput) SetSpecifiedSwitchStartTime(v string) *ModifyDBInstanceTDEInput

SetSpecifiedSwitchStartTime sets the SpecifiedSwitchStartTime field's value.

func (*ModifyDBInstanceTDEInput) SetSwitchType added in v1.1.35

SetSwitchType sets the SwitchType 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 ModifyDBInstanceTypeInput added in v1.0.93

type ModifyDBInstanceTypeInput struct {

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

	NodeInfo []*NodeInfoForModifyDBInstanceTypeInput `type:"list" json:",omitempty"`

	SwitchType *string `type:"string" json:",omitempty"`

	// TypeConvertPath is a required field
	TypeConvertPath *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyDBInstanceTypeInput) GoString added in v1.0.93

func (s ModifyDBInstanceTypeInput) GoString() string

GoString returns the string representation

func (*ModifyDBInstanceTypeInput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBInstanceTypeInput) SetNodeInfo added in v1.0.93

SetNodeInfo sets the NodeInfo field's value.

func (*ModifyDBInstanceTypeInput) SetSwitchType added in v1.1.35

SetSwitchType sets the SwitchType field's value.

func (*ModifyDBInstanceTypeInput) SetTypeConvertPath added in v1.0.93

SetTypeConvertPath sets the TypeConvertPath field's value.

func (ModifyDBInstanceTypeInput) String added in v1.0.93

func (s ModifyDBInstanceTypeInput) String() string

String returns the string representation

func (*ModifyDBInstanceTypeInput) Validate added in v1.0.93

func (s *ModifyDBInstanceTypeInput) Validate() error

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

type ModifyDBInstanceTypeOutput added in v1.0.93

type ModifyDBInstanceTypeOutput struct {
	Metadata *response.ResponseMetadata

	InstanceId *string `type:"string" json:",omitempty"`

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

func (ModifyDBInstanceTypeOutput) GoString added in v1.0.93

func (s ModifyDBInstanceTypeOutput) GoString() string

GoString returns the string representation

func (*ModifyDBInstanceTypeOutput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBInstanceTypeOutput) SetOrderId added in v1.0.93

SetOrderId sets the OrderId field's value.

func (ModifyDBInstanceTypeOutput) String added in v1.0.93

String returns the string representation

type ModifyDBNodeSpecInput added in v1.0.185

type ModifyDBNodeSpecInput struct {
	EstimateOnly *bool `type:"boolean" json:",omitempty"`

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

	NodeInfo []*NodeInfoForModifyDBNodeSpecInput `type:"list" json:",omitempty"`

	RequestSource *string `type:"string" json:",omitempty"`

	SpecifiedSwitchEndTime *string `type:"string" json:",omitempty"`

	SpecifiedSwitchStartTime *string `type:"string" json:",omitempty"`

	StorageSpace *int32 `type:"int32" json:",omitempty"`

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

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

func (ModifyDBNodeSpecInput) GoString added in v1.0.185

func (s ModifyDBNodeSpecInput) GoString() string

GoString returns the string representation

func (*ModifyDBNodeSpecInput) SetEstimateOnly added in v1.0.185

func (s *ModifyDBNodeSpecInput) SetEstimateOnly(v bool) *ModifyDBNodeSpecInput

SetEstimateOnly sets the EstimateOnly field's value.

func (*ModifyDBNodeSpecInput) SetInstanceId added in v1.0.185

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

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBNodeSpecInput) SetNodeInfo added in v1.0.185

SetNodeInfo sets the NodeInfo field's value.

func (*ModifyDBNodeSpecInput) SetRequestSource added in v1.0.185

func (s *ModifyDBNodeSpecInput) SetRequestSource(v string) *ModifyDBNodeSpecInput

SetRequestSource sets the RequestSource field's value.

func (*ModifyDBNodeSpecInput) SetSpecifiedSwitchEndTime added in v1.0.185

func (s *ModifyDBNodeSpecInput) SetSpecifiedSwitchEndTime(v string) *ModifyDBNodeSpecInput

SetSpecifiedSwitchEndTime sets the SpecifiedSwitchEndTime field's value.

func (*ModifyDBNodeSpecInput) SetSpecifiedSwitchStartTime added in v1.0.185

func (s *ModifyDBNodeSpecInput) SetSpecifiedSwitchStartTime(v string) *ModifyDBNodeSpecInput

SetSpecifiedSwitchStartTime sets the SpecifiedSwitchStartTime field's value.

func (*ModifyDBNodeSpecInput) SetStorageSpace added in v1.0.185

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

SetStorageSpace sets the StorageSpace field's value.

func (*ModifyDBNodeSpecInput) SetStorageType added in v1.0.185

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

SetStorageType sets the StorageType field's value.

func (*ModifyDBNodeSpecInput) SetSwitchType added in v1.0.185

func (s *ModifyDBNodeSpecInput) SetSwitchType(v string) *ModifyDBNodeSpecInput

SetSwitchType sets the SwitchType field's value.

func (ModifyDBNodeSpecInput) String added in v1.0.185

func (s ModifyDBNodeSpecInput) String() string

String returns the string representation

func (*ModifyDBNodeSpecInput) Validate added in v1.0.185

func (s *ModifyDBNodeSpecInput) Validate() error

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

type ModifyDBNodeSpecOutput added in v1.0.185

type ModifyDBNodeSpecOutput struct {
	Metadata *response.ResponseMetadata

	EstimationResult *EstimationResultForModifyDBNodeSpecOutput `type:"structure" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

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

func (ModifyDBNodeSpecOutput) GoString added in v1.0.185

func (s ModifyDBNodeSpecOutput) GoString() string

GoString returns the string representation

func (*ModifyDBNodeSpecOutput) SetEstimationResult added in v1.0.185

SetEstimationResult sets the EstimationResult field's value.

func (*ModifyDBNodeSpecOutput) SetInstanceId added in v1.0.185

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBNodeSpecOutput) SetOrderId added in v1.0.185

SetOrderId sets the OrderId field's value.

func (ModifyDBNodeSpecOutput) String added in v1.0.185

func (s ModifyDBNodeSpecOutput) String() string

String returns the string representation

type ModifyDBNodeTemporarySpecInput added in v1.0.185

type ModifyDBNodeTemporarySpecInput struct {
	EstimateOnly *bool `type:"boolean" json:",omitempty"`

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

	NodeInfo []*NodeInfoForModifyDBNodeTemporarySpecInput `type:"list" json:",omitempty"`

	RequestSource *string `type:"string" json:",omitempty"`

	// RollbackTime is a required field
	RollbackTime *string `type:"string" json:",omitempty" required:"true"`

	SpecifiedSwitchEndTime *string `type:"string" json:",omitempty"`

	SpecifiedSwitchStartTime *string `type:"string" json:",omitempty"`

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

func (ModifyDBNodeTemporarySpecInput) GoString added in v1.0.185

GoString returns the string representation

func (*ModifyDBNodeTemporarySpecInput) SetEstimateOnly added in v1.0.185

SetEstimateOnly sets the EstimateOnly field's value.

func (*ModifyDBNodeTemporarySpecInput) SetInstanceId added in v1.0.185

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBNodeTemporarySpecInput) SetNodeInfo added in v1.0.185

SetNodeInfo sets the NodeInfo field's value.

func (*ModifyDBNodeTemporarySpecInput) SetRequestSource added in v1.0.185

SetRequestSource sets the RequestSource field's value.

func (*ModifyDBNodeTemporarySpecInput) SetRollbackTime added in v1.0.185

SetRollbackTime sets the RollbackTime field's value.

func (*ModifyDBNodeTemporarySpecInput) SetSpecifiedSwitchEndTime added in v1.0.185

func (s *ModifyDBNodeTemporarySpecInput) SetSpecifiedSwitchEndTime(v string) *ModifyDBNodeTemporarySpecInput

SetSpecifiedSwitchEndTime sets the SpecifiedSwitchEndTime field's value.

func (*ModifyDBNodeTemporarySpecInput) SetSpecifiedSwitchStartTime added in v1.0.185

func (s *ModifyDBNodeTemporarySpecInput) SetSpecifiedSwitchStartTime(v string) *ModifyDBNodeTemporarySpecInput

SetSpecifiedSwitchStartTime sets the SpecifiedSwitchStartTime field's value.

func (*ModifyDBNodeTemporarySpecInput) SetSwitchType added in v1.0.185

SetSwitchType sets the SwitchType field's value.

func (ModifyDBNodeTemporarySpecInput) String added in v1.0.185

String returns the string representation

func (*ModifyDBNodeTemporarySpecInput) Validate added in v1.0.185

func (s *ModifyDBNodeTemporarySpecInput) Validate() error

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

type ModifyDBNodeTemporarySpecOutput added in v1.0.185

type ModifyDBNodeTemporarySpecOutput struct {
	Metadata *response.ResponseMetadata

	EstimationResult *EstimationResultForModifyDBNodeTemporarySpecOutput `type:"structure" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

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

func (ModifyDBNodeTemporarySpecOutput) GoString added in v1.0.185

GoString returns the string representation

func (*ModifyDBNodeTemporarySpecOutput) SetEstimationResult added in v1.0.185

SetEstimationResult sets the EstimationResult field's value.

func (*ModifyDBNodeTemporarySpecOutput) SetInstanceId added in v1.0.185

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBNodeTemporarySpecOutput) SetOrderId added in v1.0.185

SetOrderId sets the OrderId field's value.

func (ModifyDBNodeTemporarySpecOutput) String added in v1.0.185

String returns the string representation

type ModifyDBProxyConfigInput added in v1.0.93

type ModifyDBProxyConfigInput struct {
	ConnectionPoolType *string `type:"string" json:",omitempty"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" 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 ModifyDBProxyInput added in v1.0.93

type ModifyDBProxyInput struct {
	ConvertDefaultEndpoint *bool `type:"boolean" json:",omitempty"`

	EnableDBProxy *bool `type:"boolean" json:",omitempty"`

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

	ProxyNodeCustom *ProxyNodeCustomForModifyDBProxyInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModifyDBProxyInput) GoString added in v1.0.93

func (s ModifyDBProxyInput) GoString() string

GoString returns the string representation

func (*ModifyDBProxyInput) SetConvertDefaultEndpoint added in v1.1.18

func (s *ModifyDBProxyInput) SetConvertDefaultEndpoint(v bool) *ModifyDBProxyInput

SetConvertDefaultEndpoint sets the ConvertDefaultEndpoint field's value.

func (*ModifyDBProxyInput) SetEnableDBProxy added in v1.0.93

func (s *ModifyDBProxyInput) SetEnableDBProxy(v bool) *ModifyDBProxyInput

SetEnableDBProxy sets the EnableDBProxy field's value.

func (*ModifyDBProxyInput) SetInstanceId added in v1.0.93

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

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBProxyInput) SetProxyNodeCustom added in v1.0.185

SetProxyNodeCustom sets the ProxyNodeCustom field's value.

func (ModifyDBProxyInput) String added in v1.0.93

func (s ModifyDBProxyInput) String() string

String returns the string representation

func (*ModifyDBProxyInput) Validate added in v1.0.185

func (s *ModifyDBProxyInput) Validate() error

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

type ModifyDBProxyOutput added in v1.0.93

type ModifyDBProxyOutput struct {
	Metadata *response.ResponseMetadata

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

func (ModifyDBProxyOutput) GoString added in v1.0.93

func (s ModifyDBProxyOutput) GoString() string

GoString returns the string representation

func (*ModifyDBProxyOutput) SetOrderId added in v1.0.185

SetOrderId sets the OrderId field's value.

func (ModifyDBProxyOutput) String added in v1.0.93

func (s ModifyDBProxyOutput) String() string

String returns the string representation

type ModifyDBProxySpecInput added in v1.0.185

type ModifyDBProxySpecInput struct {

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

	ProxyNodeCustom *ProxyNodeCustomForModifyDBProxySpecInput `type:"structure" json:",omitempty"`

	SpecifiedSwitchEndTime *string `type:"string" json:",omitempty"`

	SpecifiedSwitchStartTime *string `type:"string" json:",omitempty"`

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

func (ModifyDBProxySpecInput) GoString added in v1.0.185

func (s ModifyDBProxySpecInput) GoString() string

GoString returns the string representation

func (*ModifyDBProxySpecInput) SetInstanceId added in v1.0.185

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBProxySpecInput) SetProxyNodeCustom added in v1.0.185

SetProxyNodeCustom sets the ProxyNodeCustom field's value.

func (*ModifyDBProxySpecInput) SetSpecifiedSwitchEndTime added in v1.0.185

func (s *ModifyDBProxySpecInput) SetSpecifiedSwitchEndTime(v string) *ModifyDBProxySpecInput

SetSpecifiedSwitchEndTime sets the SpecifiedSwitchEndTime field's value.

func (*ModifyDBProxySpecInput) SetSpecifiedSwitchStartTime added in v1.0.185

func (s *ModifyDBProxySpecInput) SetSpecifiedSwitchStartTime(v string) *ModifyDBProxySpecInput

SetSpecifiedSwitchStartTime sets the SpecifiedSwitchStartTime field's value.

func (*ModifyDBProxySpecInput) SetSwitchType added in v1.0.185

SetSwitchType sets the SwitchType field's value.

func (ModifyDBProxySpecInput) String added in v1.0.185

func (s ModifyDBProxySpecInput) String() string

String returns the string representation

func (*ModifyDBProxySpecInput) Validate added in v1.0.185

func (s *ModifyDBProxySpecInput) Validate() error

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

type ModifyDBProxySpecOutput added in v1.0.185

type ModifyDBProxySpecOutput struct {
	Metadata *response.ResponseMetadata

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

func (ModifyDBProxySpecOutput) GoString added in v1.0.185

func (s ModifyDBProxySpecOutput) GoString() string

GoString returns the string representation

func (*ModifyDBProxySpecOutput) SetOrderId added in v1.0.185

SetOrderId sets the OrderId field's value.

func (ModifyDBProxySpecOutput) String added in v1.0.185

func (s ModifyDBProxySpecOutput) String() string

String returns the string representation

type ModifyDatabaseDescriptionInput added in v1.0.93

type ModifyDatabaseDescriptionInput struct {
	DBDesc *string `type:"string" json:",omitempty"`

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

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" 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 {
	ProjectName *string `type:"string" json:",omitempty"`

	TemplateDesc *string `type:"string" json:",omitempty"`

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

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

	TemplateParams []*TemplateParamForModifyParameterTemplateInput `type:"list" json:",omitempty"`
	// 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) SetProjectName added in v1.0.185

SetProjectName sets the ProjectName field's value.

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

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

func (ModifyParameterTemplateOutput) GoString added in v1.0.93

GoString returns the string representation

func (*ModifyParameterTemplateOutput) SetTemplateId added in v1.1.18

SetTemplateId sets the TemplateId field's value.

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" json:",omitempty" required:"true"`

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

	ModifyBeginTime *string `type:"string" json:",omitempty"`

	ModifyEndTime *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	// TaskEventOperation is a required field
	TaskEventOperation *string `type:"string" json:",omitempty" 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) SetInstanceId added in v1.0.185

SetInstanceId sets the InstanceId 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) SetProjectName added in v1.0.185

SetProjectName sets the ProjectName field's value.

func (*ModifyPlannedEventExecuteTimeInput) SetTaskEventOperation added in v1.0.185

SetTaskEventOperation sets the TaskEventOperation 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 *int64 `type:"int64" json:",omitempty" required:"true"`

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

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

	UpdateEndpointIds []*string `type:"list" json:",omitempty"`
	// 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 {

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

	ModifyBeginTime *string `type:"string" json:",omitempty"`

	ModifyEndTime *string `type:"string" json:",omitempty"`

	ModifyType *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	SwitchTime *string `type:"string" json:",omitempty"`

	// TaskEventOperation is a required field
	TaskEventOperation *string `type:"string" json:",omitempty" required:"true"`

	// TaskId is a required field
	TaskId *string `type:"string" json:",omitempty" 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) SetInstanceId added in v1.0.137

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

SetInstanceId sets the InstanceId field's value.

func (*ModifyTaskInput) SetModifyBeginTime added in v1.0.185

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

SetModifyBeginTime sets the ModifyBeginTime field's value.

func (*ModifyTaskInput) SetModifyEndTime added in v1.0.185

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

SetModifyEndTime sets the ModifyEndTime field's value.

func (*ModifyTaskInput) SetModifyType added in v1.0.125

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

SetModifyType sets the ModifyType field's value.

func (*ModifyTaskInput) SetProjectName added in v1.0.185

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

SetProjectName sets the ProjectName 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) SetTaskEventOperation added in v1.0.185

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

SetTaskEventOperation sets the TaskEventOperation 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 NodeDifferentParameterForDescribeDBNodeParameterDifferencesOutput added in v1.1.18

type NodeDifferentParameterForDescribeDBNodeParameterDifferencesOutput struct {
	NodeParameterValueDetails []*NodeParameterValueDetailForDescribeDBNodeParameterDifferencesOutput `type:"list" json:",omitempty"`

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

func (NodeDifferentParameterForDescribeDBNodeParameterDifferencesOutput) GoString added in v1.1.18

GoString returns the string representation

func (*NodeDifferentParameterForDescribeDBNodeParameterDifferencesOutput) SetNodeParameterValueDetails added in v1.1.18

SetNodeParameterValueDetails sets the NodeParameterValueDetails field's value.

func (*NodeDifferentParameterForDescribeDBNodeParameterDifferencesOutput) SetParameterName added in v1.1.18

SetParameterName sets the ParameterName field's value.

func (NodeDifferentParameterForDescribeDBNodeParameterDifferencesOutput) String added in v1.1.18

String returns the string representation

type NodeForDescribeDBBlueGreenDifferencesOutput added in v1.2.21

type NodeForDescribeDBBlueGreenDifferencesOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	DelayReplicationTime *int64 `type:"int64" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	Memory *int32 `type:"int32" json:",omitempty"`

	NodeId *string `type:"string" json:",omitempty"`

	NodeSpec *string `type:"string" json:",omitempty"`

	NodeStatus *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	RegionId *string `type:"string" json:",omitempty"`

	SyncDelay *int64 `type:"int64" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`

	VCPU *int32 `type:"int32" json:",omitempty"`

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

func (NodeForDescribeDBBlueGreenDifferencesOutput) GoString added in v1.2.21

GoString returns the string representation

func (*NodeForDescribeDBBlueGreenDifferencesOutput) SetCreateTime added in v1.2.21

SetCreateTime sets the CreateTime field's value.

func (*NodeForDescribeDBBlueGreenDifferencesOutput) SetDelayReplicationTime added in v1.2.21

SetDelayReplicationTime sets the DelayReplicationTime field's value.

func (*NodeForDescribeDBBlueGreenDifferencesOutput) SetInstanceId added in v1.2.21

SetInstanceId sets the InstanceId field's value.

func (*NodeForDescribeDBBlueGreenDifferencesOutput) SetMemory added in v1.2.21

SetMemory sets the Memory field's value.

func (*NodeForDescribeDBBlueGreenDifferencesOutput) SetNodeId added in v1.2.21

SetNodeId sets the NodeId field's value.

func (*NodeForDescribeDBBlueGreenDifferencesOutput) SetNodeSpec added in v1.2.21

SetNodeSpec sets the NodeSpec field's value.

func (*NodeForDescribeDBBlueGreenDifferencesOutput) SetNodeStatus added in v1.2.21

SetNodeStatus sets the NodeStatus field's value.

func (*NodeForDescribeDBBlueGreenDifferencesOutput) SetNodeType added in v1.2.21

SetNodeType sets the NodeType field's value.

func (*NodeForDescribeDBBlueGreenDifferencesOutput) SetRegionId added in v1.2.21

SetRegionId sets the RegionId field's value.

func (*NodeForDescribeDBBlueGreenDifferencesOutput) SetSyncDelay added in v1.2.21

SetSyncDelay sets the SyncDelay field's value.

func (*NodeForDescribeDBBlueGreenDifferencesOutput) SetUpdateTime added in v1.2.21

SetUpdateTime sets the UpdateTime field's value.

func (*NodeForDescribeDBBlueGreenDifferencesOutput) SetVCPU added in v1.2.21

SetVCPU sets the VCPU field's value.

func (*NodeForDescribeDBBlueGreenDifferencesOutput) SetZoneId added in v1.2.21

SetZoneId sets the ZoneId field's value.

func (NodeForDescribeDBBlueGreenDifferencesOutput) String added in v1.2.21

String returns the string representation

type NodeForDescribeDBInstanceDetailOutput added in v1.0.56

type NodeForDescribeDBInstanceDetailOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	DelayReplicationTime *int64 `type:"int64" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	Memory *int32 `type:"int32" json:",omitempty"`

	NodeId *string `type:"string" json:",omitempty"`

	NodeSpec *string `type:"string" json:",omitempty"`

	NodeStatus *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	RegionId *string `type:"string" json:",omitempty"`

	SyncDelay *int64 `type:"int64" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`

	VCPU *int32 `type:"int32" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// 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) SetDelayReplicationTime added in v1.0.185

SetDelayReplicationTime sets the DelayReplicationTime 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) SetSyncDelay added in v1.0.93

SetSyncDelay sets the SyncDelay 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 NodeForDescribeDBInstanceHAConfigOutput added in v1.1.35

type NodeForDescribeDBInstanceHAConfigOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	DelayReplicationTime *int64 `type:"int64" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	Memory *int32 `type:"int32" json:",omitempty"`

	NodeId *string `type:"string" json:",omitempty"`

	NodeSpec *string `type:"string" json:",omitempty"`

	NodeStatus *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	RegionId *string `type:"string" json:",omitempty"`

	SyncDelay *int64 `type:"int64" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`

	VCPU *int32 `type:"int32" json:",omitempty"`

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

func (NodeForDescribeDBInstanceHAConfigOutput) GoString added in v1.1.35

GoString returns the string representation

func (*NodeForDescribeDBInstanceHAConfigOutput) SetCreateTime added in v1.1.35

SetCreateTime sets the CreateTime field's value.

func (*NodeForDescribeDBInstanceHAConfigOutput) SetDelayReplicationTime added in v1.1.35

SetDelayReplicationTime sets the DelayReplicationTime field's value.

func (*NodeForDescribeDBInstanceHAConfigOutput) SetInstanceId added in v1.1.35

SetInstanceId sets the InstanceId field's value.

func (*NodeForDescribeDBInstanceHAConfigOutput) SetMemory added in v1.1.35

SetMemory sets the Memory field's value.

func (*NodeForDescribeDBInstanceHAConfigOutput) SetNodeId added in v1.1.35

SetNodeId sets the NodeId field's value.

func (*NodeForDescribeDBInstanceHAConfigOutput) SetNodeSpec added in v1.1.35

SetNodeSpec sets the NodeSpec field's value.

func (*NodeForDescribeDBInstanceHAConfigOutput) SetNodeStatus added in v1.1.35

SetNodeStatus sets the NodeStatus field's value.

func (*NodeForDescribeDBInstanceHAConfigOutput) SetNodeType added in v1.1.35

SetNodeType sets the NodeType field's value.

func (*NodeForDescribeDBInstanceHAConfigOutput) SetRegionId added in v1.1.35

SetRegionId sets the RegionId field's value.

func (*NodeForDescribeDBInstanceHAConfigOutput) SetSyncDelay added in v1.1.35

SetSyncDelay sets the SyncDelay field's value.

func (*NodeForDescribeDBInstanceHAConfigOutput) SetUpdateTime added in v1.1.35

SetUpdateTime sets the UpdateTime field's value.

func (*NodeForDescribeDBInstanceHAConfigOutput) SetVCPU added in v1.1.35

SetVCPU sets the VCPU field's value.

func (*NodeForDescribeDBInstanceHAConfigOutput) SetZoneId added in v1.1.35

SetZoneId sets the ZoneId field's value.

func (NodeForDescribeDBInstanceHAConfigOutput) String added in v1.1.35

String returns the string representation

type NodeInfoForCreateDBBlueGreenInstanceInput added in v1.2.21

type NodeInfoForCreateDBBlueGreenInstanceInput struct {
	NodeId *string `type:"string" json:",omitempty"`

	NodeOperateType *string `type:"string" json:",omitempty"`

	NodeSpec *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

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

func (NodeInfoForCreateDBBlueGreenInstanceInput) GoString added in v1.2.21

GoString returns the string representation

func (*NodeInfoForCreateDBBlueGreenInstanceInput) SetNodeId added in v1.2.21

SetNodeId sets the NodeId field's value.

func (*NodeInfoForCreateDBBlueGreenInstanceInput) SetNodeOperateType added in v1.2.21

SetNodeOperateType sets the NodeOperateType field's value.

func (*NodeInfoForCreateDBBlueGreenInstanceInput) SetNodeSpec added in v1.2.21

SetNodeSpec sets the NodeSpec field's value.

func (*NodeInfoForCreateDBBlueGreenInstanceInput) SetNodeType added in v1.2.21

SetNodeType sets the NodeType field's value.

func (*NodeInfoForCreateDBBlueGreenInstanceInput) SetZoneId added in v1.2.21

SetZoneId sets the ZoneId field's value.

func (NodeInfoForCreateDBBlueGreenInstanceInput) String added in v1.2.21

String returns the string representation

type NodeInfoForCreateDBInstanceInput

type NodeInfoForCreateDBInstanceInput struct {
	NodeId *string `type:"string" json:",omitempty"`

	NodeOperateType *string `type:"string" json:",omitempty"`

	NodeSpec *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// 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 NodeInfoForCreateDBNodesInput added in v1.0.185

type NodeInfoForCreateDBNodesInput struct {
	NodeId *string `type:"string" json:",omitempty"`

	NodeOperateType *string `type:"string" json:",omitempty"`

	NodeSpec *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

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

func (NodeInfoForCreateDBNodesInput) GoString added in v1.0.185

GoString returns the string representation

func (*NodeInfoForCreateDBNodesInput) SetNodeId added in v1.0.185

SetNodeId sets the NodeId field's value.

func (*NodeInfoForCreateDBNodesInput) SetNodeOperateType added in v1.0.185

SetNodeOperateType sets the NodeOperateType field's value.

func (*NodeInfoForCreateDBNodesInput) SetNodeSpec added in v1.0.185

SetNodeSpec sets the NodeSpec field's value.

func (*NodeInfoForCreateDBNodesInput) SetNodeType added in v1.0.185

SetNodeType sets the NodeType field's value.

func (*NodeInfoForCreateDBNodesInput) SetZoneId added in v1.0.185

SetZoneId sets the ZoneId field's value.

func (NodeInfoForCreateDBNodesInput) String added in v1.0.185

String returns the string representation

type NodeInfoForCreateDrDBInstanceInput added in v1.1.18

type NodeInfoForCreateDrDBInstanceInput struct {
	NodeId *string `type:"string" json:",omitempty"`

	NodeOperateType *string `type:"string" json:",omitempty"`

	NodeSpec *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

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

func (NodeInfoForCreateDrDBInstanceInput) GoString added in v1.1.18

GoString returns the string representation

func (*NodeInfoForCreateDrDBInstanceInput) SetNodeId added in v1.1.18

SetNodeId sets the NodeId field's value.

func (*NodeInfoForCreateDrDBInstanceInput) SetNodeOperateType added in v1.1.18

SetNodeOperateType sets the NodeOperateType field's value.

func (*NodeInfoForCreateDrDBInstanceInput) SetNodeSpec added in v1.1.18

SetNodeSpec sets the NodeSpec field's value.

func (*NodeInfoForCreateDrDBInstanceInput) SetNodeType added in v1.1.18

SetNodeType sets the NodeType field's value.

func (*NodeInfoForCreateDrDBInstanceInput) SetZoneId added in v1.1.18

SetZoneId sets the ZoneId field's value.

func (NodeInfoForCreateDrDBInstanceInput) String added in v1.1.18

String returns the string representation

type NodeInfoForDescribeDBInstanceNodesOutput added in v1.1.18

type NodeInfoForDescribeDBInstanceNodesOutput struct {
	CPUUsedPercentage *float64 `type:"double" json:",omitempty"`

	LastIOError *string `type:"string" json:",omitempty"`

	LastSQLError *string `type:"string" json:",omitempty"`

	MemoryUsedPercentage *float64 `type:"double" json:",omitempty"`

	NodeId *string `type:"string" json:",omitempty"`

	NodeStatus *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	SlaveIORunning *bool `type:"boolean" json:",omitempty"`

	SlaveSQLRunning *bool `type:"boolean" json:",omitempty"`

	SpaceUsedPercentage *float64 `type:"double" json:",omitempty"`

	SyncDelay *int32 `type:"int32" json:",omitempty"`

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

func (NodeInfoForDescribeDBInstanceNodesOutput) GoString added in v1.1.18

GoString returns the string representation

func (*NodeInfoForDescribeDBInstanceNodesOutput) SetCPUUsedPercentage added in v1.1.18

SetCPUUsedPercentage sets the CPUUsedPercentage field's value.

func (*NodeInfoForDescribeDBInstanceNodesOutput) SetLastIOError added in v1.1.18

SetLastIOError sets the LastIOError field's value.

func (*NodeInfoForDescribeDBInstanceNodesOutput) SetLastSQLError added in v1.1.18

SetLastSQLError sets the LastSQLError field's value.

func (*NodeInfoForDescribeDBInstanceNodesOutput) SetMemoryUsedPercentage added in v1.1.18

SetMemoryUsedPercentage sets the MemoryUsedPercentage field's value.

func (*NodeInfoForDescribeDBInstanceNodesOutput) SetNodeId added in v1.1.18

SetNodeId sets the NodeId field's value.

func (*NodeInfoForDescribeDBInstanceNodesOutput) SetNodeStatus added in v1.1.18

SetNodeStatus sets the NodeStatus field's value.

func (*NodeInfoForDescribeDBInstanceNodesOutput) SetNodeType added in v1.1.18

SetNodeType sets the NodeType field's value.

func (*NodeInfoForDescribeDBInstanceNodesOutput) SetSlaveIORunning added in v1.1.18

SetSlaveIORunning sets the SlaveIORunning field's value.

func (*NodeInfoForDescribeDBInstanceNodesOutput) SetSlaveSQLRunning added in v1.1.18

SetSlaveSQLRunning sets the SlaveSQLRunning field's value.

func (*NodeInfoForDescribeDBInstanceNodesOutput) SetSpaceUsedPercentage added in v1.1.18

SetSpaceUsedPercentage sets the SpaceUsedPercentage field's value.

func (*NodeInfoForDescribeDBInstanceNodesOutput) SetSyncDelay added in v1.1.18

SetSyncDelay sets the SyncDelay field's value.

func (*NodeInfoForDescribeDBInstanceNodesOutput) SetZoneId added in v1.1.18

SetZoneId sets the ZoneId field's value.

func (NodeInfoForDescribeDBInstanceNodesOutput) String added in v1.1.18

String returns the string representation

type NodeInfoForDescribeDBInstancePriceDetailInput

type NodeInfoForDescribeDBInstancePriceDetailInput struct {
	NodeId *string `type:"string" json:",omitempty"`

	NodeOperateType *string `type:"string" json:",omitempty"`

	NodeSpec *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// 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" json:",omitempty"`

	NodeOperateType *string `type:"string" json:",omitempty"`

	NodeSpec *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// 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" json:",omitempty"`

	NodeOperateType *string `type:"string" json:",omitempty"`

	NodeSpec *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// 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 NodeInfoForModifyDBInstanceTypeInput added in v1.0.93

type NodeInfoForModifyDBInstanceTypeInput struct {
	NodeId *string `type:"string" json:",omitempty"`

	NodeOperateType *string `type:"string" json:",omitempty"`

	NodeSpec *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

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

func (NodeInfoForModifyDBInstanceTypeInput) GoString added in v1.0.93

GoString returns the string representation

func (*NodeInfoForModifyDBInstanceTypeInput) SetNodeId added in v1.0.93

SetNodeId sets the NodeId field's value.

func (*NodeInfoForModifyDBInstanceTypeInput) SetNodeOperateType added in v1.0.93

SetNodeOperateType sets the NodeOperateType field's value.

func (*NodeInfoForModifyDBInstanceTypeInput) SetNodeSpec added in v1.0.93

SetNodeSpec sets the NodeSpec field's value.

func (*NodeInfoForModifyDBInstanceTypeInput) SetNodeType added in v1.0.93

SetNodeType sets the NodeType field's value.

func (*NodeInfoForModifyDBInstanceTypeInput) SetZoneId added in v1.0.93

SetZoneId sets the ZoneId field's value.

func (NodeInfoForModifyDBInstanceTypeInput) String added in v1.0.93

String returns the string representation

type NodeInfoForModifyDBNodeSpecInput added in v1.0.185

type NodeInfoForModifyDBNodeSpecInput struct {
	NodeId *string `type:"string" json:",omitempty"`

	NodeOperateType *string `type:"string" json:",omitempty"`

	NodeSpec *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

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

func (NodeInfoForModifyDBNodeSpecInput) GoString added in v1.0.185

GoString returns the string representation

func (*NodeInfoForModifyDBNodeSpecInput) SetNodeId added in v1.0.185

SetNodeId sets the NodeId field's value.

func (*NodeInfoForModifyDBNodeSpecInput) SetNodeOperateType added in v1.0.185

SetNodeOperateType sets the NodeOperateType field's value.

func (*NodeInfoForModifyDBNodeSpecInput) SetNodeSpec added in v1.0.185

SetNodeSpec sets the NodeSpec field's value.

func (*NodeInfoForModifyDBNodeSpecInput) SetNodeType added in v1.0.185

SetNodeType sets the NodeType field's value.

func (*NodeInfoForModifyDBNodeSpecInput) SetZoneId added in v1.0.185

SetZoneId sets the ZoneId field's value.

func (NodeInfoForModifyDBNodeSpecInput) String added in v1.0.185

String returns the string representation

type NodeInfoForModifyDBNodeTemporarySpecInput added in v1.0.185

type NodeInfoForModifyDBNodeTemporarySpecInput struct {
	NodeId *string `type:"string" json:",omitempty"`

	NodeOperateType *string `type:"string" json:",omitempty"`

	NodeSpec *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

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

func (NodeInfoForModifyDBNodeTemporarySpecInput) GoString added in v1.0.185

GoString returns the string representation

func (*NodeInfoForModifyDBNodeTemporarySpecInput) SetNodeId added in v1.0.185

SetNodeId sets the NodeId field's value.

func (*NodeInfoForModifyDBNodeTemporarySpecInput) SetNodeOperateType added in v1.0.185

SetNodeOperateType sets the NodeOperateType field's value.

func (*NodeInfoForModifyDBNodeTemporarySpecInput) SetNodeSpec added in v1.0.185

SetNodeSpec sets the NodeSpec field's value.

func (*NodeInfoForModifyDBNodeTemporarySpecInput) SetNodeType added in v1.0.185

SetNodeType sets the NodeType field's value.

func (*NodeInfoForModifyDBNodeTemporarySpecInput) SetZoneId added in v1.0.185

SetZoneId sets the ZoneId field's value.

func (NodeInfoForModifyDBNodeTemporarySpecInput) String added in v1.0.185

String returns the string representation

type NodeInfoForRebuildDBInstanceInput added in v1.1.18

type NodeInfoForRebuildDBInstanceInput struct {
	NodeId *string `type:"string" json:",omitempty"`

	NodeOperateType *string `type:"string" json:",omitempty"`

	NodeSpec *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

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

func (NodeInfoForRebuildDBInstanceInput) GoString added in v1.1.18

GoString returns the string representation

func (*NodeInfoForRebuildDBInstanceInput) SetNodeId added in v1.1.18

SetNodeId sets the NodeId field's value.

func (*NodeInfoForRebuildDBInstanceInput) SetNodeOperateType added in v1.1.18

SetNodeOperateType sets the NodeOperateType field's value.

func (*NodeInfoForRebuildDBInstanceInput) SetNodeSpec added in v1.1.18

SetNodeSpec sets the NodeSpec field's value.

func (*NodeInfoForRebuildDBInstanceInput) SetNodeType added in v1.1.18

SetNodeType sets the NodeType field's value.

func (*NodeInfoForRebuildDBInstanceInput) SetZoneId added in v1.1.18

SetZoneId sets the ZoneId field's value.

func (NodeInfoForRebuildDBInstanceInput) String added in v1.1.18

String returns the string representation

type NodeInfoForRestoreToCrossRegionInstanceInput added in v1.0.93

type NodeInfoForRestoreToCrossRegionInstanceInput struct {
	NodeId *string `type:"string" json:",omitempty"`

	NodeOperateType *string `type:"string" json:",omitempty"`

	NodeSpec *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

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

func (NodeInfoForRestoreToCrossRegionInstanceInput) GoString added in v1.0.93

GoString returns the string representation

func (*NodeInfoForRestoreToCrossRegionInstanceInput) SetNodeId added in v1.0.93

SetNodeId sets the NodeId field's value.

func (*NodeInfoForRestoreToCrossRegionInstanceInput) SetNodeOperateType added in v1.0.93

SetNodeOperateType sets the NodeOperateType field's value.

func (*NodeInfoForRestoreToCrossRegionInstanceInput) SetNodeSpec added in v1.0.93

SetNodeSpec sets the NodeSpec field's value.

func (*NodeInfoForRestoreToCrossRegionInstanceInput) SetNodeType added in v1.0.93

SetNodeType sets the NodeType field's value.

func (*NodeInfoForRestoreToCrossRegionInstanceInput) SetZoneId added in v1.0.93

SetZoneId sets the ZoneId field's value.

func (NodeInfoForRestoreToCrossRegionInstanceInput) String added in v1.0.93

String returns the string representation

type NodeInfoForRestoreToNewInstanceFromUserTosInput added in v1.1.54

type NodeInfoForRestoreToNewInstanceFromUserTosInput struct {
	NodeId *string `type:"string" json:",omitempty"`

	NodeOperateType *string `type:"string" json:",omitempty"`

	NodeSpec *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

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

func (NodeInfoForRestoreToNewInstanceFromUserTosInput) GoString added in v1.1.54

GoString returns the string representation

func (*NodeInfoForRestoreToNewInstanceFromUserTosInput) SetNodeId added in v1.1.54

SetNodeId sets the NodeId field's value.

func (*NodeInfoForRestoreToNewInstanceFromUserTosInput) SetNodeOperateType added in v1.1.54

SetNodeOperateType sets the NodeOperateType field's value.

func (*NodeInfoForRestoreToNewInstanceFromUserTosInput) SetNodeSpec added in v1.1.54

SetNodeSpec sets the NodeSpec field's value.

func (*NodeInfoForRestoreToNewInstanceFromUserTosInput) SetNodeType added in v1.1.54

SetNodeType sets the NodeType field's value.

func (*NodeInfoForRestoreToNewInstanceFromUserTosInput) SetZoneId added in v1.1.54

SetZoneId sets the ZoneId field's value.

func (NodeInfoForRestoreToNewInstanceFromUserTosInput) String added in v1.1.54

String returns the string representation

type NodeInfoForRestoreToNewInstanceInput

type NodeInfoForRestoreToNewInstanceInput struct {
	NodeId *string `type:"string" json:",omitempty"`

	NodeOperateType *string `type:"string" json:",omitempty"`

	NodeSpec *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// 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 NodeParameterValueDetailForDescribeDBNodeParameterDifferencesOutput added in v1.1.18

type NodeParameterValueDetailForDescribeDBNodeParameterDifferencesOutput struct {
	Expression *string `type:"string" json:",omitempty"`

	NodeId *string `type:"string" json:",omitempty"`

	NodeSpec *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	ParameterValue *string `type:"string" json:",omitempty"`

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

func (NodeParameterValueDetailForDescribeDBNodeParameterDifferencesOutput) GoString added in v1.1.18

GoString returns the string representation

func (*NodeParameterValueDetailForDescribeDBNodeParameterDifferencesOutput) SetExpression added in v1.1.18

SetExpression sets the Expression field's value.

func (*NodeParameterValueDetailForDescribeDBNodeParameterDifferencesOutput) SetNodeId added in v1.1.18

SetNodeId sets the NodeId field's value.

func (*NodeParameterValueDetailForDescribeDBNodeParameterDifferencesOutput) SetNodeSpec added in v1.1.18

SetNodeSpec sets the NodeSpec field's value.

func (*NodeParameterValueDetailForDescribeDBNodeParameterDifferencesOutput) SetNodeType added in v1.1.18

SetNodeType sets the NodeType field's value.

func (*NodeParameterValueDetailForDescribeDBNodeParameterDifferencesOutput) SetParameterValue added in v1.1.18

SetParameterValue sets the ParameterValue field's value.

func (*NodeParameterValueDetailForDescribeDBNodeParameterDifferencesOutput) SetZoneId added in v1.1.18

SetZoneId sets the ZoneId field's value.

func (NodeParameterValueDetailForDescribeDBNodeParameterDifferencesOutput) String added in v1.1.18

String returns the string representation

type NonWhiteSessionForDescribeNonWhiteSessionListOutput added in v1.2.21

type NonWhiteSessionForDescribeNonWhiteSessionListOutput struct {
	Command *string `type:"string" json:",omitempty"`

	DB *string `type:"string" json:",omitempty"`

	Host *string `type:"string" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	SessionId *string `type:"string" json:",omitempty"`

	Time *string `type:"string" json:",omitempty"`

	User *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NonWhiteSessionForDescribeNonWhiteSessionListOutput) GoString added in v1.2.21

GoString returns the string representation

func (*NonWhiteSessionForDescribeNonWhiteSessionListOutput) SetCommand added in v1.2.21

SetCommand sets the Command field's value.

func (*NonWhiteSessionForDescribeNonWhiteSessionListOutput) SetDB added in v1.2.21

SetDB sets the DB field's value.

func (*NonWhiteSessionForDescribeNonWhiteSessionListOutput) SetHost added in v1.2.21

SetHost sets the Host field's value.

func (*NonWhiteSessionForDescribeNonWhiteSessionListOutput) SetInstanceId added in v1.2.21

SetInstanceId sets the InstanceId field's value.

func (*NonWhiteSessionForDescribeNonWhiteSessionListOutput) SetSessionId added in v1.2.21

SetSessionId sets the SessionId field's value.

func (*NonWhiteSessionForDescribeNonWhiteSessionListOutput) SetTime added in v1.2.21

SetTime sets the Time field's value.

func (*NonWhiteSessionForDescribeNonWhiteSessionListOutput) SetUser added in v1.2.21

SetUser sets the User field's value.

func (NonWhiteSessionForDescribeNonWhiteSessionListOutput) String added in v1.2.21

String returns the string representation

type OptionForDescribeBackupsInput added in v1.0.185

type OptionForDescribeBackupsInput struct {
	BriefResultOnly *bool `type:"boolean" json:",omitempty"`

	ResultFilter *string `type:"string" json:",omitempty"`

	ResultSorter *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OptionForDescribeBackupsInput) GoString added in v1.0.185

GoString returns the string representation

func (*OptionForDescribeBackupsInput) SetBriefResultOnly added in v1.0.185

SetBriefResultOnly sets the BriefResultOnly field's value.

func (*OptionForDescribeBackupsInput) SetResultFilter added in v1.0.185

SetResultFilter sets the ResultFilter field's value.

func (*OptionForDescribeBackupsInput) SetResultSorter added in v1.0.185

SetResultSorter sets the ResultSorter field's value.

func (OptionForDescribeBackupsInput) String added in v1.0.185

String returns the string representation

type PackagePriceDetailForDescribeResourcePackageSpecOutput added in v1.1.54

type PackagePriceDetailForDescribeResourcePackageSpecOutput struct {
	DeductionFactor *string `type:"string" json:",omitempty"`

	DeductionItem *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PackagePriceDetailForDescribeResourcePackageSpecOutput) GoString added in v1.1.54

GoString returns the string representation

func (*PackagePriceDetailForDescribeResourcePackageSpecOutput) SetDeductionFactor added in v1.1.54

SetDeductionFactor sets the DeductionFactor field's value.

func (*PackagePriceDetailForDescribeResourcePackageSpecOutput) SetDeductionItem added in v1.1.54

SetDeductionItem sets the DeductionItem field's value.

func (PackagePriceDetailForDescribeResourcePackageSpecOutput) String added in v1.1.54

String returns the string representation

type ParameterChangeLogForDescribeDBInstanceParametersLogOutput

type ParameterChangeLogForDescribeDBInstanceParametersLogOutput struct {
	CustomNodeIds []*string `type:"list" json:",omitempty"`

	ModifyTime *string `type:"string" json:",omitempty"`

	NewParameterValue *string `type:"string" json:",omitempty"`

	OldParameterValue *string `type:"string" json:",omitempty"`

	ParamApplyScope *string `type:"string" json:",omitempty"`

	ParameterName *string `type:"string" json:",omitempty"`

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

func (ParameterChangeLogForDescribeDBInstanceParametersLogOutput) GoString

GoString returns the string representation

func (*ParameterChangeLogForDescribeDBInstanceParametersLogOutput) SetCustomNodeIds added in v1.0.163

SetCustomNodeIds sets the CustomNodeIds field's value.

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) SetParamApplyScope added in v1.0.163

SetParamApplyScope sets the ParamApplyScope 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" json:",omitempty"`

	NewValue *string `type:"string" json:",omitempty"`

	OldValue *string `type:"string" json:",omitempty"`

	Restart *bool `type:"boolean" json:",omitempty"`
	// 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" json:",omitempty"`

	Expression *string `type:"string" json:",omitempty"`

	ForceRestart *bool `type:"boolean" json:",omitempty"`

	ParameterDefaultValue *string `type:"string" json:",omitempty"`

	ParameterDescription *string `type:"string" json:",omitempty"`

	ParameterName *string `type:"string" json:",omitempty"`

	ParameterValue *string `type:"string" json:",omitempty"`
	// 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 {
	ParameterName *string `type:"string" json:",omitempty"`

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

func (ParameterForModifyDBInstanceParametersInput) GoString

GoString returns the string representation

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" json:",omitempty"`

	DBEngine *string `type:"string" json:",omitempty"`

	EventAction *string `type:"string" json:",omitempty"`

	EventID *string `type:"string" json:",omitempty"`

	EventName *string `type:"string" json:",omitempty"`

	EventType *string `type:"string" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	InstanceName *string `type:"string" json:",omitempty"`

	MaxDelayTime *string `type:"string" json:",omitempty"`

	OriginBeginTime *string `type:"string" json:",omitempty"`

	PlannedBeginTime *string `type:"string" json:",omitempty"`

	PlannedEndTime *string `type:"string" json:",omitempty"`

	PlannedEventDescription *string `type:"string" json:",omitempty"`

	PlannedEventReason *string `type:"string" json:",omitempty"`

	PlannedSwitchBeginTime *string `type:"string" json:",omitempty"`

	PlannedSwitchEndTime *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`
	// 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) 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) SetPlannedSwitchBeginTime added in v1.0.185

SetPlannedSwitchBeginTime sets the PlannedSwitchBeginTime field's value.

func (*PlannedEventForDescribePlannedEventsOutput) SetPlannedSwitchEndTime added in v1.0.185

SetPlannedSwitchEndTime sets the PlannedSwitchEndTime 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 PrecheckItemForDescribeDBSwitchBlueGreenPrecheckOutput added in v1.2.21

type PrecheckItemForDescribeDBSwitchBlueGreenPrecheckOutput struct {
	Description *string `type:"string" json:",omitempty"`

	ItemName *string `type:"string" json:",omitempty"`

	RiskLevel *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PrecheckItemForDescribeDBSwitchBlueGreenPrecheckOutput) GoString added in v1.2.21

GoString returns the string representation

func (*PrecheckItemForDescribeDBSwitchBlueGreenPrecheckOutput) SetDescription added in v1.2.21

SetDescription sets the Description field's value.

func (*PrecheckItemForDescribeDBSwitchBlueGreenPrecheckOutput) SetItemName added in v1.2.21

SetItemName sets the ItemName field's value.

func (*PrecheckItemForDescribeDBSwitchBlueGreenPrecheckOutput) SetRiskLevel added in v1.2.21

SetRiskLevel sets the RiskLevel field's value.

func (PrecheckItemForDescribeDBSwitchBlueGreenPrecheckOutput) String added in v1.2.21

String returns the string representation

type PrecheckItemForDescribeUpgradeEngineMajorVersionPrecheckResultOutput added in v1.2.21

type PrecheckItemForDescribeUpgradeEngineMajorVersionPrecheckResultOutput struct {
	Description *string `type:"string" json:",omitempty"`

	ItemName *string `type:"string" json:",omitempty"`

	RiskLevel *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PrecheckItemForDescribeUpgradeEngineMajorVersionPrecheckResultOutput) GoString added in v1.2.21

GoString returns the string representation

func (*PrecheckItemForDescribeUpgradeEngineMajorVersionPrecheckResultOutput) SetDescription added in v1.2.21

SetDescription sets the Description field's value.

func (*PrecheckItemForDescribeUpgradeEngineMajorVersionPrecheckResultOutput) SetItemName added in v1.2.21

SetItemName sets the ItemName field's value.

func (*PrecheckItemForDescribeUpgradeEngineMajorVersionPrecheckResultOutput) SetRiskLevel added in v1.2.21

SetRiskLevel sets the RiskLevel field's value.

func (PrecheckItemForDescribeUpgradeEngineMajorVersionPrecheckResultOutput) String added in v1.2.21

String returns the string representation

type PrecheckResultForDescribeDBSwitchBlueGreenPrecheckOutput added in v1.2.21

type PrecheckResultForDescribeDBSwitchBlueGreenPrecheckOutput struct {
	CheckTime *string `type:"string" json:",omitempty"`

	EffectiveTime *string `type:"string" json:",omitempty"`

	GreenInstanceId *string `type:"string" json:",omitempty"`

	PrecheckItems []*PrecheckItemForDescribeDBSwitchBlueGreenPrecheckOutput `type:"list" json:",omitempty"`

	Progress *int64 `type:"int64" json:",omitempty"`

	Result *string `type:"string" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PrecheckResultForDescribeDBSwitchBlueGreenPrecheckOutput) GoString added in v1.2.21

GoString returns the string representation

func (*PrecheckResultForDescribeDBSwitchBlueGreenPrecheckOutput) SetCheckTime added in v1.2.21

SetCheckTime sets the CheckTime field's value.

func (*PrecheckResultForDescribeDBSwitchBlueGreenPrecheckOutput) SetEffectiveTime added in v1.2.21

SetEffectiveTime sets the EffectiveTime field's value.

func (*PrecheckResultForDescribeDBSwitchBlueGreenPrecheckOutput) SetGreenInstanceId added in v1.2.21

SetGreenInstanceId sets the GreenInstanceId field's value.

func (*PrecheckResultForDescribeDBSwitchBlueGreenPrecheckOutput) SetPrecheckItems added in v1.2.21

SetPrecheckItems sets the PrecheckItems field's value.

func (*PrecheckResultForDescribeDBSwitchBlueGreenPrecheckOutput) SetProgress added in v1.2.21

SetProgress sets the Progress field's value.

func (*PrecheckResultForDescribeDBSwitchBlueGreenPrecheckOutput) SetResult added in v1.2.21

SetResult sets the Result field's value.

func (*PrecheckResultForDescribeDBSwitchBlueGreenPrecheckOutput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (PrecheckResultForDescribeDBSwitchBlueGreenPrecheckOutput) String added in v1.2.21

String returns the string representation

type PrecheckResultForDescribeUpgradeEngineMajorVersionPrecheckResultOutput added in v1.2.21

type PrecheckResultForDescribeUpgradeEngineMajorVersionPrecheckResultOutput struct {
	CheckTime *string `type:"string" json:",omitempty"`

	Detail []*DetailForDescribeUpgradeEngineMajorVersionPrecheckResultOutput `type:"list" json:",omitempty"`

	EffectiveTime *string `type:"string" json:",omitempty"`

	MySqlShellLog *string `type:"string" json:",omitempty"`

	PrecheckItems []*PrecheckItemForDescribeUpgradeEngineMajorVersionPrecheckResultOutput `type:"list" json:",omitempty"`

	Progress *int64 `type:"int64" json:",omitempty"`

	Result *string `type:"string" json:",omitempty"`

	SourceMajorVersion *string `type:"string" json:",omitempty"`

	TargetMajorVersion *string `type:"string" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PrecheckResultForDescribeUpgradeEngineMajorVersionPrecheckResultOutput) GoString added in v1.2.21

GoString returns the string representation

func (*PrecheckResultForDescribeUpgradeEngineMajorVersionPrecheckResultOutput) SetCheckTime added in v1.2.21

SetCheckTime sets the CheckTime field's value.

func (*PrecheckResultForDescribeUpgradeEngineMajorVersionPrecheckResultOutput) SetDetail added in v1.2.21

SetDetail sets the Detail field's value.

func (*PrecheckResultForDescribeUpgradeEngineMajorVersionPrecheckResultOutput) SetEffectiveTime added in v1.2.21

SetEffectiveTime sets the EffectiveTime field's value.

func (*PrecheckResultForDescribeUpgradeEngineMajorVersionPrecheckResultOutput) SetMySqlShellLog added in v1.2.21

SetMySqlShellLog sets the MySqlShellLog field's value.

func (*PrecheckResultForDescribeUpgradeEngineMajorVersionPrecheckResultOutput) SetPrecheckItems added in v1.2.21

SetPrecheckItems sets the PrecheckItems field's value.

func (*PrecheckResultForDescribeUpgradeEngineMajorVersionPrecheckResultOutput) SetProgress added in v1.2.21

SetProgress sets the Progress field's value.

func (*PrecheckResultForDescribeUpgradeEngineMajorVersionPrecheckResultOutput) SetResult added in v1.2.21

SetResult sets the Result field's value.

func (*PrecheckResultForDescribeUpgradeEngineMajorVersionPrecheckResultOutput) SetSourceMajorVersion added in v1.2.21

SetSourceMajorVersion sets the SourceMajorVersion field's value.

func (*PrecheckResultForDescribeUpgradeEngineMajorVersionPrecheckResultOutput) SetTargetMajorVersion added in v1.2.21

SetTargetMajorVersion sets the TargetMajorVersion field's value.

func (*PrecheckResultForDescribeUpgradeEngineMajorVersionPrecheckResultOutput) SetTaskId added in v1.2.21

SetTaskId sets the TaskId field's value.

func (PrecheckResultForDescribeUpgradeEngineMajorVersionPrecheckResultOutput) String added in v1.2.21

String returns the string representation

type ProxyDetailForDescribeDBBlueGreenDifferencesOutput added in v1.2.21

type ProxyDetailForDescribeDBBlueGreenDifferencesOutput struct {
	DBProxyStatus *string `type:"string" json:",omitempty"`

	ProxyResourceInfo *ProxyResourceInfoForDescribeDBBlueGreenDifferencesOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ProxyDetailForDescribeDBBlueGreenDifferencesOutput) GoString added in v1.2.21

GoString returns the string representation

func (*ProxyDetailForDescribeDBBlueGreenDifferencesOutput) SetDBProxyStatus added in v1.2.21

SetDBProxyStatus sets the DBProxyStatus field's value.

func (*ProxyDetailForDescribeDBBlueGreenDifferencesOutput) SetProxyResourceInfo added in v1.2.21

SetProxyResourceInfo sets the ProxyResourceInfo field's value.

func (ProxyDetailForDescribeDBBlueGreenDifferencesOutput) String added in v1.2.21

String returns the string representation

type ProxyDetailForDescribeDBInstanceDetailOutput added in v1.0.185

type ProxyDetailForDescribeDBInstanceDetailOutput struct {
	DBProxyStatus *string `type:"string" json:",omitempty"`

	ProxyResourceInfo *ProxyResourceInfoForDescribeDBInstanceDetailOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ProxyDetailForDescribeDBInstanceDetailOutput) GoString added in v1.0.185

GoString returns the string representation

func (*ProxyDetailForDescribeDBInstanceDetailOutput) SetDBProxyStatus added in v1.0.185

SetDBProxyStatus sets the DBProxyStatus field's value.

func (*ProxyDetailForDescribeDBInstanceDetailOutput) SetProxyResourceInfo added in v1.0.185

SetProxyResourceInfo sets the ProxyResourceInfo field's value.

func (ProxyDetailForDescribeDBInstanceDetailOutput) String added in v1.0.185

String returns the string representation

type ProxyDetailForDescribeDBProxyOutput added in v1.1.35

type ProxyDetailForDescribeDBProxyOutput struct {
	DBProxyStatus *string `type:"string" json:",omitempty"`

	ProxyResourceInfo *ProxyResourceInfoForDescribeDBProxyOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ProxyDetailForDescribeDBProxyOutput) GoString added in v1.1.35

GoString returns the string representation

func (*ProxyDetailForDescribeDBProxyOutput) SetDBProxyStatus added in v1.1.35

SetDBProxyStatus sets the DBProxyStatus field's value.

func (*ProxyDetailForDescribeDBProxyOutput) SetProxyResourceInfo added in v1.1.35

SetProxyResourceInfo sets the ProxyResourceInfo field's value.

func (ProxyDetailForDescribeDBProxyOutput) String added in v1.1.35

String returns the string representation

type ProxyNodeCustomForCreateDBBlueGreenInstanceInput added in v1.2.21

type ProxyNodeCustomForCreateDBBlueGreenInstanceInput struct {
	CpuNum *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ProxyNodeCustomForCreateDBBlueGreenInstanceInput) GoString added in v1.2.21

GoString returns the string representation

func (*ProxyNodeCustomForCreateDBBlueGreenInstanceInput) SetCpuNum added in v1.2.21

SetCpuNum sets the CpuNum field's value.

func (ProxyNodeCustomForCreateDBBlueGreenInstanceInput) String added in v1.2.21

String returns the string representation

type ProxyNodeCustomForCreateDBInstanceInput added in v1.1.35

type ProxyNodeCustomForCreateDBInstanceInput struct {
	CpuNum *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ProxyNodeCustomForCreateDBInstanceInput) GoString added in v1.1.35

GoString returns the string representation

func (*ProxyNodeCustomForCreateDBInstanceInput) SetCpuNum added in v1.1.35

SetCpuNum sets the CpuNum field's value.

func (ProxyNodeCustomForCreateDBInstanceInput) String added in v1.1.35

String returns the string representation

type ProxyNodeCustomForCreateDrDBInstanceInput added in v1.1.35

type ProxyNodeCustomForCreateDrDBInstanceInput struct {
	CpuNum *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ProxyNodeCustomForCreateDrDBInstanceInput) GoString added in v1.1.35

GoString returns the string representation

func (*ProxyNodeCustomForCreateDrDBInstanceInput) SetCpuNum added in v1.1.35

SetCpuNum sets the CpuNum field's value.

func (ProxyNodeCustomForCreateDrDBInstanceInput) String added in v1.1.35

String returns the string representation

type ProxyNodeCustomForDescribeDBInstancePriceDetailInput added in v1.1.18

type ProxyNodeCustomForDescribeDBInstancePriceDetailInput struct {
	CpuNum *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ProxyNodeCustomForDescribeDBInstancePriceDetailInput) GoString added in v1.1.18

GoString returns the string representation

func (*ProxyNodeCustomForDescribeDBInstancePriceDetailInput) SetCpuNum added in v1.1.18

SetCpuNum sets the CpuNum field's value.

func (ProxyNodeCustomForDescribeDBInstancePriceDetailInput) String added in v1.1.18

String returns the string representation

type ProxyNodeCustomForDescribeDBProxyPriceDetailInput added in v1.1.18

type ProxyNodeCustomForDescribeDBProxyPriceDetailInput struct {
	CpuNum *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ProxyNodeCustomForDescribeDBProxyPriceDetailInput) GoString added in v1.1.18

GoString returns the string representation

func (*ProxyNodeCustomForDescribeDBProxyPriceDetailInput) SetCpuNum added in v1.1.18

SetCpuNum sets the CpuNum field's value.

func (ProxyNodeCustomForDescribeDBProxyPriceDetailInput) String added in v1.1.18

String returns the string representation

type ProxyNodeCustomForModifyDBProxyInput added in v1.0.185

type ProxyNodeCustomForModifyDBProxyInput struct {
	CpuNum *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ProxyNodeCustomForModifyDBProxyInput) GoString added in v1.0.185

GoString returns the string representation

func (*ProxyNodeCustomForModifyDBProxyInput) SetCpuNum added in v1.0.185

SetCpuNum sets the CpuNum field's value.

func (ProxyNodeCustomForModifyDBProxyInput) String added in v1.0.185

String returns the string representation

type ProxyNodeCustomForModifyDBProxySpecInput added in v1.0.185

type ProxyNodeCustomForModifyDBProxySpecInput struct {
	CpuNum *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ProxyNodeCustomForModifyDBProxySpecInput) GoString added in v1.0.185

GoString returns the string representation

func (*ProxyNodeCustomForModifyDBProxySpecInput) SetCpuNum added in v1.0.185

SetCpuNum sets the CpuNum field's value.

func (ProxyNodeCustomForModifyDBProxySpecInput) String added in v1.0.185

String returns the string representation

type ProxyNodeCustomForRebuildDBInstanceInput added in v1.1.35

type ProxyNodeCustomForRebuildDBInstanceInput struct {
	CpuNum *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ProxyNodeCustomForRebuildDBInstanceInput) GoString added in v1.1.35

GoString returns the string representation

func (*ProxyNodeCustomForRebuildDBInstanceInput) SetCpuNum added in v1.1.35

SetCpuNum sets the CpuNum field's value.

func (ProxyNodeCustomForRebuildDBInstanceInput) String added in v1.1.35

String returns the string representation

type ProxyNodeCustomForRestoreToCrossRegionInstanceInput added in v1.1.54

type ProxyNodeCustomForRestoreToCrossRegionInstanceInput struct {
	CpuNum *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ProxyNodeCustomForRestoreToCrossRegionInstanceInput) GoString added in v1.1.54

GoString returns the string representation

func (*ProxyNodeCustomForRestoreToCrossRegionInstanceInput) SetCpuNum added in v1.1.54

SetCpuNum sets the CpuNum field's value.

func (ProxyNodeCustomForRestoreToCrossRegionInstanceInput) String added in v1.1.54

String returns the string representation

type ProxyNodeCustomForRestoreToNewInstanceFromUserTosInput added in v1.1.54

type ProxyNodeCustomForRestoreToNewInstanceFromUserTosInput struct {
	CpuNum *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ProxyNodeCustomForRestoreToNewInstanceFromUserTosInput) GoString added in v1.1.54

GoString returns the string representation

func (*ProxyNodeCustomForRestoreToNewInstanceFromUserTosInput) SetCpuNum added in v1.1.54

SetCpuNum sets the CpuNum field's value.

func (ProxyNodeCustomForRestoreToNewInstanceFromUserTosInput) String added in v1.1.54

String returns the string representation

type ProxyNodeCustomForRestoreToNewInstanceInput added in v1.1.35

type ProxyNodeCustomForRestoreToNewInstanceInput struct {
	CpuNum *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ProxyNodeCustomForRestoreToNewInstanceInput) GoString added in v1.1.35

GoString returns the string representation

func (*ProxyNodeCustomForRestoreToNewInstanceInput) SetCpuNum added in v1.1.35

SetCpuNum sets the CpuNum field's value.

func (ProxyNodeCustomForRestoreToNewInstanceInput) String added in v1.1.35

String returns the string representation

type ProxyResourceInfoForDescribeDBBlueGreenDifferencesOutput added in v1.2.21

type ProxyResourceInfoForDescribeDBBlueGreenDifferencesOutput struct {
	CurrentProxyCpuNum *int32 `type:"int32" json:",omitempty"`

	MaxProxyCpuNum *int32 `type:"int32" json:",omitempty"`

	MinProxyCpuNum *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ProxyResourceInfoForDescribeDBBlueGreenDifferencesOutput) GoString added in v1.2.21

GoString returns the string representation

func (*ProxyResourceInfoForDescribeDBBlueGreenDifferencesOutput) SetCurrentProxyCpuNum added in v1.2.21

SetCurrentProxyCpuNum sets the CurrentProxyCpuNum field's value.

func (*ProxyResourceInfoForDescribeDBBlueGreenDifferencesOutput) SetMaxProxyCpuNum added in v1.2.21

SetMaxProxyCpuNum sets the MaxProxyCpuNum field's value.

func (*ProxyResourceInfoForDescribeDBBlueGreenDifferencesOutput) SetMinProxyCpuNum added in v1.2.21

SetMinProxyCpuNum sets the MinProxyCpuNum field's value.

func (ProxyResourceInfoForDescribeDBBlueGreenDifferencesOutput) String added in v1.2.21

String returns the string representation

type ProxyResourceInfoForDescribeDBInstanceDetailOutput added in v1.0.185

type ProxyResourceInfoForDescribeDBInstanceDetailOutput struct {
	CurrentProxyCpuNum *int32 `type:"int32" json:",omitempty"`

	MaxProxyCpuNum *int32 `type:"int32" json:",omitempty"`

	MinProxyCpuNum *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ProxyResourceInfoForDescribeDBInstanceDetailOutput) GoString added in v1.0.185

GoString returns the string representation

func (*ProxyResourceInfoForDescribeDBInstanceDetailOutput) SetCurrentProxyCpuNum added in v1.0.185

SetCurrentProxyCpuNum sets the CurrentProxyCpuNum field's value.

func (*ProxyResourceInfoForDescribeDBInstanceDetailOutput) SetMaxProxyCpuNum added in v1.0.185

SetMaxProxyCpuNum sets the MaxProxyCpuNum field's value.

func (*ProxyResourceInfoForDescribeDBInstanceDetailOutput) SetMinProxyCpuNum added in v1.0.185

SetMinProxyCpuNum sets the MinProxyCpuNum field's value.

func (ProxyResourceInfoForDescribeDBInstanceDetailOutput) String added in v1.0.185

String returns the string representation

type ProxyResourceInfoForDescribeDBProxyConfigOutput added in v1.0.185

type ProxyResourceInfoForDescribeDBProxyConfigOutput struct {
	CurrentProxyCpuNum *int32 `type:"int32" json:",omitempty"`

	MaxProxyCpuNum *int32 `type:"int32" json:",omitempty"`

	MinProxyCpuNum *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ProxyResourceInfoForDescribeDBProxyConfigOutput) GoString added in v1.0.185

GoString returns the string representation

func (*ProxyResourceInfoForDescribeDBProxyConfigOutput) SetCurrentProxyCpuNum added in v1.0.185

SetCurrentProxyCpuNum sets the CurrentProxyCpuNum field's value.

func (*ProxyResourceInfoForDescribeDBProxyConfigOutput) SetMaxProxyCpuNum added in v1.0.185

SetMaxProxyCpuNum sets the MaxProxyCpuNum field's value.

func (*ProxyResourceInfoForDescribeDBProxyConfigOutput) SetMinProxyCpuNum added in v1.0.185

SetMinProxyCpuNum sets the MinProxyCpuNum field's value.

func (ProxyResourceInfoForDescribeDBProxyConfigOutput) String added in v1.0.185

String returns the string representation

type ProxyResourceInfoForDescribeDBProxyOutput added in v1.1.35

type ProxyResourceInfoForDescribeDBProxyOutput struct {
	CurrentProxyCpuNum *int32 `type:"int32" json:",omitempty"`

	MaxProxyCpuNum *int32 `type:"int32" json:",omitempty"`

	MinProxyCpuNum *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ProxyResourceInfoForDescribeDBProxyOutput) GoString added in v1.1.35

GoString returns the string representation

func (*ProxyResourceInfoForDescribeDBProxyOutput) SetCurrentProxyCpuNum added in v1.1.35

SetCurrentProxyCpuNum sets the CurrentProxyCpuNum field's value.

func (*ProxyResourceInfoForDescribeDBProxyOutput) SetMaxProxyCpuNum added in v1.1.35

SetMaxProxyCpuNum sets the MaxProxyCpuNum field's value.

func (*ProxyResourceInfoForDescribeDBProxyOutput) SetMinProxyCpuNum added in v1.1.35

SetMinProxyCpuNum sets the MinProxyCpuNum field's value.

func (ProxyResourceInfoForDescribeDBProxyOutput) String added in v1.1.35

String returns the string representation

type PublicAddressInfoForDescribeDiagnosticsInfosOutput added in v1.0.185

type PublicAddressInfoForDescribeDiagnosticsInfosOutput struct {
	EipId *string `type:"string" json:",omitempty"`

	EipName *string `type:"string" json:",omitempty"`

	PublicIpAddress *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PublicAddressInfoForDescribeDiagnosticsInfosOutput) GoString added in v1.0.185

GoString returns the string representation

func (*PublicAddressInfoForDescribeDiagnosticsInfosOutput) SetEipId added in v1.0.185

SetEipId sets the EipId field's value.

func (*PublicAddressInfoForDescribeDiagnosticsInfosOutput) SetEipName added in v1.0.185

SetEipName sets the EipName field's value.

func (*PublicAddressInfoForDescribeDiagnosticsInfosOutput) SetPublicIpAddress added in v1.0.185

SetPublicIpAddress sets the PublicIpAddress field's value.

func (PublicAddressInfoForDescribeDiagnosticsInfosOutput) String added in v1.0.185

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) AddDiagnosticsEntity added in v1.0.185

func (c *RDSMYSQLV2) AddDiagnosticsEntity(input *AddDiagnosticsEntityInput) (*AddDiagnosticsEntityOutput, error)

AddDiagnosticsEntity 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 AddDiagnosticsEntity for usage and error information.

func (*RDSMYSQLV2) AddDiagnosticsEntityCommon added in v1.0.185

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

AddDiagnosticsEntityCommon 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 AddDiagnosticsEntityCommon for usage and error information.

func (*RDSMYSQLV2) AddDiagnosticsEntityCommonRequest added in v1.0.185

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

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

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

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

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

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

func (*RDSMYSQLV2) AddDiagnosticsEntityCommonWithContext added in v1.0.185

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

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

See AddDiagnosticsEntityCommon 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) AddDiagnosticsEntityRequest added in v1.0.185

func (c *RDSMYSQLV2) AddDiagnosticsEntityRequest(input *AddDiagnosticsEntityInput) (req *request.Request, output *AddDiagnosticsEntityOutput)

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

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

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

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

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

func (*RDSMYSQLV2) AddDiagnosticsEntityWithContext added in v1.0.185

func (c *RDSMYSQLV2) AddDiagnosticsEntityWithContext(ctx volcengine.Context, input *AddDiagnosticsEntityInput, opts ...request.Option) (*AddDiagnosticsEntityOutput, error)

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

See AddDiagnosticsEntity 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) AddTagFromUserBackupInfo added in v1.1.54

func (c *RDSMYSQLV2) AddTagFromUserBackupInfo(input *AddTagFromUserBackupInfoInput) (*AddTagFromUserBackupInfoOutput, error)

AddTagFromUserBackupInfo 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 AddTagFromUserBackupInfo for usage and error information.

func (*RDSMYSQLV2) AddTagFromUserBackupInfoCommon added in v1.1.54

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

AddTagFromUserBackupInfoCommon 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 AddTagFromUserBackupInfoCommon for usage and error information.

func (*RDSMYSQLV2) AddTagFromUserBackupInfoCommonRequest added in v1.1.54

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

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

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

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

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

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

func (*RDSMYSQLV2) AddTagFromUserBackupInfoCommonWithContext added in v1.1.54

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

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

See AddTagFromUserBackupInfoCommon 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) AddTagFromUserBackupInfoRequest added in v1.1.54

func (c *RDSMYSQLV2) AddTagFromUserBackupInfoRequest(input *AddTagFromUserBackupInfoInput) (req *request.Request, output *AddTagFromUserBackupInfoOutput)

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

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

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

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

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

func (*RDSMYSQLV2) AddTagFromUserBackupInfoWithContext added in v1.1.54

func (c *RDSMYSQLV2) AddTagFromUserBackupInfoWithContext(ctx volcengine.Context, input *AddTagFromUserBackupInfoInput, opts ...request.Option) (*AddTagFromUserBackupInfoOutput, error)

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

See AddTagFromUserBackupInfo 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) 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) AssociateUserBackup added in v1.1.54

func (c *RDSMYSQLV2) AssociateUserBackup(input *AssociateUserBackupInput) (*AssociateUserBackupOutput, error)

AssociateUserBackup 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 AssociateUserBackup for usage and error information.

func (*RDSMYSQLV2) AssociateUserBackupCommon added in v1.1.54

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

AssociateUserBackupCommon 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 AssociateUserBackupCommon for usage and error information.

func (*RDSMYSQLV2) AssociateUserBackupCommonRequest added in v1.1.54

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

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

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

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

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

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

func (*RDSMYSQLV2) AssociateUserBackupCommonWithContext added in v1.1.54

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

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

See AssociateUserBackupCommon 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) AssociateUserBackupRequest added in v1.1.54

func (c *RDSMYSQLV2) AssociateUserBackupRequest(input *AssociateUserBackupInput) (req *request.Request, output *AssociateUserBackupOutput)

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

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

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

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

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

func (*RDSMYSQLV2) AssociateUserBackupWithContext added in v1.1.54

func (c *RDSMYSQLV2) AssociateUserBackupWithContext(ctx volcengine.Context, input *AssociateUserBackupInput, opts ...request.Option) (*AssociateUserBackupOutput, error)

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

See AssociateUserBackup 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) CheckUserUploadBackup added in v1.1.54

func (c *RDSMYSQLV2) CheckUserUploadBackup(input *CheckUserUploadBackupInput) (*CheckUserUploadBackupOutput, error)

CheckUserUploadBackup 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 CheckUserUploadBackup for usage and error information.

func (*RDSMYSQLV2) CheckUserUploadBackupCommon added in v1.1.54

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

CheckUserUploadBackupCommon 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 CheckUserUploadBackupCommon for usage and error information.

func (*RDSMYSQLV2) CheckUserUploadBackupCommonRequest added in v1.1.54

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

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

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

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

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

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

func (*RDSMYSQLV2) CheckUserUploadBackupCommonWithContext added in v1.1.54

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

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

See CheckUserUploadBackupCommon 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) CheckUserUploadBackupRequest added in v1.1.54

func (c *RDSMYSQLV2) CheckUserUploadBackupRequest(input *CheckUserUploadBackupInput) (req *request.Request, output *CheckUserUploadBackupOutput)

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

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

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

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

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

func (*RDSMYSQLV2) CheckUserUploadBackupWithContext added in v1.1.54

func (c *RDSMYSQLV2) CheckUserUploadBackupWithContext(ctx volcengine.Context, input *CheckUserUploadBackupInput, opts ...request.Option) (*CheckUserUploadBackupOutput, error)

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

See CheckUserUploadBackup 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) CleanNonWhiteSession added in v1.2.21

func (c *RDSMYSQLV2) CleanNonWhiteSession(input *CleanNonWhiteSessionInput) (*CleanNonWhiteSessionOutput, error)

CleanNonWhiteSession 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 CleanNonWhiteSession for usage and error information.

func (*RDSMYSQLV2) CleanNonWhiteSessionCommon added in v1.2.21

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

CleanNonWhiteSessionCommon 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 CleanNonWhiteSessionCommon for usage and error information.

func (*RDSMYSQLV2) CleanNonWhiteSessionCommonRequest added in v1.2.21

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

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

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

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

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

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

func (*RDSMYSQLV2) CleanNonWhiteSessionCommonWithContext added in v1.2.21

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

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

See CleanNonWhiteSessionCommon 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) CleanNonWhiteSessionRequest added in v1.2.21

func (c *RDSMYSQLV2) CleanNonWhiteSessionRequest(input *CleanNonWhiteSessionInput) (req *request.Request, output *CleanNonWhiteSessionOutput)

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

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

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

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

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

func (*RDSMYSQLV2) CleanNonWhiteSessionWithContext added in v1.2.21

func (c *RDSMYSQLV2) CleanNonWhiteSessionWithContext(ctx volcengine.Context, input *CleanNonWhiteSessionInput, opts ...request.Option) (*CleanNonWhiteSessionOutput, error)

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

See CleanNonWhiteSession 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) CreateDBBlueGreenInstance added in v1.2.21

func (c *RDSMYSQLV2) CreateDBBlueGreenInstance(input *CreateDBBlueGreenInstanceInput) (*CreateDBBlueGreenInstanceOutput, error)

CreateDBBlueGreenInstance 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 CreateDBBlueGreenInstance for usage and error information.

func (*RDSMYSQLV2) CreateDBBlueGreenInstanceCommon added in v1.2.21

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

CreateDBBlueGreenInstanceCommon 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 CreateDBBlueGreenInstanceCommon for usage and error information.

func (*RDSMYSQLV2) CreateDBBlueGreenInstanceCommonRequest added in v1.2.21

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

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

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

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

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

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

func (*RDSMYSQLV2) CreateDBBlueGreenInstanceCommonWithContext added in v1.2.21

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

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

See CreateDBBlueGreenInstanceCommon 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) CreateDBBlueGreenInstanceRequest added in v1.2.21

func (c *RDSMYSQLV2) CreateDBBlueGreenInstanceRequest(input *CreateDBBlueGreenInstanceInput) (req *request.Request, output *CreateDBBlueGreenInstanceOutput)

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

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

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

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

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

func (*RDSMYSQLV2) CreateDBBlueGreenInstanceWithContext added in v1.2.21

func (c *RDSMYSQLV2) CreateDBBlueGreenInstanceWithContext(ctx volcengine.Context, input *CreateDBBlueGreenInstanceInput, opts ...request.Option) (*CreateDBBlueGreenInstanceOutput, error)

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

See CreateDBBlueGreenInstance 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) CreateDBNodes added in v1.0.185

func (c *RDSMYSQLV2) CreateDBNodes(input *CreateDBNodesInput) (*CreateDBNodesOutput, error)

CreateDBNodes 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 CreateDBNodes for usage and error information.

func (*RDSMYSQLV2) CreateDBNodesCommon added in v1.0.185

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

CreateDBNodesCommon 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 CreateDBNodesCommon for usage and error information.

func (*RDSMYSQLV2) CreateDBNodesCommonRequest added in v1.0.185

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

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

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

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

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

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

func (*RDSMYSQLV2) CreateDBNodesCommonWithContext added in v1.0.185

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

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

See CreateDBNodesCommon 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) CreateDBNodesRequest added in v1.0.185

func (c *RDSMYSQLV2) CreateDBNodesRequest(input *CreateDBNodesInput) (req *request.Request, output *CreateDBNodesOutput)

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

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

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

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

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

func (*RDSMYSQLV2) CreateDBNodesWithContext added in v1.0.185

func (c *RDSMYSQLV2) CreateDBNodesWithContext(ctx volcengine.Context, input *CreateDBNodesInput, opts ...request.Option) (*CreateDBNodesOutput, error)

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

See CreateDBNodes 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) CreateDiagnosticsTask added in v1.0.185

func (c *RDSMYSQLV2) CreateDiagnosticsTask(input *CreateDiagnosticsTaskInput) (*CreateDiagnosticsTaskOutput, error)

CreateDiagnosticsTask 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 CreateDiagnosticsTask for usage and error information.

func (*RDSMYSQLV2) CreateDiagnosticsTaskCommon added in v1.0.185

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

CreateDiagnosticsTaskCommon 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 CreateDiagnosticsTaskCommon for usage and error information.

func (*RDSMYSQLV2) CreateDiagnosticsTaskCommonRequest added in v1.0.185

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

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

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

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

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

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

func (*RDSMYSQLV2) CreateDiagnosticsTaskCommonWithContext added in v1.0.185

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

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

See CreateDiagnosticsTaskCommon 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) CreateDiagnosticsTaskRequest added in v1.0.185

func (c *RDSMYSQLV2) CreateDiagnosticsTaskRequest(input *CreateDiagnosticsTaskInput) (req *request.Request, output *CreateDiagnosticsTaskOutput)

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

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

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

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

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

func (*RDSMYSQLV2) CreateDiagnosticsTaskWithContext added in v1.0.185

func (c *RDSMYSQLV2) CreateDiagnosticsTaskWithContext(ctx volcengine.Context, input *CreateDiagnosticsTaskInput, opts ...request.Option) (*CreateDiagnosticsTaskOutput, error)

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

See CreateDiagnosticsTask 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) CreateDrDBInstance added in v1.1.18

func (c *RDSMYSQLV2) CreateDrDBInstance(input *CreateDrDBInstanceInput) (*CreateDrDBInstanceOutput, error)

CreateDrDBInstance 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 CreateDrDBInstance for usage and error information.

func (*RDSMYSQLV2) CreateDrDBInstanceCommon added in v1.1.18

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

CreateDrDBInstanceCommon 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 CreateDrDBInstanceCommon for usage and error information.

func (*RDSMYSQLV2) CreateDrDBInstanceCommonRequest added in v1.1.18

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

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

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

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

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

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

func (*RDSMYSQLV2) CreateDrDBInstanceCommonWithContext added in v1.1.18

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

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

See CreateDrDBInstanceCommon 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) CreateDrDBInstanceRequest added in v1.1.18

func (c *RDSMYSQLV2) CreateDrDBInstanceRequest(input *CreateDrDBInstanceInput) (req *request.Request, output *CreateDrDBInstanceOutput)

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

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

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

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

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

func (*RDSMYSQLV2) CreateDrDBInstanceWithContext added in v1.1.18

func (c *RDSMYSQLV2) CreateDrDBInstanceWithContext(ctx volcengine.Context, input *CreateDrDBInstanceInput, opts ...request.Option) (*CreateDrDBInstanceOutput, error)

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

See CreateDrDBInstance 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) CreateResourcePackage added in v1.1.54

func (c *RDSMYSQLV2) CreateResourcePackage(input *CreateResourcePackageInput) (*CreateResourcePackageOutput, error)

CreateResourcePackage 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 CreateResourcePackage for usage and error information.

func (*RDSMYSQLV2) CreateResourcePackageCommon added in v1.1.54

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

CreateResourcePackageCommon 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 CreateResourcePackageCommon for usage and error information.

func (*RDSMYSQLV2) CreateResourcePackageCommonRequest added in v1.1.54

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

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

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

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

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

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

func (*RDSMYSQLV2) CreateResourcePackageCommonWithContext added in v1.1.54

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

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

See CreateResourcePackageCommon 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) CreateResourcePackageRequest added in v1.1.54

func (c *RDSMYSQLV2) CreateResourcePackageRequest(input *CreateResourcePackageInput) (req *request.Request, output *CreateResourcePackageOutput)

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

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

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

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

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

func (*RDSMYSQLV2) CreateResourcePackageWithContext added in v1.1.54

func (c *RDSMYSQLV2) CreateResourcePackageWithContext(ctx volcengine.Context, input *CreateResourcePackageInput, opts ...request.Option) (*CreateResourcePackageOutput, error)

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

See CreateResourcePackage 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) DeleteDBBlueGreenRelation added in v1.2.21

func (c *RDSMYSQLV2) DeleteDBBlueGreenRelation(input *DeleteDBBlueGreenRelationInput) (*DeleteDBBlueGreenRelationOutput, error)

DeleteDBBlueGreenRelation 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 DeleteDBBlueGreenRelation for usage and error information.

func (*RDSMYSQLV2) DeleteDBBlueGreenRelationCommon added in v1.2.21

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

DeleteDBBlueGreenRelationCommon 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 DeleteDBBlueGreenRelationCommon for usage and error information.

func (*RDSMYSQLV2) DeleteDBBlueGreenRelationCommonRequest added in v1.2.21

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

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

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

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

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

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

func (*RDSMYSQLV2) DeleteDBBlueGreenRelationCommonWithContext added in v1.2.21

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

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

See DeleteDBBlueGreenRelationCommon 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) DeleteDBBlueGreenRelationRequest added in v1.2.21

func (c *RDSMYSQLV2) DeleteDBBlueGreenRelationRequest(input *DeleteDBBlueGreenRelationInput) (req *request.Request, output *DeleteDBBlueGreenRelationOutput)

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

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

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

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

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

func (*RDSMYSQLV2) DeleteDBBlueGreenRelationWithContext added in v1.2.21

func (c *RDSMYSQLV2) DeleteDBBlueGreenRelationWithContext(ctx volcengine.Context, input *DeleteDBBlueGreenRelationInput, opts ...request.Option) (*DeleteDBBlueGreenRelationOutput, error)

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

See DeleteDBBlueGreenRelation 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) DeleteDBNodes added in v1.0.185

func (c *RDSMYSQLV2) DeleteDBNodes(input *DeleteDBNodesInput) (*DeleteDBNodesOutput, error)

DeleteDBNodes 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 DeleteDBNodes for usage and error information.

func (*RDSMYSQLV2) DeleteDBNodesCommon added in v1.0.185

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

DeleteDBNodesCommon 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 DeleteDBNodesCommon for usage and error information.

func (*RDSMYSQLV2) DeleteDBNodesCommonRequest added in v1.0.185

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

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

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

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

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

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

func (*RDSMYSQLV2) DeleteDBNodesCommonWithContext added in v1.0.185

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

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

See DeleteDBNodesCommon 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) DeleteDBNodesRequest added in v1.0.185

func (c *RDSMYSQLV2) DeleteDBNodesRequest(input *DeleteDBNodesInput) (req *request.Request, output *DeleteDBNodesOutput)

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

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

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

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

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

func (*RDSMYSQLV2) DeleteDBNodesWithContext added in v1.0.185

func (c *RDSMYSQLV2) DeleteDBNodesWithContext(ctx volcengine.Context, input *DeleteDBNodesInput, opts ...request.Option) (*DeleteDBNodesOutput, error)

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

See DeleteDBNodes 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) DeleteUserUploadBackup added in v1.1.54

func (c *RDSMYSQLV2) DeleteUserUploadBackup(input *DeleteUserUploadBackupInput) (*DeleteUserUploadBackupOutput, error)

DeleteUserUploadBackup 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 DeleteUserUploadBackup for usage and error information.

func (*RDSMYSQLV2) DeleteUserUploadBackupCommon added in v1.1.54

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

DeleteUserUploadBackupCommon 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 DeleteUserUploadBackupCommon for usage and error information.

func (*RDSMYSQLV2) DeleteUserUploadBackupCommonRequest added in v1.1.54

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

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

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

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

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

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

func (*RDSMYSQLV2) DeleteUserUploadBackupCommonWithContext added in v1.1.54

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

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

See DeleteUserUploadBackupCommon 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) DeleteUserUploadBackupRequest added in v1.1.54

func (c *RDSMYSQLV2) DeleteUserUploadBackupRequest(input *DeleteUserUploadBackupInput) (req *request.Request, output *DeleteUserUploadBackupOutput)

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

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

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

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

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

func (*RDSMYSQLV2) DeleteUserUploadBackupWithContext added in v1.1.54

func (c *RDSMYSQLV2) DeleteUserUploadBackupWithContext(ctx volcengine.Context, input *DeleteUserUploadBackupInput, opts ...request.Option) (*DeleteUserUploadBackupOutput, error)

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

See DeleteUserUploadBackup 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) DescribeBackupDecryptionKey added in v1.0.150

func (c *RDSMYSQLV2) DescribeBackupDecryptionKey(input *DescribeBackupDecryptionKeyInput) (*DescribeBackupDecryptionKeyOutput, error)

DescribeBackupDecryptionKey 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 DescribeBackupDecryptionKey for usage and error information.

func (*RDSMYSQLV2) DescribeBackupDecryptionKeyCommon added in v1.0.150

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

DescribeBackupDecryptionKeyCommon 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 DescribeBackupDecryptionKeyCommon for usage and error information.

func (*RDSMYSQLV2) DescribeBackupDecryptionKeyCommonRequest added in v1.0.150

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

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

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

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

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

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

func (*RDSMYSQLV2) DescribeBackupDecryptionKeyCommonWithContext added in v1.0.150

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

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

See DescribeBackupDecryptionKeyCommon 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) DescribeBackupDecryptionKeyRequest added in v1.0.150

func (c *RDSMYSQLV2) DescribeBackupDecryptionKeyRequest(input *DescribeBackupDecryptionKeyInput) (req *request.Request, output *DescribeBackupDecryptionKeyOutput)

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

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

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

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

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

func (*RDSMYSQLV2) DescribeBackupDecryptionKeyWithContext added in v1.0.150

func (c *RDSMYSQLV2) DescribeBackupDecryptionKeyWithContext(ctx volcengine.Context, input *DescribeBackupDecryptionKeyInput, opts ...request.Option) (*DescribeBackupDecryptionKeyOutput, error)

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

See DescribeBackupDecryptionKey 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) DescribeBackupEncryptionStatus added in v1.0.150

func (c *RDSMYSQLV2) DescribeBackupEncryptionStatus(input *DescribeBackupEncryptionStatusInput) (*DescribeBackupEncryptionStatusOutput, error)

DescribeBackupEncryptionStatus 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 DescribeBackupEncryptionStatus for usage and error information.

func (*RDSMYSQLV2) DescribeBackupEncryptionStatusCommon added in v1.0.150

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

DescribeBackupEncryptionStatusCommon 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 DescribeBackupEncryptionStatusCommon for usage and error information.

func (*RDSMYSQLV2) DescribeBackupEncryptionStatusCommonRequest added in v1.0.150

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

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

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

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

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

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

func (*RDSMYSQLV2) DescribeBackupEncryptionStatusCommonWithContext added in v1.0.150

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

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

See DescribeBackupEncryptionStatusCommon 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) DescribeBackupEncryptionStatusRequest added in v1.0.150

func (c *RDSMYSQLV2) DescribeBackupEncryptionStatusRequest(input *DescribeBackupEncryptionStatusInput) (req *request.Request, output *DescribeBackupEncryptionStatusOutput)

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

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

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

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

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

func (*RDSMYSQLV2) DescribeBackupEncryptionStatusWithContext added in v1.0.150

func (c *RDSMYSQLV2) DescribeBackupEncryptionStatusWithContext(ctx volcengine.Context, input *DescribeBackupEncryptionStatusInput, opts ...request.Option) (*DescribeBackupEncryptionStatusOutput, error)

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

See DescribeBackupEncryptionStatus 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) DescribeBackupStats added in v1.0.185

func (c *RDSMYSQLV2) DescribeBackupStats(input *DescribeBackupStatsInput) (*DescribeBackupStatsOutput, error)

DescribeBackupStats 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 DescribeBackupStats for usage and error information.

func (*RDSMYSQLV2) DescribeBackupStatsCommon added in v1.0.185

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

DescribeBackupStatsCommon 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 DescribeBackupStatsCommon for usage and error information.

func (*RDSMYSQLV2) DescribeBackupStatsCommonRequest added in v1.0.185

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

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

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

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

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

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

func (*RDSMYSQLV2) DescribeBackupStatsCommonWithContext added in v1.0.185

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

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

See DescribeBackupStatsCommon 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) DescribeBackupStatsRequest added in v1.0.185

func (c *RDSMYSQLV2) DescribeBackupStatsRequest(input *DescribeBackupStatsInput) (req *request.Request, output *DescribeBackupStatsOutput)

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

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

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

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

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

func (*RDSMYSQLV2) DescribeBackupStatsWithContext added in v1.0.185

func (c *RDSMYSQLV2) DescribeBackupStatsWithContext(ctx volcengine.Context, input *DescribeBackupStatsInput, opts ...request.Option) (*DescribeBackupStatsOutput, error)

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

See DescribeBackupStats 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) DescribeCrossRegionBackupDBInstances added in v1.0.185

DescribeCrossRegionBackupDBInstances 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 DescribeCrossRegionBackupDBInstances for usage and error information.

func (*RDSMYSQLV2) DescribeCrossRegionBackupDBInstancesCommon added in v1.0.185

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

DescribeCrossRegionBackupDBInstancesCommon 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 DescribeCrossRegionBackupDBInstancesCommon for usage and error information.

func (*RDSMYSQLV2) DescribeCrossRegionBackupDBInstancesCommonRequest added in v1.0.185

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

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

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

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

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

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

func (*RDSMYSQLV2) DescribeCrossRegionBackupDBInstancesCommonWithContext added in v1.0.185

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

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

See DescribeCrossRegionBackupDBInstancesCommon 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) DescribeCrossRegionBackupDBInstancesRequest added in v1.0.185

func (c *RDSMYSQLV2) DescribeCrossRegionBackupDBInstancesRequest(input *DescribeCrossRegionBackupDBInstancesInput) (req *request.Request, output *DescribeCrossRegionBackupDBInstancesOutput)

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

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

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

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

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

func (*RDSMYSQLV2) DescribeCrossRegionBackupDBInstancesWithContext added in v1.0.185

func (c *RDSMYSQLV2) DescribeCrossRegionBackupDBInstancesWithContext(ctx volcengine.Context, input *DescribeCrossRegionBackupDBInstancesInput, opts ...request.Option) (*DescribeCrossRegionBackupDBInstancesOutput, error)

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

See DescribeCrossRegionBackupDBInstances 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) DescribeDBBlueGreenDifferences added in v1.2.21

func (c *RDSMYSQLV2) DescribeDBBlueGreenDifferences(input *DescribeDBBlueGreenDifferencesInput) (*DescribeDBBlueGreenDifferencesOutput, error)

DescribeDBBlueGreenDifferences 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 DescribeDBBlueGreenDifferences for usage and error information.

func (*RDSMYSQLV2) DescribeDBBlueGreenDifferencesCommon added in v1.2.21

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

DescribeDBBlueGreenDifferencesCommon 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 DescribeDBBlueGreenDifferencesCommon for usage and error information.

func (*RDSMYSQLV2) DescribeDBBlueGreenDifferencesCommonRequest added in v1.2.21

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

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBBlueGreenDifferencesCommonWithContext added in v1.2.21

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

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

See DescribeDBBlueGreenDifferencesCommon 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) DescribeDBBlueGreenDifferencesRequest added in v1.2.21

func (c *RDSMYSQLV2) DescribeDBBlueGreenDifferencesRequest(input *DescribeDBBlueGreenDifferencesInput) (req *request.Request, output *DescribeDBBlueGreenDifferencesOutput)

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBBlueGreenDifferencesWithContext added in v1.2.21

func (c *RDSMYSQLV2) DescribeDBBlueGreenDifferencesWithContext(ctx volcengine.Context, input *DescribeDBBlueGreenDifferencesInput, opts ...request.Option) (*DescribeDBBlueGreenDifferencesOutput, error)

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

See DescribeDBBlueGreenDifferences 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) DescribeDBBlueGreenInstance added in v1.2.21

func (c *RDSMYSQLV2) DescribeDBBlueGreenInstance(input *DescribeDBBlueGreenInstanceInput) (*DescribeDBBlueGreenInstanceOutput, error)

DescribeDBBlueGreenInstance 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 DescribeDBBlueGreenInstance for usage and error information.

func (*RDSMYSQLV2) DescribeDBBlueGreenInstanceCommon added in v1.2.21

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

DescribeDBBlueGreenInstanceCommon 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 DescribeDBBlueGreenInstanceCommon for usage and error information.

func (*RDSMYSQLV2) DescribeDBBlueGreenInstanceCommonRequest added in v1.2.21

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

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBBlueGreenInstanceCommonWithContext added in v1.2.21

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

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

See DescribeDBBlueGreenInstanceCommon 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) DescribeDBBlueGreenInstanceRequest added in v1.2.21

func (c *RDSMYSQLV2) DescribeDBBlueGreenInstanceRequest(input *DescribeDBBlueGreenInstanceInput) (req *request.Request, output *DescribeDBBlueGreenInstanceOutput)

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBBlueGreenInstanceWithContext added in v1.2.21

func (c *RDSMYSQLV2) DescribeDBBlueGreenInstanceWithContext(ctx volcengine.Context, input *DescribeDBBlueGreenInstanceInput, opts ...request.Option) (*DescribeDBBlueGreenInstanceOutput, error)

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

See DescribeDBBlueGreenInstance 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) DescribeDBDisasterRecoveryInstances added in v1.1.35

DescribeDBDisasterRecoveryInstances 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 DescribeDBDisasterRecoveryInstances for usage and error information.

func (*RDSMYSQLV2) DescribeDBDisasterRecoveryInstancesCommon added in v1.1.35

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

DescribeDBDisasterRecoveryInstancesCommon 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 DescribeDBDisasterRecoveryInstancesCommon for usage and error information.

func (*RDSMYSQLV2) DescribeDBDisasterRecoveryInstancesCommonRequest added in v1.1.35

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

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBDisasterRecoveryInstancesCommonWithContext added in v1.1.35

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

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

See DescribeDBDisasterRecoveryInstancesCommon 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) DescribeDBDisasterRecoveryInstancesRequest added in v1.1.35

func (c *RDSMYSQLV2) DescribeDBDisasterRecoveryInstancesRequest(input *DescribeDBDisasterRecoveryInstancesInput) (req *request.Request, output *DescribeDBDisasterRecoveryInstancesOutput)

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBDisasterRecoveryInstancesWithContext added in v1.1.35

func (c *RDSMYSQLV2) DescribeDBDisasterRecoveryInstancesWithContext(ctx volcengine.Context, input *DescribeDBDisasterRecoveryInstancesInput, opts ...request.Option) (*DescribeDBDisasterRecoveryInstancesOutput, error)

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

See DescribeDBDisasterRecoveryInstances 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) DescribeDBInstanceAttribute added in v1.1.35

func (c *RDSMYSQLV2) DescribeDBInstanceAttribute(input *DescribeDBInstanceAttributeInput) (*DescribeDBInstanceAttributeOutput, error)

DescribeDBInstanceAttribute 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 DescribeDBInstanceAttribute for usage and error information.

func (*RDSMYSQLV2) DescribeDBInstanceAttributeCommon added in v1.1.35

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

DescribeDBInstanceAttributeCommon 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 DescribeDBInstanceAttributeCommon for usage and error information.

func (*RDSMYSQLV2) DescribeDBInstanceAttributeCommonRequest added in v1.1.35

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

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBInstanceAttributeCommonWithContext added in v1.1.35

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

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

See DescribeDBInstanceAttributeCommon 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) DescribeDBInstanceAttributeRequest added in v1.1.35

func (c *RDSMYSQLV2) DescribeDBInstanceAttributeRequest(input *DescribeDBInstanceAttributeInput) (req *request.Request, output *DescribeDBInstanceAttributeOutput)

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBInstanceAttributeWithContext added in v1.1.35

func (c *RDSMYSQLV2) DescribeDBInstanceAttributeWithContext(ctx volcengine.Context, input *DescribeDBInstanceAttributeInput, opts ...request.Option) (*DescribeDBInstanceAttributeOutput, error)

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

See DescribeDBInstanceAttribute 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) DescribeDBInstanceChargeDetail added in v1.1.35

func (c *RDSMYSQLV2) DescribeDBInstanceChargeDetail(input *DescribeDBInstanceChargeDetailInput) (*DescribeDBInstanceChargeDetailOutput, error)

DescribeDBInstanceChargeDetail 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 DescribeDBInstanceChargeDetail for usage and error information.

func (*RDSMYSQLV2) DescribeDBInstanceChargeDetailCommon added in v1.1.35

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

DescribeDBInstanceChargeDetailCommon 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 DescribeDBInstanceChargeDetailCommon for usage and error information.

func (*RDSMYSQLV2) DescribeDBInstanceChargeDetailCommonRequest added in v1.1.35

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

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBInstanceChargeDetailCommonWithContext added in v1.1.35

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

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

See DescribeDBInstanceChargeDetailCommon 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) DescribeDBInstanceChargeDetailRequest added in v1.1.35

func (c *RDSMYSQLV2) DescribeDBInstanceChargeDetailRequest(input *DescribeDBInstanceChargeDetailInput) (req *request.Request, output *DescribeDBInstanceChargeDetailOutput)

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBInstanceChargeDetailWithContext added in v1.1.35

func (c *RDSMYSQLV2) DescribeDBInstanceChargeDetailWithContext(ctx volcengine.Context, input *DescribeDBInstanceChargeDetailInput, opts ...request.Option) (*DescribeDBInstanceChargeDetailOutput, error)

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

See DescribeDBInstanceChargeDetail 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) DescribeDBInstanceEndpoints added in v1.1.35

func (c *RDSMYSQLV2) DescribeDBInstanceEndpoints(input *DescribeDBInstanceEndpointsInput) (*DescribeDBInstanceEndpointsOutput, error)

DescribeDBInstanceEndpoints 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 DescribeDBInstanceEndpoints for usage and error information.

func (*RDSMYSQLV2) DescribeDBInstanceEndpointsCommon added in v1.1.35

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

DescribeDBInstanceEndpointsCommon 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 DescribeDBInstanceEndpointsCommon for usage and error information.

func (*RDSMYSQLV2) DescribeDBInstanceEndpointsCommonRequest added in v1.1.35

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

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBInstanceEndpointsCommonWithContext added in v1.1.35

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

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

See DescribeDBInstanceEndpointsCommon 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) DescribeDBInstanceEndpointsRequest added in v1.1.35

func (c *RDSMYSQLV2) DescribeDBInstanceEndpointsRequest(input *DescribeDBInstanceEndpointsInput) (req *request.Request, output *DescribeDBInstanceEndpointsOutput)

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBInstanceEndpointsWithContext added in v1.1.35

func (c *RDSMYSQLV2) DescribeDBInstanceEndpointsWithContext(ctx volcengine.Context, input *DescribeDBInstanceEndpointsInput, opts ...request.Option) (*DescribeDBInstanceEndpointsOutput, error)

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

See DescribeDBInstanceEndpoints 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) DescribeDBInstanceEngineMinorVersions added in v1.0.185

DescribeDBInstanceEngineMinorVersions 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 DescribeDBInstanceEngineMinorVersions for usage and error information.

func (*RDSMYSQLV2) DescribeDBInstanceEngineMinorVersionsCommon added in v1.0.185

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

DescribeDBInstanceEngineMinorVersionsCommon 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 DescribeDBInstanceEngineMinorVersionsCommon for usage and error information.

func (*RDSMYSQLV2) DescribeDBInstanceEngineMinorVersionsCommonRequest added in v1.0.185

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

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBInstanceEngineMinorVersionsCommonWithContext added in v1.0.185

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

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

See DescribeDBInstanceEngineMinorVersionsCommon 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) DescribeDBInstanceEngineMinorVersionsRequest added in v1.0.185

func (c *RDSMYSQLV2) DescribeDBInstanceEngineMinorVersionsRequest(input *DescribeDBInstanceEngineMinorVersionsInput) (req *request.Request, output *DescribeDBInstanceEngineMinorVersionsOutput)

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBInstanceEngineMinorVersionsWithContext added in v1.0.185

func (c *RDSMYSQLV2) DescribeDBInstanceEngineMinorVersionsWithContext(ctx volcengine.Context, input *DescribeDBInstanceEngineMinorVersionsInput, opts ...request.Option) (*DescribeDBInstanceEngineMinorVersionsOutput, error)

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

See DescribeDBInstanceEngineMinorVersions 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) DescribeDBInstanceHAConfig added in v1.1.35

func (c *RDSMYSQLV2) DescribeDBInstanceHAConfig(input *DescribeDBInstanceHAConfigInput) (*DescribeDBInstanceHAConfigOutput, error)

DescribeDBInstanceHAConfig 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 DescribeDBInstanceHAConfig for usage and error information.

func (*RDSMYSQLV2) DescribeDBInstanceHAConfigCommon added in v1.1.35

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

DescribeDBInstanceHAConfigCommon 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 DescribeDBInstanceHAConfigCommon for usage and error information.

func (*RDSMYSQLV2) DescribeDBInstanceHAConfigCommonRequest added in v1.1.35

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

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBInstanceHAConfigCommonWithContext added in v1.1.35

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

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

See DescribeDBInstanceHAConfigCommon 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) DescribeDBInstanceHAConfigRequest added in v1.1.35

func (c *RDSMYSQLV2) DescribeDBInstanceHAConfigRequest(input *DescribeDBInstanceHAConfigInput) (req *request.Request, output *DescribeDBInstanceHAConfigOutput)

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBInstanceHAConfigWithContext added in v1.1.35

func (c *RDSMYSQLV2) DescribeDBInstanceHAConfigWithContext(ctx volcengine.Context, input *DescribeDBInstanceHAConfigInput, opts ...request.Option) (*DescribeDBInstanceHAConfigOutput, error)

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

See DescribeDBInstanceHAConfig 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) DescribeDBInstanceNodes added in v1.1.18

func (c *RDSMYSQLV2) DescribeDBInstanceNodes(input *DescribeDBInstanceNodesInput) (*DescribeDBInstanceNodesOutput, error)

DescribeDBInstanceNodes 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 DescribeDBInstanceNodes for usage and error information.

func (*RDSMYSQLV2) DescribeDBInstanceNodesCommon added in v1.1.18

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

DescribeDBInstanceNodesCommon 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 DescribeDBInstanceNodesCommon for usage and error information.

func (*RDSMYSQLV2) DescribeDBInstanceNodesCommonRequest added in v1.1.18

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

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBInstanceNodesCommonWithContext added in v1.1.18

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

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

See DescribeDBInstanceNodesCommon 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) DescribeDBInstanceNodesRequest added in v1.1.18

func (c *RDSMYSQLV2) DescribeDBInstanceNodesRequest(input *DescribeDBInstanceNodesInput) (req *request.Request, output *DescribeDBInstanceNodesOutput)

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBInstanceNodesWithContext added in v1.1.18

func (c *RDSMYSQLV2) DescribeDBInstanceNodesWithContext(ctx volcengine.Context, input *DescribeDBInstanceNodesInput, opts ...request.Option) (*DescribeDBInstanceNodesOutput, error)

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

See DescribeDBInstanceNodes 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) DescribeDBNodeParameterDifferences added in v1.1.18

DescribeDBNodeParameterDifferences 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 DescribeDBNodeParameterDifferences for usage and error information.

func (*RDSMYSQLV2) DescribeDBNodeParameterDifferencesCommon added in v1.1.18

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

DescribeDBNodeParameterDifferencesCommon 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 DescribeDBNodeParameterDifferencesCommon for usage and error information.

func (*RDSMYSQLV2) DescribeDBNodeParameterDifferencesCommonRequest added in v1.1.18

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

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBNodeParameterDifferencesCommonWithContext added in v1.1.18

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

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

See DescribeDBNodeParameterDifferencesCommon 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) DescribeDBNodeParameterDifferencesRequest added in v1.1.18

func (c *RDSMYSQLV2) DescribeDBNodeParameterDifferencesRequest(input *DescribeDBNodeParameterDifferencesInput) (req *request.Request, output *DescribeDBNodeParameterDifferencesOutput)

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBNodeParameterDifferencesWithContext added in v1.1.18

func (c *RDSMYSQLV2) DescribeDBNodeParameterDifferencesWithContext(ctx volcengine.Context, input *DescribeDBNodeParameterDifferencesInput, opts ...request.Option) (*DescribeDBNodeParameterDifferencesOutput, error)

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

See DescribeDBNodeParameterDifferences 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) DescribeDBProxy added in v1.1.35

func (c *RDSMYSQLV2) DescribeDBProxy(input *DescribeDBProxyInput) (*DescribeDBProxyOutput, error)

DescribeDBProxy 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 DescribeDBProxy for usage and error information.

func (*RDSMYSQLV2) DescribeDBProxyCommon added in v1.1.35

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

DescribeDBProxyCommon 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 DescribeDBProxyCommon for usage and error information.

func (*RDSMYSQLV2) DescribeDBProxyCommonRequest added in v1.1.35

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

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBProxyCommonWithContext added in v1.1.35

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

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

See DescribeDBProxyCommon 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) 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) DescribeDBProxyPriceDetail added in v1.1.18

func (c *RDSMYSQLV2) DescribeDBProxyPriceDetail(input *DescribeDBProxyPriceDetailInput) (*DescribeDBProxyPriceDetailOutput, error)

DescribeDBProxyPriceDetail 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 DescribeDBProxyPriceDetail for usage and error information.

func (*RDSMYSQLV2) DescribeDBProxyPriceDetailCommon added in v1.1.18

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

DescribeDBProxyPriceDetailCommon 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 DescribeDBProxyPriceDetailCommon for usage and error information.

func (*RDSMYSQLV2) DescribeDBProxyPriceDetailCommonRequest added in v1.1.18

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

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBProxyPriceDetailCommonWithContext added in v1.1.18

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

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

See DescribeDBProxyPriceDetailCommon 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) DescribeDBProxyPriceDetailRequest added in v1.1.18

func (c *RDSMYSQLV2) DescribeDBProxyPriceDetailRequest(input *DescribeDBProxyPriceDetailInput) (req *request.Request, output *DescribeDBProxyPriceDetailOutput)

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBProxyPriceDetailWithContext added in v1.1.18

func (c *RDSMYSQLV2) DescribeDBProxyPriceDetailWithContext(ctx volcengine.Context, input *DescribeDBProxyPriceDetailInput, opts ...request.Option) (*DescribeDBProxyPriceDetailOutput, error)

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

See DescribeDBProxyPriceDetail 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) DescribeDBProxyRequest added in v1.1.35

func (c *RDSMYSQLV2) DescribeDBProxyRequest(input *DescribeDBProxyInput) (req *request.Request, output *DescribeDBProxyOutput)

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBProxyWithContext added in v1.1.35

func (c *RDSMYSQLV2) DescribeDBProxyWithContext(ctx volcengine.Context, input *DescribeDBProxyInput, opts ...request.Option) (*DescribeDBProxyOutput, error)

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

See DescribeDBProxy 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) DescribeDBSwitchBlueGreenPrecheck added in v1.2.21

DescribeDBSwitchBlueGreenPrecheck 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 DescribeDBSwitchBlueGreenPrecheck for usage and error information.

func (*RDSMYSQLV2) DescribeDBSwitchBlueGreenPrecheckCommon added in v1.2.21

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

DescribeDBSwitchBlueGreenPrecheckCommon 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 DescribeDBSwitchBlueGreenPrecheckCommon for usage and error information.

func (*RDSMYSQLV2) DescribeDBSwitchBlueGreenPrecheckCommonRequest added in v1.2.21

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

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBSwitchBlueGreenPrecheckCommonWithContext added in v1.2.21

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

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

See DescribeDBSwitchBlueGreenPrecheckCommon 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) DescribeDBSwitchBlueGreenPrecheckRequest added in v1.2.21

func (c *RDSMYSQLV2) DescribeDBSwitchBlueGreenPrecheckRequest(input *DescribeDBSwitchBlueGreenPrecheckInput) (req *request.Request, output *DescribeDBSwitchBlueGreenPrecheckOutput)

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

Use "Send" method on the returned DescribeDBSwitchBlueGreenPrecheckCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBSwitchBlueGreenPrecheckCommon Send returns without error.

See DescribeDBSwitchBlueGreenPrecheck for more information on using the DescribeDBSwitchBlueGreenPrecheck API call, and error handling.

// Example sending a request using the DescribeDBSwitchBlueGreenPrecheckRequest method.
req, resp := client.DescribeDBSwitchBlueGreenPrecheckRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDBSwitchBlueGreenPrecheckWithContext added in v1.2.21

func (c *RDSMYSQLV2) DescribeDBSwitchBlueGreenPrecheckWithContext(ctx volcengine.Context, input *DescribeDBSwitchBlueGreenPrecheckInput, opts ...request.Option) (*DescribeDBSwitchBlueGreenPrecheckOutput, error)

DescribeDBSwitchBlueGreenPrecheckWithContext is the same as DescribeDBSwitchBlueGreenPrecheck with the addition of the ability to pass a context and additional request options.

See DescribeDBSwitchBlueGreenPrecheck 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) DescribeDbAccountTableColumnInfo added in v1.1.18

func (c *RDSMYSQLV2) DescribeDbAccountTableColumnInfo(input *DescribeDbAccountTableColumnInfoInput) (*DescribeDbAccountTableColumnInfoOutput, error)

DescribeDbAccountTableColumnInfo 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 DescribeDbAccountTableColumnInfo for usage and error information.

func (*RDSMYSQLV2) DescribeDbAccountTableColumnInfoCommon added in v1.1.18

func (c *RDSMYSQLV2) DescribeDbAccountTableColumnInfoCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDbAccountTableColumnInfoCommon 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 DescribeDbAccountTableColumnInfoCommon for usage and error information.

func (*RDSMYSQLV2) DescribeDbAccountTableColumnInfoCommonRequest added in v1.1.18

func (c *RDSMYSQLV2) DescribeDbAccountTableColumnInfoCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDbAccountTableColumnInfoCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDbAccountTableColumnInfoCommon operation. The "output" return value will be populated with the DescribeDbAccountTableColumnInfoCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDbAccountTableColumnInfoCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDbAccountTableColumnInfoCommon Send returns without error.

See DescribeDbAccountTableColumnInfoCommon for more information on using the DescribeDbAccountTableColumnInfoCommon API call, and error handling.

// Example sending a request using the DescribeDbAccountTableColumnInfoCommonRequest method.
req, resp := client.DescribeDbAccountTableColumnInfoCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDbAccountTableColumnInfoCommonWithContext added in v1.1.18

func (c *RDSMYSQLV2) DescribeDbAccountTableColumnInfoCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeDbAccountTableColumnInfoCommonWithContext is the same as DescribeDbAccountTableColumnInfoCommon with the addition of the ability to pass a context and additional request options.

See DescribeDbAccountTableColumnInfoCommon 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) DescribeDbAccountTableColumnInfoRequest added in v1.1.18

func (c *RDSMYSQLV2) DescribeDbAccountTableColumnInfoRequest(input *DescribeDbAccountTableColumnInfoInput) (req *request.Request, output *DescribeDbAccountTableColumnInfoOutput)

DescribeDbAccountTableColumnInfoRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDbAccountTableColumnInfo operation. The "output" return value will be populated with the DescribeDbAccountTableColumnInfoCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDbAccountTableColumnInfoCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDbAccountTableColumnInfoCommon Send returns without error.

See DescribeDbAccountTableColumnInfo for more information on using the DescribeDbAccountTableColumnInfo API call, and error handling.

// Example sending a request using the DescribeDbAccountTableColumnInfoRequest method.
req, resp := client.DescribeDbAccountTableColumnInfoRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDbAccountTableColumnInfoWithContext added in v1.1.18

func (c *RDSMYSQLV2) DescribeDbAccountTableColumnInfoWithContext(ctx volcengine.Context, input *DescribeDbAccountTableColumnInfoInput, opts ...request.Option) (*DescribeDbAccountTableColumnInfoOutput, error)

DescribeDbAccountTableColumnInfoWithContext is the same as DescribeDbAccountTableColumnInfo with the addition of the ability to pass a context and additional request options.

See DescribeDbAccountTableColumnInfo 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) DescribeDeletedDBInstances added in v1.0.185

func (c *RDSMYSQLV2) DescribeDeletedDBInstances(input *DescribeDeletedDBInstancesInput) (*DescribeDeletedDBInstancesOutput, error)

DescribeDeletedDBInstances 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 DescribeDeletedDBInstances for usage and error information.

func (*RDSMYSQLV2) DescribeDeletedDBInstancesCommon added in v1.0.185

func (c *RDSMYSQLV2) DescribeDeletedDBInstancesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDeletedDBInstancesCommon 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 DescribeDeletedDBInstancesCommon for usage and error information.

func (*RDSMYSQLV2) DescribeDeletedDBInstancesCommonRequest added in v1.0.185

func (c *RDSMYSQLV2) DescribeDeletedDBInstancesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDeletedDBInstancesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDeletedDBInstancesCommon operation. The "output" return value will be populated with the DescribeDeletedDBInstancesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDeletedDBInstancesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDeletedDBInstancesCommon Send returns without error.

See DescribeDeletedDBInstancesCommon for more information on using the DescribeDeletedDBInstancesCommon API call, and error handling.

// Example sending a request using the DescribeDeletedDBInstancesCommonRequest method.
req, resp := client.DescribeDeletedDBInstancesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDeletedDBInstancesCommonWithContext added in v1.0.185

func (c *RDSMYSQLV2) DescribeDeletedDBInstancesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeDeletedDBInstancesCommonWithContext is the same as DescribeDeletedDBInstancesCommon with the addition of the ability to pass a context and additional request options.

See DescribeDeletedDBInstancesCommon 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) DescribeDeletedDBInstancesRequest added in v1.0.185

func (c *RDSMYSQLV2) DescribeDeletedDBInstancesRequest(input *DescribeDeletedDBInstancesInput) (req *request.Request, output *DescribeDeletedDBInstancesOutput)

DescribeDeletedDBInstancesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDeletedDBInstances operation. The "output" return value will be populated with the DescribeDeletedDBInstancesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDeletedDBInstancesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDeletedDBInstancesCommon Send returns without error.

See DescribeDeletedDBInstances for more information on using the DescribeDeletedDBInstances API call, and error handling.

// Example sending a request using the DescribeDeletedDBInstancesRequest method.
req, resp := client.DescribeDeletedDBInstancesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDeletedDBInstancesWithContext added in v1.0.185

func (c *RDSMYSQLV2) DescribeDeletedDBInstancesWithContext(ctx volcengine.Context, input *DescribeDeletedDBInstancesInput, opts ...request.Option) (*DescribeDeletedDBInstancesOutput, error)

DescribeDeletedDBInstancesWithContext is the same as DescribeDeletedDBInstances with the addition of the ability to pass a context and additional request options.

See DescribeDeletedDBInstances 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) DescribeDiagnosticsInfos added in v1.0.185

func (c *RDSMYSQLV2) DescribeDiagnosticsInfos(input *DescribeDiagnosticsInfosInput) (*DescribeDiagnosticsInfosOutput, error)

DescribeDiagnosticsInfos 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 DescribeDiagnosticsInfos for usage and error information.

func (*RDSMYSQLV2) DescribeDiagnosticsInfosCommon added in v1.0.185

func (c *RDSMYSQLV2) DescribeDiagnosticsInfosCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDiagnosticsInfosCommon 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 DescribeDiagnosticsInfosCommon for usage and error information.

func (*RDSMYSQLV2) DescribeDiagnosticsInfosCommonRequest added in v1.0.185

func (c *RDSMYSQLV2) DescribeDiagnosticsInfosCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDiagnosticsInfosCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDiagnosticsInfosCommon operation. The "output" return value will be populated with the DescribeDiagnosticsInfosCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDiagnosticsInfosCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDiagnosticsInfosCommon Send returns without error.

See DescribeDiagnosticsInfosCommon for more information on using the DescribeDiagnosticsInfosCommon API call, and error handling.

// Example sending a request using the DescribeDiagnosticsInfosCommonRequest method.
req, resp := client.DescribeDiagnosticsInfosCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDiagnosticsInfosCommonWithContext added in v1.0.185

func (c *RDSMYSQLV2) DescribeDiagnosticsInfosCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeDiagnosticsInfosCommonWithContext is the same as DescribeDiagnosticsInfosCommon with the addition of the ability to pass a context and additional request options.

See DescribeDiagnosticsInfosCommon 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) DescribeDiagnosticsInfosRequest added in v1.0.185

func (c *RDSMYSQLV2) DescribeDiagnosticsInfosRequest(input *DescribeDiagnosticsInfosInput) (req *request.Request, output *DescribeDiagnosticsInfosOutput)

DescribeDiagnosticsInfosRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDiagnosticsInfos operation. The "output" return value will be populated with the DescribeDiagnosticsInfosCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDiagnosticsInfosCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDiagnosticsInfosCommon Send returns without error.

See DescribeDiagnosticsInfos for more information on using the DescribeDiagnosticsInfos API call, and error handling.

// Example sending a request using the DescribeDiagnosticsInfosRequest method.
req, resp := client.DescribeDiagnosticsInfosRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDiagnosticsInfosWithContext added in v1.0.185

func (c *RDSMYSQLV2) DescribeDiagnosticsInfosWithContext(ctx volcengine.Context, input *DescribeDiagnosticsInfosInput, opts ...request.Option) (*DescribeDiagnosticsInfosOutput, error)

DescribeDiagnosticsInfosWithContext is the same as DescribeDiagnosticsInfos with the addition of the ability to pass a context and additional request options.

See DescribeDiagnosticsInfos 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) DescribeDisasterRecoveryRegions added in v1.1.18

func (c *RDSMYSQLV2) DescribeDisasterRecoveryRegions(input *DescribeDisasterRecoveryRegionsInput) (*DescribeDisasterRecoveryRegionsOutput, error)

DescribeDisasterRecoveryRegions 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 DescribeDisasterRecoveryRegions for usage and error information.

func (*RDSMYSQLV2) DescribeDisasterRecoveryRegionsCommon added in v1.1.18

func (c *RDSMYSQLV2) DescribeDisasterRecoveryRegionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDisasterRecoveryRegionsCommon 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 DescribeDisasterRecoveryRegionsCommon for usage and error information.

func (*RDSMYSQLV2) DescribeDisasterRecoveryRegionsCommonRequest added in v1.1.18

func (c *RDSMYSQLV2) DescribeDisasterRecoveryRegionsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDisasterRecoveryRegionsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDisasterRecoveryRegionsCommon operation. The "output" return value will be populated with the DescribeDisasterRecoveryRegionsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDisasterRecoveryRegionsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDisasterRecoveryRegionsCommon Send returns without error.

See DescribeDisasterRecoveryRegionsCommon for more information on using the DescribeDisasterRecoveryRegionsCommon API call, and error handling.

// Example sending a request using the DescribeDisasterRecoveryRegionsCommonRequest method.
req, resp := client.DescribeDisasterRecoveryRegionsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDisasterRecoveryRegionsCommonWithContext added in v1.1.18

func (c *RDSMYSQLV2) DescribeDisasterRecoveryRegionsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeDisasterRecoveryRegionsCommonWithContext is the same as DescribeDisasterRecoveryRegionsCommon with the addition of the ability to pass a context and additional request options.

See DescribeDisasterRecoveryRegionsCommon 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) DescribeDisasterRecoveryRegionsRequest added in v1.1.18

func (c *RDSMYSQLV2) DescribeDisasterRecoveryRegionsRequest(input *DescribeDisasterRecoveryRegionsInput) (req *request.Request, output *DescribeDisasterRecoveryRegionsOutput)

DescribeDisasterRecoveryRegionsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDisasterRecoveryRegions operation. The "output" return value will be populated with the DescribeDisasterRecoveryRegionsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDisasterRecoveryRegionsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDisasterRecoveryRegionsCommon Send returns without error.

See DescribeDisasterRecoveryRegions for more information on using the DescribeDisasterRecoveryRegions API call, and error handling.

// Example sending a request using the DescribeDisasterRecoveryRegionsRequest method.
req, resp := client.DescribeDisasterRecoveryRegionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeDisasterRecoveryRegionsWithContext added in v1.1.18

func (c *RDSMYSQLV2) DescribeDisasterRecoveryRegionsWithContext(ctx volcengine.Context, input *DescribeDisasterRecoveryRegionsInput, opts ...request.Option) (*DescribeDisasterRecoveryRegionsOutput, error)

DescribeDisasterRecoveryRegionsWithContext is the same as DescribeDisasterRecoveryRegions with the addition of the ability to pass a context and additional request options.

See DescribeDisasterRecoveryRegions 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) DescribeNonWhiteSessionList added in v1.2.21

func (c *RDSMYSQLV2) DescribeNonWhiteSessionList(input *DescribeNonWhiteSessionListInput) (*DescribeNonWhiteSessionListOutput, error)

DescribeNonWhiteSessionList 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 DescribeNonWhiteSessionList for usage and error information.

func (*RDSMYSQLV2) DescribeNonWhiteSessionListCommon added in v1.2.21

func (c *RDSMYSQLV2) DescribeNonWhiteSessionListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeNonWhiteSessionListCommon 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 DescribeNonWhiteSessionListCommon for usage and error information.

func (*RDSMYSQLV2) DescribeNonWhiteSessionListCommonRequest added in v1.2.21

func (c *RDSMYSQLV2) DescribeNonWhiteSessionListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeNonWhiteSessionListCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeNonWhiteSessionListCommon operation. The "output" return value will be populated with the DescribeNonWhiteSessionListCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeNonWhiteSessionListCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeNonWhiteSessionListCommon Send returns without error.

See DescribeNonWhiteSessionListCommon for more information on using the DescribeNonWhiteSessionListCommon API call, and error handling.

// Example sending a request using the DescribeNonWhiteSessionListCommonRequest method.
req, resp := client.DescribeNonWhiteSessionListCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeNonWhiteSessionListCommonWithContext added in v1.2.21

func (c *RDSMYSQLV2) DescribeNonWhiteSessionListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeNonWhiteSessionListCommonWithContext is the same as DescribeNonWhiteSessionListCommon with the addition of the ability to pass a context and additional request options.

See DescribeNonWhiteSessionListCommon 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) DescribeNonWhiteSessionListRequest added in v1.2.21

func (c *RDSMYSQLV2) DescribeNonWhiteSessionListRequest(input *DescribeNonWhiteSessionListInput) (req *request.Request, output *DescribeNonWhiteSessionListOutput)

DescribeNonWhiteSessionListRequest generates a "volcengine/request.Request" representing the client's request for the DescribeNonWhiteSessionList operation. The "output" return value will be populated with the DescribeNonWhiteSessionListCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeNonWhiteSessionListCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeNonWhiteSessionListCommon Send returns without error.

See DescribeNonWhiteSessionList for more information on using the DescribeNonWhiteSessionList API call, and error handling.

// Example sending a request using the DescribeNonWhiteSessionListRequest method.
req, resp := client.DescribeNonWhiteSessionListRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeNonWhiteSessionListWithContext added in v1.2.21

func (c *RDSMYSQLV2) DescribeNonWhiteSessionListWithContext(ctx volcengine.Context, input *DescribeNonWhiteSessionListInput, opts ...request.Option) (*DescribeNonWhiteSessionListOutput, error)

DescribeNonWhiteSessionListWithContext is the same as DescribeNonWhiteSessionList with the addition of the ability to pass a context and additional request options.

See DescribeNonWhiteSessionList 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) DescribeResourcePackageDetail added in v1.1.54

func (c *RDSMYSQLV2) DescribeResourcePackageDetail(input *DescribeResourcePackageDetailInput) (*DescribeResourcePackageDetailOutput, error)

DescribeResourcePackageDetail 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 DescribeResourcePackageDetail for usage and error information.

func (*RDSMYSQLV2) DescribeResourcePackageDetailCommon added in v1.1.54

func (c *RDSMYSQLV2) DescribeResourcePackageDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeResourcePackageDetailCommon 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 DescribeResourcePackageDetailCommon for usage and error information.

func (*RDSMYSQLV2) DescribeResourcePackageDetailCommonRequest added in v1.1.54

func (c *RDSMYSQLV2) DescribeResourcePackageDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeResourcePackageDetailCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeResourcePackageDetailCommon operation. The "output" return value will be populated with the DescribeResourcePackageDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeResourcePackageDetailCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeResourcePackageDetailCommon Send returns without error.

See DescribeResourcePackageDetailCommon for more information on using the DescribeResourcePackageDetailCommon API call, and error handling.

// Example sending a request using the DescribeResourcePackageDetailCommonRequest method.
req, resp := client.DescribeResourcePackageDetailCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeResourcePackageDetailCommonWithContext added in v1.1.54

func (c *RDSMYSQLV2) DescribeResourcePackageDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeResourcePackageDetailCommonWithContext is the same as DescribeResourcePackageDetailCommon with the addition of the ability to pass a context and additional request options.

See DescribeResourcePackageDetailCommon 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) DescribeResourcePackageDetailRequest added in v1.1.54

func (c *RDSMYSQLV2) DescribeResourcePackageDetailRequest(input *DescribeResourcePackageDetailInput) (req *request.Request, output *DescribeResourcePackageDetailOutput)

DescribeResourcePackageDetailRequest generates a "volcengine/request.Request" representing the client's request for the DescribeResourcePackageDetail operation. The "output" return value will be populated with the DescribeResourcePackageDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeResourcePackageDetailCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeResourcePackageDetailCommon Send returns without error.

See DescribeResourcePackageDetail for more information on using the DescribeResourcePackageDetail API call, and error handling.

// Example sending a request using the DescribeResourcePackageDetailRequest method.
req, resp := client.DescribeResourcePackageDetailRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeResourcePackageDetailWithContext added in v1.1.54

func (c *RDSMYSQLV2) DescribeResourcePackageDetailWithContext(ctx volcengine.Context, input *DescribeResourcePackageDetailInput, opts ...request.Option) (*DescribeResourcePackageDetailOutput, error)

DescribeResourcePackageDetailWithContext is the same as DescribeResourcePackageDetail with the addition of the ability to pass a context and additional request options.

See DescribeResourcePackageDetail 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) DescribeResourcePackagePrice added in v1.1.54

func (c *RDSMYSQLV2) DescribeResourcePackagePrice(input *DescribeResourcePackagePriceInput) (*DescribeResourcePackagePriceOutput, error)

DescribeResourcePackagePrice 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 DescribeResourcePackagePrice for usage and error information.

func (*RDSMYSQLV2) DescribeResourcePackagePriceCommon added in v1.1.54

func (c *RDSMYSQLV2) DescribeResourcePackagePriceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeResourcePackagePriceCommon 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 DescribeResourcePackagePriceCommon for usage and error information.

func (*RDSMYSQLV2) DescribeResourcePackagePriceCommonRequest added in v1.1.54

func (c *RDSMYSQLV2) DescribeResourcePackagePriceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeResourcePackagePriceCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeResourcePackagePriceCommon operation. The "output" return value will be populated with the DescribeResourcePackagePriceCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeResourcePackagePriceCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeResourcePackagePriceCommon Send returns without error.

See DescribeResourcePackagePriceCommon for more information on using the DescribeResourcePackagePriceCommon API call, and error handling.

// Example sending a request using the DescribeResourcePackagePriceCommonRequest method.
req, resp := client.DescribeResourcePackagePriceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeResourcePackagePriceCommonWithContext added in v1.1.54

func (c *RDSMYSQLV2) DescribeResourcePackagePriceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeResourcePackagePriceCommonWithContext is the same as DescribeResourcePackagePriceCommon with the addition of the ability to pass a context and additional request options.

See DescribeResourcePackagePriceCommon 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) DescribeResourcePackagePriceRequest added in v1.1.54

func (c *RDSMYSQLV2) DescribeResourcePackagePriceRequest(input *DescribeResourcePackagePriceInput) (req *request.Request, output *DescribeResourcePackagePriceOutput)

DescribeResourcePackagePriceRequest generates a "volcengine/request.Request" representing the client's request for the DescribeResourcePackagePrice operation. The "output" return value will be populated with the DescribeResourcePackagePriceCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeResourcePackagePriceCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeResourcePackagePriceCommon Send returns without error.

See DescribeResourcePackagePrice for more information on using the DescribeResourcePackagePrice API call, and error handling.

// Example sending a request using the DescribeResourcePackagePriceRequest method.
req, resp := client.DescribeResourcePackagePriceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeResourcePackagePriceWithContext added in v1.1.54

func (c *RDSMYSQLV2) DescribeResourcePackagePriceWithContext(ctx volcengine.Context, input *DescribeResourcePackagePriceInput, opts ...request.Option) (*DescribeResourcePackagePriceOutput, error)

DescribeResourcePackagePriceWithContext is the same as DescribeResourcePackagePrice with the addition of the ability to pass a context and additional request options.

See DescribeResourcePackagePrice 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) DescribeResourcePackageSpec added in v1.1.54

func (c *RDSMYSQLV2) DescribeResourcePackageSpec(input *DescribeResourcePackageSpecInput) (*DescribeResourcePackageSpecOutput, error)

DescribeResourcePackageSpec 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 DescribeResourcePackageSpec for usage and error information.

func (*RDSMYSQLV2) DescribeResourcePackageSpecCommon added in v1.1.54

func (c *RDSMYSQLV2) DescribeResourcePackageSpecCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeResourcePackageSpecCommon 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 DescribeResourcePackageSpecCommon for usage and error information.

func (*RDSMYSQLV2) DescribeResourcePackageSpecCommonRequest added in v1.1.54

func (c *RDSMYSQLV2) DescribeResourcePackageSpecCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeResourcePackageSpecCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeResourcePackageSpecCommon operation. The "output" return value will be populated with the DescribeResourcePackageSpecCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeResourcePackageSpecCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeResourcePackageSpecCommon Send returns without error.

See DescribeResourcePackageSpecCommon for more information on using the DescribeResourcePackageSpecCommon API call, and error handling.

// Example sending a request using the DescribeResourcePackageSpecCommonRequest method.
req, resp := client.DescribeResourcePackageSpecCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeResourcePackageSpecCommonWithContext added in v1.1.54

func (c *RDSMYSQLV2) DescribeResourcePackageSpecCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeResourcePackageSpecCommonWithContext is the same as DescribeResourcePackageSpecCommon with the addition of the ability to pass a context and additional request options.

See DescribeResourcePackageSpecCommon 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) DescribeResourcePackageSpecRequest added in v1.1.54

func (c *RDSMYSQLV2) DescribeResourcePackageSpecRequest(input *DescribeResourcePackageSpecInput) (req *request.Request, output *DescribeResourcePackageSpecOutput)

DescribeResourcePackageSpecRequest generates a "volcengine/request.Request" representing the client's request for the DescribeResourcePackageSpec operation. The "output" return value will be populated with the DescribeResourcePackageSpecCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeResourcePackageSpecCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeResourcePackageSpecCommon Send returns without error.

See DescribeResourcePackageSpec for more information on using the DescribeResourcePackageSpec API call, and error handling.

// Example sending a request using the DescribeResourcePackageSpecRequest method.
req, resp := client.DescribeResourcePackageSpecRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeResourcePackageSpecWithContext added in v1.1.54

func (c *RDSMYSQLV2) DescribeResourcePackageSpecWithContext(ctx volcengine.Context, input *DescribeResourcePackageSpecInput, opts ...request.Option) (*DescribeResourcePackageSpecOutput, error)

DescribeResourcePackageSpecWithContext is the same as DescribeResourcePackageSpec with the addition of the ability to pass a context and additional request options.

See DescribeResourcePackageSpec 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) DescribeResourceUsage added in v1.1.35

func (c *RDSMYSQLV2) DescribeResourceUsage(input *DescribeResourceUsageInput) (*DescribeResourceUsageOutput, error)

DescribeResourceUsage 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 DescribeResourceUsage for usage and error information.

func (*RDSMYSQLV2) DescribeResourceUsageCommon added in v1.1.35

func (c *RDSMYSQLV2) DescribeResourceUsageCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeResourceUsageCommon 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 DescribeResourceUsageCommon for usage and error information.

func (*RDSMYSQLV2) DescribeResourceUsageCommonRequest added in v1.1.35

func (c *RDSMYSQLV2) DescribeResourceUsageCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeResourceUsageCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeResourceUsageCommon operation. The "output" return value will be populated with the DescribeResourceUsageCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeResourceUsageCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeResourceUsageCommon Send returns without error.

See DescribeResourceUsageCommon for more information on using the DescribeResourceUsageCommon API call, and error handling.

// Example sending a request using the DescribeResourceUsageCommonRequest method.
req, resp := client.DescribeResourceUsageCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeResourceUsageCommonWithContext added in v1.1.35

func (c *RDSMYSQLV2) DescribeResourceUsageCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeResourceUsageCommonWithContext is the same as DescribeResourceUsageCommon with the addition of the ability to pass a context and additional request options.

See DescribeResourceUsageCommon 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) DescribeResourceUsageRequest added in v1.1.35

func (c *RDSMYSQLV2) DescribeResourceUsageRequest(input *DescribeResourceUsageInput) (req *request.Request, output *DescribeResourceUsageOutput)

DescribeResourceUsageRequest generates a "volcengine/request.Request" representing the client's request for the DescribeResourceUsage operation. The "output" return value will be populated with the DescribeResourceUsageCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeResourceUsageCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeResourceUsageCommon Send returns without error.

See DescribeResourceUsage for more information on using the DescribeResourceUsage API call, and error handling.

// Example sending a request using the DescribeResourceUsageRequest method.
req, resp := client.DescribeResourceUsageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeResourceUsageWithContext added in v1.1.35

func (c *RDSMYSQLV2) DescribeResourceUsageWithContext(ctx volcengine.Context, input *DescribeResourceUsageInput, opts ...request.Option) (*DescribeResourceUsageOutput, error)

DescribeResourceUsageWithContext is the same as DescribeResourceUsage with the addition of the ability to pass a context and additional request options.

See DescribeResourceUsage 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) DescribeTaskDetail added in v1.1.18

func (c *RDSMYSQLV2) DescribeTaskDetail(input *DescribeTaskDetailInput) (*DescribeTaskDetailOutput, error)

DescribeTaskDetail 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 DescribeTaskDetail for usage and error information.

func (*RDSMYSQLV2) DescribeTaskDetailCommon added in v1.1.18

func (c *RDSMYSQLV2) DescribeTaskDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTaskDetailCommon 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 DescribeTaskDetailCommon for usage and error information.

func (*RDSMYSQLV2) DescribeTaskDetailCommonRequest added in v1.1.18

func (c *RDSMYSQLV2) DescribeTaskDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTaskDetailCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTaskDetailCommon operation. The "output" return value will be populated with the DescribeTaskDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTaskDetailCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTaskDetailCommon Send returns without error.

See DescribeTaskDetailCommon for more information on using the DescribeTaskDetailCommon API call, and error handling.

// Example sending a request using the DescribeTaskDetailCommonRequest method.
req, resp := client.DescribeTaskDetailCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeTaskDetailCommonWithContext added in v1.1.18

func (c *RDSMYSQLV2) DescribeTaskDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTaskDetailCommonWithContext is the same as DescribeTaskDetailCommon with the addition of the ability to pass a context and additional request options.

See DescribeTaskDetailCommon 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) DescribeTaskDetailRequest added in v1.1.18

func (c *RDSMYSQLV2) DescribeTaskDetailRequest(input *DescribeTaskDetailInput) (req *request.Request, output *DescribeTaskDetailOutput)

DescribeTaskDetailRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTaskDetail operation. The "output" return value will be populated with the DescribeTaskDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTaskDetailCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTaskDetailCommon Send returns without error.

See DescribeTaskDetail for more information on using the DescribeTaskDetail API call, and error handling.

// Example sending a request using the DescribeTaskDetailRequest method.
req, resp := client.DescribeTaskDetailRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeTaskDetailWithContext added in v1.1.18

func (c *RDSMYSQLV2) DescribeTaskDetailWithContext(ctx volcengine.Context, input *DescribeTaskDetailInput, opts ...request.Option) (*DescribeTaskDetailOutput, error)

DescribeTaskDetailWithContext is the same as DescribeTaskDetail with the addition of the ability to pass a context and additional request options.

See DescribeTaskDetail 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) DescribeUpgradeEngineMajorVersionPrecheckResult added in v1.2.21

DescribeUpgradeEngineMajorVersionPrecheckResult 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 DescribeUpgradeEngineMajorVersionPrecheckResult for usage and error information.

func (*RDSMYSQLV2) DescribeUpgradeEngineMajorVersionPrecheckResultCommon added in v1.2.21

func (c *RDSMYSQLV2) DescribeUpgradeEngineMajorVersionPrecheckResultCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeUpgradeEngineMajorVersionPrecheckResultCommon 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 DescribeUpgradeEngineMajorVersionPrecheckResultCommon for usage and error information.

func (*RDSMYSQLV2) DescribeUpgradeEngineMajorVersionPrecheckResultCommonRequest added in v1.2.21

func (c *RDSMYSQLV2) DescribeUpgradeEngineMajorVersionPrecheckResultCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeUpgradeEngineMajorVersionPrecheckResultCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeUpgradeEngineMajorVersionPrecheckResultCommon operation. The "output" return value will be populated with the DescribeUpgradeEngineMajorVersionPrecheckResultCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeUpgradeEngineMajorVersionPrecheckResultCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeUpgradeEngineMajorVersionPrecheckResultCommon Send returns without error.

See DescribeUpgradeEngineMajorVersionPrecheckResultCommon for more information on using the DescribeUpgradeEngineMajorVersionPrecheckResultCommon API call, and error handling.

// Example sending a request using the DescribeUpgradeEngineMajorVersionPrecheckResultCommonRequest method.
req, resp := client.DescribeUpgradeEngineMajorVersionPrecheckResultCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeUpgradeEngineMajorVersionPrecheckResultCommonWithContext added in v1.2.21

func (c *RDSMYSQLV2) DescribeUpgradeEngineMajorVersionPrecheckResultCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeUpgradeEngineMajorVersionPrecheckResultCommonWithContext is the same as DescribeUpgradeEngineMajorVersionPrecheckResultCommon with the addition of the ability to pass a context and additional request options.

See DescribeUpgradeEngineMajorVersionPrecheckResultCommon 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) DescribeUpgradeEngineMajorVersionPrecheckResultRequest added in v1.2.21

func (c *RDSMYSQLV2) DescribeUpgradeEngineMajorVersionPrecheckResultRequest(input *DescribeUpgradeEngineMajorVersionPrecheckResultInput) (req *request.Request, output *DescribeUpgradeEngineMajorVersionPrecheckResultOutput)

DescribeUpgradeEngineMajorVersionPrecheckResultRequest generates a "volcengine/request.Request" representing the client's request for the DescribeUpgradeEngineMajorVersionPrecheckResult operation. The "output" return value will be populated with the DescribeUpgradeEngineMajorVersionPrecheckResultCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeUpgradeEngineMajorVersionPrecheckResultCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeUpgradeEngineMajorVersionPrecheckResultCommon Send returns without error.

See DescribeUpgradeEngineMajorVersionPrecheckResult for more information on using the DescribeUpgradeEngineMajorVersionPrecheckResult API call, and error handling.

// Example sending a request using the DescribeUpgradeEngineMajorVersionPrecheckResultRequest method.
req, resp := client.DescribeUpgradeEngineMajorVersionPrecheckResultRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeUpgradeEngineMajorVersionPrecheckResultWithContext added in v1.2.21

func (c *RDSMYSQLV2) DescribeUpgradeEngineMajorVersionPrecheckResultWithContext(ctx volcengine.Context, input *DescribeUpgradeEngineMajorVersionPrecheckResultInput, opts ...request.Option) (*DescribeUpgradeEngineMajorVersionPrecheckResultOutput, error)

DescribeUpgradeEngineMajorVersionPrecheckResultWithContext is the same as DescribeUpgradeEngineMajorVersionPrecheckResult with the addition of the ability to pass a context and additional request options.

See DescribeUpgradeEngineMajorVersionPrecheckResult 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) DescribeUserTosBackupAssociate added in v1.1.54

func (c *RDSMYSQLV2) DescribeUserTosBackupAssociate(input *DescribeUserTosBackupAssociateInput) (*DescribeUserTosBackupAssociateOutput, error)

DescribeUserTosBackupAssociate 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 DescribeUserTosBackupAssociate for usage and error information.

func (*RDSMYSQLV2) DescribeUserTosBackupAssociateCommon added in v1.1.54

func (c *RDSMYSQLV2) DescribeUserTosBackupAssociateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeUserTosBackupAssociateCommon 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 DescribeUserTosBackupAssociateCommon for usage and error information.

func (*RDSMYSQLV2) DescribeUserTosBackupAssociateCommonRequest added in v1.1.54

func (c *RDSMYSQLV2) DescribeUserTosBackupAssociateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeUserTosBackupAssociateCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeUserTosBackupAssociateCommon operation. The "output" return value will be populated with the DescribeUserTosBackupAssociateCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeUserTosBackupAssociateCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeUserTosBackupAssociateCommon Send returns without error.

See DescribeUserTosBackupAssociateCommon for more information on using the DescribeUserTosBackupAssociateCommon API call, and error handling.

// Example sending a request using the DescribeUserTosBackupAssociateCommonRequest method.
req, resp := client.DescribeUserTosBackupAssociateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeUserTosBackupAssociateCommonWithContext added in v1.1.54

func (c *RDSMYSQLV2) DescribeUserTosBackupAssociateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeUserTosBackupAssociateCommonWithContext is the same as DescribeUserTosBackupAssociateCommon with the addition of the ability to pass a context and additional request options.

See DescribeUserTosBackupAssociateCommon 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) DescribeUserTosBackupAssociateRequest added in v1.1.54

func (c *RDSMYSQLV2) DescribeUserTosBackupAssociateRequest(input *DescribeUserTosBackupAssociateInput) (req *request.Request, output *DescribeUserTosBackupAssociateOutput)

DescribeUserTosBackupAssociateRequest generates a "volcengine/request.Request" representing the client's request for the DescribeUserTosBackupAssociate operation. The "output" return value will be populated with the DescribeUserTosBackupAssociateCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeUserTosBackupAssociateCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeUserTosBackupAssociateCommon Send returns without error.

See DescribeUserTosBackupAssociate for more information on using the DescribeUserTosBackupAssociate API call, and error handling.

// Example sending a request using the DescribeUserTosBackupAssociateRequest method.
req, resp := client.DescribeUserTosBackupAssociateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeUserTosBackupAssociateWithContext added in v1.1.54

func (c *RDSMYSQLV2) DescribeUserTosBackupAssociateWithContext(ctx volcengine.Context, input *DescribeUserTosBackupAssociateInput, opts ...request.Option) (*DescribeUserTosBackupAssociateOutput, error)

DescribeUserTosBackupAssociateWithContext is the same as DescribeUserTosBackupAssociate with the addition of the ability to pass a context and additional request options.

See DescribeUserTosBackupAssociate 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) DescribeUserUploadBackups added in v1.1.54

func (c *RDSMYSQLV2) DescribeUserUploadBackups(input *DescribeUserUploadBackupsInput) (*DescribeUserUploadBackupsOutput, error)

DescribeUserUploadBackups 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 DescribeUserUploadBackups for usage and error information.

func (*RDSMYSQLV2) DescribeUserUploadBackupsCommon added in v1.1.54

func (c *RDSMYSQLV2) DescribeUserUploadBackupsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeUserUploadBackupsCommon 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 DescribeUserUploadBackupsCommon for usage and error information.

func (*RDSMYSQLV2) DescribeUserUploadBackupsCommonRequest added in v1.1.54

func (c *RDSMYSQLV2) DescribeUserUploadBackupsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeUserUploadBackupsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeUserUploadBackupsCommon operation. The "output" return value will be populated with the DescribeUserUploadBackupsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeUserUploadBackupsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeUserUploadBackupsCommon Send returns without error.

See DescribeUserUploadBackupsCommon for more information on using the DescribeUserUploadBackupsCommon API call, and error handling.

// Example sending a request using the DescribeUserUploadBackupsCommonRequest method.
req, resp := client.DescribeUserUploadBackupsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeUserUploadBackupsCommonWithContext added in v1.1.54

func (c *RDSMYSQLV2) DescribeUserUploadBackupsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeUserUploadBackupsCommonWithContext is the same as DescribeUserUploadBackupsCommon with the addition of the ability to pass a context and additional request options.

See DescribeUserUploadBackupsCommon 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) DescribeUserUploadBackupsRequest added in v1.1.54

func (c *RDSMYSQLV2) DescribeUserUploadBackupsRequest(input *DescribeUserUploadBackupsInput) (req *request.Request, output *DescribeUserUploadBackupsOutput)

DescribeUserUploadBackupsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeUserUploadBackups operation. The "output" return value will be populated with the DescribeUserUploadBackupsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeUserUploadBackupsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeUserUploadBackupsCommon Send returns without error.

See DescribeUserUploadBackups for more information on using the DescribeUserUploadBackups API call, and error handling.

// Example sending a request using the DescribeUserUploadBackupsRequest method.
req, resp := client.DescribeUserUploadBackupsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) DescribeUserUploadBackupsWithContext added in v1.1.54

func (c *RDSMYSQLV2) DescribeUserUploadBackupsWithContext(ctx volcengine.Context, input *DescribeUserUploadBackupsInput, opts ...request.Option) (*DescribeUserUploadBackupsOutput, error)

DescribeUserUploadBackupsWithContext is the same as DescribeUserUploadBackups with the addition of the ability to pass a context and additional request options.

See DescribeUserUploadBackups 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) ListResourcePackages added in v1.1.54

func (c *RDSMYSQLV2) ListResourcePackages(input *ListResourcePackagesInput) (*ListResourcePackagesOutput, error)

ListResourcePackages 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 ListResourcePackages for usage and error information.

func (*RDSMYSQLV2) ListResourcePackagesCommon added in v1.1.54

func (c *RDSMYSQLV2) ListResourcePackagesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListResourcePackagesCommon 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 ListResourcePackagesCommon for usage and error information.

func (*RDSMYSQLV2) ListResourcePackagesCommonRequest added in v1.1.54

func (c *RDSMYSQLV2) ListResourcePackagesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListResourcePackagesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListResourcePackagesCommon operation. The "output" return value will be populated with the ListResourcePackagesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListResourcePackagesCommon Request to send the API call to the service. the "output" return value is not valid until after ListResourcePackagesCommon Send returns without error.

See ListResourcePackagesCommon for more information on using the ListResourcePackagesCommon API call, and error handling.

// Example sending a request using the ListResourcePackagesCommonRequest method.
req, resp := client.ListResourcePackagesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ListResourcePackagesCommonWithContext added in v1.1.54

func (c *RDSMYSQLV2) ListResourcePackagesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListResourcePackagesCommonWithContext is the same as ListResourcePackagesCommon with the addition of the ability to pass a context and additional request options.

See ListResourcePackagesCommon 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) ListResourcePackagesRequest added in v1.1.54

func (c *RDSMYSQLV2) ListResourcePackagesRequest(input *ListResourcePackagesInput) (req *request.Request, output *ListResourcePackagesOutput)

ListResourcePackagesRequest generates a "volcengine/request.Request" representing the client's request for the ListResourcePackages operation. The "output" return value will be populated with the ListResourcePackagesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListResourcePackagesCommon Request to send the API call to the service. the "output" return value is not valid until after ListResourcePackagesCommon Send returns without error.

See ListResourcePackages for more information on using the ListResourcePackages API call, and error handling.

// Example sending a request using the ListResourcePackagesRequest method.
req, resp := client.ListResourcePackagesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ListResourcePackagesWithContext added in v1.1.54

func (c *RDSMYSQLV2) ListResourcePackagesWithContext(ctx volcengine.Context, input *ListResourcePackagesInput, opts ...request.Option) (*ListResourcePackagesOutput, error)

ListResourcePackagesWithContext is the same as ListResourcePackages with the addition of the ability to pass a context and additional request options.

See ListResourcePackages 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) ModifyBackupEncryptionPolicy added in v1.0.150

func (c *RDSMYSQLV2) ModifyBackupEncryptionPolicy(input *ModifyBackupEncryptionPolicyInput) (*ModifyBackupEncryptionPolicyOutput, error)

ModifyBackupEncryptionPolicy 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 ModifyBackupEncryptionPolicy for usage and error information.

func (*RDSMYSQLV2) ModifyBackupEncryptionPolicyCommon added in v1.0.150

func (c *RDSMYSQLV2) ModifyBackupEncryptionPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyBackupEncryptionPolicyCommon 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 ModifyBackupEncryptionPolicyCommon for usage and error information.

func (*RDSMYSQLV2) ModifyBackupEncryptionPolicyCommonRequest added in v1.0.150

func (c *RDSMYSQLV2) ModifyBackupEncryptionPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyBackupEncryptionPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyBackupEncryptionPolicyCommon operation. The "output" return value will be populated with the ModifyBackupEncryptionPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyBackupEncryptionPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyBackupEncryptionPolicyCommon Send returns without error.

See ModifyBackupEncryptionPolicyCommon for more information on using the ModifyBackupEncryptionPolicyCommon API call, and error handling.

// Example sending a request using the ModifyBackupEncryptionPolicyCommonRequest method.
req, resp := client.ModifyBackupEncryptionPolicyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyBackupEncryptionPolicyCommonWithContext added in v1.0.150

func (c *RDSMYSQLV2) ModifyBackupEncryptionPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyBackupEncryptionPolicyCommonWithContext is the same as ModifyBackupEncryptionPolicyCommon with the addition of the ability to pass a context and additional request options.

See ModifyBackupEncryptionPolicyCommon 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) ModifyBackupEncryptionPolicyRequest added in v1.0.150

func (c *RDSMYSQLV2) ModifyBackupEncryptionPolicyRequest(input *ModifyBackupEncryptionPolicyInput) (req *request.Request, output *ModifyBackupEncryptionPolicyOutput)

ModifyBackupEncryptionPolicyRequest generates a "volcengine/request.Request" representing the client's request for the ModifyBackupEncryptionPolicy operation. The "output" return value will be populated with the ModifyBackupEncryptionPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyBackupEncryptionPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyBackupEncryptionPolicyCommon Send returns without error.

See ModifyBackupEncryptionPolicy for more information on using the ModifyBackupEncryptionPolicy API call, and error handling.

// Example sending a request using the ModifyBackupEncryptionPolicyRequest method.
req, resp := client.ModifyBackupEncryptionPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyBackupEncryptionPolicyWithContext added in v1.0.150

func (c *RDSMYSQLV2) ModifyBackupEncryptionPolicyWithContext(ctx volcengine.Context, input *ModifyBackupEncryptionPolicyInput, opts ...request.Option) (*ModifyBackupEncryptionPolicyOutput, error)

ModifyBackupEncryptionPolicyWithContext is the same as ModifyBackupEncryptionPolicy with the addition of the ability to pass a context and additional request options.

See ModifyBackupEncryptionPolicy 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) ModifyBackupPublicAccessPolicy added in v1.1.18

func (c *RDSMYSQLV2) ModifyBackupPublicAccessPolicy(input *ModifyBackupPublicAccessPolicyInput) (*ModifyBackupPublicAccessPolicyOutput, error)

ModifyBackupPublicAccessPolicy 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 ModifyBackupPublicAccessPolicy for usage and error information.

func (*RDSMYSQLV2) ModifyBackupPublicAccessPolicyCommon added in v1.1.18

func (c *RDSMYSQLV2) ModifyBackupPublicAccessPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyBackupPublicAccessPolicyCommon 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 ModifyBackupPublicAccessPolicyCommon for usage and error information.

func (*RDSMYSQLV2) ModifyBackupPublicAccessPolicyCommonRequest added in v1.1.18

func (c *RDSMYSQLV2) ModifyBackupPublicAccessPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyBackupPublicAccessPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyBackupPublicAccessPolicyCommon operation. The "output" return value will be populated with the ModifyBackupPublicAccessPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyBackupPublicAccessPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyBackupPublicAccessPolicyCommon Send returns without error.

See ModifyBackupPublicAccessPolicyCommon for more information on using the ModifyBackupPublicAccessPolicyCommon API call, and error handling.

// Example sending a request using the ModifyBackupPublicAccessPolicyCommonRequest method.
req, resp := client.ModifyBackupPublicAccessPolicyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyBackupPublicAccessPolicyCommonWithContext added in v1.1.18

func (c *RDSMYSQLV2) ModifyBackupPublicAccessPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyBackupPublicAccessPolicyCommonWithContext is the same as ModifyBackupPublicAccessPolicyCommon with the addition of the ability to pass a context and additional request options.

See ModifyBackupPublicAccessPolicyCommon 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) ModifyBackupPublicAccessPolicyRequest added in v1.1.18

func (c *RDSMYSQLV2) ModifyBackupPublicAccessPolicyRequest(input *ModifyBackupPublicAccessPolicyInput) (req *request.Request, output *ModifyBackupPublicAccessPolicyOutput)

ModifyBackupPublicAccessPolicyRequest generates a "volcengine/request.Request" representing the client's request for the ModifyBackupPublicAccessPolicy operation. The "output" return value will be populated with the ModifyBackupPublicAccessPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyBackupPublicAccessPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyBackupPublicAccessPolicyCommon Send returns without error.

See ModifyBackupPublicAccessPolicy for more information on using the ModifyBackupPublicAccessPolicy API call, and error handling.

// Example sending a request using the ModifyBackupPublicAccessPolicyRequest method.
req, resp := client.ModifyBackupPublicAccessPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyBackupPublicAccessPolicyWithContext added in v1.1.18

func (c *RDSMYSQLV2) ModifyBackupPublicAccessPolicyWithContext(ctx volcengine.Context, input *ModifyBackupPublicAccessPolicyInput, opts ...request.Option) (*ModifyBackupPublicAccessPolicyOutput, error)

ModifyBackupPublicAccessPolicyWithContext is the same as ModifyBackupPublicAccessPolicy with the addition of the ability to pass a context and additional request options.

See ModifyBackupPublicAccessPolicy 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) ModifyDBEndpointConnectionMode added in v1.1.18

func (c *RDSMYSQLV2) ModifyDBEndpointConnectionMode(input *ModifyDBEndpointConnectionModeInput) (*ModifyDBEndpointConnectionModeOutput, error)

ModifyDBEndpointConnectionMode 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 ModifyDBEndpointConnectionMode for usage and error information.

func (*RDSMYSQLV2) ModifyDBEndpointConnectionModeCommon added in v1.1.18

func (c *RDSMYSQLV2) ModifyDBEndpointConnectionModeCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBEndpointConnectionModeCommon 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 ModifyDBEndpointConnectionModeCommon for usage and error information.

func (*RDSMYSQLV2) ModifyDBEndpointConnectionModeCommonRequest added in v1.1.18

func (c *RDSMYSQLV2) ModifyDBEndpointConnectionModeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBEndpointConnectionModeCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBEndpointConnectionModeCommon operation. The "output" return value will be populated with the ModifyDBEndpointConnectionModeCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBEndpointConnectionModeCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBEndpointConnectionModeCommon Send returns without error.

See ModifyDBEndpointConnectionModeCommon for more information on using the ModifyDBEndpointConnectionModeCommon API call, and error handling.

// Example sending a request using the ModifyDBEndpointConnectionModeCommonRequest method.
req, resp := client.ModifyDBEndpointConnectionModeCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBEndpointConnectionModeCommonWithContext added in v1.1.18

func (c *RDSMYSQLV2) ModifyDBEndpointConnectionModeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBEndpointConnectionModeCommonWithContext is the same as ModifyDBEndpointConnectionModeCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBEndpointConnectionModeCommon 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) ModifyDBEndpointConnectionModeRequest added in v1.1.18

func (c *RDSMYSQLV2) ModifyDBEndpointConnectionModeRequest(input *ModifyDBEndpointConnectionModeInput) (req *request.Request, output *ModifyDBEndpointConnectionModeOutput)

ModifyDBEndpointConnectionModeRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBEndpointConnectionMode operation. The "output" return value will be populated with the ModifyDBEndpointConnectionModeCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBEndpointConnectionModeCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBEndpointConnectionModeCommon Send returns without error.

See ModifyDBEndpointConnectionMode for more information on using the ModifyDBEndpointConnectionMode API call, and error handling.

// Example sending a request using the ModifyDBEndpointConnectionModeRequest method.
req, resp := client.ModifyDBEndpointConnectionModeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBEndpointConnectionModeWithContext added in v1.1.18

func (c *RDSMYSQLV2) ModifyDBEndpointConnectionModeWithContext(ctx volcengine.Context, input *ModifyDBEndpointConnectionModeInput, opts ...request.Option) (*ModifyDBEndpointConnectionModeOutput, error)

ModifyDBEndpointConnectionModeWithContext is the same as ModifyDBEndpointConnectionMode with the addition of the ability to pass a context and additional request options.

See ModifyDBEndpointConnectionMode 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) 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) ModifyDBInstanceAutoUpgradeEngineMinorVersion added in v1.0.185

ModifyDBInstanceAutoUpgradeEngineMinorVersion 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 ModifyDBInstanceAutoUpgradeEngineMinorVersion for usage and error information.

func (*RDSMYSQLV2) ModifyDBInstanceAutoUpgradeEngineMinorVersionCommon added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBInstanceAutoUpgradeEngineMinorVersionCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBInstanceAutoUpgradeEngineMinorVersionCommon 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 ModifyDBInstanceAutoUpgradeEngineMinorVersionCommon for usage and error information.

func (*RDSMYSQLV2) ModifyDBInstanceAutoUpgradeEngineMinorVersionCommonRequest added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBInstanceAutoUpgradeEngineMinorVersionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBInstanceAutoUpgradeEngineMinorVersionCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceAutoUpgradeEngineMinorVersionCommon operation. The "output" return value will be populated with the ModifyDBInstanceAutoUpgradeEngineMinorVersionCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceAutoUpgradeEngineMinorVersionCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceAutoUpgradeEngineMinorVersionCommon Send returns without error.

See ModifyDBInstanceAutoUpgradeEngineMinorVersionCommon for more information on using the ModifyDBInstanceAutoUpgradeEngineMinorVersionCommon API call, and error handling.

// Example sending a request using the ModifyDBInstanceAutoUpgradeEngineMinorVersionCommonRequest method.
req, resp := client.ModifyDBInstanceAutoUpgradeEngineMinorVersionCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBInstanceAutoUpgradeEngineMinorVersionCommonWithContext added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBInstanceAutoUpgradeEngineMinorVersionCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBInstanceAutoUpgradeEngineMinorVersionCommonWithContext is the same as ModifyDBInstanceAutoUpgradeEngineMinorVersionCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceAutoUpgradeEngineMinorVersionCommon 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) ModifyDBInstanceAutoUpgradeEngineMinorVersionRequest added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBInstanceAutoUpgradeEngineMinorVersionRequest(input *ModifyDBInstanceAutoUpgradeEngineMinorVersionInput) (req *request.Request, output *ModifyDBInstanceAutoUpgradeEngineMinorVersionOutput)

ModifyDBInstanceAutoUpgradeEngineMinorVersionRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceAutoUpgradeEngineMinorVersion operation. The "output" return value will be populated with the ModifyDBInstanceAutoUpgradeEngineMinorVersionCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceAutoUpgradeEngineMinorVersionCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceAutoUpgradeEngineMinorVersionCommon Send returns without error.

See ModifyDBInstanceAutoUpgradeEngineMinorVersion for more information on using the ModifyDBInstanceAutoUpgradeEngineMinorVersion API call, and error handling.

// Example sending a request using the ModifyDBInstanceAutoUpgradeEngineMinorVersionRequest method.
req, resp := client.ModifyDBInstanceAutoUpgradeEngineMinorVersionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBInstanceAutoUpgradeEngineMinorVersionWithContext added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBInstanceAutoUpgradeEngineMinorVersionWithContext(ctx volcengine.Context, input *ModifyDBInstanceAutoUpgradeEngineMinorVersionInput, opts ...request.Option) (*ModifyDBInstanceAutoUpgradeEngineMinorVersionOutput, error)

ModifyDBInstanceAutoUpgradeEngineMinorVersionWithContext is the same as ModifyDBInstanceAutoUpgradeEngineMinorVersion with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceAutoUpgradeEngineMinorVersion 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) ModifyDBInstanceDeletionProtectionPolicy added in v1.1.18

ModifyDBInstanceDeletionProtectionPolicy 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 ModifyDBInstanceDeletionProtectionPolicy for usage and error information.

func (*RDSMYSQLV2) ModifyDBInstanceDeletionProtectionPolicyCommon added in v1.1.18

func (c *RDSMYSQLV2) ModifyDBInstanceDeletionProtectionPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBInstanceDeletionProtectionPolicyCommon 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 ModifyDBInstanceDeletionProtectionPolicyCommon for usage and error information.

func (*RDSMYSQLV2) ModifyDBInstanceDeletionProtectionPolicyCommonRequest added in v1.1.18

func (c *RDSMYSQLV2) ModifyDBInstanceDeletionProtectionPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBInstanceDeletionProtectionPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceDeletionProtectionPolicyCommon operation. The "output" return value will be populated with the ModifyDBInstanceDeletionProtectionPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceDeletionProtectionPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceDeletionProtectionPolicyCommon Send returns without error.

See ModifyDBInstanceDeletionProtectionPolicyCommon for more information on using the ModifyDBInstanceDeletionProtectionPolicyCommon API call, and error handling.

// Example sending a request using the ModifyDBInstanceDeletionProtectionPolicyCommonRequest method.
req, resp := client.ModifyDBInstanceDeletionProtectionPolicyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBInstanceDeletionProtectionPolicyCommonWithContext added in v1.1.18

func (c *RDSMYSQLV2) ModifyDBInstanceDeletionProtectionPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBInstanceDeletionProtectionPolicyCommonWithContext is the same as ModifyDBInstanceDeletionProtectionPolicyCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceDeletionProtectionPolicyCommon 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) ModifyDBInstanceDeletionProtectionPolicyRequest added in v1.1.18

func (c *RDSMYSQLV2) ModifyDBInstanceDeletionProtectionPolicyRequest(input *ModifyDBInstanceDeletionProtectionPolicyInput) (req *request.Request, output *ModifyDBInstanceDeletionProtectionPolicyOutput)

ModifyDBInstanceDeletionProtectionPolicyRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceDeletionProtectionPolicy operation. The "output" return value will be populated with the ModifyDBInstanceDeletionProtectionPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceDeletionProtectionPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceDeletionProtectionPolicyCommon Send returns without error.

See ModifyDBInstanceDeletionProtectionPolicy for more information on using the ModifyDBInstanceDeletionProtectionPolicy API call, and error handling.

// Example sending a request using the ModifyDBInstanceDeletionProtectionPolicyRequest method.
req, resp := client.ModifyDBInstanceDeletionProtectionPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBInstanceDeletionProtectionPolicyWithContext added in v1.1.18

func (c *RDSMYSQLV2) ModifyDBInstanceDeletionProtectionPolicyWithContext(ctx volcengine.Context, input *ModifyDBInstanceDeletionProtectionPolicyInput, opts ...request.Option) (*ModifyDBInstanceDeletionProtectionPolicyOutput, error)

ModifyDBInstanceDeletionProtectionPolicyWithContext is the same as ModifyDBInstanceDeletionProtectionPolicy with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceDeletionProtectionPolicy 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) ModifyDBInstanceGlobalReadOnly added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBInstanceGlobalReadOnly(input *ModifyDBInstanceGlobalReadOnlyInput) (*ModifyDBInstanceGlobalReadOnlyOutput, error)

ModifyDBInstanceGlobalReadOnly 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 ModifyDBInstanceGlobalReadOnly for usage and error information.

func (*RDSMYSQLV2) ModifyDBInstanceGlobalReadOnlyCommon added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBInstanceGlobalReadOnlyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBInstanceGlobalReadOnlyCommon 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 ModifyDBInstanceGlobalReadOnlyCommon for usage and error information.

func (*RDSMYSQLV2) ModifyDBInstanceGlobalReadOnlyCommonRequest added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBInstanceGlobalReadOnlyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBInstanceGlobalReadOnlyCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceGlobalReadOnlyCommon operation. The "output" return value will be populated with the ModifyDBInstanceGlobalReadOnlyCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceGlobalReadOnlyCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceGlobalReadOnlyCommon Send returns without error.

See ModifyDBInstanceGlobalReadOnlyCommon for more information on using the ModifyDBInstanceGlobalReadOnlyCommon API call, and error handling.

// Example sending a request using the ModifyDBInstanceGlobalReadOnlyCommonRequest method.
req, resp := client.ModifyDBInstanceGlobalReadOnlyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBInstanceGlobalReadOnlyCommonWithContext added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBInstanceGlobalReadOnlyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBInstanceGlobalReadOnlyCommonWithContext is the same as ModifyDBInstanceGlobalReadOnlyCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceGlobalReadOnlyCommon 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) ModifyDBInstanceGlobalReadOnlyRequest added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBInstanceGlobalReadOnlyRequest(input *ModifyDBInstanceGlobalReadOnlyInput) (req *request.Request, output *ModifyDBInstanceGlobalReadOnlyOutput)

ModifyDBInstanceGlobalReadOnlyRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceGlobalReadOnly operation. The "output" return value will be populated with the ModifyDBInstanceGlobalReadOnlyCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceGlobalReadOnlyCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceGlobalReadOnlyCommon Send returns without error.

See ModifyDBInstanceGlobalReadOnly for more information on using the ModifyDBInstanceGlobalReadOnly API call, and error handling.

// Example sending a request using the ModifyDBInstanceGlobalReadOnlyRequest method.
req, resp := client.ModifyDBInstanceGlobalReadOnlyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBInstanceGlobalReadOnlyWithContext added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBInstanceGlobalReadOnlyWithContext(ctx volcengine.Context, input *ModifyDBInstanceGlobalReadOnlyInput, opts ...request.Option) (*ModifyDBInstanceGlobalReadOnlyOutput, error)

ModifyDBInstanceGlobalReadOnlyWithContext is the same as ModifyDBInstanceGlobalReadOnly with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceGlobalReadOnly 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) ModifyDBInstanceType added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceType(input *ModifyDBInstanceTypeInput) (*ModifyDBInstanceTypeOutput, error)

ModifyDBInstanceType 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 ModifyDBInstanceType for usage and error information.

func (*RDSMYSQLV2) ModifyDBInstanceTypeCommon added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceTypeCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBInstanceTypeCommon 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 ModifyDBInstanceTypeCommon for usage and error information.

func (*RDSMYSQLV2) ModifyDBInstanceTypeCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceTypeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBInstanceTypeCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceTypeCommon operation. The "output" return value will be populated with the ModifyDBInstanceTypeCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceTypeCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceTypeCommon Send returns without error.

See ModifyDBInstanceTypeCommon for more information on using the ModifyDBInstanceTypeCommon API call, and error handling.

// Example sending a request using the ModifyDBInstanceTypeCommonRequest method.
req, resp := client.ModifyDBInstanceTypeCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBInstanceTypeCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceTypeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBInstanceTypeCommonWithContext is the same as ModifyDBInstanceTypeCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceTypeCommon 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) ModifyDBInstanceTypeRequest added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceTypeRequest(input *ModifyDBInstanceTypeInput) (req *request.Request, output *ModifyDBInstanceTypeOutput)

ModifyDBInstanceTypeRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceType operation. The "output" return value will be populated with the ModifyDBInstanceTypeCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceTypeCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceTypeCommon Send returns without error.

See ModifyDBInstanceType for more information on using the ModifyDBInstanceType API call, and error handling.

// Example sending a request using the ModifyDBInstanceTypeRequest method.
req, resp := client.ModifyDBInstanceTypeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBInstanceTypeWithContext added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBInstanceTypeWithContext(ctx volcengine.Context, input *ModifyDBInstanceTypeInput, opts ...request.Option) (*ModifyDBInstanceTypeOutput, error)

ModifyDBInstanceTypeWithContext is the same as ModifyDBInstanceType with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceType 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) ModifyDBNodeSpec added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBNodeSpec(input *ModifyDBNodeSpecInput) (*ModifyDBNodeSpecOutput, error)

ModifyDBNodeSpec 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 ModifyDBNodeSpec for usage and error information.

func (*RDSMYSQLV2) ModifyDBNodeSpecCommon added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBNodeSpecCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBNodeSpecCommon 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 ModifyDBNodeSpecCommon for usage and error information.

func (*RDSMYSQLV2) ModifyDBNodeSpecCommonRequest added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBNodeSpecCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBNodeSpecCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBNodeSpecCommon operation. The "output" return value will be populated with the ModifyDBNodeSpecCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBNodeSpecCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBNodeSpecCommon Send returns without error.

See ModifyDBNodeSpecCommon for more information on using the ModifyDBNodeSpecCommon API call, and error handling.

// Example sending a request using the ModifyDBNodeSpecCommonRequest method.
req, resp := client.ModifyDBNodeSpecCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBNodeSpecCommonWithContext added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBNodeSpecCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBNodeSpecCommonWithContext is the same as ModifyDBNodeSpecCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBNodeSpecCommon 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) ModifyDBNodeSpecRequest added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBNodeSpecRequest(input *ModifyDBNodeSpecInput) (req *request.Request, output *ModifyDBNodeSpecOutput)

ModifyDBNodeSpecRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBNodeSpec operation. The "output" return value will be populated with the ModifyDBNodeSpecCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBNodeSpecCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBNodeSpecCommon Send returns without error.

See ModifyDBNodeSpec for more information on using the ModifyDBNodeSpec API call, and error handling.

// Example sending a request using the ModifyDBNodeSpecRequest method.
req, resp := client.ModifyDBNodeSpecRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBNodeSpecWithContext added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBNodeSpecWithContext(ctx volcengine.Context, input *ModifyDBNodeSpecInput, opts ...request.Option) (*ModifyDBNodeSpecOutput, error)

ModifyDBNodeSpecWithContext is the same as ModifyDBNodeSpec with the addition of the ability to pass a context and additional request options.

See ModifyDBNodeSpec 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) ModifyDBNodeTemporarySpec added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBNodeTemporarySpec(input *ModifyDBNodeTemporarySpecInput) (*ModifyDBNodeTemporarySpecOutput, error)

ModifyDBNodeTemporarySpec 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 ModifyDBNodeTemporarySpec for usage and error information.

func (*RDSMYSQLV2) ModifyDBNodeTemporarySpecCommon added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBNodeTemporarySpecCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBNodeTemporarySpecCommon 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 ModifyDBNodeTemporarySpecCommon for usage and error information.

func (*RDSMYSQLV2) ModifyDBNodeTemporarySpecCommonRequest added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBNodeTemporarySpecCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBNodeTemporarySpecCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBNodeTemporarySpecCommon operation. The "output" return value will be populated with the ModifyDBNodeTemporarySpecCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBNodeTemporarySpecCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBNodeTemporarySpecCommon Send returns without error.

See ModifyDBNodeTemporarySpecCommon for more information on using the ModifyDBNodeTemporarySpecCommon API call, and error handling.

// Example sending a request using the ModifyDBNodeTemporarySpecCommonRequest method.
req, resp := client.ModifyDBNodeTemporarySpecCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBNodeTemporarySpecCommonWithContext added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBNodeTemporarySpecCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBNodeTemporarySpecCommonWithContext is the same as ModifyDBNodeTemporarySpecCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBNodeTemporarySpecCommon 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) ModifyDBNodeTemporarySpecRequest added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBNodeTemporarySpecRequest(input *ModifyDBNodeTemporarySpecInput) (req *request.Request, output *ModifyDBNodeTemporarySpecOutput)

ModifyDBNodeTemporarySpecRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBNodeTemporarySpec operation. The "output" return value will be populated with the ModifyDBNodeTemporarySpecCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBNodeTemporarySpecCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBNodeTemporarySpecCommon Send returns without error.

See ModifyDBNodeTemporarySpec for more information on using the ModifyDBNodeTemporarySpec API call, and error handling.

// Example sending a request using the ModifyDBNodeTemporarySpecRequest method.
req, resp := client.ModifyDBNodeTemporarySpecRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBNodeTemporarySpecWithContext added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBNodeTemporarySpecWithContext(ctx volcengine.Context, input *ModifyDBNodeTemporarySpecInput, opts ...request.Option) (*ModifyDBNodeTemporarySpecOutput, error)

ModifyDBNodeTemporarySpecWithContext is the same as ModifyDBNodeTemporarySpec with the addition of the ability to pass a context and additional request options.

See ModifyDBNodeTemporarySpec 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) ModifyDBProxy added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBProxy(input *ModifyDBProxyInput) (*ModifyDBProxyOutput, error)

ModifyDBProxy 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 ModifyDBProxy for usage and error information.

func (*RDSMYSQLV2) ModifyDBProxyCommon added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBProxyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBProxyCommon 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 ModifyDBProxyCommon for usage and error information.

func (*RDSMYSQLV2) ModifyDBProxyCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBProxyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBProxyCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBProxyCommon operation. The "output" return value will be populated with the ModifyDBProxyCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBProxyCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBProxyCommon Send returns without error.

See ModifyDBProxyCommon for more information on using the ModifyDBProxyCommon API call, and error handling.

// Example sending a request using the ModifyDBProxyCommonRequest method.
req, resp := client.ModifyDBProxyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBProxyCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBProxyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBProxyCommonWithContext is the same as ModifyDBProxyCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBProxyCommon 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) 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) ModifyDBProxyRequest added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBProxyRequest(input *ModifyDBProxyInput) (req *request.Request, output *ModifyDBProxyOutput)

ModifyDBProxyRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBProxy operation. The "output" return value will be populated with the ModifyDBProxyCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBProxyCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBProxyCommon Send returns without error.

See ModifyDBProxy for more information on using the ModifyDBProxy API call, and error handling.

// Example sending a request using the ModifyDBProxyRequest method.
req, resp := client.ModifyDBProxyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBProxySpec added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBProxySpec(input *ModifyDBProxySpecInput) (*ModifyDBProxySpecOutput, error)

ModifyDBProxySpec 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 ModifyDBProxySpec for usage and error information.

func (*RDSMYSQLV2) ModifyDBProxySpecCommon added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBProxySpecCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBProxySpecCommon 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 ModifyDBProxySpecCommon for usage and error information.

func (*RDSMYSQLV2) ModifyDBProxySpecCommonRequest added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBProxySpecCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBProxySpecCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBProxySpecCommon operation. The "output" return value will be populated with the ModifyDBProxySpecCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBProxySpecCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBProxySpecCommon Send returns without error.

See ModifyDBProxySpecCommon for more information on using the ModifyDBProxySpecCommon API call, and error handling.

// Example sending a request using the ModifyDBProxySpecCommonRequest method.
req, resp := client.ModifyDBProxySpecCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBProxySpecCommonWithContext added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBProxySpecCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBProxySpecCommonWithContext is the same as ModifyDBProxySpecCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBProxySpecCommon 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) ModifyDBProxySpecRequest added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBProxySpecRequest(input *ModifyDBProxySpecInput) (req *request.Request, output *ModifyDBProxySpecOutput)

ModifyDBProxySpecRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBProxySpec operation. The "output" return value will be populated with the ModifyDBProxySpecCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBProxySpecCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBProxySpecCommon Send returns without error.

See ModifyDBProxySpec for more information on using the ModifyDBProxySpec API call, and error handling.

// Example sending a request using the ModifyDBProxySpecRequest method.
req, resp := client.ModifyDBProxySpecRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) ModifyDBProxySpecWithContext added in v1.0.185

func (c *RDSMYSQLV2) ModifyDBProxySpecWithContext(ctx volcengine.Context, input *ModifyDBProxySpecInput, opts ...request.Option) (*ModifyDBProxySpecOutput, error)

ModifyDBProxySpecWithContext is the same as ModifyDBProxySpec with the addition of the ability to pass a context and additional request options.

See ModifyDBProxySpec 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) ModifyDBProxyWithContext added in v1.0.93

func (c *RDSMYSQLV2) ModifyDBProxyWithContext(ctx volcengine.Context, input *ModifyDBProxyInput, opts ...request.Option) (*ModifyDBProxyOutput, error)

ModifyDBProxyWithContext is the same as ModifyDBProxy with the addition of the ability to pass a context and additional request options.

See ModifyDBProxy 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) RebuildDrInstance added in v1.1.18

func (c *RDSMYSQLV2) RebuildDrInstance(input *RebuildDrInstanceInput) (*RebuildDrInstanceOutput, error)

RebuildDrInstance 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 RebuildDrInstance for usage and error information.

func (*RDSMYSQLV2) RebuildDrInstanceCommon added in v1.1.18

func (c *RDSMYSQLV2) RebuildDrInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RebuildDrInstanceCommon 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 RebuildDrInstanceCommon for usage and error information.

func (*RDSMYSQLV2) RebuildDrInstanceCommonRequest added in v1.1.18

func (c *RDSMYSQLV2) RebuildDrInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RebuildDrInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the RebuildDrInstanceCommon operation. The "output" return value will be populated with the RebuildDrInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned RebuildDrInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after RebuildDrInstanceCommon Send returns without error.

See RebuildDrInstanceCommon for more information on using the RebuildDrInstanceCommon API call, and error handling.

// Example sending a request using the RebuildDrInstanceCommonRequest method.
req, resp := client.RebuildDrInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) RebuildDrInstanceCommonWithContext added in v1.1.18

func (c *RDSMYSQLV2) RebuildDrInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RebuildDrInstanceCommonWithContext is the same as RebuildDrInstanceCommon with the addition of the ability to pass a context and additional request options.

See RebuildDrInstanceCommon 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) RebuildDrInstanceRequest added in v1.1.18

func (c *RDSMYSQLV2) RebuildDrInstanceRequest(input *RebuildDrInstanceInput) (req *request.Request, output *RebuildDrInstanceOutput)

RebuildDrInstanceRequest generates a "volcengine/request.Request" representing the client's request for the RebuildDrInstance operation. The "output" return value will be populated with the RebuildDrInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned RebuildDrInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after RebuildDrInstanceCommon Send returns without error.

See RebuildDrInstance for more information on using the RebuildDrInstance API call, and error handling.

// Example sending a request using the RebuildDrInstanceRequest method.
req, resp := client.RebuildDrInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) RebuildDrInstanceWithContext added in v1.1.18

func (c *RDSMYSQLV2) RebuildDrInstanceWithContext(ctx volcengine.Context, input *RebuildDrInstanceInput, opts ...request.Option) (*RebuildDrInstanceOutput, error)

RebuildDrInstanceWithContext is the same as RebuildDrInstance with the addition of the ability to pass a context and additional request options.

See RebuildDrInstance 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) RemoveDiagnosticsEntity added in v1.0.185

func (c *RDSMYSQLV2) RemoveDiagnosticsEntity(input *RemoveDiagnosticsEntityInput) (*RemoveDiagnosticsEntityOutput, error)

RemoveDiagnosticsEntity 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 RemoveDiagnosticsEntity for usage and error information.

func (*RDSMYSQLV2) RemoveDiagnosticsEntityCommon added in v1.0.185

func (c *RDSMYSQLV2) RemoveDiagnosticsEntityCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RemoveDiagnosticsEntityCommon 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 RemoveDiagnosticsEntityCommon for usage and error information.

func (*RDSMYSQLV2) RemoveDiagnosticsEntityCommonRequest added in v1.0.185

func (c *RDSMYSQLV2) RemoveDiagnosticsEntityCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RemoveDiagnosticsEntityCommonRequest generates a "volcengine/request.Request" representing the client's request for the RemoveDiagnosticsEntityCommon operation. The "output" return value will be populated with the RemoveDiagnosticsEntityCommon request's response once the request completes successfully.

Use "Send" method on the returned RemoveDiagnosticsEntityCommon Request to send the API call to the service. the "output" return value is not valid until after RemoveDiagnosticsEntityCommon Send returns without error.

See RemoveDiagnosticsEntityCommon for more information on using the RemoveDiagnosticsEntityCommon API call, and error handling.

// Example sending a request using the RemoveDiagnosticsEntityCommonRequest method.
req, resp := client.RemoveDiagnosticsEntityCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) RemoveDiagnosticsEntityCommonWithContext added in v1.0.185

func (c *RDSMYSQLV2) RemoveDiagnosticsEntityCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RemoveDiagnosticsEntityCommonWithContext is the same as RemoveDiagnosticsEntityCommon with the addition of the ability to pass a context and additional request options.

See RemoveDiagnosticsEntityCommon 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) RemoveDiagnosticsEntityRequest added in v1.0.185

func (c *RDSMYSQLV2) RemoveDiagnosticsEntityRequest(input *RemoveDiagnosticsEntityInput) (req *request.Request, output *RemoveDiagnosticsEntityOutput)

RemoveDiagnosticsEntityRequest generates a "volcengine/request.Request" representing the client's request for the RemoveDiagnosticsEntity operation. The "output" return value will be populated with the RemoveDiagnosticsEntityCommon request's response once the request completes successfully.

Use "Send" method on the returned RemoveDiagnosticsEntityCommon Request to send the API call to the service. the "output" return value is not valid until after RemoveDiagnosticsEntityCommon Send returns without error.

See RemoveDiagnosticsEntity for more information on using the RemoveDiagnosticsEntity API call, and error handling.

// Example sending a request using the RemoveDiagnosticsEntityRequest method.
req, resp := client.RemoveDiagnosticsEntityRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) RemoveDiagnosticsEntityWithContext added in v1.0.185

func (c *RDSMYSQLV2) RemoveDiagnosticsEntityWithContext(ctx volcengine.Context, input *RemoveDiagnosticsEntityInput, opts ...request.Option) (*RemoveDiagnosticsEntityOutput, error)

RemoveDiagnosticsEntityWithContext is the same as RemoveDiagnosticsEntity with the addition of the ability to pass a context and additional request options.

See RemoveDiagnosticsEntity 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) RemoveTagFromUserBackupInfo added in v1.1.54

func (c *RDSMYSQLV2) RemoveTagFromUserBackupInfo(input *RemoveTagFromUserBackupInfoInput) (*RemoveTagFromUserBackupInfoOutput, error)

RemoveTagFromUserBackupInfo 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 RemoveTagFromUserBackupInfo for usage and error information.

func (*RDSMYSQLV2) RemoveTagFromUserBackupInfoCommon added in v1.1.54

func (c *RDSMYSQLV2) RemoveTagFromUserBackupInfoCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RemoveTagFromUserBackupInfoCommon 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 RemoveTagFromUserBackupInfoCommon for usage and error information.

func (*RDSMYSQLV2) RemoveTagFromUserBackupInfoCommonRequest added in v1.1.54

func (c *RDSMYSQLV2) RemoveTagFromUserBackupInfoCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RemoveTagFromUserBackupInfoCommonRequest generates a "volcengine/request.Request" representing the client's request for the RemoveTagFromUserBackupInfoCommon operation. The "output" return value will be populated with the RemoveTagFromUserBackupInfoCommon request's response once the request completes successfully.

Use "Send" method on the returned RemoveTagFromUserBackupInfoCommon Request to send the API call to the service. the "output" return value is not valid until after RemoveTagFromUserBackupInfoCommon Send returns without error.

See RemoveTagFromUserBackupInfoCommon for more information on using the RemoveTagFromUserBackupInfoCommon API call, and error handling.

// Example sending a request using the RemoveTagFromUserBackupInfoCommonRequest method.
req, resp := client.RemoveTagFromUserBackupInfoCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) RemoveTagFromUserBackupInfoCommonWithContext added in v1.1.54

func (c *RDSMYSQLV2) RemoveTagFromUserBackupInfoCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RemoveTagFromUserBackupInfoCommonWithContext is the same as RemoveTagFromUserBackupInfoCommon with the addition of the ability to pass a context and additional request options.

See RemoveTagFromUserBackupInfoCommon 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) RemoveTagFromUserBackupInfoRequest added in v1.1.54

func (c *RDSMYSQLV2) RemoveTagFromUserBackupInfoRequest(input *RemoveTagFromUserBackupInfoInput) (req *request.Request, output *RemoveTagFromUserBackupInfoOutput)

RemoveTagFromUserBackupInfoRequest generates a "volcengine/request.Request" representing the client's request for the RemoveTagFromUserBackupInfo operation. The "output" return value will be populated with the RemoveTagFromUserBackupInfoCommon request's response once the request completes successfully.

Use "Send" method on the returned RemoveTagFromUserBackupInfoCommon Request to send the API call to the service. the "output" return value is not valid until after RemoveTagFromUserBackupInfoCommon Send returns without error.

See RemoveTagFromUserBackupInfo for more information on using the RemoveTagFromUserBackupInfo API call, and error handling.

// Example sending a request using the RemoveTagFromUserBackupInfoRequest method.
req, resp := client.RemoveTagFromUserBackupInfoRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) RemoveTagFromUserBackupInfoWithContext added in v1.1.54

func (c *RDSMYSQLV2) RemoveTagFromUserBackupInfoWithContext(ctx volcengine.Context, input *RemoveTagFromUserBackupInfoInput, opts ...request.Option) (*RemoveTagFromUserBackupInfoOutput, error)

RemoveTagFromUserBackupInfoWithContext is the same as RemoveTagFromUserBackupInfo with the addition of the ability to pass a context and additional request options.

See RemoveTagFromUserBackupInfo 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) RestoreToCrossRegionInstance added in v1.0.93

func (c *RDSMYSQLV2) RestoreToCrossRegionInstance(input *RestoreToCrossRegionInstanceInput) (*RestoreToCrossRegionInstanceOutput, error)

RestoreToCrossRegionInstance 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 RestoreToCrossRegionInstance for usage and error information.

func (*RDSMYSQLV2) RestoreToCrossRegionInstanceCommon added in v1.0.93

func (c *RDSMYSQLV2) RestoreToCrossRegionInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RestoreToCrossRegionInstanceCommon 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 RestoreToCrossRegionInstanceCommon for usage and error information.

func (*RDSMYSQLV2) RestoreToCrossRegionInstanceCommonRequest added in v1.0.93

func (c *RDSMYSQLV2) RestoreToCrossRegionInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RestoreToCrossRegionInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the RestoreToCrossRegionInstanceCommon operation. The "output" return value will be populated with the RestoreToCrossRegionInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned RestoreToCrossRegionInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after RestoreToCrossRegionInstanceCommon Send returns without error.

See RestoreToCrossRegionInstanceCommon for more information on using the RestoreToCrossRegionInstanceCommon API call, and error handling.

// Example sending a request using the RestoreToCrossRegionInstanceCommonRequest method.
req, resp := client.RestoreToCrossRegionInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) RestoreToCrossRegionInstanceCommonWithContext added in v1.0.93

func (c *RDSMYSQLV2) RestoreToCrossRegionInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RestoreToCrossRegionInstanceCommonWithContext is the same as RestoreToCrossRegionInstanceCommon with the addition of the ability to pass a context and additional request options.

See RestoreToCrossRegionInstanceCommon 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) RestoreToCrossRegionInstanceRequest added in v1.0.93

func (c *RDSMYSQLV2) RestoreToCrossRegionInstanceRequest(input *RestoreToCrossRegionInstanceInput) (req *request.Request, output *RestoreToCrossRegionInstanceOutput)

RestoreToCrossRegionInstanceRequest generates a "volcengine/request.Request" representing the client's request for the RestoreToCrossRegionInstance operation. The "output" return value will be populated with the RestoreToCrossRegionInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned RestoreToCrossRegionInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after RestoreToCrossRegionInstanceCommon Send returns without error.

See RestoreToCrossRegionInstance for more information on using the RestoreToCrossRegionInstance API call, and error handling.

// Example sending a request using the RestoreToCrossRegionInstanceRequest method.
req, resp := client.RestoreToCrossRegionInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) RestoreToCrossRegionInstanceWithContext added in v1.0.93

func (c *RDSMYSQLV2) RestoreToCrossRegionInstanceWithContext(ctx volcengine.Context, input *RestoreToCrossRegionInstanceInput, opts ...request.Option) (*RestoreToCrossRegionInstanceOutput, error)

RestoreToCrossRegionInstanceWithContext is the same as RestoreToCrossRegionInstance with the addition of the ability to pass a context and additional request options.

See RestoreToCrossRegionInstance 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) RestoreToNewInstanceFromUserTos added in v1.1.54

func (c *RDSMYSQLV2) RestoreToNewInstanceFromUserTos(input *RestoreToNewInstanceFromUserTosInput) (*RestoreToNewInstanceFromUserTosOutput, error)

RestoreToNewInstanceFromUserTos 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 RestoreToNewInstanceFromUserTos for usage and error information.

func (*RDSMYSQLV2) RestoreToNewInstanceFromUserTosCommon added in v1.1.54

func (c *RDSMYSQLV2) RestoreToNewInstanceFromUserTosCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RestoreToNewInstanceFromUserTosCommon 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 RestoreToNewInstanceFromUserTosCommon for usage and error information.

func (*RDSMYSQLV2) RestoreToNewInstanceFromUserTosCommonRequest added in v1.1.54

func (c *RDSMYSQLV2) RestoreToNewInstanceFromUserTosCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RestoreToNewInstanceFromUserTosCommonRequest generates a "volcengine/request.Request" representing the client's request for the RestoreToNewInstanceFromUserTosCommon operation. The "output" return value will be populated with the RestoreToNewInstanceFromUserTosCommon request's response once the request completes successfully.

Use "Send" method on the returned RestoreToNewInstanceFromUserTosCommon Request to send the API call to the service. the "output" return value is not valid until after RestoreToNewInstanceFromUserTosCommon Send returns without error.

See RestoreToNewInstanceFromUserTosCommon for more information on using the RestoreToNewInstanceFromUserTosCommon API call, and error handling.

// Example sending a request using the RestoreToNewInstanceFromUserTosCommonRequest method.
req, resp := client.RestoreToNewInstanceFromUserTosCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) RestoreToNewInstanceFromUserTosCommonWithContext added in v1.1.54

func (c *RDSMYSQLV2) RestoreToNewInstanceFromUserTosCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RestoreToNewInstanceFromUserTosCommonWithContext is the same as RestoreToNewInstanceFromUserTosCommon with the addition of the ability to pass a context and additional request options.

See RestoreToNewInstanceFromUserTosCommon 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) RestoreToNewInstanceFromUserTosRequest added in v1.1.54

func (c *RDSMYSQLV2) RestoreToNewInstanceFromUserTosRequest(input *RestoreToNewInstanceFromUserTosInput) (req *request.Request, output *RestoreToNewInstanceFromUserTosOutput)

RestoreToNewInstanceFromUserTosRequest generates a "volcengine/request.Request" representing the client's request for the RestoreToNewInstanceFromUserTos operation. The "output" return value will be populated with the RestoreToNewInstanceFromUserTosCommon request's response once the request completes successfully.

Use "Send" method on the returned RestoreToNewInstanceFromUserTosCommon Request to send the API call to the service. the "output" return value is not valid until after RestoreToNewInstanceFromUserTosCommon Send returns without error.

See RestoreToNewInstanceFromUserTos for more information on using the RestoreToNewInstanceFromUserTos API call, and error handling.

// Example sending a request using the RestoreToNewInstanceFromUserTosRequest method.
req, resp := client.RestoreToNewInstanceFromUserTosRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) RestoreToNewInstanceFromUserTosWithContext added in v1.1.54

func (c *RDSMYSQLV2) RestoreToNewInstanceFromUserTosWithContext(ctx volcengine.Context, input *RestoreToNewInstanceFromUserTosInput, opts ...request.Option) (*RestoreToNewInstanceFromUserTosOutput, error)

RestoreToNewInstanceFromUserTosWithContext is the same as RestoreToNewInstanceFromUserTos with the addition of the ability to pass a context and additional request options.

See RestoreToNewInstanceFromUserTos 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) 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) StartDBInstance added in v1.1.18

func (c *RDSMYSQLV2) StartDBInstance(input *StartDBInstanceInput) (*StartDBInstanceOutput, error)

StartDBInstance 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 StartDBInstance for usage and error information.

func (*RDSMYSQLV2) StartDBInstanceCommon added in v1.1.18

func (c *RDSMYSQLV2) StartDBInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

StartDBInstanceCommon 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 StartDBInstanceCommon for usage and error information.

func (*RDSMYSQLV2) StartDBInstanceCommonRequest added in v1.1.18

func (c *RDSMYSQLV2) StartDBInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

StartDBInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the StartDBInstanceCommon operation. The "output" return value will be populated with the StartDBInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned StartDBInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after StartDBInstanceCommon Send returns without error.

See StartDBInstanceCommon for more information on using the StartDBInstanceCommon API call, and error handling.

// Example sending a request using the StartDBInstanceCommonRequest method.
req, resp := client.StartDBInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) StartDBInstanceCommonWithContext added in v1.1.18

func (c *RDSMYSQLV2) StartDBInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

StartDBInstanceCommonWithContext is the same as StartDBInstanceCommon with the addition of the ability to pass a context and additional request options.

See StartDBInstanceCommon 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) StartDBInstanceRequest added in v1.1.18

func (c *RDSMYSQLV2) StartDBInstanceRequest(input *StartDBInstanceInput) (req *request.Request, output *StartDBInstanceOutput)

StartDBInstanceRequest generates a "volcengine/request.Request" representing the client's request for the StartDBInstance operation. The "output" return value will be populated with the StartDBInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned StartDBInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after StartDBInstanceCommon Send returns without error.

See StartDBInstance for more information on using the StartDBInstance API call, and error handling.

// Example sending a request using the StartDBInstanceRequest method.
req, resp := client.StartDBInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) StartDBInstanceWithContext added in v1.1.18

func (c *RDSMYSQLV2) StartDBInstanceWithContext(ctx volcengine.Context, input *StartDBInstanceInput, opts ...request.Option) (*StartDBInstanceOutput, error)

StartDBInstanceWithContext is the same as StartDBInstance with the addition of the ability to pass a context and additional request options.

See StartDBInstance 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) StopDBInstance added in v1.1.18

func (c *RDSMYSQLV2) StopDBInstance(input *StopDBInstanceInput) (*StopDBInstanceOutput, error)

StopDBInstance 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 StopDBInstance for usage and error information.

func (*RDSMYSQLV2) StopDBInstanceCommon added in v1.1.18

func (c *RDSMYSQLV2) StopDBInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

StopDBInstanceCommon 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 StopDBInstanceCommon for usage and error information.

func (*RDSMYSQLV2) StopDBInstanceCommonRequest added in v1.1.18

func (c *RDSMYSQLV2) StopDBInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

StopDBInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the StopDBInstanceCommon operation. The "output" return value will be populated with the StopDBInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned StopDBInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after StopDBInstanceCommon Send returns without error.

See StopDBInstanceCommon for more information on using the StopDBInstanceCommon API call, and error handling.

// Example sending a request using the StopDBInstanceCommonRequest method.
req, resp := client.StopDBInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) StopDBInstanceCommonWithContext added in v1.1.18

func (c *RDSMYSQLV2) StopDBInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

StopDBInstanceCommonWithContext is the same as StopDBInstanceCommon with the addition of the ability to pass a context and additional request options.

See StopDBInstanceCommon 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) StopDBInstanceRequest added in v1.1.18

func (c *RDSMYSQLV2) StopDBInstanceRequest(input *StopDBInstanceInput) (req *request.Request, output *StopDBInstanceOutput)

StopDBInstanceRequest generates a "volcengine/request.Request" representing the client's request for the StopDBInstance operation. The "output" return value will be populated with the StopDBInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned StopDBInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after StopDBInstanceCommon Send returns without error.

See StopDBInstance for more information on using the StopDBInstance API call, and error handling.

// Example sending a request using the StopDBInstanceRequest method.
req, resp := client.StopDBInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) StopDBInstanceWithContext added in v1.1.18

func (c *RDSMYSQLV2) StopDBInstanceWithContext(ctx volcengine.Context, input *StopDBInstanceInput, opts ...request.Option) (*StopDBInstanceOutput, error)

StopDBInstanceWithContext is the same as StopDBInstance with the addition of the ability to pass a context and additional request options.

See StopDBInstance 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) SwitchDBBlueGreen added in v1.2.21

func (c *RDSMYSQLV2) SwitchDBBlueGreen(input *SwitchDBBlueGreenInput) (*SwitchDBBlueGreenOutput, error)

SwitchDBBlueGreen 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 SwitchDBBlueGreen for usage and error information.

func (*RDSMYSQLV2) SwitchDBBlueGreenCommon added in v1.2.21

func (c *RDSMYSQLV2) SwitchDBBlueGreenCommon(input *map[string]interface{}) (*map[string]interface{}, error)

SwitchDBBlueGreenCommon 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 SwitchDBBlueGreenCommon for usage and error information.

func (*RDSMYSQLV2) SwitchDBBlueGreenCommonRequest added in v1.2.21

func (c *RDSMYSQLV2) SwitchDBBlueGreenCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

SwitchDBBlueGreenCommonRequest generates a "volcengine/request.Request" representing the client's request for the SwitchDBBlueGreenCommon operation. The "output" return value will be populated with the SwitchDBBlueGreenCommon request's response once the request completes successfully.

Use "Send" method on the returned SwitchDBBlueGreenCommon Request to send the API call to the service. the "output" return value is not valid until after SwitchDBBlueGreenCommon Send returns without error.

See SwitchDBBlueGreenCommon for more information on using the SwitchDBBlueGreenCommon API call, and error handling.

// Example sending a request using the SwitchDBBlueGreenCommonRequest method.
req, resp := client.SwitchDBBlueGreenCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) SwitchDBBlueGreenCommonWithContext added in v1.2.21

func (c *RDSMYSQLV2) SwitchDBBlueGreenCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

SwitchDBBlueGreenCommonWithContext is the same as SwitchDBBlueGreenCommon with the addition of the ability to pass a context and additional request options.

See SwitchDBBlueGreenCommon 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) SwitchDBBlueGreenRequest added in v1.2.21

func (c *RDSMYSQLV2) SwitchDBBlueGreenRequest(input *SwitchDBBlueGreenInput) (req *request.Request, output *SwitchDBBlueGreenOutput)

SwitchDBBlueGreenRequest generates a "volcengine/request.Request" representing the client's request for the SwitchDBBlueGreen operation. The "output" return value will be populated with the SwitchDBBlueGreenCommon request's response once the request completes successfully.

Use "Send" method on the returned SwitchDBBlueGreenCommon Request to send the API call to the service. the "output" return value is not valid until after SwitchDBBlueGreenCommon Send returns without error.

See SwitchDBBlueGreen for more information on using the SwitchDBBlueGreen API call, and error handling.

// Example sending a request using the SwitchDBBlueGreenRequest method.
req, resp := client.SwitchDBBlueGreenRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) SwitchDBBlueGreenWithContext added in v1.2.21

func (c *RDSMYSQLV2) SwitchDBBlueGreenWithContext(ctx volcengine.Context, input *SwitchDBBlueGreenInput, opts ...request.Option) (*SwitchDBBlueGreenOutput, error)

SwitchDBBlueGreenWithContext is the same as SwitchDBBlueGreen with the addition of the ability to pass a context and additional request options.

See SwitchDBBlueGreen 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) SwitchDBPrecheckBlueGreen added in v1.2.21

func (c *RDSMYSQLV2) SwitchDBPrecheckBlueGreen(input *SwitchDBPrecheckBlueGreenInput) (*SwitchDBPrecheckBlueGreenOutput, error)

SwitchDBPrecheckBlueGreen 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 SwitchDBPrecheckBlueGreen for usage and error information.

func (*RDSMYSQLV2) SwitchDBPrecheckBlueGreenCommon added in v1.2.21

func (c *RDSMYSQLV2) SwitchDBPrecheckBlueGreenCommon(input *map[string]interface{}) (*map[string]interface{}, error)

SwitchDBPrecheckBlueGreenCommon 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 SwitchDBPrecheckBlueGreenCommon for usage and error information.

func (*RDSMYSQLV2) SwitchDBPrecheckBlueGreenCommonRequest added in v1.2.21

func (c *RDSMYSQLV2) SwitchDBPrecheckBlueGreenCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

SwitchDBPrecheckBlueGreenCommonRequest generates a "volcengine/request.Request" representing the client's request for the SwitchDBPrecheckBlueGreenCommon operation. The "output" return value will be populated with the SwitchDBPrecheckBlueGreenCommon request's response once the request completes successfully.

Use "Send" method on the returned SwitchDBPrecheckBlueGreenCommon Request to send the API call to the service. the "output" return value is not valid until after SwitchDBPrecheckBlueGreenCommon Send returns without error.

See SwitchDBPrecheckBlueGreenCommon for more information on using the SwitchDBPrecheckBlueGreenCommon API call, and error handling.

// Example sending a request using the SwitchDBPrecheckBlueGreenCommonRequest method.
req, resp := client.SwitchDBPrecheckBlueGreenCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) SwitchDBPrecheckBlueGreenCommonWithContext added in v1.2.21

func (c *RDSMYSQLV2) SwitchDBPrecheckBlueGreenCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

SwitchDBPrecheckBlueGreenCommonWithContext is the same as SwitchDBPrecheckBlueGreenCommon with the addition of the ability to pass a context and additional request options.

See SwitchDBPrecheckBlueGreenCommon 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) SwitchDBPrecheckBlueGreenRequest added in v1.2.21

func (c *RDSMYSQLV2) SwitchDBPrecheckBlueGreenRequest(input *SwitchDBPrecheckBlueGreenInput) (req *request.Request, output *SwitchDBPrecheckBlueGreenOutput)

SwitchDBPrecheckBlueGreenRequest generates a "volcengine/request.Request" representing the client's request for the SwitchDBPrecheckBlueGreen operation. The "output" return value will be populated with the SwitchDBPrecheckBlueGreenCommon request's response once the request completes successfully.

Use "Send" method on the returned SwitchDBPrecheckBlueGreenCommon Request to send the API call to the service. the "output" return value is not valid until after SwitchDBPrecheckBlueGreenCommon Send returns without error.

See SwitchDBPrecheckBlueGreen for more information on using the SwitchDBPrecheckBlueGreen API call, and error handling.

// Example sending a request using the SwitchDBPrecheckBlueGreenRequest method.
req, resp := client.SwitchDBPrecheckBlueGreenRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) SwitchDBPrecheckBlueGreenWithContext added in v1.2.21

func (c *RDSMYSQLV2) SwitchDBPrecheckBlueGreenWithContext(ctx volcengine.Context, input *SwitchDBPrecheckBlueGreenInput, opts ...request.Option) (*SwitchDBPrecheckBlueGreenOutput, error)

SwitchDBPrecheckBlueGreenWithContext is the same as SwitchDBPrecheckBlueGreen with the addition of the ability to pass a context and additional request options.

See SwitchDBPrecheckBlueGreen 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) SwitchDrInstanceToMaster added in v1.1.18

func (c *RDSMYSQLV2) SwitchDrInstanceToMaster(input *SwitchDrInstanceToMasterInput) (*SwitchDrInstanceToMasterOutput, error)

SwitchDrInstanceToMaster 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 SwitchDrInstanceToMaster for usage and error information.

func (*RDSMYSQLV2) SwitchDrInstanceToMasterCommon added in v1.1.18

func (c *RDSMYSQLV2) SwitchDrInstanceToMasterCommon(input *map[string]interface{}) (*map[string]interface{}, error)

SwitchDrInstanceToMasterCommon 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 SwitchDrInstanceToMasterCommon for usage and error information.

func (*RDSMYSQLV2) SwitchDrInstanceToMasterCommonRequest added in v1.1.18

func (c *RDSMYSQLV2) SwitchDrInstanceToMasterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

SwitchDrInstanceToMasterCommonRequest generates a "volcengine/request.Request" representing the client's request for the SwitchDrInstanceToMasterCommon operation. The "output" return value will be populated with the SwitchDrInstanceToMasterCommon request's response once the request completes successfully.

Use "Send" method on the returned SwitchDrInstanceToMasterCommon Request to send the API call to the service. the "output" return value is not valid until after SwitchDrInstanceToMasterCommon Send returns without error.

See SwitchDrInstanceToMasterCommon for more information on using the SwitchDrInstanceToMasterCommon API call, and error handling.

// Example sending a request using the SwitchDrInstanceToMasterCommonRequest method.
req, resp := client.SwitchDrInstanceToMasterCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) SwitchDrInstanceToMasterCommonWithContext added in v1.1.18

func (c *RDSMYSQLV2) SwitchDrInstanceToMasterCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

SwitchDrInstanceToMasterCommonWithContext is the same as SwitchDrInstanceToMasterCommon with the addition of the ability to pass a context and additional request options.

See SwitchDrInstanceToMasterCommon 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) SwitchDrInstanceToMasterRequest added in v1.1.18

func (c *RDSMYSQLV2) SwitchDrInstanceToMasterRequest(input *SwitchDrInstanceToMasterInput) (req *request.Request, output *SwitchDrInstanceToMasterOutput)

SwitchDrInstanceToMasterRequest generates a "volcengine/request.Request" representing the client's request for the SwitchDrInstanceToMaster operation. The "output" return value will be populated with the SwitchDrInstanceToMasterCommon request's response once the request completes successfully.

Use "Send" method on the returned SwitchDrInstanceToMasterCommon Request to send the API call to the service. the "output" return value is not valid until after SwitchDrInstanceToMasterCommon Send returns without error.

See SwitchDrInstanceToMaster for more information on using the SwitchDrInstanceToMaster API call, and error handling.

// Example sending a request using the SwitchDrInstanceToMasterRequest method.
req, resp := client.SwitchDrInstanceToMasterRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) SwitchDrInstanceToMasterWithContext added in v1.1.18

func (c *RDSMYSQLV2) SwitchDrInstanceToMasterWithContext(ctx volcengine.Context, input *SwitchDrInstanceToMasterInput, opts ...request.Option) (*SwitchDrInstanceToMasterOutput, error)

SwitchDrInstanceToMasterWithContext is the same as SwitchDrInstanceToMaster with the addition of the ability to pass a context and additional request options.

See SwitchDrInstanceToMaster 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) SyncAllowList added in v1.1.35

func (c *RDSMYSQLV2) SyncAllowList(input *SyncAllowListInput) (*SyncAllowListOutput, error)

SyncAllowList 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 SyncAllowList for usage and error information.

func (*RDSMYSQLV2) SyncAllowListCommon added in v1.1.35

func (c *RDSMYSQLV2) SyncAllowListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

SyncAllowListCommon 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 SyncAllowListCommon for usage and error information.

func (*RDSMYSQLV2) SyncAllowListCommonRequest added in v1.1.35

func (c *RDSMYSQLV2) SyncAllowListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

SyncAllowListCommonRequest generates a "volcengine/request.Request" representing the client's request for the SyncAllowListCommon operation. The "output" return value will be populated with the SyncAllowListCommon request's response once the request completes successfully.

Use "Send" method on the returned SyncAllowListCommon Request to send the API call to the service. the "output" return value is not valid until after SyncAllowListCommon Send returns without error.

See SyncAllowListCommon for more information on using the SyncAllowListCommon API call, and error handling.

// Example sending a request using the SyncAllowListCommonRequest method.
req, resp := client.SyncAllowListCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) SyncAllowListCommonWithContext added in v1.1.35

func (c *RDSMYSQLV2) SyncAllowListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

SyncAllowListCommonWithContext is the same as SyncAllowListCommon with the addition of the ability to pass a context and additional request options.

See SyncAllowListCommon 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) SyncAllowListRequest added in v1.1.35

func (c *RDSMYSQLV2) SyncAllowListRequest(input *SyncAllowListInput) (req *request.Request, output *SyncAllowListOutput)

SyncAllowListRequest generates a "volcengine/request.Request" representing the client's request for the SyncAllowList operation. The "output" return value will be populated with the SyncAllowListCommon request's response once the request completes successfully.

Use "Send" method on the returned SyncAllowListCommon Request to send the API call to the service. the "output" return value is not valid until after SyncAllowListCommon Send returns without error.

See SyncAllowList for more information on using the SyncAllowList API call, and error handling.

// Example sending a request using the SyncAllowListRequest method.
req, resp := client.SyncAllowListRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) SyncAllowListWithContext added in v1.1.35

func (c *RDSMYSQLV2) SyncAllowListWithContext(ctx volcengine.Context, input *SyncAllowListInput, opts ...request.Option) (*SyncAllowListOutput, error)

SyncAllowListWithContext is the same as SyncAllowList with the addition of the ability to pass a context and additional request options.

See SyncAllowList 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.

func (*RDSMYSQLV2) UpgradeDBInstanceEngineMajorVersion added in v1.2.21

UpgradeDBInstanceEngineMajorVersion 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 UpgradeDBInstanceEngineMajorVersion for usage and error information.

func (*RDSMYSQLV2) UpgradeDBInstanceEngineMajorVersionCommon added in v1.2.21

func (c *RDSMYSQLV2) UpgradeDBInstanceEngineMajorVersionCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpgradeDBInstanceEngineMajorVersionCommon 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 UpgradeDBInstanceEngineMajorVersionCommon for usage and error information.

func (*RDSMYSQLV2) UpgradeDBInstanceEngineMajorVersionCommonRequest added in v1.2.21

func (c *RDSMYSQLV2) UpgradeDBInstanceEngineMajorVersionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpgradeDBInstanceEngineMajorVersionCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpgradeDBInstanceEngineMajorVersionCommon operation. The "output" return value will be populated with the UpgradeDBInstanceEngineMajorVersionCommon request's response once the request completes successfully.

Use "Send" method on the returned UpgradeDBInstanceEngineMajorVersionCommon Request to send the API call to the service. the "output" return value is not valid until after UpgradeDBInstanceEngineMajorVersionCommon Send returns without error.

See UpgradeDBInstanceEngineMajorVersionCommon for more information on using the UpgradeDBInstanceEngineMajorVersionCommon API call, and error handling.

// Example sending a request using the UpgradeDBInstanceEngineMajorVersionCommonRequest method.
req, resp := client.UpgradeDBInstanceEngineMajorVersionCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) UpgradeDBInstanceEngineMajorVersionCommonWithContext added in v1.2.21

func (c *RDSMYSQLV2) UpgradeDBInstanceEngineMajorVersionCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpgradeDBInstanceEngineMajorVersionCommonWithContext is the same as UpgradeDBInstanceEngineMajorVersionCommon with the addition of the ability to pass a context and additional request options.

See UpgradeDBInstanceEngineMajorVersionCommon 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) UpgradeDBInstanceEngineMajorVersionPrecheck added in v1.2.21

UpgradeDBInstanceEngineMajorVersionPrecheck 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 UpgradeDBInstanceEngineMajorVersionPrecheck for usage and error information.

func (*RDSMYSQLV2) UpgradeDBInstanceEngineMajorVersionPrecheckCommon added in v1.2.21

func (c *RDSMYSQLV2) UpgradeDBInstanceEngineMajorVersionPrecheckCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpgradeDBInstanceEngineMajorVersionPrecheckCommon 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 UpgradeDBInstanceEngineMajorVersionPrecheckCommon for usage and error information.

func (*RDSMYSQLV2) UpgradeDBInstanceEngineMajorVersionPrecheckCommonRequest added in v1.2.21

func (c *RDSMYSQLV2) UpgradeDBInstanceEngineMajorVersionPrecheckCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpgradeDBInstanceEngineMajorVersionPrecheckCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpgradeDBInstanceEngineMajorVersionPrecheckCommon operation. The "output" return value will be populated with the UpgradeDBInstanceEngineMajorVersionPrecheckCommon request's response once the request completes successfully.

Use "Send" method on the returned UpgradeDBInstanceEngineMajorVersionPrecheckCommon Request to send the API call to the service. the "output" return value is not valid until after UpgradeDBInstanceEngineMajorVersionPrecheckCommon Send returns without error.

See UpgradeDBInstanceEngineMajorVersionPrecheckCommon for more information on using the UpgradeDBInstanceEngineMajorVersionPrecheckCommon API call, and error handling.

// Example sending a request using the UpgradeDBInstanceEngineMajorVersionPrecheckCommonRequest method.
req, resp := client.UpgradeDBInstanceEngineMajorVersionPrecheckCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) UpgradeDBInstanceEngineMajorVersionPrecheckCommonWithContext added in v1.2.21

func (c *RDSMYSQLV2) UpgradeDBInstanceEngineMajorVersionPrecheckCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpgradeDBInstanceEngineMajorVersionPrecheckCommonWithContext is the same as UpgradeDBInstanceEngineMajorVersionPrecheckCommon with the addition of the ability to pass a context and additional request options.

See UpgradeDBInstanceEngineMajorVersionPrecheckCommon 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) UpgradeDBInstanceEngineMajorVersionPrecheckRequest added in v1.2.21

func (c *RDSMYSQLV2) UpgradeDBInstanceEngineMajorVersionPrecheckRequest(input *UpgradeDBInstanceEngineMajorVersionPrecheckInput) (req *request.Request, output *UpgradeDBInstanceEngineMajorVersionPrecheckOutput)

UpgradeDBInstanceEngineMajorVersionPrecheckRequest generates a "volcengine/request.Request" representing the client's request for the UpgradeDBInstanceEngineMajorVersionPrecheck operation. The "output" return value will be populated with the UpgradeDBInstanceEngineMajorVersionPrecheckCommon request's response once the request completes successfully.

Use "Send" method on the returned UpgradeDBInstanceEngineMajorVersionPrecheckCommon Request to send the API call to the service. the "output" return value is not valid until after UpgradeDBInstanceEngineMajorVersionPrecheckCommon Send returns without error.

See UpgradeDBInstanceEngineMajorVersionPrecheck for more information on using the UpgradeDBInstanceEngineMajorVersionPrecheck API call, and error handling.

// Example sending a request using the UpgradeDBInstanceEngineMajorVersionPrecheckRequest method.
req, resp := client.UpgradeDBInstanceEngineMajorVersionPrecheckRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) UpgradeDBInstanceEngineMajorVersionPrecheckWithContext added in v1.2.21

func (c *RDSMYSQLV2) UpgradeDBInstanceEngineMajorVersionPrecheckWithContext(ctx volcengine.Context, input *UpgradeDBInstanceEngineMajorVersionPrecheckInput, opts ...request.Option) (*UpgradeDBInstanceEngineMajorVersionPrecheckOutput, error)

UpgradeDBInstanceEngineMajorVersionPrecheckWithContext is the same as UpgradeDBInstanceEngineMajorVersionPrecheck with the addition of the ability to pass a context and additional request options.

See UpgradeDBInstanceEngineMajorVersionPrecheck 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) UpgradeDBInstanceEngineMajorVersionRequest added in v1.2.21

func (c *RDSMYSQLV2) UpgradeDBInstanceEngineMajorVersionRequest(input *UpgradeDBInstanceEngineMajorVersionInput) (req *request.Request, output *UpgradeDBInstanceEngineMajorVersionOutput)

UpgradeDBInstanceEngineMajorVersionRequest generates a "volcengine/request.Request" representing the client's request for the UpgradeDBInstanceEngineMajorVersion operation. The "output" return value will be populated with the UpgradeDBInstanceEngineMajorVersionCommon request's response once the request completes successfully.

Use "Send" method on the returned UpgradeDBInstanceEngineMajorVersionCommon Request to send the API call to the service. the "output" return value is not valid until after UpgradeDBInstanceEngineMajorVersionCommon Send returns without error.

See UpgradeDBInstanceEngineMajorVersion for more information on using the UpgradeDBInstanceEngineMajorVersion API call, and error handling.

// Example sending a request using the UpgradeDBInstanceEngineMajorVersionRequest method.
req, resp := client.UpgradeDBInstanceEngineMajorVersionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) UpgradeDBInstanceEngineMajorVersionWithContext added in v1.2.21

func (c *RDSMYSQLV2) UpgradeDBInstanceEngineMajorVersionWithContext(ctx volcengine.Context, input *UpgradeDBInstanceEngineMajorVersionInput, opts ...request.Option) (*UpgradeDBInstanceEngineMajorVersionOutput, error)

UpgradeDBInstanceEngineMajorVersionWithContext is the same as UpgradeDBInstanceEngineMajorVersion with the addition of the ability to pass a context and additional request options.

See UpgradeDBInstanceEngineMajorVersion 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) UpgradeDBInstanceEngineMinorVersion added in v1.0.185

UpgradeDBInstanceEngineMinorVersion 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 UpgradeDBInstanceEngineMinorVersion for usage and error information.

func (*RDSMYSQLV2) UpgradeDBInstanceEngineMinorVersionCommon added in v1.0.185

func (c *RDSMYSQLV2) UpgradeDBInstanceEngineMinorVersionCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpgradeDBInstanceEngineMinorVersionCommon 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 UpgradeDBInstanceEngineMinorVersionCommon for usage and error information.

func (*RDSMYSQLV2) UpgradeDBInstanceEngineMinorVersionCommonRequest added in v1.0.185

func (c *RDSMYSQLV2) UpgradeDBInstanceEngineMinorVersionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpgradeDBInstanceEngineMinorVersionCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpgradeDBInstanceEngineMinorVersionCommon operation. The "output" return value will be populated with the UpgradeDBInstanceEngineMinorVersionCommon request's response once the request completes successfully.

Use "Send" method on the returned UpgradeDBInstanceEngineMinorVersionCommon Request to send the API call to the service. the "output" return value is not valid until after UpgradeDBInstanceEngineMinorVersionCommon Send returns without error.

See UpgradeDBInstanceEngineMinorVersionCommon for more information on using the UpgradeDBInstanceEngineMinorVersionCommon API call, and error handling.

// Example sending a request using the UpgradeDBInstanceEngineMinorVersionCommonRequest method.
req, resp := client.UpgradeDBInstanceEngineMinorVersionCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) UpgradeDBInstanceEngineMinorVersionCommonWithContext added in v1.0.185

func (c *RDSMYSQLV2) UpgradeDBInstanceEngineMinorVersionCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpgradeDBInstanceEngineMinorVersionCommonWithContext is the same as UpgradeDBInstanceEngineMinorVersionCommon with the addition of the ability to pass a context and additional request options.

See UpgradeDBInstanceEngineMinorVersionCommon 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) UpgradeDBInstanceEngineMinorVersionRequest added in v1.0.185

func (c *RDSMYSQLV2) UpgradeDBInstanceEngineMinorVersionRequest(input *UpgradeDBInstanceEngineMinorVersionInput) (req *request.Request, output *UpgradeDBInstanceEngineMinorVersionOutput)

UpgradeDBInstanceEngineMinorVersionRequest generates a "volcengine/request.Request" representing the client's request for the UpgradeDBInstanceEngineMinorVersion operation. The "output" return value will be populated with the UpgradeDBInstanceEngineMinorVersionCommon request's response once the request completes successfully.

Use "Send" method on the returned UpgradeDBInstanceEngineMinorVersionCommon Request to send the API call to the service. the "output" return value is not valid until after UpgradeDBInstanceEngineMinorVersionCommon Send returns without error.

See UpgradeDBInstanceEngineMinorVersion for more information on using the UpgradeDBInstanceEngineMinorVersion API call, and error handling.

// Example sending a request using the UpgradeDBInstanceEngineMinorVersionRequest method.
req, resp := client.UpgradeDBInstanceEngineMinorVersionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSMYSQLV2) UpgradeDBInstanceEngineMinorVersionWithContext added in v1.0.185

func (c *RDSMYSQLV2) UpgradeDBInstanceEngineMinorVersionWithContext(ctx volcengine.Context, input *UpgradeDBInstanceEngineMinorVersionInput, opts ...request.Option) (*UpgradeDBInstanceEngineMinorVersionOutput, error)

UpgradeDBInstanceEngineMinorVersionWithContext is the same as UpgradeDBInstanceEngineMinorVersion with the addition of the ability to pass a context and additional request options.

See UpgradeDBInstanceEngineMinorVersion 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 {
	AddDiagnosticsEntityCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AddDiagnosticsEntityCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AddDiagnosticsEntityCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AddDiagnosticsEntity(*AddDiagnosticsEntityInput) (*AddDiagnosticsEntityOutput, error)
	AddDiagnosticsEntityWithContext(volcengine.Context, *AddDiagnosticsEntityInput, ...request.Option) (*AddDiagnosticsEntityOutput, error)
	AddDiagnosticsEntityRequest(*AddDiagnosticsEntityInput) (*request.Request, *AddDiagnosticsEntityOutput)

	AddTagFromUserBackupInfoCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AddTagFromUserBackupInfoCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AddTagFromUserBackupInfoCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AddTagFromUserBackupInfo(*AddTagFromUserBackupInfoInput) (*AddTagFromUserBackupInfoOutput, error)
	AddTagFromUserBackupInfoWithContext(volcengine.Context, *AddTagFromUserBackupInfoInput, ...request.Option) (*AddTagFromUserBackupInfoOutput, error)
	AddTagFromUserBackupInfoRequest(*AddTagFromUserBackupInfoInput) (*request.Request, *AddTagFromUserBackupInfoOutput)

	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)

	AssociateUserBackupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AssociateUserBackupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AssociateUserBackupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AssociateUserBackup(*AssociateUserBackupInput) (*AssociateUserBackupOutput, error)
	AssociateUserBackupWithContext(volcengine.Context, *AssociateUserBackupInput, ...request.Option) (*AssociateUserBackupOutput, error)
	AssociateUserBackupRequest(*AssociateUserBackupInput) (*request.Request, *AssociateUserBackupOutput)

	CheckUserUploadBackupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CheckUserUploadBackupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CheckUserUploadBackupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CheckUserUploadBackup(*CheckUserUploadBackupInput) (*CheckUserUploadBackupOutput, error)
	CheckUserUploadBackupWithContext(volcengine.Context, *CheckUserUploadBackupInput, ...request.Option) (*CheckUserUploadBackupOutput, error)
	CheckUserUploadBackupRequest(*CheckUserUploadBackupInput) (*request.Request, *CheckUserUploadBackupOutput)

	CleanNonWhiteSessionCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CleanNonWhiteSessionCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CleanNonWhiteSessionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CleanNonWhiteSession(*CleanNonWhiteSessionInput) (*CleanNonWhiteSessionOutput, error)
	CleanNonWhiteSessionWithContext(volcengine.Context, *CleanNonWhiteSessionInput, ...request.Option) (*CleanNonWhiteSessionOutput, error)
	CleanNonWhiteSessionRequest(*CleanNonWhiteSessionInput) (*request.Request, *CleanNonWhiteSessionOutput)

	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)

	CreateDBBlueGreenInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDBBlueGreenInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDBBlueGreenInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDBBlueGreenInstance(*CreateDBBlueGreenInstanceInput) (*CreateDBBlueGreenInstanceOutput, error)
	CreateDBBlueGreenInstanceWithContext(volcengine.Context, *CreateDBBlueGreenInstanceInput, ...request.Option) (*CreateDBBlueGreenInstanceOutput, error)
	CreateDBBlueGreenInstanceRequest(*CreateDBBlueGreenInstanceInput) (*request.Request, *CreateDBBlueGreenInstanceOutput)

	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)

	CreateDBNodesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDBNodesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDBNodesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDBNodes(*CreateDBNodesInput) (*CreateDBNodesOutput, error)
	CreateDBNodesWithContext(volcengine.Context, *CreateDBNodesInput, ...request.Option) (*CreateDBNodesOutput, error)
	CreateDBNodesRequest(*CreateDBNodesInput) (*request.Request, *CreateDBNodesOutput)

	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)

	CreateDiagnosticsTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDiagnosticsTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDiagnosticsTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDiagnosticsTask(*CreateDiagnosticsTaskInput) (*CreateDiagnosticsTaskOutput, error)
	CreateDiagnosticsTaskWithContext(volcengine.Context, *CreateDiagnosticsTaskInput, ...request.Option) (*CreateDiagnosticsTaskOutput, error)
	CreateDiagnosticsTaskRequest(*CreateDiagnosticsTaskInput) (*request.Request, *CreateDiagnosticsTaskOutput)

	CreateDrDBInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDrDBInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDrDBInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDrDBInstance(*CreateDrDBInstanceInput) (*CreateDrDBInstanceOutput, error)
	CreateDrDBInstanceWithContext(volcengine.Context, *CreateDrDBInstanceInput, ...request.Option) (*CreateDrDBInstanceOutput, error)
	CreateDrDBInstanceRequest(*CreateDrDBInstanceInput) (*request.Request, *CreateDrDBInstanceOutput)

	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)

	CreateResourcePackageCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateResourcePackageCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateResourcePackageCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateResourcePackage(*CreateResourcePackageInput) (*CreateResourcePackageOutput, error)
	CreateResourcePackageWithContext(volcengine.Context, *CreateResourcePackageInput, ...request.Option) (*CreateResourcePackageOutput, error)
	CreateResourcePackageRequest(*CreateResourcePackageInput) (*request.Request, *CreateResourcePackageOutput)

	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)

	DeleteDBBlueGreenRelationCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteDBBlueGreenRelationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteDBBlueGreenRelationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteDBBlueGreenRelation(*DeleteDBBlueGreenRelationInput) (*DeleteDBBlueGreenRelationOutput, error)
	DeleteDBBlueGreenRelationWithContext(volcengine.Context, *DeleteDBBlueGreenRelationInput, ...request.Option) (*DeleteDBBlueGreenRelationOutput, error)
	DeleteDBBlueGreenRelationRequest(*DeleteDBBlueGreenRelationInput) (*request.Request, *DeleteDBBlueGreenRelationOutput)

	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)

	DeleteDBNodesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteDBNodesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteDBNodesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteDBNodes(*DeleteDBNodesInput) (*DeleteDBNodesOutput, error)
	DeleteDBNodesWithContext(volcengine.Context, *DeleteDBNodesInput, ...request.Option) (*DeleteDBNodesOutput, error)
	DeleteDBNodesRequest(*DeleteDBNodesInput) (*request.Request, *DeleteDBNodesOutput)

	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)

	DeleteUserUploadBackupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteUserUploadBackupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteUserUploadBackupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteUserUploadBackup(*DeleteUserUploadBackupInput) (*DeleteUserUploadBackupOutput, error)
	DeleteUserUploadBackupWithContext(volcengine.Context, *DeleteUserUploadBackupInput, ...request.Option) (*DeleteUserUploadBackupOutput, error)
	DeleteUserUploadBackupRequest(*DeleteUserUploadBackupInput) (*request.Request, *DeleteUserUploadBackupOutput)

	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)

	DescribeBackupDecryptionKeyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeBackupDecryptionKeyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeBackupDecryptionKeyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeBackupDecryptionKey(*DescribeBackupDecryptionKeyInput) (*DescribeBackupDecryptionKeyOutput, error)
	DescribeBackupDecryptionKeyWithContext(volcengine.Context, *DescribeBackupDecryptionKeyInput, ...request.Option) (*DescribeBackupDecryptionKeyOutput, error)
	DescribeBackupDecryptionKeyRequest(*DescribeBackupDecryptionKeyInput) (*request.Request, *DescribeBackupDecryptionKeyOutput)

	DescribeBackupEncryptionStatusCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeBackupEncryptionStatusCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeBackupEncryptionStatusCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeBackupEncryptionStatus(*DescribeBackupEncryptionStatusInput) (*DescribeBackupEncryptionStatusOutput, error)
	DescribeBackupEncryptionStatusWithContext(volcengine.Context, *DescribeBackupEncryptionStatusInput, ...request.Option) (*DescribeBackupEncryptionStatusOutput, error)
	DescribeBackupEncryptionStatusRequest(*DescribeBackupEncryptionStatusInput) (*request.Request, *DescribeBackupEncryptionStatusOutput)

	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)

	DescribeBackupStatsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeBackupStatsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeBackupStatsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeBackupStats(*DescribeBackupStatsInput) (*DescribeBackupStatsOutput, error)
	DescribeBackupStatsWithContext(volcengine.Context, *DescribeBackupStatsInput, ...request.Option) (*DescribeBackupStatsOutput, error)
	DescribeBackupStatsRequest(*DescribeBackupStatsInput) (*request.Request, *DescribeBackupStatsOutput)

	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)

	DescribeCrossRegionBackupDBInstancesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeCrossRegionBackupDBInstancesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeCrossRegionBackupDBInstancesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeCrossRegionBackupDBInstances(*DescribeCrossRegionBackupDBInstancesInput) (*DescribeCrossRegionBackupDBInstancesOutput, error)
	DescribeCrossRegionBackupDBInstancesWithContext(volcengine.Context, *DescribeCrossRegionBackupDBInstancesInput, ...request.Option) (*DescribeCrossRegionBackupDBInstancesOutput, error)
	DescribeCrossRegionBackupDBInstancesRequest(*DescribeCrossRegionBackupDBInstancesInput) (*request.Request, *DescribeCrossRegionBackupDBInstancesOutput)

	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)

	DescribeDBBlueGreenDifferencesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBBlueGreenDifferencesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBBlueGreenDifferencesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBBlueGreenDifferences(*DescribeDBBlueGreenDifferencesInput) (*DescribeDBBlueGreenDifferencesOutput, error)
	DescribeDBBlueGreenDifferencesWithContext(volcengine.Context, *DescribeDBBlueGreenDifferencesInput, ...request.Option) (*DescribeDBBlueGreenDifferencesOutput, error)
	DescribeDBBlueGreenDifferencesRequest(*DescribeDBBlueGreenDifferencesInput) (*request.Request, *DescribeDBBlueGreenDifferencesOutput)

	DescribeDBBlueGreenInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBBlueGreenInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBBlueGreenInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBBlueGreenInstance(*DescribeDBBlueGreenInstanceInput) (*DescribeDBBlueGreenInstanceOutput, error)
	DescribeDBBlueGreenInstanceWithContext(volcengine.Context, *DescribeDBBlueGreenInstanceInput, ...request.Option) (*DescribeDBBlueGreenInstanceOutput, error)
	DescribeDBBlueGreenInstanceRequest(*DescribeDBBlueGreenInstanceInput) (*request.Request, *DescribeDBBlueGreenInstanceOutput)

	DescribeDBDisasterRecoveryInstancesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBDisasterRecoveryInstancesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBDisasterRecoveryInstancesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBDisasterRecoveryInstances(*DescribeDBDisasterRecoveryInstancesInput) (*DescribeDBDisasterRecoveryInstancesOutput, error)
	DescribeDBDisasterRecoveryInstancesWithContext(volcengine.Context, *DescribeDBDisasterRecoveryInstancesInput, ...request.Option) (*DescribeDBDisasterRecoveryInstancesOutput, error)
	DescribeDBDisasterRecoveryInstancesRequest(*DescribeDBDisasterRecoveryInstancesInput) (*request.Request, *DescribeDBDisasterRecoveryInstancesOutput)

	DescribeDBInstanceAttributeCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBInstanceAttributeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBInstanceAttributeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBInstanceAttribute(*DescribeDBInstanceAttributeInput) (*DescribeDBInstanceAttributeOutput, error)
	DescribeDBInstanceAttributeWithContext(volcengine.Context, *DescribeDBInstanceAttributeInput, ...request.Option) (*DescribeDBInstanceAttributeOutput, error)
	DescribeDBInstanceAttributeRequest(*DescribeDBInstanceAttributeInput) (*request.Request, *DescribeDBInstanceAttributeOutput)

	DescribeDBInstanceChargeDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBInstanceChargeDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBInstanceChargeDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBInstanceChargeDetail(*DescribeDBInstanceChargeDetailInput) (*DescribeDBInstanceChargeDetailOutput, error)
	DescribeDBInstanceChargeDetailWithContext(volcengine.Context, *DescribeDBInstanceChargeDetailInput, ...request.Option) (*DescribeDBInstanceChargeDetailOutput, error)
	DescribeDBInstanceChargeDetailRequest(*DescribeDBInstanceChargeDetailInput) (*request.Request, *DescribeDBInstanceChargeDetailOutput)

	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)

	DescribeDBInstanceEndpointsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBInstanceEndpointsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBInstanceEndpointsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBInstanceEndpoints(*DescribeDBInstanceEndpointsInput) (*DescribeDBInstanceEndpointsOutput, error)
	DescribeDBInstanceEndpointsWithContext(volcengine.Context, *DescribeDBInstanceEndpointsInput, ...request.Option) (*DescribeDBInstanceEndpointsOutput, error)
	DescribeDBInstanceEndpointsRequest(*DescribeDBInstanceEndpointsInput) (*request.Request, *DescribeDBInstanceEndpointsOutput)

	DescribeDBInstanceEngineMinorVersionsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBInstanceEngineMinorVersionsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBInstanceEngineMinorVersionsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBInstanceEngineMinorVersions(*DescribeDBInstanceEngineMinorVersionsInput) (*DescribeDBInstanceEngineMinorVersionsOutput, error)
	DescribeDBInstanceEngineMinorVersionsWithContext(volcengine.Context, *DescribeDBInstanceEngineMinorVersionsInput, ...request.Option) (*DescribeDBInstanceEngineMinorVersionsOutput, error)
	DescribeDBInstanceEngineMinorVersionsRequest(*DescribeDBInstanceEngineMinorVersionsInput) (*request.Request, *DescribeDBInstanceEngineMinorVersionsOutput)

	DescribeDBInstanceHAConfigCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBInstanceHAConfigCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBInstanceHAConfigCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBInstanceHAConfig(*DescribeDBInstanceHAConfigInput) (*DescribeDBInstanceHAConfigOutput, error)
	DescribeDBInstanceHAConfigWithContext(volcengine.Context, *DescribeDBInstanceHAConfigInput, ...request.Option) (*DescribeDBInstanceHAConfigOutput, error)
	DescribeDBInstanceHAConfigRequest(*DescribeDBInstanceHAConfigInput) (*request.Request, *DescribeDBInstanceHAConfigOutput)

	DescribeDBInstanceNodesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBInstanceNodesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBInstanceNodesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBInstanceNodes(*DescribeDBInstanceNodesInput) (*DescribeDBInstanceNodesOutput, error)
	DescribeDBInstanceNodesWithContext(volcengine.Context, *DescribeDBInstanceNodesInput, ...request.Option) (*DescribeDBInstanceNodesOutput, error)
	DescribeDBInstanceNodesRequest(*DescribeDBInstanceNodesInput) (*request.Request, *DescribeDBInstanceNodesOutput)

	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)

	DescribeDBNodeParameterDifferencesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBNodeParameterDifferencesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBNodeParameterDifferencesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBNodeParameterDifferences(*DescribeDBNodeParameterDifferencesInput) (*DescribeDBNodeParameterDifferencesOutput, error)
	DescribeDBNodeParameterDifferencesWithContext(volcengine.Context, *DescribeDBNodeParameterDifferencesInput, ...request.Option) (*DescribeDBNodeParameterDifferencesOutput, error)
	DescribeDBNodeParameterDifferencesRequest(*DescribeDBNodeParameterDifferencesInput) (*request.Request, *DescribeDBNodeParameterDifferencesOutput)

	DescribeDBProxyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBProxyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBProxyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBProxy(*DescribeDBProxyInput) (*DescribeDBProxyOutput, error)
	DescribeDBProxyWithContext(volcengine.Context, *DescribeDBProxyInput, ...request.Option) (*DescribeDBProxyOutput, error)
	DescribeDBProxyRequest(*DescribeDBProxyInput) (*request.Request, *DescribeDBProxyOutput)

	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)

	DescribeDBProxyPriceDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBProxyPriceDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBProxyPriceDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBProxyPriceDetail(*DescribeDBProxyPriceDetailInput) (*DescribeDBProxyPriceDetailOutput, error)
	DescribeDBProxyPriceDetailWithContext(volcengine.Context, *DescribeDBProxyPriceDetailInput, ...request.Option) (*DescribeDBProxyPriceDetailOutput, error)
	DescribeDBProxyPriceDetailRequest(*DescribeDBProxyPriceDetailInput) (*request.Request, *DescribeDBProxyPriceDetailOutput)

	DescribeDBSwitchBlueGreenPrecheckCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBSwitchBlueGreenPrecheckCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBSwitchBlueGreenPrecheckCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBSwitchBlueGreenPrecheck(*DescribeDBSwitchBlueGreenPrecheckInput) (*DescribeDBSwitchBlueGreenPrecheckOutput, error)
	DescribeDBSwitchBlueGreenPrecheckWithContext(volcengine.Context, *DescribeDBSwitchBlueGreenPrecheckInput, ...request.Option) (*DescribeDBSwitchBlueGreenPrecheckOutput, error)
	DescribeDBSwitchBlueGreenPrecheckRequest(*DescribeDBSwitchBlueGreenPrecheckInput) (*request.Request, *DescribeDBSwitchBlueGreenPrecheckOutput)

	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)

	DescribeDbAccountTableColumnInfoCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDbAccountTableColumnInfoCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDbAccountTableColumnInfoCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDbAccountTableColumnInfo(*DescribeDbAccountTableColumnInfoInput) (*DescribeDbAccountTableColumnInfoOutput, error)
	DescribeDbAccountTableColumnInfoWithContext(volcengine.Context, *DescribeDbAccountTableColumnInfoInput, ...request.Option) (*DescribeDbAccountTableColumnInfoOutput, error)
	DescribeDbAccountTableColumnInfoRequest(*DescribeDbAccountTableColumnInfoInput) (*request.Request, *DescribeDbAccountTableColumnInfoOutput)

	DescribeDeletedDBInstancesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDeletedDBInstancesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDeletedDBInstancesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDeletedDBInstances(*DescribeDeletedDBInstancesInput) (*DescribeDeletedDBInstancesOutput, error)
	DescribeDeletedDBInstancesWithContext(volcengine.Context, *DescribeDeletedDBInstancesInput, ...request.Option) (*DescribeDeletedDBInstancesOutput, error)
	DescribeDeletedDBInstancesRequest(*DescribeDeletedDBInstancesInput) (*request.Request, *DescribeDeletedDBInstancesOutput)

	DescribeDiagnosticsInfosCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDiagnosticsInfosCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDiagnosticsInfosCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDiagnosticsInfos(*DescribeDiagnosticsInfosInput) (*DescribeDiagnosticsInfosOutput, error)
	DescribeDiagnosticsInfosWithContext(volcengine.Context, *DescribeDiagnosticsInfosInput, ...request.Option) (*DescribeDiagnosticsInfosOutput, error)
	DescribeDiagnosticsInfosRequest(*DescribeDiagnosticsInfosInput) (*request.Request, *DescribeDiagnosticsInfosOutput)

	DescribeDisasterRecoveryRegionsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDisasterRecoveryRegionsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDisasterRecoveryRegionsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDisasterRecoveryRegions(*DescribeDisasterRecoveryRegionsInput) (*DescribeDisasterRecoveryRegionsOutput, error)
	DescribeDisasterRecoveryRegionsWithContext(volcengine.Context, *DescribeDisasterRecoveryRegionsInput, ...request.Option) (*DescribeDisasterRecoveryRegionsOutput, error)
	DescribeDisasterRecoveryRegionsRequest(*DescribeDisasterRecoveryRegionsInput) (*request.Request, *DescribeDisasterRecoveryRegionsOutput)

	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)

	DescribeNonWhiteSessionListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeNonWhiteSessionListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeNonWhiteSessionListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeNonWhiteSessionList(*DescribeNonWhiteSessionListInput) (*DescribeNonWhiteSessionListOutput, error)
	DescribeNonWhiteSessionListWithContext(volcengine.Context, *DescribeNonWhiteSessionListInput, ...request.Option) (*DescribeNonWhiteSessionListOutput, error)
	DescribeNonWhiteSessionListRequest(*DescribeNonWhiteSessionListInput) (*request.Request, *DescribeNonWhiteSessionListOutput)

	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)

	DescribeResourcePackageDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeResourcePackageDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeResourcePackageDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeResourcePackageDetail(*DescribeResourcePackageDetailInput) (*DescribeResourcePackageDetailOutput, error)
	DescribeResourcePackageDetailWithContext(volcengine.Context, *DescribeResourcePackageDetailInput, ...request.Option) (*DescribeResourcePackageDetailOutput, error)
	DescribeResourcePackageDetailRequest(*DescribeResourcePackageDetailInput) (*request.Request, *DescribeResourcePackageDetailOutput)

	DescribeResourcePackagePriceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeResourcePackagePriceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeResourcePackagePriceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeResourcePackagePrice(*DescribeResourcePackagePriceInput) (*DescribeResourcePackagePriceOutput, error)
	DescribeResourcePackagePriceWithContext(volcengine.Context, *DescribeResourcePackagePriceInput, ...request.Option) (*DescribeResourcePackagePriceOutput, error)
	DescribeResourcePackagePriceRequest(*DescribeResourcePackagePriceInput) (*request.Request, *DescribeResourcePackagePriceOutput)

	DescribeResourcePackageSpecCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeResourcePackageSpecCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeResourcePackageSpecCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeResourcePackageSpec(*DescribeResourcePackageSpecInput) (*DescribeResourcePackageSpecOutput, error)
	DescribeResourcePackageSpecWithContext(volcengine.Context, *DescribeResourcePackageSpecInput, ...request.Option) (*DescribeResourcePackageSpecOutput, error)
	DescribeResourcePackageSpecRequest(*DescribeResourcePackageSpecInput) (*request.Request, *DescribeResourcePackageSpecOutput)

	DescribeResourceUsageCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeResourceUsageCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeResourceUsageCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeResourceUsage(*DescribeResourceUsageInput) (*DescribeResourceUsageOutput, error)
	DescribeResourceUsageWithContext(volcengine.Context, *DescribeResourceUsageInput, ...request.Option) (*DescribeResourceUsageOutput, error)
	DescribeResourceUsageRequest(*DescribeResourceUsageInput) (*request.Request, *DescribeResourceUsageOutput)

	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)

	DescribeTaskDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTaskDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTaskDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTaskDetail(*DescribeTaskDetailInput) (*DescribeTaskDetailOutput, error)
	DescribeTaskDetailWithContext(volcengine.Context, *DescribeTaskDetailInput, ...request.Option) (*DescribeTaskDetailOutput, error)
	DescribeTaskDetailRequest(*DescribeTaskDetailInput) (*request.Request, *DescribeTaskDetailOutput)

	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)

	DescribeUpgradeEngineMajorVersionPrecheckResultCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeUpgradeEngineMajorVersionPrecheckResultCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeUpgradeEngineMajorVersionPrecheckResultCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeUpgradeEngineMajorVersionPrecheckResult(*DescribeUpgradeEngineMajorVersionPrecheckResultInput) (*DescribeUpgradeEngineMajorVersionPrecheckResultOutput, error)
	DescribeUpgradeEngineMajorVersionPrecheckResultWithContext(volcengine.Context, *DescribeUpgradeEngineMajorVersionPrecheckResultInput, ...request.Option) (*DescribeUpgradeEngineMajorVersionPrecheckResultOutput, error)
	DescribeUpgradeEngineMajorVersionPrecheckResultRequest(*DescribeUpgradeEngineMajorVersionPrecheckResultInput) (*request.Request, *DescribeUpgradeEngineMajorVersionPrecheckResultOutput)

	DescribeUserTosBackupAssociateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeUserTosBackupAssociateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeUserTosBackupAssociateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeUserTosBackupAssociate(*DescribeUserTosBackupAssociateInput) (*DescribeUserTosBackupAssociateOutput, error)
	DescribeUserTosBackupAssociateWithContext(volcengine.Context, *DescribeUserTosBackupAssociateInput, ...request.Option) (*DescribeUserTosBackupAssociateOutput, error)
	DescribeUserTosBackupAssociateRequest(*DescribeUserTosBackupAssociateInput) (*request.Request, *DescribeUserTosBackupAssociateOutput)

	DescribeUserUploadBackupsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeUserUploadBackupsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeUserUploadBackupsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeUserUploadBackups(*DescribeUserUploadBackupsInput) (*DescribeUserUploadBackupsOutput, error)
	DescribeUserUploadBackupsWithContext(volcengine.Context, *DescribeUserUploadBackupsInput, ...request.Option) (*DescribeUserUploadBackupsOutput, error)
	DescribeUserUploadBackupsRequest(*DescribeUserUploadBackupsInput) (*request.Request, *DescribeUserUploadBackupsOutput)

	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)

	ListResourcePackagesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListResourcePackagesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListResourcePackagesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListResourcePackages(*ListResourcePackagesInput) (*ListResourcePackagesOutput, error)
	ListResourcePackagesWithContext(volcengine.Context, *ListResourcePackagesInput, ...request.Option) (*ListResourcePackagesOutput, error)
	ListResourcePackagesRequest(*ListResourcePackagesInput) (*request.Request, *ListResourcePackagesOutput)

	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)

	ModifyBackupEncryptionPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyBackupEncryptionPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyBackupEncryptionPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyBackupEncryptionPolicy(*ModifyBackupEncryptionPolicyInput) (*ModifyBackupEncryptionPolicyOutput, error)
	ModifyBackupEncryptionPolicyWithContext(volcengine.Context, *ModifyBackupEncryptionPolicyInput, ...request.Option) (*ModifyBackupEncryptionPolicyOutput, error)
	ModifyBackupEncryptionPolicyRequest(*ModifyBackupEncryptionPolicyInput) (*request.Request, *ModifyBackupEncryptionPolicyOutput)

	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)

	ModifyBackupPublicAccessPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyBackupPublicAccessPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyBackupPublicAccessPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyBackupPublicAccessPolicy(*ModifyBackupPublicAccessPolicyInput) (*ModifyBackupPublicAccessPolicyOutput, error)
	ModifyBackupPublicAccessPolicyWithContext(volcengine.Context, *ModifyBackupPublicAccessPolicyInput, ...request.Option) (*ModifyBackupPublicAccessPolicyOutput, error)
	ModifyBackupPublicAccessPolicyRequest(*ModifyBackupPublicAccessPolicyInput) (*request.Request, *ModifyBackupPublicAccessPolicyOutput)

	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)

	ModifyDBEndpointConnectionModeCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBEndpointConnectionModeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBEndpointConnectionModeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBEndpointConnectionMode(*ModifyDBEndpointConnectionModeInput) (*ModifyDBEndpointConnectionModeOutput, error)
	ModifyDBEndpointConnectionModeWithContext(volcengine.Context, *ModifyDBEndpointConnectionModeInput, ...request.Option) (*ModifyDBEndpointConnectionModeOutput, error)
	ModifyDBEndpointConnectionModeRequest(*ModifyDBEndpointConnectionModeInput) (*request.Request, *ModifyDBEndpointConnectionModeOutput)

	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)

	ModifyDBInstanceAutoUpgradeEngineMinorVersionCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBInstanceAutoUpgradeEngineMinorVersionCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBInstanceAutoUpgradeEngineMinorVersionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBInstanceAutoUpgradeEngineMinorVersion(*ModifyDBInstanceAutoUpgradeEngineMinorVersionInput) (*ModifyDBInstanceAutoUpgradeEngineMinorVersionOutput, error)
	ModifyDBInstanceAutoUpgradeEngineMinorVersionWithContext(volcengine.Context, *ModifyDBInstanceAutoUpgradeEngineMinorVersionInput, ...request.Option) (*ModifyDBInstanceAutoUpgradeEngineMinorVersionOutput, error)
	ModifyDBInstanceAutoUpgradeEngineMinorVersionRequest(*ModifyDBInstanceAutoUpgradeEngineMinorVersionInput) (*request.Request, *ModifyDBInstanceAutoUpgradeEngineMinorVersionOutput)

	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)

	ModifyDBInstanceDeletionProtectionPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBInstanceDeletionProtectionPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBInstanceDeletionProtectionPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBInstanceDeletionProtectionPolicy(*ModifyDBInstanceDeletionProtectionPolicyInput) (*ModifyDBInstanceDeletionProtectionPolicyOutput, error)
	ModifyDBInstanceDeletionProtectionPolicyWithContext(volcengine.Context, *ModifyDBInstanceDeletionProtectionPolicyInput, ...request.Option) (*ModifyDBInstanceDeletionProtectionPolicyOutput, error)
	ModifyDBInstanceDeletionProtectionPolicyRequest(*ModifyDBInstanceDeletionProtectionPolicyInput) (*request.Request, *ModifyDBInstanceDeletionProtectionPolicyOutput)

	ModifyDBInstanceGlobalReadOnlyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBInstanceGlobalReadOnlyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBInstanceGlobalReadOnlyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBInstanceGlobalReadOnly(*ModifyDBInstanceGlobalReadOnlyInput) (*ModifyDBInstanceGlobalReadOnlyOutput, error)
	ModifyDBInstanceGlobalReadOnlyWithContext(volcengine.Context, *ModifyDBInstanceGlobalReadOnlyInput, ...request.Option) (*ModifyDBInstanceGlobalReadOnlyOutput, error)
	ModifyDBInstanceGlobalReadOnlyRequest(*ModifyDBInstanceGlobalReadOnlyInput) (*request.Request, *ModifyDBInstanceGlobalReadOnlyOutput)

	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)

	ModifyDBInstanceTypeCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBInstanceTypeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBInstanceTypeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBInstanceType(*ModifyDBInstanceTypeInput) (*ModifyDBInstanceTypeOutput, error)
	ModifyDBInstanceTypeWithContext(volcengine.Context, *ModifyDBInstanceTypeInput, ...request.Option) (*ModifyDBInstanceTypeOutput, error)
	ModifyDBInstanceTypeRequest(*ModifyDBInstanceTypeInput) (*request.Request, *ModifyDBInstanceTypeOutput)

	ModifyDBNodeSpecCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBNodeSpecCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBNodeSpecCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBNodeSpec(*ModifyDBNodeSpecInput) (*ModifyDBNodeSpecOutput, error)
	ModifyDBNodeSpecWithContext(volcengine.Context, *ModifyDBNodeSpecInput, ...request.Option) (*ModifyDBNodeSpecOutput, error)
	ModifyDBNodeSpecRequest(*ModifyDBNodeSpecInput) (*request.Request, *ModifyDBNodeSpecOutput)

	ModifyDBNodeTemporarySpecCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBNodeTemporarySpecCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBNodeTemporarySpecCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBNodeTemporarySpec(*ModifyDBNodeTemporarySpecInput) (*ModifyDBNodeTemporarySpecOutput, error)
	ModifyDBNodeTemporarySpecWithContext(volcengine.Context, *ModifyDBNodeTemporarySpecInput, ...request.Option) (*ModifyDBNodeTemporarySpecOutput, error)
	ModifyDBNodeTemporarySpecRequest(*ModifyDBNodeTemporarySpecInput) (*request.Request, *ModifyDBNodeTemporarySpecOutput)

	ModifyDBProxyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBProxyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBProxyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBProxy(*ModifyDBProxyInput) (*ModifyDBProxyOutput, error)
	ModifyDBProxyWithContext(volcengine.Context, *ModifyDBProxyInput, ...request.Option) (*ModifyDBProxyOutput, error)
	ModifyDBProxyRequest(*ModifyDBProxyInput) (*request.Request, *ModifyDBProxyOutput)

	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)

	ModifyDBProxySpecCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBProxySpecCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBProxySpecCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBProxySpec(*ModifyDBProxySpecInput) (*ModifyDBProxySpecOutput, error)
	ModifyDBProxySpecWithContext(volcengine.Context, *ModifyDBProxySpecInput, ...request.Option) (*ModifyDBProxySpecOutput, error)
	ModifyDBProxySpecRequest(*ModifyDBProxySpecInput) (*request.Request, *ModifyDBProxySpecOutput)

	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)

	RebuildDrInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RebuildDrInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RebuildDrInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RebuildDrInstance(*RebuildDrInstanceInput) (*RebuildDrInstanceOutput, error)
	RebuildDrInstanceWithContext(volcengine.Context, *RebuildDrInstanceInput, ...request.Option) (*RebuildDrInstanceOutput, error)
	RebuildDrInstanceRequest(*RebuildDrInstanceInput) (*request.Request, *RebuildDrInstanceOutput)

	RemoveDiagnosticsEntityCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RemoveDiagnosticsEntityCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RemoveDiagnosticsEntityCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RemoveDiagnosticsEntity(*RemoveDiagnosticsEntityInput) (*RemoveDiagnosticsEntityOutput, error)
	RemoveDiagnosticsEntityWithContext(volcengine.Context, *RemoveDiagnosticsEntityInput, ...request.Option) (*RemoveDiagnosticsEntityOutput, error)
	RemoveDiagnosticsEntityRequest(*RemoveDiagnosticsEntityInput) (*request.Request, *RemoveDiagnosticsEntityOutput)

	RemoveTagFromUserBackupInfoCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RemoveTagFromUserBackupInfoCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RemoveTagFromUserBackupInfoCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RemoveTagFromUserBackupInfo(*RemoveTagFromUserBackupInfoInput) (*RemoveTagFromUserBackupInfoOutput, error)
	RemoveTagFromUserBackupInfoWithContext(volcengine.Context, *RemoveTagFromUserBackupInfoInput, ...request.Option) (*RemoveTagFromUserBackupInfoOutput, error)
	RemoveTagFromUserBackupInfoRequest(*RemoveTagFromUserBackupInfoInput) (*request.Request, *RemoveTagFromUserBackupInfoOutput)

	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)

	RestoreToCrossRegionInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RestoreToCrossRegionInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RestoreToCrossRegionInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RestoreToCrossRegionInstance(*RestoreToCrossRegionInstanceInput) (*RestoreToCrossRegionInstanceOutput, error)
	RestoreToCrossRegionInstanceWithContext(volcengine.Context, *RestoreToCrossRegionInstanceInput, ...request.Option) (*RestoreToCrossRegionInstanceOutput, error)
	RestoreToCrossRegionInstanceRequest(*RestoreToCrossRegionInstanceInput) (*request.Request, *RestoreToCrossRegionInstanceOutput)

	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)

	RestoreToNewInstanceFromUserTosCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RestoreToNewInstanceFromUserTosCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RestoreToNewInstanceFromUserTosCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RestoreToNewInstanceFromUserTos(*RestoreToNewInstanceFromUserTosInput) (*RestoreToNewInstanceFromUserTosOutput, error)
	RestoreToNewInstanceFromUserTosWithContext(volcengine.Context, *RestoreToNewInstanceFromUserTosInput, ...request.Option) (*RestoreToNewInstanceFromUserTosOutput, error)
	RestoreToNewInstanceFromUserTosRequest(*RestoreToNewInstanceFromUserTosInput) (*request.Request, *RestoreToNewInstanceFromUserTosOutput)

	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)

	StartDBInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	StartDBInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	StartDBInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	StartDBInstance(*StartDBInstanceInput) (*StartDBInstanceOutput, error)
	StartDBInstanceWithContext(volcengine.Context, *StartDBInstanceInput, ...request.Option) (*StartDBInstanceOutput, error)
	StartDBInstanceRequest(*StartDBInstanceInput) (*request.Request, *StartDBInstanceOutput)

	StopDBInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	StopDBInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	StopDBInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	StopDBInstance(*StopDBInstanceInput) (*StopDBInstanceOutput, error)
	StopDBInstanceWithContext(volcengine.Context, *StopDBInstanceInput, ...request.Option) (*StopDBInstanceOutput, error)
	StopDBInstanceRequest(*StopDBInstanceInput) (*request.Request, *StopDBInstanceOutput)

	SwitchDBBlueGreenCommon(*map[string]interface{}) (*map[string]interface{}, error)
	SwitchDBBlueGreenCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	SwitchDBBlueGreenCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	SwitchDBBlueGreen(*SwitchDBBlueGreenInput) (*SwitchDBBlueGreenOutput, error)
	SwitchDBBlueGreenWithContext(volcengine.Context, *SwitchDBBlueGreenInput, ...request.Option) (*SwitchDBBlueGreenOutput, error)
	SwitchDBBlueGreenRequest(*SwitchDBBlueGreenInput) (*request.Request, *SwitchDBBlueGreenOutput)

	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)

	SwitchDBPrecheckBlueGreenCommon(*map[string]interface{}) (*map[string]interface{}, error)
	SwitchDBPrecheckBlueGreenCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	SwitchDBPrecheckBlueGreenCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	SwitchDBPrecheckBlueGreen(*SwitchDBPrecheckBlueGreenInput) (*SwitchDBPrecheckBlueGreenOutput, error)
	SwitchDBPrecheckBlueGreenWithContext(volcengine.Context, *SwitchDBPrecheckBlueGreenInput, ...request.Option) (*SwitchDBPrecheckBlueGreenOutput, error)
	SwitchDBPrecheckBlueGreenRequest(*SwitchDBPrecheckBlueGreenInput) (*request.Request, *SwitchDBPrecheckBlueGreenOutput)

	SwitchDrInstanceToMasterCommon(*map[string]interface{}) (*map[string]interface{}, error)
	SwitchDrInstanceToMasterCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	SwitchDrInstanceToMasterCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	SwitchDrInstanceToMaster(*SwitchDrInstanceToMasterInput) (*SwitchDrInstanceToMasterOutput, error)
	SwitchDrInstanceToMasterWithContext(volcengine.Context, *SwitchDrInstanceToMasterInput, ...request.Option) (*SwitchDrInstanceToMasterOutput, error)
	SwitchDrInstanceToMasterRequest(*SwitchDrInstanceToMasterInput) (*request.Request, *SwitchDrInstanceToMasterOutput)

	SyncAllowListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	SyncAllowListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	SyncAllowListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	SyncAllowList(*SyncAllowListInput) (*SyncAllowListOutput, error)
	SyncAllowListWithContext(volcengine.Context, *SyncAllowListInput, ...request.Option) (*SyncAllowListOutput, error)
	SyncAllowListRequest(*SyncAllowListInput) (*request.Request, *SyncAllowListOutput)

	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)

	UpgradeDBInstanceEngineMajorVersionCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpgradeDBInstanceEngineMajorVersionCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpgradeDBInstanceEngineMajorVersionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpgradeDBInstanceEngineMajorVersion(*UpgradeDBInstanceEngineMajorVersionInput) (*UpgradeDBInstanceEngineMajorVersionOutput, error)
	UpgradeDBInstanceEngineMajorVersionWithContext(volcengine.Context, *UpgradeDBInstanceEngineMajorVersionInput, ...request.Option) (*UpgradeDBInstanceEngineMajorVersionOutput, error)
	UpgradeDBInstanceEngineMajorVersionRequest(*UpgradeDBInstanceEngineMajorVersionInput) (*request.Request, *UpgradeDBInstanceEngineMajorVersionOutput)

	UpgradeDBInstanceEngineMajorVersionPrecheckCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpgradeDBInstanceEngineMajorVersionPrecheckCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpgradeDBInstanceEngineMajorVersionPrecheckCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpgradeDBInstanceEngineMajorVersionPrecheck(*UpgradeDBInstanceEngineMajorVersionPrecheckInput) (*UpgradeDBInstanceEngineMajorVersionPrecheckOutput, error)
	UpgradeDBInstanceEngineMajorVersionPrecheckWithContext(volcengine.Context, *UpgradeDBInstanceEngineMajorVersionPrecheckInput, ...request.Option) (*UpgradeDBInstanceEngineMajorVersionPrecheckOutput, error)
	UpgradeDBInstanceEngineMajorVersionPrecheckRequest(*UpgradeDBInstanceEngineMajorVersionPrecheckInput) (*request.Request, *UpgradeDBInstanceEngineMajorVersionPrecheckOutput)

	UpgradeDBInstanceEngineMinorVersionCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpgradeDBInstanceEngineMinorVersionCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpgradeDBInstanceEngineMinorVersionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpgradeDBInstanceEngineMinorVersion(*UpgradeDBInstanceEngineMinorVersionInput) (*UpgradeDBInstanceEngineMinorVersionOutput, error)
	UpgradeDBInstanceEngineMinorVersionWithContext(volcengine.Context, *UpgradeDBInstanceEngineMinorVersionInput, ...request.Option) (*UpgradeDBInstanceEngineMinorVersionOutput, error)
	UpgradeDBInstanceEngineMinorVersionRequest(*UpgradeDBInstanceEngineMinorVersionInput) (*request.Request, *UpgradeDBInstanceEngineMinorVersionOutput)
}

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.AddDiagnosticsEntity request
}

func main() {
    sess := session.New()
    svc := rdsmysqlv2.New(sess)

    myFunc(svc)
}

type ReadOnlyNodeWeightForCreateDBEndpointInput added in v1.0.185

type ReadOnlyNodeWeightForCreateDBEndpointInput struct {
	NodeId *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	Weight *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReadOnlyNodeWeightForCreateDBEndpointInput) GoString added in v1.0.185

GoString returns the string representation

func (*ReadOnlyNodeWeightForCreateDBEndpointInput) SetNodeId added in v1.0.185

SetNodeId sets the NodeId field's value.

func (*ReadOnlyNodeWeightForCreateDBEndpointInput) SetNodeType added in v1.0.185

SetNodeType sets the NodeType field's value.

func (*ReadOnlyNodeWeightForCreateDBEndpointInput) SetWeight added in v1.0.185

SetWeight sets the Weight field's value.

func (ReadOnlyNodeWeightForCreateDBEndpointInput) String added in v1.0.185

String returns the string representation

type ReadOnlyNodeWeightForDescribeDBBlueGreenDifferencesInput added in v1.2.21

type ReadOnlyNodeWeightForDescribeDBBlueGreenDifferencesInput struct {
	NodeId *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	Weight *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReadOnlyNodeWeightForDescribeDBBlueGreenDifferencesInput) GoString added in v1.2.21

GoString returns the string representation

func (*ReadOnlyNodeWeightForDescribeDBBlueGreenDifferencesInput) SetNodeId added in v1.2.21

SetNodeId sets the NodeId field's value.

func (*ReadOnlyNodeWeightForDescribeDBBlueGreenDifferencesInput) SetNodeType added in v1.2.21

SetNodeType sets the NodeType field's value.

func (*ReadOnlyNodeWeightForDescribeDBBlueGreenDifferencesInput) SetWeight added in v1.2.21

SetWeight sets the Weight field's value.

func (ReadOnlyNodeWeightForDescribeDBBlueGreenDifferencesInput) String added in v1.2.21

String returns the string representation

type ReadOnlyNodeWeightForDescribeDBBlueGreenDifferencesOutput added in v1.2.21

type ReadOnlyNodeWeightForDescribeDBBlueGreenDifferencesOutput struct {
	NodeId *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	Weight *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReadOnlyNodeWeightForDescribeDBBlueGreenDifferencesOutput) GoString added in v1.2.21

GoString returns the string representation

func (*ReadOnlyNodeWeightForDescribeDBBlueGreenDifferencesOutput) SetNodeId added in v1.2.21

SetNodeId sets the NodeId field's value.

func (*ReadOnlyNodeWeightForDescribeDBBlueGreenDifferencesOutput) SetNodeType added in v1.2.21

SetNodeType sets the NodeType field's value.

func (*ReadOnlyNodeWeightForDescribeDBBlueGreenDifferencesOutput) SetWeight added in v1.2.21

SetWeight sets the Weight field's value.

func (ReadOnlyNodeWeightForDescribeDBBlueGreenDifferencesOutput) String added in v1.2.21

String returns the string representation

type ReadOnlyNodeWeightForDescribeDBInstanceDetailOutput added in v1.0.56

type ReadOnlyNodeWeightForDescribeDBInstanceDetailOutput struct {
	NodeId *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	Weight *int32 `type:"int32" json:",omitempty"`
	// 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 ReadOnlyNodeWeightForDescribeDBInstanceEndpointsOutput added in v1.1.35

type ReadOnlyNodeWeightForDescribeDBInstanceEndpointsOutput struct {
	NodeId *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	Weight *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReadOnlyNodeWeightForDescribeDBInstanceEndpointsOutput) GoString added in v1.1.35

GoString returns the string representation

func (*ReadOnlyNodeWeightForDescribeDBInstanceEndpointsOutput) SetNodeId added in v1.1.35

SetNodeId sets the NodeId field's value.

func (*ReadOnlyNodeWeightForDescribeDBInstanceEndpointsOutput) SetNodeType added in v1.1.35

SetNodeType sets the NodeType field's value.

func (*ReadOnlyNodeWeightForDescribeDBInstanceEndpointsOutput) SetWeight added in v1.1.35

SetWeight sets the Weight field's value.

func (ReadOnlyNodeWeightForDescribeDBInstanceEndpointsOutput) String added in v1.1.35

String returns the string representation

type ReadOnlyNodeWeightForModifyDBEndpointConnectionModeInput added in v1.1.18

type ReadOnlyNodeWeightForModifyDBEndpointConnectionModeInput struct {
	NodeId *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	Weight *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReadOnlyNodeWeightForModifyDBEndpointConnectionModeInput) GoString added in v1.1.18

GoString returns the string representation

func (*ReadOnlyNodeWeightForModifyDBEndpointConnectionModeInput) SetNodeId added in v1.1.18

SetNodeId sets the NodeId field's value.

func (*ReadOnlyNodeWeightForModifyDBEndpointConnectionModeInput) SetNodeType added in v1.1.18

SetNodeType sets the NodeType field's value.

func (*ReadOnlyNodeWeightForModifyDBEndpointConnectionModeInput) SetWeight added in v1.1.18

SetWeight sets the Weight field's value.

func (ReadOnlyNodeWeightForModifyDBEndpointConnectionModeInput) String added in v1.1.18

String returns the string representation

type ReadOnlyNodeWeightForModifyDBEndpointInput added in v1.0.56

type ReadOnlyNodeWeightForModifyDBEndpointInput struct {
	NodeId *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	Weight *int32 `type:"int32" json:",omitempty"`
	// 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 {
	AllowListIds []*string `type:"list" json:",omitempty"`

	AutoStorageScalingConfig *AutoStorageScalingConfigForRebuildDBInstanceInput `type:"structure" json:",omitempty"`

	BackupId *string `type:"string" json:",omitempty"`

	ChargeInfo *ChargeInfoForRebuildDBInstanceInput `type:"structure" json:",omitempty"`

	DBParamGroupId *string `type:"string" json:",omitempty"`

	DeletionProtection *string `type:"string" json:",omitempty"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`

	InstanceName *string `type:"string" json:",omitempty"`

	InstanceTags []*InstanceTagForRebuildDBInstanceInput `type:"list" json:",omitempty"`

	NodeInfo []*NodeInfoForRebuildDBInstanceInput `type:"list" json:",omitempty"`

	Port *int32 `type:"int32" json:",omitempty"`

	PrivateIpAddress *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	ProxyNodeCustom *ProxyNodeCustomForRebuildDBInstanceInput `type:"structure" json:",omitempty"`

	RequestSource *string `type:"string" json:",omitempty"`

	StorageSpace *int32 `type:"int32" json:",omitempty"`

	StorageType *string `type:"string" json:",omitempty"`

	SubnetId *string `type:"string" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`
	// 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) SetAllowListIds added in v1.1.18

func (s *RebuildDBInstanceInput) SetAllowListIds(v []*string) *RebuildDBInstanceInput

SetAllowListIds sets the AllowListIds field's value.

func (*RebuildDBInstanceInput) SetAutoStorageScalingConfig added in v1.1.18

SetAutoStorageScalingConfig sets the AutoStorageScalingConfig field's value.

func (*RebuildDBInstanceInput) SetBackupId added in v1.1.18

SetBackupId sets the BackupId field's value.

func (*RebuildDBInstanceInput) SetChargeInfo added in v1.1.18

SetChargeInfo sets the ChargeInfo field's value.

func (*RebuildDBInstanceInput) SetDBParamGroupId added in v1.1.18

func (s *RebuildDBInstanceInput) SetDBParamGroupId(v string) *RebuildDBInstanceInput

SetDBParamGroupId sets the DBParamGroupId field's value.

func (*RebuildDBInstanceInput) SetDeletionProtection added in v1.1.18

func (s *RebuildDBInstanceInput) SetDeletionProtection(v string) *RebuildDBInstanceInput

SetDeletionProtection sets the DeletionProtection field's value.

func (*RebuildDBInstanceInput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (*RebuildDBInstanceInput) SetInstanceName added in v1.1.18

func (s *RebuildDBInstanceInput) SetInstanceName(v string) *RebuildDBInstanceInput

SetInstanceName sets the InstanceName field's value.

func (*RebuildDBInstanceInput) SetInstanceTags added in v1.1.18

SetInstanceTags sets the InstanceTags field's value.

func (*RebuildDBInstanceInput) SetNodeInfo added in v1.1.18

SetNodeInfo sets the NodeInfo field's value.

func (*RebuildDBInstanceInput) SetPort added in v1.1.18

SetPort sets the Port field's value.

func (*RebuildDBInstanceInput) SetPrivateIpAddress added in v1.2.21

func (s *RebuildDBInstanceInput) SetPrivateIpAddress(v string) *RebuildDBInstanceInput

SetPrivateIpAddress sets the PrivateIpAddress field's value.

func (*RebuildDBInstanceInput) SetProjectName added in v1.0.93

SetProjectName sets the ProjectName field's value.

func (*RebuildDBInstanceInput) SetProxyNodeCustom added in v1.1.35

SetProxyNodeCustom sets the ProxyNodeCustom field's value.

func (*RebuildDBInstanceInput) SetRequestSource added in v1.0.93

func (s *RebuildDBInstanceInput) SetRequestSource(v string) *RebuildDBInstanceInput

SetRequestSource sets the RequestSource field's value.

func (*RebuildDBInstanceInput) SetStorageSpace added in v1.1.18

func (s *RebuildDBInstanceInput) SetStorageSpace(v int32) *RebuildDBInstanceInput

SetStorageSpace sets the StorageSpace field's value.

func (*RebuildDBInstanceInput) SetStorageType added in v1.1.18

SetStorageType sets the StorageType field's value.

func (*RebuildDBInstanceInput) SetSubnetId added in v1.1.18

SetSubnetId sets the SubnetId field's value.

func (*RebuildDBInstanceInput) SetVpcId added in v1.1.18

SetVpcId sets the VpcId 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" json:",omitempty"`

	OrderId *string `type:"string" json:",omitempty"`
	// 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 RebuildDrInstanceInput added in v1.1.18

type RebuildDrInstanceInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (RebuildDrInstanceInput) GoString added in v1.1.18

func (s RebuildDrInstanceInput) GoString() string

GoString returns the string representation

func (*RebuildDrInstanceInput) SetInstanceId added in v1.1.18

SetInstanceId sets the InstanceId field's value.

func (RebuildDrInstanceInput) String added in v1.1.18

func (s RebuildDrInstanceInput) String() string

String returns the string representation

func (*RebuildDrInstanceInput) Validate added in v1.1.18

func (s *RebuildDrInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RebuildDrInstanceOutput added in v1.1.18

type RebuildDrInstanceOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (RebuildDrInstanceOutput) GoString added in v1.1.18

func (s RebuildDrInstanceOutput) GoString() string

GoString returns the string representation

func (RebuildDrInstanceOutput) String added in v1.1.18

func (s RebuildDrInstanceOutput) String() string

String returns the string representation

type RecoverableTimeInfoForDescribeRecoverableTimeOutput

type RecoverableTimeInfoForDescribeRecoverableTimeOutput struct {
	EarliestRecoverableTime *string `type:"string" json:",omitempty"`

	LatestRecoverableTime *string `type:"string" json:",omitempty"`
	// 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 RegionForDescribeDisasterRecoveryRegionsOutput added in v1.1.18

type RegionForDescribeDisasterRecoveryRegionsOutput struct {
	RegionId *string `type:"string" json:",omitempty"`

	RegionName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RegionForDescribeDisasterRecoveryRegionsOutput) GoString added in v1.1.18

GoString returns the string representation

func (*RegionForDescribeDisasterRecoveryRegionsOutput) SetRegionId added in v1.1.18

SetRegionId sets the RegionId field's value.

func (*RegionForDescribeDisasterRecoveryRegionsOutput) SetRegionName added in v1.1.18

SetRegionName sets the RegionName field's value.

func (RegionForDescribeDisasterRecoveryRegionsOutput) String added in v1.1.18

String returns the string representation

type RegionForDescribeRegionsOutput

type RegionForDescribeRegionsOutput struct {
	RegionId *string `type:"string" json:",omitempty"`

	RegionName *string `type:"string" json:",omitempty"`
	// 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 RelatedInstanceInfosForDescribeTaskDetailOutput added in v1.1.18

type RelatedInstanceInfosForDescribeTaskDetailOutput struct {
	InstanceID *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RelatedInstanceInfosForDescribeTaskDetailOutput) GoString added in v1.1.18

GoString returns the string representation

func (*RelatedInstanceInfosForDescribeTaskDetailOutput) SetInstanceID added in v1.1.18

SetInstanceID sets the InstanceID field's value.

func (RelatedInstanceInfosForDescribeTaskDetailOutput) String added in v1.1.18

String returns the string representation

type RelatedInstanceInfosForDescribeTasksOutput added in v1.0.125

type RelatedInstanceInfosForDescribeTasksOutput struct {
	InstanceID *string `type:"string" json:",omitempty"`
	// 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 RemoveDiagnosticsEntityInput added in v1.0.185

type RemoveDiagnosticsEntityInput struct {
	DiagnosticsRecordIds []*string `type:"list" json:",omitempty"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (RemoveDiagnosticsEntityInput) GoString added in v1.0.185

func (s RemoveDiagnosticsEntityInput) GoString() string

GoString returns the string representation

func (*RemoveDiagnosticsEntityInput) SetDiagnosticsRecordIds added in v1.0.185

func (s *RemoveDiagnosticsEntityInput) SetDiagnosticsRecordIds(v []*string) *RemoveDiagnosticsEntityInput

SetDiagnosticsRecordIds sets the DiagnosticsRecordIds field's value.

func (*RemoveDiagnosticsEntityInput) SetInstanceId added in v1.0.185

SetInstanceId sets the InstanceId field's value.

func (RemoveDiagnosticsEntityInput) String added in v1.0.185

String returns the string representation

func (*RemoveDiagnosticsEntityInput) Validate added in v1.0.185

func (s *RemoveDiagnosticsEntityInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RemoveDiagnosticsEntityOutput added in v1.0.185

type RemoveDiagnosticsEntityOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (RemoveDiagnosticsEntityOutput) GoString added in v1.0.185

GoString returns the string representation

func (RemoveDiagnosticsEntityOutput) String added in v1.0.185

String returns the string representation

type RemoveTagFromUserBackupInfoInput added in v1.1.54

type RemoveTagFromUserBackupInfoInput struct {

	// BackupId is a required field
	BackupId *string `type:"string" json:",omitempty" required:"true"`

	// ProjectName is a required field
	ProjectName *string `type:"string" json:",omitempty" required:"true"`

	Tags []*TagForRemoveTagFromUserBackupInfoInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RemoveTagFromUserBackupInfoInput) GoString added in v1.1.54

GoString returns the string representation

func (*RemoveTagFromUserBackupInfoInput) SetBackupId added in v1.1.54

SetBackupId sets the BackupId field's value.

func (*RemoveTagFromUserBackupInfoInput) SetProjectName added in v1.1.54

SetProjectName sets the ProjectName field's value.

func (*RemoveTagFromUserBackupInfoInput) SetTags added in v1.1.54

SetTags sets the Tags field's value.

func (RemoveTagFromUserBackupInfoInput) String added in v1.1.54

String returns the string representation

func (*RemoveTagFromUserBackupInfoInput) Validate added in v1.1.54

Validate inspects the fields of the type to determine if they are valid.

type RemoveTagFromUserBackupInfoOutput added in v1.1.54

type RemoveTagFromUserBackupInfoOutput struct {
	Metadata *response.ResponseMetadata

	Reason *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`

	StatusCode *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RemoveTagFromUserBackupInfoOutput) GoString added in v1.1.54

GoString returns the string representation

func (*RemoveTagFromUserBackupInfoOutput) SetReason added in v1.1.54

SetReason sets the Reason field's value.

func (*RemoveTagFromUserBackupInfoOutput) SetStatus added in v1.1.54

SetStatus sets the Status field's value.

func (*RemoveTagFromUserBackupInfoOutput) SetStatusCode added in v1.1.54

SetStatusCode sets the StatusCode field's value.

func (RemoveTagFromUserBackupInfoOutput) String added in v1.1.54

String returns the string representation

type RemoveTagsFromResourceInput added in v1.0.93

type RemoveTagsFromResourceInput struct {
	InstanceIds []*string `type:"list" json:",omitempty"`

	TagKeys []*string `type:"list" json:",omitempty"`
	// 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" json:",omitempty" required:"true"`

	// AccountPassword is a required field
	AccountPassword *string `type:"string" json:",omitempty" required:"true"`

	Host *string `type:"string" json:",omitempty"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" 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 ResourcePackageForDescribeResourcePackageDetailOutput added in v1.1.54

type ResourcePackageForDescribeResourcePackageDetailOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	EffectiveTime *string `type:"string" json:",omitempty"`

	ExpirationTime *string `type:"string" json:",omitempty"`

	PackageId *string `type:"string" json:",omitempty"`

	PackageSpec *string `type:"string" json:",omitempty"`

	PackageStatus *string `type:"string" json:",omitempty"`

	PackageType *string `type:"string" json:",omitempty"`

	PurchaseDuration *int32 `type:"int32" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourcePackageForDescribeResourcePackageDetailOutput) GoString added in v1.1.54

GoString returns the string representation

func (*ResourcePackageForDescribeResourcePackageDetailOutput) SetCreateTime added in v1.1.54

SetCreateTime sets the CreateTime field's value.

func (*ResourcePackageForDescribeResourcePackageDetailOutput) SetEffectiveTime added in v1.1.54

SetEffectiveTime sets the EffectiveTime field's value.

func (*ResourcePackageForDescribeResourcePackageDetailOutput) SetExpirationTime added in v1.1.54

SetExpirationTime sets the ExpirationTime field's value.

func (*ResourcePackageForDescribeResourcePackageDetailOutput) SetPackageId added in v1.1.54

SetPackageId sets the PackageId field's value.

func (*ResourcePackageForDescribeResourcePackageDetailOutput) SetPackageSpec added in v1.1.54

SetPackageSpec sets the PackageSpec field's value.

func (*ResourcePackageForDescribeResourcePackageDetailOutput) SetPackageStatus added in v1.1.54

SetPackageStatus sets the PackageStatus field's value.

func (*ResourcePackageForDescribeResourcePackageDetailOutput) SetPackageType added in v1.1.54

SetPackageType sets the PackageType field's value.

func (*ResourcePackageForDescribeResourcePackageDetailOutput) SetPurchaseDuration added in v1.1.54

SetPurchaseDuration sets the PurchaseDuration field's value.

func (*ResourcePackageForDescribeResourcePackageDetailOutput) SetRegion added in v1.1.54

SetRegion sets the Region field's value.

func (ResourcePackageForDescribeResourcePackageDetailOutput) String added in v1.1.54

String returns the string representation

type ResourcePackageForListResourcePackagesOutput added in v1.1.54

type ResourcePackageForListResourcePackagesOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	EffectiveTime *string `type:"string" json:",omitempty"`

	ExpirationTime *string `type:"string" json:",omitempty"`

	PackageId *string `type:"string" json:",omitempty"`

	PackageSpec *string `type:"string" json:",omitempty"`

	PackageStatus *string `type:"string" json:",omitempty"`

	PackageType *string `type:"string" json:",omitempty"`

	PurchaseDuration *int32 `type:"int32" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourcePackageForListResourcePackagesOutput) GoString added in v1.1.54

GoString returns the string representation

func (*ResourcePackageForListResourcePackagesOutput) SetCreateTime added in v1.1.54

SetCreateTime sets the CreateTime field's value.

func (*ResourcePackageForListResourcePackagesOutput) SetEffectiveTime added in v1.1.54

SetEffectiveTime sets the EffectiveTime field's value.

func (*ResourcePackageForListResourcePackagesOutput) SetExpirationTime added in v1.1.54

SetExpirationTime sets the ExpirationTime field's value.

func (*ResourcePackageForListResourcePackagesOutput) SetPackageId added in v1.1.54

SetPackageId sets the PackageId field's value.

func (*ResourcePackageForListResourcePackagesOutput) SetPackageSpec added in v1.1.54

SetPackageSpec sets the PackageSpec field's value.

func (*ResourcePackageForListResourcePackagesOutput) SetPackageStatus added in v1.1.54

SetPackageStatus sets the PackageStatus field's value.

func (*ResourcePackageForListResourcePackagesOutput) SetPackageType added in v1.1.54

SetPackageType sets the PackageType field's value.

func (*ResourcePackageForListResourcePackagesOutput) SetPurchaseDuration added in v1.1.54

SetPurchaseDuration sets the PurchaseDuration field's value.

func (*ResourcePackageForListResourcePackagesOutput) SetRegion added in v1.1.54

SetRegion sets the Region field's value.

func (ResourcePackageForListResourcePackagesOutput) String added in v1.1.54

String returns the string representation

type RestartDBInstanceInput

type RestartDBInstanceInput struct {
	ApplyScope *string `type:"string" json:",omitempty"`

	CustomNodeIds []*string `type:"list" json:",omitempty"`

	ForceRestartMaster *bool `type:"boolean" json:",omitempty"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`

	RestartWithProxy *bool `type:"boolean" json:",omitempty"`

	SpecifiedSwitchEndTime *string `type:"string" json:",omitempty"`

	SpecifiedSwitchStartTime *string `type:"string" json:",omitempty"`

	SwitchType *string `type:"string" json:",omitempty"`
	// 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) SetForceRestartMaster added in v1.1.54

func (s *RestartDBInstanceInput) SetForceRestartMaster(v bool) *RestartDBInstanceInput

SetForceRestartMaster sets the ForceRestartMaster field's value.

func (*RestartDBInstanceInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*RestartDBInstanceInput) SetRestartWithProxy added in v1.1.54

func (s *RestartDBInstanceInput) SetRestartWithProxy(v bool) *RestartDBInstanceInput

SetRestartWithProxy sets the RestartWithProxy field's value.

func (*RestartDBInstanceInput) SetSpecifiedSwitchEndTime added in v1.0.185

func (s *RestartDBInstanceInput) SetSpecifiedSwitchEndTime(v string) *RestartDBInstanceInput

SetSpecifiedSwitchEndTime sets the SpecifiedSwitchEndTime field's value.

func (*RestartDBInstanceInput) SetSpecifiedSwitchStartTime added in v1.0.185

func (s *RestartDBInstanceInput) SetSpecifiedSwitchStartTime(v string) *RestartDBInstanceInput

SetSpecifiedSwitchStartTime sets the SpecifiedSwitchStartTime 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 RestoreToCrossRegionInstanceInput added in v1.0.93

type RestoreToCrossRegionInstanceInput struct {
	AllowListIds []*string `type:"list" json:",omitempty"`

	AutoStorageScalingConfig *AutoStorageScalingConfigForRestoreToCrossRegionInstanceInput `type:"structure" json:",omitempty"`

	BackupId *string `type:"string" json:",omitempty"`

	ChargeInfo *ChargeInfoForRestoreToCrossRegionInstanceInput `type:"structure" json:",omitempty"`

	DBParamGroupId *string `type:"string" json:",omitempty"`

	DeletionProtection *string `type:"string" json:",omitempty"`

	// DstRegionId is a required field
	DstRegionId *string `type:"string" json:",omitempty" required:"true"`

	InstanceName *string `type:"string" json:",omitempty"`

	InstanceTags []*InstanceTagForRestoreToCrossRegionInstanceInput `type:"list" json:",omitempty"`

	NodeInfo []*NodeInfoForRestoreToCrossRegionInstanceInput `type:"list" json:",omitempty"`

	Port *int32 `type:"int32" json:",omitempty"`

	PrivateIpAddress *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	ProxyNodeCustom *ProxyNodeCustomForRestoreToCrossRegionInstanceInput `type:"structure" json:",omitempty"`

	RestoreTime *string `type:"string" json:",omitempty"`

	// SrcRegionId is a required field
	SrcRegionId *string `type:"string" json:",omitempty" required:"true"`

	// SrcRegionInstanceId is a required field
	SrcRegionInstanceId *string `type:"string" json:",omitempty" required:"true"`

	StorageSpace *int32 `type:"int32" json:",omitempty"`

	// StorageType is a required field
	StorageType *string `type:"string" json:",omitempty" required:"true"`

	// SubnetId is a required field
	SubnetId *string `type:"string" json:",omitempty" required:"true"`

	// VpcId is a required field
	VpcId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (RestoreToCrossRegionInstanceInput) GoString added in v1.0.93

GoString returns the string representation

func (*RestoreToCrossRegionInstanceInput) SetAllowListIds added in v1.0.93

SetAllowListIds sets the AllowListIds field's value.

func (*RestoreToCrossRegionInstanceInput) SetAutoStorageScalingConfig added in v1.1.18

SetAutoStorageScalingConfig sets the AutoStorageScalingConfig field's value.

func (*RestoreToCrossRegionInstanceInput) SetBackupId added in v1.0.93

SetBackupId sets the BackupId field's value.

func (*RestoreToCrossRegionInstanceInput) SetChargeInfo added in v1.0.93

SetChargeInfo sets the ChargeInfo field's value.

func (*RestoreToCrossRegionInstanceInput) SetDBParamGroupId added in v1.0.93

SetDBParamGroupId sets the DBParamGroupId field's value.

func (*RestoreToCrossRegionInstanceInput) SetDeletionProtection added in v1.1.18

SetDeletionProtection sets the DeletionProtection field's value.

func (*RestoreToCrossRegionInstanceInput) SetDstRegionId added in v1.0.93

SetDstRegionId sets the DstRegionId field's value.

func (*RestoreToCrossRegionInstanceInput) SetInstanceName added in v1.0.93

SetInstanceName sets the InstanceName field's value.

func (*RestoreToCrossRegionInstanceInput) SetInstanceTags added in v1.0.93

SetInstanceTags sets the InstanceTags field's value.

func (*RestoreToCrossRegionInstanceInput) SetNodeInfo added in v1.0.93

SetNodeInfo sets the NodeInfo field's value.

func (*RestoreToCrossRegionInstanceInput) SetPort added in v1.0.137

SetPort sets the Port field's value.

func (*RestoreToCrossRegionInstanceInput) SetPrivateIpAddress added in v1.2.21

SetPrivateIpAddress sets the PrivateIpAddress field's value.

func (*RestoreToCrossRegionInstanceInput) SetProjectName added in v1.0.93

SetProjectName sets the ProjectName field's value.

func (*RestoreToCrossRegionInstanceInput) SetProxyNodeCustom added in v1.1.54

SetProxyNodeCustom sets the ProxyNodeCustom field's value.

func (*RestoreToCrossRegionInstanceInput) SetRestoreTime added in v1.0.93

SetRestoreTime sets the RestoreTime field's value.

func (*RestoreToCrossRegionInstanceInput) SetSrcRegionId added in v1.0.93

SetSrcRegionId sets the SrcRegionId field's value.

func (*RestoreToCrossRegionInstanceInput) SetSrcRegionInstanceId added in v1.0.93

SetSrcRegionInstanceId sets the SrcRegionInstanceId field's value.

func (*RestoreToCrossRegionInstanceInput) SetStorageSpace added in v1.0.93

SetStorageSpace sets the StorageSpace field's value.

func (*RestoreToCrossRegionInstanceInput) SetStorageType added in v1.0.93

SetStorageType sets the StorageType field's value.

func (*RestoreToCrossRegionInstanceInput) SetSubnetId added in v1.0.93

SetSubnetId sets the SubnetId field's value.

func (*RestoreToCrossRegionInstanceInput) SetVpcId added in v1.0.93

SetVpcId sets the VpcId field's value.

func (RestoreToCrossRegionInstanceInput) String added in v1.0.93

String returns the string representation

func (*RestoreToCrossRegionInstanceInput) Validate added in v1.0.137

Validate inspects the fields of the type to determine if they are valid.

type RestoreToCrossRegionInstanceOutput added in v1.0.93

type RestoreToCrossRegionInstanceOutput struct {
	Metadata *response.ResponseMetadata

	InstanceId *string `type:"string" json:",omitempty"`

	OrderId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RestoreToCrossRegionInstanceOutput) GoString added in v1.0.93

GoString returns the string representation

func (*RestoreToCrossRegionInstanceOutput) SetInstanceId added in v1.0.93

SetInstanceId sets the InstanceId field's value.

func (*RestoreToCrossRegionInstanceOutput) SetOrderId added in v1.0.93

SetOrderId sets the OrderId field's value.

func (RestoreToCrossRegionInstanceOutput) String added in v1.0.93

String returns the string representation

type RestoreToExistedInstanceInput added in v1.0.93

type RestoreToExistedInstanceInput struct {
	BackupId *string `type:"string" json:",omitempty"`

	FastMode *bool `type:"boolean" json:",omitempty"`

	RestoreTime *string `type:"string" json:",omitempty"`

	RestoreType *string `type:"string" json:",omitempty"`

	// SourceDBInstanceId is a required field
	SourceDBInstanceId *string `type:"string" json:",omitempty" required:"true"`

	TableMeta []*TableMetaForRestoreToExistedInstanceInput `type:"list" json:",omitempty"`
	// 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) SetFastMode added in v1.1.18

SetFastMode sets the FastMode 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 RestoreToNewInstanceFromUserTosInput added in v1.1.54

type RestoreToNewInstanceFromUserTosInput struct {
	AllowListIds []*string `type:"list" json:",omitempty"`

	AutoStorageScalingConfig *AutoStorageScalingConfigForRestoreToNewInstanceFromUserTosInput `type:"structure" json:",omitempty"`

	ChargeInfo *ChargeInfoForRestoreToNewInstanceFromUserTosInput `type:"structure" json:",omitempty"`

	DBParamGroupId *string `type:"string" json:",omitempty"`

	DeletionProtection *string `type:"string" json:",omitempty"`

	EnableExternalReplication *bool `type:"boolean" json:",omitempty"`

	InstanceName *string `type:"string" json:",omitempty"`

	InstanceTags []*InstanceTagForRestoreToNewInstanceFromUserTosInput `type:"list" json:",omitempty"`

	// InstanceType is a required field
	InstanceType *string `type:"string" json:",omitempty" required:"true"`

	NodeInfo []*NodeInfoForRestoreToNewInstanceFromUserTosInput `type:"list" json:",omitempty"`

	Port *int32 `type:"int32" json:",omitempty"`

	PrivateIpAddress *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	ProxyNodeCustom *ProxyNodeCustomForRestoreToNewInstanceFromUserTosInput `type:"structure" json:",omitempty"`

	StorageSpace *int32 `type:"int32" json:",omitempty"`

	// StorageType is a required field
	StorageType *string `type:"string" json:",omitempty" required:"true"`

	// SubnetId is a required field
	SubnetId *string `type:"string" json:",omitempty" required:"true"`

	// UserUploadBackupId is a required field
	UserUploadBackupId *string `type:"string" json:",omitempty" required:"true"`

	// VpcId is a required field
	VpcId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (RestoreToNewInstanceFromUserTosInput) GoString added in v1.1.54

GoString returns the string representation

func (*RestoreToNewInstanceFromUserTosInput) SetAllowListIds added in v1.1.54

SetAllowListIds sets the AllowListIds field's value.

func (*RestoreToNewInstanceFromUserTosInput) SetAutoStorageScalingConfig added in v1.1.54

SetAutoStorageScalingConfig sets the AutoStorageScalingConfig field's value.

func (*RestoreToNewInstanceFromUserTosInput) SetChargeInfo added in v1.1.54

SetChargeInfo sets the ChargeInfo field's value.

func (*RestoreToNewInstanceFromUserTosInput) SetDBParamGroupId added in v1.1.54

SetDBParamGroupId sets the DBParamGroupId field's value.

func (*RestoreToNewInstanceFromUserTosInput) SetDeletionProtection added in v1.1.54

SetDeletionProtection sets the DeletionProtection field's value.

func (*RestoreToNewInstanceFromUserTosInput) SetEnableExternalReplication added in v1.1.54

SetEnableExternalReplication sets the EnableExternalReplication field's value.

func (*RestoreToNewInstanceFromUserTosInput) SetInstanceName added in v1.1.54

SetInstanceName sets the InstanceName field's value.

func (*RestoreToNewInstanceFromUserTosInput) SetInstanceTags added in v1.1.54

SetInstanceTags sets the InstanceTags field's value.

func (*RestoreToNewInstanceFromUserTosInput) SetInstanceType added in v1.1.54

SetInstanceType sets the InstanceType field's value.

func (*RestoreToNewInstanceFromUserTosInput) SetNodeInfo added in v1.1.54

SetNodeInfo sets the NodeInfo field's value.

func (*RestoreToNewInstanceFromUserTosInput) SetPort added in v1.1.54

SetPort sets the Port field's value.

func (*RestoreToNewInstanceFromUserTosInput) SetPrivateIpAddress added in v1.2.21

SetPrivateIpAddress sets the PrivateIpAddress field's value.

func (*RestoreToNewInstanceFromUserTosInput) SetProjectName added in v1.1.54

SetProjectName sets the ProjectName field's value.

func (*RestoreToNewInstanceFromUserTosInput) SetProxyNodeCustom added in v1.1.54

SetProxyNodeCustom sets the ProxyNodeCustom field's value.

func (*RestoreToNewInstanceFromUserTosInput) SetStorageSpace added in v1.1.54

SetStorageSpace sets the StorageSpace field's value.

func (*RestoreToNewInstanceFromUserTosInput) SetStorageType added in v1.1.54

SetStorageType sets the StorageType field's value.

func (*RestoreToNewInstanceFromUserTosInput) SetSubnetId added in v1.1.54

SetSubnetId sets the SubnetId field's value.

func (*RestoreToNewInstanceFromUserTosInput) SetUserUploadBackupId added in v1.1.54

SetUserUploadBackupId sets the UserUploadBackupId field's value.

func (*RestoreToNewInstanceFromUserTosInput) SetVpcId added in v1.1.54

SetVpcId sets the VpcId field's value.

func (RestoreToNewInstanceFromUserTosInput) String added in v1.1.54

String returns the string representation

func (*RestoreToNewInstanceFromUserTosInput) Validate added in v1.1.54

Validate inspects the fields of the type to determine if they are valid.

type RestoreToNewInstanceFromUserTosOutput added in v1.1.54

type RestoreToNewInstanceFromUserTosOutput struct {
	Metadata *response.ResponseMetadata

	InstanceId *string `type:"string" json:",omitempty"`

	OrderId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RestoreToNewInstanceFromUserTosOutput) GoString added in v1.1.54

GoString returns the string representation

func (*RestoreToNewInstanceFromUserTosOutput) SetInstanceId added in v1.1.54

SetInstanceId sets the InstanceId field's value.

func (*RestoreToNewInstanceFromUserTosOutput) SetOrderId added in v1.1.54

SetOrderId sets the OrderId field's value.

func (RestoreToNewInstanceFromUserTosOutput) String added in v1.1.54

String returns the string representation

type RestoreToNewInstanceInput

type RestoreToNewInstanceInput struct {
	AllowListIds []*string `type:"list" json:",omitempty"`

	AutoStorageScalingConfig *AutoStorageScalingConfigForRestoreToNewInstanceInput `type:"structure" json:",omitempty"`

	BackupId *string `type:"string" json:",omitempty"`

	ChargeInfo *ChargeInfoForRestoreToNewInstanceInput `type:"structure" json:",omitempty"`

	DBParamGroupId *string `type:"string" json:",omitempty"`

	DeletionProtection *string `type:"string" json:",omitempty"`

	EnableExternalReplication *bool `type:"boolean" json:",omitempty"`

	InstanceName *string `type:"string" json:",omitempty"`

	InstanceTags []*InstanceTagForRestoreToNewInstanceInput `type:"list" json:",omitempty"`

	NodeInfo []*NodeInfoForRestoreToNewInstanceInput `type:"list" json:",omitempty"`

	Port *int32 `type:"int32" json:",omitempty"`

	PrivateIpAddress *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	ProxyNodeCustom *ProxyNodeCustomForRestoreToNewInstanceInput `type:"structure" json:",omitempty"`

	RestoreTime *string `type:"string" json:",omitempty"`

	// SrcInstanceId is a required field
	SrcInstanceId *string `type:"string" json:",omitempty" required:"true"`

	StorageSpace *int32 `type:"int32" json:",omitempty"`

	// StorageType is a required field
	StorageType *string `type:"string" json:",omitempty" required:"true"`

	// SubnetId is a required field
	SubnetId *string `type:"string" json:",omitempty" required:"true"`

	// VpcId is a required field
	VpcId *string `type:"string" json:",omitempty" 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) SetAutoStorageScalingConfig added in v1.1.18

SetAutoStorageScalingConfig sets the AutoStorageScalingConfig 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) SetDeletionProtection added in v1.1.18

func (s *RestoreToNewInstanceInput) SetDeletionProtection(v string) *RestoreToNewInstanceInput

SetDeletionProtection sets the DeletionProtection field's value.

func (*RestoreToNewInstanceInput) SetEnableExternalReplication added in v1.1.54

func (s *RestoreToNewInstanceInput) SetEnableExternalReplication(v bool) *RestoreToNewInstanceInput

SetEnableExternalReplication sets the EnableExternalReplication 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) SetPort added in v1.0.137

SetPort sets the Port field's value.

func (*RestoreToNewInstanceInput) SetPrivateIpAddress added in v1.2.21

func (s *RestoreToNewInstanceInput) SetPrivateIpAddress(v string) *RestoreToNewInstanceInput

SetPrivateIpAddress sets the PrivateIpAddress field's value.

func (*RestoreToNewInstanceInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*RestoreToNewInstanceInput) SetProxyNodeCustom added in v1.1.35

SetProxyNodeCustom sets the ProxyNodeCustom 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" json:",omitempty"`

	OrderId *string `type:"string" json:",omitempty"`
	// 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" json:",omitempty" required:"true"`

	// DBNames is a required field
	DBNames *string `type:"string" json:",omitempty" required:"true"`

	Host *string `type:"string" json:",omitempty"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" 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" json:",omitempty" required:"true"`

	// DBName is a required field
	DBName *string `type:"string" json:",omitempty" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" 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" json:",omitempty" required:"true"`

	TemplateDesc *string `type:"string" json:",omitempty"`

	// TemplateName is a required field
	TemplateName *string `type:"string" json:",omitempty" 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" json:",omitempty"`

	IpList []*string `type:"list" json:",omitempty"`

	SecurityGroupId *string `type:"string" json:",omitempty"`

	SecurityGroupName *string `type:"string" json:",omitempty"`
	// 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" json:",omitempty"`

	IpList []*string `type:"list" json:",omitempty"`

	SecurityGroupId *string `type:"string" json:",omitempty"`

	SecurityGroupName *string `type:"string" json:",omitempty"`
	// 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" json:",omitempty"`

	IpList []*string `type:"list" json:",omitempty"`

	SecurityGroupId *string `type:"string" json:",omitempty"`

	SecurityGroupName *string `type:"string" json:",omitempty"`
	// 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" json:",omitempty"`

	IpList []*string `type:"list" json:",omitempty"`

	SecurityGroupId *string `type:"string" json:",omitempty"`

	SecurityGroupName *string `type:"string" json:",omitempty"`
	// 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 StartDBInstanceInput added in v1.1.18

type StartDBInstanceInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (StartDBInstanceInput) GoString added in v1.1.18

func (s StartDBInstanceInput) GoString() string

GoString returns the string representation

func (*StartDBInstanceInput) SetInstanceId added in v1.1.18

func (s *StartDBInstanceInput) SetInstanceId(v string) *StartDBInstanceInput

SetInstanceId sets the InstanceId field's value.

func (StartDBInstanceInput) String added in v1.1.18

func (s StartDBInstanceInput) String() string

String returns the string representation

func (*StartDBInstanceInput) Validate added in v1.1.18

func (s *StartDBInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartDBInstanceOutput added in v1.1.18

type StartDBInstanceOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (StartDBInstanceOutput) GoString added in v1.1.18

func (s StartDBInstanceOutput) GoString() string

GoString returns the string representation

func (StartDBInstanceOutput) String added in v1.1.18

func (s StartDBInstanceOutput) String() string

String returns the string representation

type StepExtraInfoForDescribeTaskDetailOutput added in v1.1.18

type StepExtraInfoForDescribeTaskDetailOutput struct {
	Type *string `type:"string" json:",omitempty"`

	Unit *string `type:"string" json:",omitempty"`

	Value *float64 `type:"double" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StepExtraInfoForDescribeTaskDetailOutput) GoString added in v1.1.18

GoString returns the string representation

func (*StepExtraInfoForDescribeTaskDetailOutput) SetType added in v1.1.18

SetType sets the Type field's value.

func (*StepExtraInfoForDescribeTaskDetailOutput) SetUnit added in v1.1.18

SetUnit sets the Unit field's value.

func (*StepExtraInfoForDescribeTaskDetailOutput) SetValue added in v1.1.18

SetValue sets the Value field's value.

func (StepExtraInfoForDescribeTaskDetailOutput) String added in v1.1.18

String returns the string representation

type StepExtraInfoForDescribeTasksOutput added in v1.0.125

type StepExtraInfoForDescribeTasksOutput struct {
	Type *string `type:"string" json:",omitempty"`

	Unit *string `type:"string" json:",omitempty"`

	Value *float64 `type:"double" json:",omitempty"`
	// 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 StopDBInstanceInput added in v1.1.18

type StopDBInstanceInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (StopDBInstanceInput) GoString added in v1.1.18

func (s StopDBInstanceInput) GoString() string

GoString returns the string representation

func (*StopDBInstanceInput) SetInstanceId added in v1.1.18

func (s *StopDBInstanceInput) SetInstanceId(v string) *StopDBInstanceInput

SetInstanceId sets the InstanceId field's value.

func (StopDBInstanceInput) String added in v1.1.18

func (s StopDBInstanceInput) String() string

String returns the string representation

func (*StopDBInstanceInput) Validate added in v1.1.18

func (s *StopDBInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StopDBInstanceOutput added in v1.1.18

type StopDBInstanceOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (StopDBInstanceOutput) GoString added in v1.1.18

func (s StopDBInstanceOutput) GoString() string

GoString returns the string representation

func (StopDBInstanceOutput) String added in v1.1.18

func (s StopDBInstanceOutput) String() string

String returns the string representation

type SwitchDBBlueGreenInput added in v1.2.21

type SwitchDBBlueGreenInput struct {
	Endpoints []*EndpointForSwitchDBBlueGreenInput `type:"list" json:",omitempty"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`

	SpecifiedSwitchEndTime *string `type:"string" json:",omitempty"`

	SpecifiedSwitchStartTime *string `type:"string" json:",omitempty"`

	SwitchType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SwitchDBBlueGreenInput) GoString added in v1.2.21

func (s SwitchDBBlueGreenInput) GoString() string

GoString returns the string representation

func (*SwitchDBBlueGreenInput) SetEndpoints added in v1.2.21

SetEndpoints sets the Endpoints field's value.

func (*SwitchDBBlueGreenInput) SetInstanceId added in v1.2.21

SetInstanceId sets the InstanceId field's value.

func (*SwitchDBBlueGreenInput) SetSpecifiedSwitchEndTime added in v1.2.21

func (s *SwitchDBBlueGreenInput) SetSpecifiedSwitchEndTime(v string) *SwitchDBBlueGreenInput

SetSpecifiedSwitchEndTime sets the SpecifiedSwitchEndTime field's value.

func (*SwitchDBBlueGreenInput) SetSpecifiedSwitchStartTime added in v1.2.21

func (s *SwitchDBBlueGreenInput) SetSpecifiedSwitchStartTime(v string) *SwitchDBBlueGreenInput

SetSpecifiedSwitchStartTime sets the SpecifiedSwitchStartTime field's value.

func (*SwitchDBBlueGreenInput) SetSwitchType added in v1.2.21

SetSwitchType sets the SwitchType field's value.

func (SwitchDBBlueGreenInput) String added in v1.2.21

func (s SwitchDBBlueGreenInput) String() string

String returns the string representation

func (*SwitchDBBlueGreenInput) Validate added in v1.2.21

func (s *SwitchDBBlueGreenInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SwitchDBBlueGreenOutput added in v1.2.21

type SwitchDBBlueGreenOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (SwitchDBBlueGreenOutput) GoString added in v1.2.21

func (s SwitchDBBlueGreenOutput) GoString() string

GoString returns the string representation

func (SwitchDBBlueGreenOutput) String added in v1.2.21

func (s SwitchDBBlueGreenOutput) String() string

String returns the string representation

type SwitchDBInstanceHAInput added in v1.0.93

type SwitchDBInstanceHAInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`

	// NodeId is a required field
	NodeId *string `type:"string" json:",omitempty" 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 SwitchDBPrecheckBlueGreenInput added in v1.2.21

type SwitchDBPrecheckBlueGreenInput struct {
	Endpoints []*EndpointForSwitchDBPrecheckBlueGreenInput `type:"list" json:",omitempty"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`

	Recheck *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SwitchDBPrecheckBlueGreenInput) GoString added in v1.2.21

GoString returns the string representation

func (*SwitchDBPrecheckBlueGreenInput) SetEndpoints added in v1.2.21

SetEndpoints sets the Endpoints field's value.

func (*SwitchDBPrecheckBlueGreenInput) SetInstanceId added in v1.2.21

SetInstanceId sets the InstanceId field's value.

func (*SwitchDBPrecheckBlueGreenInput) SetRecheck added in v1.2.21

SetRecheck sets the Recheck field's value.

func (SwitchDBPrecheckBlueGreenInput) String added in v1.2.21

String returns the string representation

func (*SwitchDBPrecheckBlueGreenInput) Validate added in v1.2.21

func (s *SwitchDBPrecheckBlueGreenInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SwitchDBPrecheckBlueGreenOutput added in v1.2.21

type SwitchDBPrecheckBlueGreenOutput struct {
	Metadata *response.ResponseMetadata

	EventId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SwitchDBPrecheckBlueGreenOutput) GoString added in v1.2.21

GoString returns the string representation

func (*SwitchDBPrecheckBlueGreenOutput) SetEventId added in v1.2.21

SetEventId sets the EventId field's value.

func (SwitchDBPrecheckBlueGreenOutput) String added in v1.2.21

String returns the string representation

type SwitchDrInstanceToMasterInput added in v1.1.18

type SwitchDrInstanceToMasterInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (SwitchDrInstanceToMasterInput) GoString added in v1.1.18

GoString returns the string representation

func (*SwitchDrInstanceToMasterInput) SetInstanceId added in v1.1.18

SetInstanceId sets the InstanceId field's value.

func (SwitchDrInstanceToMasterInput) String added in v1.1.18

String returns the string representation

func (*SwitchDrInstanceToMasterInput) Validate added in v1.1.18

func (s *SwitchDrInstanceToMasterInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SwitchDrInstanceToMasterOutput added in v1.1.18

type SwitchDrInstanceToMasterOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (SwitchDrInstanceToMasterOutput) GoString added in v1.1.18

GoString returns the string representation

func (SwitchDrInstanceToMasterOutput) String added in v1.1.18

String returns the string representation

type SyncAllowListInput added in v1.1.35

type SyncAllowListInput struct {

	// AllowListId is a required field
	AllowListId *string `type:"string" json:",omitempty" required:"true"`

	DryRun *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SyncAllowListInput) GoString added in v1.1.35

func (s SyncAllowListInput) GoString() string

GoString returns the string representation

func (*SyncAllowListInput) SetAllowListId added in v1.1.35

func (s *SyncAllowListInput) SetAllowListId(v string) *SyncAllowListInput

SetAllowListId sets the AllowListId field's value.

func (*SyncAllowListInput) SetDryRun added in v1.1.35

func (s *SyncAllowListInput) SetDryRun(v bool) *SyncAllowListInput

SetDryRun sets the DryRun field's value.

func (SyncAllowListInput) String added in v1.1.35

func (s SyncAllowListInput) String() string

String returns the string representation

func (*SyncAllowListInput) Validate added in v1.1.35

func (s *SyncAllowListInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SyncAllowListOutput added in v1.1.35

type SyncAllowListOutput struct {
	Metadata *response.ResponseMetadata

	ChangeObjects []*ChangeObjectForSyncAllowListOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SyncAllowListOutput) GoString added in v1.1.35

func (s SyncAllowListOutput) GoString() string

GoString returns the string representation

func (*SyncAllowListOutput) SetChangeObjects added in v1.1.35

SetChangeObjects sets the ChangeObjects field's value.

func (SyncAllowListOutput) String added in v1.1.35

func (s SyncAllowListOutput) String() string

String returns the string representation

type TableColumnPrivilegeForCreateDBAccountInput added in v1.1.18

type TableColumnPrivilegeForCreateDBAccountInput struct {
	ColumnPrivileges []*ColumnPrivilegeForCreateDBAccountInput `type:"list" json:",omitempty"`

	DBName *string `type:"string" json:",omitempty"`

	TablePrivileges []*TablePrivilegeForCreateDBAccountInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TableColumnPrivilegeForCreateDBAccountInput) GoString added in v1.1.18

GoString returns the string representation

func (*TableColumnPrivilegeForCreateDBAccountInput) SetColumnPrivileges added in v1.1.18

SetColumnPrivileges sets the ColumnPrivileges field's value.

func (*TableColumnPrivilegeForCreateDBAccountInput) SetDBName added in v1.1.18

SetDBName sets the DBName field's value.

func (*TableColumnPrivilegeForCreateDBAccountInput) SetTablePrivileges added in v1.1.18

SetTablePrivileges sets the TablePrivileges field's value.

func (TableColumnPrivilegeForCreateDBAccountInput) String added in v1.1.18

String returns the string representation

type TableColumnPrivilegeForGrantDBAccountPrivilegeInput added in v1.1.18

type TableColumnPrivilegeForGrantDBAccountPrivilegeInput struct {
	ColumnPrivileges []*ColumnPrivilegeForGrantDBAccountPrivilegeInput `type:"list" json:",omitempty"`

	DBName *string `type:"string" json:",omitempty"`

	TablePrivileges []*TablePrivilegeForGrantDBAccountPrivilegeInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TableColumnPrivilegeForGrantDBAccountPrivilegeInput) GoString added in v1.1.18

GoString returns the string representation

func (*TableColumnPrivilegeForGrantDBAccountPrivilegeInput) SetColumnPrivileges added in v1.1.18

SetColumnPrivileges sets the ColumnPrivileges field's value.

func (*TableColumnPrivilegeForGrantDBAccountPrivilegeInput) SetDBName added in v1.1.18

SetDBName sets the DBName field's value.

func (*TableColumnPrivilegeForGrantDBAccountPrivilegeInput) SetTablePrivileges added in v1.1.18

SetTablePrivileges sets the TablePrivileges field's value.

func (TableColumnPrivilegeForGrantDBAccountPrivilegeInput) String added in v1.1.18

String returns the string representation

type TableForRestoreToExistedInstanceInput added in v1.0.93

type TableForRestoreToExistedInstanceInput struct {
	NewTableName *string `type:"string" json:",omitempty"`

	TableName *string `type:"string" json:",omitempty"`
	// 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 TableInfoForDescribeDbAccountTableColumnInfoOutput added in v1.1.18

type TableInfoForDescribeDbAccountTableColumnInfoOutput struct {
	AccountPrivileges []*string `type:"list" json:",omitempty"`

	ColumnInfos []*ColumnInfoForDescribeDbAccountTableColumnInfoOutput `type:"list" json:",omitempty"`

	TableName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TableInfoForDescribeDbAccountTableColumnInfoOutput) GoString added in v1.1.18

GoString returns the string representation

func (*TableInfoForDescribeDbAccountTableColumnInfoOutput) SetAccountPrivileges added in v1.1.18

SetAccountPrivileges sets the AccountPrivileges field's value.

func (*TableInfoForDescribeDbAccountTableColumnInfoOutput) SetColumnInfos added in v1.1.18

SetColumnInfos sets the ColumnInfos field's value.

func (*TableInfoForDescribeDbAccountTableColumnInfoOutput) SetTableName added in v1.1.18

SetTableName sets the TableName field's value.

func (TableInfoForDescribeDbAccountTableColumnInfoOutput) String added in v1.1.18

String returns the string representation

type TableMetaForRestoreToExistedInstanceInput added in v1.0.93

type TableMetaForRestoreToExistedInstanceInput struct {
	DBName *string `type:"string" json:",omitempty"`

	NewDBName *string `type:"string" json:",omitempty"`

	Table []*TableForRestoreToExistedInstanceInput `type:"list" json:",omitempty"`
	// 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 TablePrivilegeForCreateDBAccountInput added in v1.1.18

type TablePrivilegeForCreateDBAccountInput struct {
	AccountPrivilegeDetail *string `type:"string" json:",omitempty"`

	TableName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TablePrivilegeForCreateDBAccountInput) GoString added in v1.1.18

GoString returns the string representation

func (*TablePrivilegeForCreateDBAccountInput) SetAccountPrivilegeDetail added in v1.1.18

SetAccountPrivilegeDetail sets the AccountPrivilegeDetail field's value.

func (*TablePrivilegeForCreateDBAccountInput) SetTableName added in v1.1.18

SetTableName sets the TableName field's value.

func (TablePrivilegeForCreateDBAccountInput) String added in v1.1.18

String returns the string representation

type TablePrivilegeForGrantDBAccountPrivilegeInput added in v1.1.18

type TablePrivilegeForGrantDBAccountPrivilegeInput struct {
	AccountPrivilegeDetail *string `type:"string" json:",omitempty"`

	TableName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TablePrivilegeForGrantDBAccountPrivilegeInput) GoString added in v1.1.18

GoString returns the string representation

func (*TablePrivilegeForGrantDBAccountPrivilegeInput) SetAccountPrivilegeDetail added in v1.1.18

SetAccountPrivilegeDetail sets the AccountPrivilegeDetail field's value.

func (*TablePrivilegeForGrantDBAccountPrivilegeInput) SetTableName added in v1.1.18

SetTableName sets the TableName field's value.

func (TablePrivilegeForGrantDBAccountPrivilegeInput) String added in v1.1.18

String returns the string representation

type TagFilterForDescribeDBInstancesInput added in v1.0.93

type TagFilterForDescribeDBInstancesInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`

	Values []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagFilterForDescribeDBInstancesInput) GoString added in v1.0.93

GoString returns the string representation

func (*TagFilterForDescribeDBInstancesInput) SetKey added in v1.0.93

SetKey sets the Key field's value.

func (*TagFilterForDescribeDBInstancesInput) SetValue added in v1.0.93

SetValue sets the Value field's value.

func (*TagFilterForDescribeDBInstancesInput) SetValues added in v1.1.18

SetValues sets the Values field's value.

func (TagFilterForDescribeDBInstancesInput) 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" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`

	Values []*string `type:"list" json:",omitempty"`
	// 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) SetValues added in v1.1.18

SetValues sets the Values field's value.

func (TagFilterForDescribeTagsByResourceInput) String added in v1.0.93

String returns the string representation

type TagForAddTagFromUserBackupInfoInput added in v1.1.54

type TagForAddTagFromUserBackupInfoInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForAddTagFromUserBackupInfoInput) GoString added in v1.1.54

GoString returns the string representation

func (*TagForAddTagFromUserBackupInfoInput) SetKey added in v1.1.54

SetKey sets the Key field's value.

func (*TagForAddTagFromUserBackupInfoInput) SetValue added in v1.1.54

SetValue sets the Value field's value.

func (TagForAddTagFromUserBackupInfoInput) String added in v1.1.54

String returns the string representation

type TagForAddTagsToResourceInput added in v1.0.93

type TagForAddTagsToResourceInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// 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 TagForDescribeDBInstanceAttributeOutput added in v1.1.35

type TagForDescribeDBInstanceAttributeOutput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForDescribeDBInstanceAttributeOutput) GoString added in v1.1.35

GoString returns the string representation

func (*TagForDescribeDBInstanceAttributeOutput) SetKey added in v1.1.35

SetKey sets the Key field's value.

func (*TagForDescribeDBInstanceAttributeOutput) SetValue added in v1.1.35

SetValue sets the Value field's value.

func (TagForDescribeDBInstanceAttributeOutput) String added in v1.1.35

String returns the string representation

type TagForDescribeDBInstanceDetailOutput added in v1.0.56

type TagForDescribeDBInstanceDetailOutput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// 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 TagForDescribeDBInstancesOutput added in v1.0.93

type TagForDescribeDBInstancesOutput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForDescribeDBInstancesOutput) GoString added in v1.0.93

GoString returns the string representation

func (*TagForDescribeDBInstancesOutput) SetKey added in v1.0.93

SetKey sets the Key field's value.

func (*TagForDescribeDBInstancesOutput) SetValue added in v1.0.93

SetValue sets the Value field's value.

func (TagForDescribeDBInstancesOutput) String added in v1.0.93

String returns the string representation

type TagForDescribeUserUploadBackupsOutput added in v1.1.54

type TagForDescribeUserUploadBackupsOutput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForDescribeUserUploadBackupsOutput) GoString added in v1.1.54

GoString returns the string representation

func (*TagForDescribeUserUploadBackupsOutput) SetKey added in v1.1.54

SetKey sets the Key field's value.

func (*TagForDescribeUserUploadBackupsOutput) SetValue added in v1.1.54

SetValue sets the Value field's value.

func (TagForDescribeUserUploadBackupsOutput) String added in v1.1.54

String returns the string representation

type TagForRemoveTagFromUserBackupInfoInput added in v1.1.54

type TagForRemoveTagFromUserBackupInfoInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForRemoveTagFromUserBackupInfoInput) GoString added in v1.1.54

GoString returns the string representation

func (*TagForRemoveTagFromUserBackupInfoInput) SetKey added in v1.1.54

SetKey sets the Key field's value.

func (*TagForRemoveTagFromUserBackupInfoInput) SetValue added in v1.1.54

SetValue sets the Value field's value.

func (TagForRemoveTagFromUserBackupInfoInput) String added in v1.1.54

String returns the string representation

type TagResourceForDescribeTagsByResourceOutput added in v1.0.93

type TagResourceForDescribeTagsByResourceOutput struct {
	InstanceId *string `type:"string" json:",omitempty"`

	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// 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 TaskInfoForDescribeTaskDetailOutput added in v1.1.18

type TaskInfoForDescribeTaskDetailOutput struct {
	CostTimeMS *int64 `type:"int64" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	FinishTime *string `type:"string" json:",omitempty"`

	OriginConfig *string `type:"string" json:",omitempty"`

	Progress *int32 `type:"int32" json:",omitempty"`

	RelatedInstanceInfos *RelatedInstanceInfosForDescribeTaskDetailOutput `type:"structure" json:",omitempty"`

	ScheduledExecuteEndTime *string `type:"string" json:",omitempty"`

	ScheduledExecuteStartTime *string `type:"string" json:",omitempty"`

	ScheduledSwitchEndTime *string `type:"string" json:",omitempty"`

	ScheduledSwitchStartTime *string `type:"string" json:",omitempty"`

	StartTime *string `type:"string" json:",omitempty"`

	TaskAction *string `type:"string" json:",omitempty"`

	TaskCategory *string `type:"string" json:",omitempty"`

	TaskDesc *string `type:"string" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`

	TaskParams *string `type:"string" json:",omitempty"`

	TaskProgress []*TaskProgressForDescribeTaskDetailOutput `type:"list" json:",omitempty"`

	TaskSource *string `type:"string" json:",omitempty"`

	TaskStatus *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TaskInfoForDescribeTaskDetailOutput) GoString added in v1.1.18

GoString returns the string representation

func (*TaskInfoForDescribeTaskDetailOutput) SetCostTimeMS added in v1.1.18

SetCostTimeMS sets the CostTimeMS field's value.

func (*TaskInfoForDescribeTaskDetailOutput) SetCreateTime added in v1.1.18

SetCreateTime sets the CreateTime field's value.

func (*TaskInfoForDescribeTaskDetailOutput) SetFinishTime added in v1.1.18

SetFinishTime sets the FinishTime field's value.

func (*TaskInfoForDescribeTaskDetailOutput) SetOriginConfig added in v1.1.18

SetOriginConfig sets the OriginConfig field's value.

func (*TaskInfoForDescribeTaskDetailOutput) SetProgress added in v1.1.18

SetProgress sets the Progress field's value.

func (*TaskInfoForDescribeTaskDetailOutput) SetRelatedInstanceInfos added in v1.1.18

SetRelatedInstanceInfos sets the RelatedInstanceInfos field's value.

func (*TaskInfoForDescribeTaskDetailOutput) SetScheduledExecuteEndTime added in v1.1.18

SetScheduledExecuteEndTime sets the ScheduledExecuteEndTime field's value.

func (*TaskInfoForDescribeTaskDetailOutput) SetScheduledExecuteStartTime added in v1.1.18

SetScheduledExecuteStartTime sets the ScheduledExecuteStartTime field's value.

func (*TaskInfoForDescribeTaskDetailOutput) SetScheduledSwitchEndTime added in v1.1.18

SetScheduledSwitchEndTime sets the ScheduledSwitchEndTime field's value.

func (*TaskInfoForDescribeTaskDetailOutput) SetScheduledSwitchStartTime added in v1.1.18

SetScheduledSwitchStartTime sets the ScheduledSwitchStartTime field's value.

func (*TaskInfoForDescribeTaskDetailOutput) SetStartTime added in v1.1.18

SetStartTime sets the StartTime field's value.

func (*TaskInfoForDescribeTaskDetailOutput) SetTaskAction added in v1.1.18

SetTaskAction sets the TaskAction field's value.

func (*TaskInfoForDescribeTaskDetailOutput) SetTaskCategory added in v1.1.18

SetTaskCategory sets the TaskCategory field's value.

func (*TaskInfoForDescribeTaskDetailOutput) SetTaskDesc added in v1.1.18

SetTaskDesc sets the TaskDesc field's value.

func (*TaskInfoForDescribeTaskDetailOutput) SetTaskId added in v1.1.18

SetTaskId sets the TaskId field's value.

func (*TaskInfoForDescribeTaskDetailOutput) SetTaskParams added in v1.1.18

SetTaskParams sets the TaskParams field's value.

func (*TaskInfoForDescribeTaskDetailOutput) SetTaskProgress added in v1.1.18

SetTaskProgress sets the TaskProgress field's value.

func (*TaskInfoForDescribeTaskDetailOutput) SetTaskSource added in v1.1.18

SetTaskSource sets the TaskSource field's value.

func (*TaskInfoForDescribeTaskDetailOutput) SetTaskStatus added in v1.1.18

SetTaskStatus sets the TaskStatus field's value.

func (TaskInfoForDescribeTaskDetailOutput) String added in v1.1.18

String returns the string representation

type TaskProgressForDescribeTaskDetailOutput added in v1.1.18

type TaskProgressForDescribeTaskDetailOutput struct {
	Name *string `type:"string" json:",omitempty"`

	StepExtraInfo []*StepExtraInfoForDescribeTaskDetailOutput `type:"list" json:",omitempty"`

	StepStatus *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TaskProgressForDescribeTaskDetailOutput) GoString added in v1.1.18

GoString returns the string representation

func (*TaskProgressForDescribeTaskDetailOutput) SetName added in v1.1.18

SetName sets the Name field's value.

func (*TaskProgressForDescribeTaskDetailOutput) SetStepExtraInfo added in v1.1.18

SetStepExtraInfo sets the StepExtraInfo field's value.

func (*TaskProgressForDescribeTaskDetailOutput) SetStepStatus added in v1.1.18

SetStepStatus sets the StepStatus field's value.

func (TaskProgressForDescribeTaskDetailOutput) String added in v1.1.18

String returns the string representation

type TaskProgressForDescribeTasksOutput added in v1.0.125

type TaskProgressForDescribeTasksOutput struct {
	Name *string `type:"string" json:",omitempty"`

	StepExtraInfo []*StepExtraInfoForDescribeTasksOutput `type:"list" json:",omitempty"`

	StepStatus *string `type:"string" json:",omitempty"`
	// 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" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	EngineType *string `type:"string" json:",omitempty"`

	NeedRestart *bool `type:"boolean" json:",omitempty"`

	ParameterNum *int64 `type:"int64" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	TemplateCategory *string `type:"string" json:",omitempty"`

	TemplateDesc *string `type:"string" json:",omitempty"`

	TemplateId *string `type:"string" json:",omitempty"`

	TemplateName *string `type:"string" json:",omitempty"`

	TemplateParams []*TemplateParamForDescribeParameterTemplateOutput `type:"list" json:",omitempty"`

	TemplateSource *string `type:"string" json:",omitempty"`

	TemplateType *string `type:"string" json:",omitempty"`

	TemplateTypeVersion *string `type:"string" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`
	// 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) SetEngineType added in v1.1.54

SetEngineType sets the EngineType 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" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	EngineType *string `type:"string" json:",omitempty"`

	NeedRestart *bool `type:"boolean" json:",omitempty"`

	ParameterNum *int64 `type:"int64" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	TemplateCategory *string `type:"string" json:",omitempty"`

	TemplateDesc *string `type:"string" json:",omitempty"`

	TemplateId *string `type:"string" json:",omitempty"`

	TemplateName *string `type:"string" json:",omitempty"`

	TemplateParams []*TemplateParamForListParameterTemplatesOutput `type:"list" json:",omitempty"`

	TemplateSource *string `type:"string" json:",omitempty"`

	TemplateType *string `type:"string" json:",omitempty"`

	TemplateTypeVersion *string `type:"string" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`
	// 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) SetEngineType added in v1.1.54

SetEngineType sets the EngineType 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" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	ExpectValue *string `type:"string" json:",omitempty"`

	Expression *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Restart *bool `type:"boolean" json:",omitempty"`

	RunningValue *string `type:"string" json:",omitempty"`

	ValueRange *string `type:"string" json:",omitempty"`
	// 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) SetExpectValue added in v1.0.93

SetExpectValue sets the ExpectValue field's value.

func (*TemplateParamForCreateParameterTemplateInput) SetExpression added in v1.0.163

SetExpression sets the Expression 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" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	ExpectValue *string `type:"string" json:",omitempty"`

	Expression *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Restart *bool `type:"boolean" json:",omitempty"`

	RunningValue *string `type:"string" json:",omitempty"`

	ValueRange *string `type:"string" json:",omitempty"`
	// 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) SetExpectValue added in v1.0.93

SetExpectValue sets the ExpectValue field's value.

func (*TemplateParamForDescribeParameterTemplateOutput) SetExpression added in v1.0.163

SetExpression sets the Expression 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" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	ExpectValue *string `type:"string" json:",omitempty"`

	Expression *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Restart *bool `type:"boolean" json:",omitempty"`

	RunningValue *string `type:"string" json:",omitempty"`

	ValueRange *string `type:"string" json:",omitempty"`
	// 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) SetExpectValue added in v1.0.93

SetExpectValue sets the ExpectValue field's value.

func (*TemplateParamForListParameterTemplatesOutput) SetExpression added in v1.0.163

SetExpression sets the Expression 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" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	ExpectValue *string `type:"string" json:",omitempty"`

	Expression *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Restart *bool `type:"boolean" json:",omitempty"`

	RunningValue *string `type:"string" json:",omitempty"`

	ValueRange *string `type:"string" json:",omitempty"`
	// 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) SetExpectValue added in v1.0.93

SetExpectValue sets the ExpectValue field's value.

func (*TemplateParamForModifyParameterTemplateInput) SetExpression added in v1.0.163

SetExpression sets the Expression 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 TosObjectInfoForAssociateUserBackupInput added in v1.1.54

type TosObjectInfoForAssociateUserBackupInput struct {
	Associated *bool `type:"boolean" json:",omitempty"`

	LastModifiedTime *int64 `type:"int64" json:",omitempty"`

	ObjectCRC64 *string `type:"string" json:",omitempty"`

	ObjectName *string `type:"string" json:",omitempty"`

	ObjectSize *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosObjectInfoForAssociateUserBackupInput) GoString added in v1.1.54

GoString returns the string representation

func (*TosObjectInfoForAssociateUserBackupInput) SetAssociated added in v1.1.54

SetAssociated sets the Associated field's value.

func (*TosObjectInfoForAssociateUserBackupInput) SetLastModifiedTime added in v1.1.54

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*TosObjectInfoForAssociateUserBackupInput) SetObjectCRC64 added in v1.1.54

SetObjectCRC64 sets the ObjectCRC64 field's value.

func (*TosObjectInfoForAssociateUserBackupInput) SetObjectName added in v1.1.54

SetObjectName sets the ObjectName field's value.

func (*TosObjectInfoForAssociateUserBackupInput) SetObjectSize added in v1.1.54

SetObjectSize sets the ObjectSize field's value.

func (TosObjectInfoForAssociateUserBackupInput) String added in v1.1.54

String returns the string representation

type UpgradeAllowListVersionInput

type UpgradeAllowListVersionInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" 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 UpgradeDBInstanceEngineMajorVersionInput added in v1.2.21

type UpgradeDBInstanceEngineMajorVersionInput struct {

	// DefaultCollationForUtf8mb4 is a required field
	DefaultCollationForUtf8mb4 *string `type:"string" json:",omitempty" required:"true"`

	EstimateOnly *bool `type:"boolean" json:",omitempty"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`

	// MySQLSlaveDelayThreshold is a required field
	MySQLSlaveDelayThreshold *int32 `type:"int32" json:",omitempty" required:"true"`

	ObservationHours *int32 `type:"int32" json:",omitempty"`

	SpecifiedSwitchEndTime *string `type:"string" json:",omitempty"`

	SpecifiedSwitchStartTime *string `type:"string" json:",omitempty"`

	SwitchType *string `type:"string" json:",omitempty"`

	// TargetMajorVersion is a required field
	TargetMajorVersion *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (UpgradeDBInstanceEngineMajorVersionInput) GoString added in v1.2.21

GoString returns the string representation

func (*UpgradeDBInstanceEngineMajorVersionInput) SetDefaultCollationForUtf8mb4 added in v1.2.21

SetDefaultCollationForUtf8mb4 sets the DefaultCollationForUtf8mb4 field's value.

func (*UpgradeDBInstanceEngineMajorVersionInput) SetEstimateOnly added in v1.2.21

SetEstimateOnly sets the EstimateOnly field's value.

func (*UpgradeDBInstanceEngineMajorVersionInput) SetInstanceId added in v1.2.21

SetInstanceId sets the InstanceId field's value.

func (*UpgradeDBInstanceEngineMajorVersionInput) SetMySQLSlaveDelayThreshold added in v1.2.21

SetMySQLSlaveDelayThreshold sets the MySQLSlaveDelayThreshold field's value.

func (*UpgradeDBInstanceEngineMajorVersionInput) SetObservationHours added in v1.2.21

SetObservationHours sets the ObservationHours field's value.

func (*UpgradeDBInstanceEngineMajorVersionInput) SetSpecifiedSwitchEndTime added in v1.2.21

SetSpecifiedSwitchEndTime sets the SpecifiedSwitchEndTime field's value.

func (*UpgradeDBInstanceEngineMajorVersionInput) SetSpecifiedSwitchStartTime added in v1.2.21

SetSpecifiedSwitchStartTime sets the SpecifiedSwitchStartTime field's value.

func (*UpgradeDBInstanceEngineMajorVersionInput) SetSwitchType added in v1.2.21

SetSwitchType sets the SwitchType field's value.

func (*UpgradeDBInstanceEngineMajorVersionInput) SetTargetMajorVersion added in v1.2.21

SetTargetMajorVersion sets the TargetMajorVersion field's value.

func (UpgradeDBInstanceEngineMajorVersionInput) String added in v1.2.21

String returns the string representation

func (*UpgradeDBInstanceEngineMajorVersionInput) Validate added in v1.2.21

Validate inspects the fields of the type to determine if they are valid.

type UpgradeDBInstanceEngineMajorVersionOutput added in v1.2.21

type UpgradeDBInstanceEngineMajorVersionOutput struct {
	Metadata *response.ResponseMetadata

	PreparedMinutes *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpgradeDBInstanceEngineMajorVersionOutput) GoString added in v1.2.21

GoString returns the string representation

func (*UpgradeDBInstanceEngineMajorVersionOutput) SetPreparedMinutes added in v1.2.21

SetPreparedMinutes sets the PreparedMinutes field's value.

func (UpgradeDBInstanceEngineMajorVersionOutput) String added in v1.2.21

String returns the string representation

type UpgradeDBInstanceEngineMajorVersionPrecheckInput added in v1.2.21

type UpgradeDBInstanceEngineMajorVersionPrecheckInput struct {

	// DefaultCollationForUtf8mb4 is a required field
	DefaultCollationForUtf8mb4 *string `type:"string" json:",omitempty" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`

	// MySQLSlaveDelayThreshold is a required field
	MySQLSlaveDelayThreshold *int32 `type:"int32" json:",omitempty" required:"true"`

	Recheck *bool `type:"boolean" json:",omitempty"`

	// TargetMajorVersion is a required field
	TargetMajorVersion *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (UpgradeDBInstanceEngineMajorVersionPrecheckInput) GoString added in v1.2.21

GoString returns the string representation

func (*UpgradeDBInstanceEngineMajorVersionPrecheckInput) SetDefaultCollationForUtf8mb4 added in v1.2.21

SetDefaultCollationForUtf8mb4 sets the DefaultCollationForUtf8mb4 field's value.

func (*UpgradeDBInstanceEngineMajorVersionPrecheckInput) SetInstanceId added in v1.2.21

SetInstanceId sets the InstanceId field's value.

func (*UpgradeDBInstanceEngineMajorVersionPrecheckInput) SetMySQLSlaveDelayThreshold added in v1.2.21

SetMySQLSlaveDelayThreshold sets the MySQLSlaveDelayThreshold field's value.

func (*UpgradeDBInstanceEngineMajorVersionPrecheckInput) SetRecheck added in v1.2.21

SetRecheck sets the Recheck field's value.

func (*UpgradeDBInstanceEngineMajorVersionPrecheckInput) SetTargetMajorVersion added in v1.2.21

SetTargetMajorVersion sets the TargetMajorVersion field's value.

func (UpgradeDBInstanceEngineMajorVersionPrecheckInput) String added in v1.2.21

String returns the string representation

func (*UpgradeDBInstanceEngineMajorVersionPrecheckInput) Validate added in v1.2.21

Validate inspects the fields of the type to determine if they are valid.

type UpgradeDBInstanceEngineMajorVersionPrecheckOutput added in v1.2.21

type UpgradeDBInstanceEngineMajorVersionPrecheckOutput struct {
	Metadata *response.ResponseMetadata

	EventId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpgradeDBInstanceEngineMajorVersionPrecheckOutput) GoString added in v1.2.21

GoString returns the string representation

func (*UpgradeDBInstanceEngineMajorVersionPrecheckOutput) SetEventId added in v1.2.21

SetEventId sets the EventId field's value.

func (UpgradeDBInstanceEngineMajorVersionPrecheckOutput) String added in v1.2.21

String returns the string representation

type UpgradeDBInstanceEngineMinorVersionInput added in v1.0.185

type UpgradeDBInstanceEngineMinorVersionInput struct {
	EstimateOnly *bool `type:"boolean" json:",omitempty"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`

	SpecifiedSwitchEndTime *string `type:"string" json:",omitempty"`

	SpecifiedSwitchStartTime *string `type:"string" json:",omitempty"`

	SwitchType *string `type:"string" json:",omitempty"`

	// TargetMinorVersion is a required field
	TargetMinorVersion *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (UpgradeDBInstanceEngineMinorVersionInput) GoString added in v1.0.185

GoString returns the string representation

func (*UpgradeDBInstanceEngineMinorVersionInput) SetEstimateOnly added in v1.0.185

SetEstimateOnly sets the EstimateOnly field's value.

func (*UpgradeDBInstanceEngineMinorVersionInput) SetInstanceId added in v1.0.185

SetInstanceId sets the InstanceId field's value.

func (*UpgradeDBInstanceEngineMinorVersionInput) SetSpecifiedSwitchEndTime added in v1.0.185

SetSpecifiedSwitchEndTime sets the SpecifiedSwitchEndTime field's value.

func (*UpgradeDBInstanceEngineMinorVersionInput) SetSpecifiedSwitchStartTime added in v1.0.185

SetSpecifiedSwitchStartTime sets the SpecifiedSwitchStartTime field's value.

func (*UpgradeDBInstanceEngineMinorVersionInput) SetSwitchType added in v1.0.185

SetSwitchType sets the SwitchType field's value.

func (*UpgradeDBInstanceEngineMinorVersionInput) SetTargetMinorVersion added in v1.0.185

SetTargetMinorVersion sets the TargetMinorVersion field's value.

func (UpgradeDBInstanceEngineMinorVersionInput) String added in v1.0.185

String returns the string representation

func (*UpgradeDBInstanceEngineMinorVersionInput) Validate added in v1.0.185

Validate inspects the fields of the type to determine if they are valid.

type UpgradeDBInstanceEngineMinorVersionOutput added in v1.0.185

type UpgradeDBInstanceEngineMinorVersionOutput struct {
	Metadata *response.ResponseMetadata

	PreparedMinutes *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpgradeDBInstanceEngineMinorVersionOutput) GoString added in v1.0.185

GoString returns the string representation

func (*UpgradeDBInstanceEngineMinorVersionOutput) SetPreparedMinutes added in v1.0.185

SetPreparedMinutes sets the PreparedMinutes field's value.

func (UpgradeDBInstanceEngineMinorVersionOutput) String added in v1.0.185

String returns the string representation

type UsageStatForDescribeBackupStatsOutput added in v1.0.185

type UsageStatForDescribeBackupStatsOutput struct {
	Quantity *int64 `type:"int64" json:",omitempty"`

	StatItem *string `type:"string" json:",omitempty"`

	StatTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UsageStatForDescribeBackupStatsOutput) GoString added in v1.0.185

GoString returns the string representation

func (*UsageStatForDescribeBackupStatsOutput) SetQuantity added in v1.0.185

SetQuantity sets the Quantity field's value.

func (*UsageStatForDescribeBackupStatsOutput) SetStatItem added in v1.0.185

SetStatItem sets the StatItem field's value.

func (*UsageStatForDescribeBackupStatsOutput) SetStatTime added in v1.0.185

SetStatTime sets the StatTime field's value.

func (UsageStatForDescribeBackupStatsOutput) String added in v1.0.185

String returns the string representation

type ZoneForDescribeAvailabilityZonesOutput

type ZoneForDescribeAvailabilityZonesOutput struct {
	Description *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`

	ZoneName *string `type:"string" json:",omitempty"`
	// 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