rdsmysqlv2

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

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 (
	// EnumOfBackupMethodForCreateBackupInputLogical is a EnumOfBackupMethodForCreateBackupInput enum value
	EnumOfBackupMethodForCreateBackupInputLogical = "Logical"

	// EnumOfBackupMethodForCreateBackupInputPhysical is a EnumOfBackupMethodForCreateBackupInput enum value
	EnumOfBackupMethodForCreateBackupInputPhysical = "Physical"

	// EnumOfBackupMethodForCreateBackupInputSnapshot is a EnumOfBackupMethodForCreateBackupInput enum value
	EnumOfBackupMethodForCreateBackupInputSnapshot = "Snapshot"
)
View Source
const (
	// EnumOfBackupTypeForCreateBackupInputFull is a EnumOfBackupTypeForCreateBackupInput enum value
	EnumOfBackupTypeForCreateBackupInputFull = "Full"

	// EnumOfBackupTypeForCreateBackupInputIncrement is a EnumOfBackupTypeForCreateBackupInput enum value
	EnumOfBackupTypeForCreateBackupInputIncrement = "Increment"

	// EnumOfBackupTypeForCreateBackupInputLog is a EnumOfBackupTypeForCreateBackupInput enum value
	EnumOfBackupTypeForCreateBackupInputLog = "Log"
)
View Source
const (
	// EnumOfAccountPrivilegeForCreateDatabaseInputCustom is a EnumOfAccountPrivilegeForCreateDatabaseInput enum value
	EnumOfAccountPrivilegeForCreateDatabaseInputCustom = "Custom"

	// EnumOfAccountPrivilegeForCreateDatabaseInputDdlonly is a EnumOfAccountPrivilegeForCreateDatabaseInput enum value
	EnumOfAccountPrivilegeForCreateDatabaseInputDdlonly = "DDLOnly"

	// EnumOfAccountPrivilegeForCreateDatabaseInputDmlonly is a EnumOfAccountPrivilegeForCreateDatabaseInput enum value
	EnumOfAccountPrivilegeForCreateDatabaseInputDmlonly = "DMLOnly"

	// EnumOfAccountPrivilegeForCreateDatabaseInputNone is a EnumOfAccountPrivilegeForCreateDatabaseInput enum value
	EnumOfAccountPrivilegeForCreateDatabaseInputNone = "None"

	// EnumOfAccountPrivilegeForCreateDatabaseInputReadOnly is a EnumOfAccountPrivilegeForCreateDatabaseInput enum value
	EnumOfAccountPrivilegeForCreateDatabaseInputReadOnly = "ReadOnly"

	// EnumOfAccountPrivilegeForCreateDatabaseInputReadWrite is a EnumOfAccountPrivilegeForCreateDatabaseInput enum value
	EnumOfAccountPrivilegeForCreateDatabaseInputReadWrite = "ReadWrite"
)
View Source
const (
	// EnumOfAccountPrivilegeForCreateDBAccountInputCustom is a EnumOfAccountPrivilegeForCreateDBAccountInput enum value
	EnumOfAccountPrivilegeForCreateDBAccountInputCustom = "Custom"

	// EnumOfAccountPrivilegeForCreateDBAccountInputDdlonly is a EnumOfAccountPrivilegeForCreateDBAccountInput enum value
	EnumOfAccountPrivilegeForCreateDBAccountInputDdlonly = "DDLOnly"

	// EnumOfAccountPrivilegeForCreateDBAccountInputDmlonly is a EnumOfAccountPrivilegeForCreateDBAccountInput enum value
	EnumOfAccountPrivilegeForCreateDBAccountInputDmlonly = "DMLOnly"

	// EnumOfAccountPrivilegeForCreateDBAccountInputNone is a EnumOfAccountPrivilegeForCreateDBAccountInput enum value
	EnumOfAccountPrivilegeForCreateDBAccountInputNone = "None"

	// EnumOfAccountPrivilegeForCreateDBAccountInputReadOnly is a EnumOfAccountPrivilegeForCreateDBAccountInput enum value
	EnumOfAccountPrivilegeForCreateDBAccountInputReadOnly = "ReadOnly"

	// EnumOfAccountPrivilegeForCreateDBAccountInputReadWrite is a EnumOfAccountPrivilegeForCreateDBAccountInput enum value
	EnumOfAccountPrivilegeForCreateDBAccountInputReadWrite = "ReadWrite"
)
View Source
const (
	// EnumOfAccountTypeForCreateDBAccountInputGrant is a EnumOfAccountTypeForCreateDBAccountInput enum value
	EnumOfAccountTypeForCreateDBAccountInputGrant = "Grant"

	// EnumOfAccountTypeForCreateDBAccountInputNormal is a EnumOfAccountTypeForCreateDBAccountInput enum value
	EnumOfAccountTypeForCreateDBAccountInputNormal = "Normal"

	// EnumOfAccountTypeForCreateDBAccountInputSuper is a EnumOfAccountTypeForCreateDBAccountInput enum value
	EnumOfAccountTypeForCreateDBAccountInputSuper = "Super"
)
View Source
const (
	// EnumOfEndpointTypeForCreateDBEndpointInputAllNode is a EnumOfEndpointTypeForCreateDBEndpointInput enum value
	EnumOfEndpointTypeForCreateDBEndpointInputAllNode = "AllNode"

	// EnumOfEndpointTypeForCreateDBEndpointInputCluster is a EnumOfEndpointTypeForCreateDBEndpointInput enum value
	EnumOfEndpointTypeForCreateDBEndpointInputCluster = "Cluster"

	// EnumOfEndpointTypeForCreateDBEndpointInputCustom is a EnumOfEndpointTypeForCreateDBEndpointInput enum value
	EnumOfEndpointTypeForCreateDBEndpointInputCustom = "Custom"

	// EnumOfEndpointTypeForCreateDBEndpointInputDirect is a EnumOfEndpointTypeForCreateDBEndpointInput enum value
	EnumOfEndpointTypeForCreateDBEndpointInputDirect = "Direct"

	// EnumOfEndpointTypeForCreateDBEndpointInputPrimary is a EnumOfEndpointTypeForCreateDBEndpointInput enum value
	EnumOfEndpointTypeForCreateDBEndpointInputPrimary = "Primary"
)
View Source
const (
	// EnumOfReadWriteModeForCreateDBEndpointInputReadOnly is a EnumOfReadWriteModeForCreateDBEndpointInput enum value
	EnumOfReadWriteModeForCreateDBEndpointInputReadOnly = "ReadOnly"

	// EnumOfReadWriteModeForCreateDBEndpointInputReadWrite is a EnumOfReadWriteModeForCreateDBEndpointInput enum value
	EnumOfReadWriteModeForCreateDBEndpointInputReadWrite = "ReadWrite"
)
View Source
const (
	// EnumOfChargeTypeForCreateDBInstanceInputNotEnabled is a EnumOfChargeTypeForCreateDBInstanceInput enum value
	EnumOfChargeTypeForCreateDBInstanceInputNotEnabled = "NotEnabled"

	// EnumOfChargeTypeForCreateDBInstanceInputPostPaid is a EnumOfChargeTypeForCreateDBInstanceInput enum value
	EnumOfChargeTypeForCreateDBInstanceInputPostPaid = "PostPaid"

	// EnumOfChargeTypeForCreateDBInstanceInputPrePaid is a EnumOfChargeTypeForCreateDBInstanceInput enum value
	EnumOfChargeTypeForCreateDBInstanceInputPrePaid = "PrePaid"
)
View Source
const (
	// EnumOfDBEngineVersionForCreateDBInstanceInputMySql56 is a EnumOfDBEngineVersionForCreateDBInstanceInput enum value
	EnumOfDBEngineVersionForCreateDBInstanceInputMySql56 = "MySQL_5_6"

	// EnumOfDBEngineVersionForCreateDBInstanceInputMySql57 is a EnumOfDBEngineVersionForCreateDBInstanceInput enum value
	EnumOfDBEngineVersionForCreateDBInstanceInputMySql57 = "MySQL_5_7"

	// EnumOfDBEngineVersionForCreateDBInstanceInputMySql80 is a EnumOfDBEngineVersionForCreateDBInstanceInput enum value
	EnumOfDBEngineVersionForCreateDBInstanceInputMySql80 = "MySQL_8_0"

	// EnumOfDBEngineVersionForCreateDBInstanceInputSqlserver2019Ent is a EnumOfDBEngineVersionForCreateDBInstanceInput enum value
	EnumOfDBEngineVersionForCreateDBInstanceInputSqlserver2019Ent = "SQLServer_2019_Ent"

	// EnumOfDBEngineVersionForCreateDBInstanceInputSqlserver2019Std is a EnumOfDBEngineVersionForCreateDBInstanceInput enum value
	EnumOfDBEngineVersionForCreateDBInstanceInputSqlserver2019Std = "SQLServer_2019_Std"

	// EnumOfDBEngineVersionForCreateDBInstanceInputSqlserver2019Web is a EnumOfDBEngineVersionForCreateDBInstanceInput enum value
	EnumOfDBEngineVersionForCreateDBInstanceInputSqlserver2019Web = "SQLServer_2019_Web"
)
View Source
const (
	// EnumOfNodeOperateTypeForCreateDBInstanceInputCreate is a EnumOfNodeOperateTypeForCreateDBInstanceInput enum value
	EnumOfNodeOperateTypeForCreateDBInstanceInputCreate = "Create"

	// EnumOfNodeOperateTypeForCreateDBInstanceInputDelete is a EnumOfNodeOperateTypeForCreateDBInstanceInput enum value
	EnumOfNodeOperateTypeForCreateDBInstanceInputDelete = "Delete"

	// EnumOfNodeOperateTypeForCreateDBInstanceInputModify is a EnumOfNodeOperateTypeForCreateDBInstanceInput enum value
	EnumOfNodeOperateTypeForCreateDBInstanceInputModify = "Modify"
)
View Source
const (
	// EnumOfNodeTypeForCreateDBInstanceInputPrimary is a EnumOfNodeTypeForCreateDBInstanceInput enum value
	EnumOfNodeTypeForCreateDBInstanceInputPrimary = "Primary"

	// EnumOfNodeTypeForCreateDBInstanceInputReadOnly is a EnumOfNodeTypeForCreateDBInstanceInput enum value
	EnumOfNodeTypeForCreateDBInstanceInputReadOnly = "ReadOnly"

	// EnumOfNodeTypeForCreateDBInstanceInputSecondary is a EnumOfNodeTypeForCreateDBInstanceInput enum value
	EnumOfNodeTypeForCreateDBInstanceInputSecondary = "Secondary"
)
View Source
const (
	// EnumOfPeriodUnitForCreateDBInstanceInputMonth is a EnumOfPeriodUnitForCreateDBInstanceInput enum value
	EnumOfPeriodUnitForCreateDBInstanceInputMonth = "Month"

	// EnumOfPeriodUnitForCreateDBInstanceInputYear is a EnumOfPeriodUnitForCreateDBInstanceInput enum value
	EnumOfPeriodUnitForCreateDBInstanceInputYear = "Year"
)
View Source
const (
	// EnumOfStorageTypeForCreateDBInstanceInputCloudStorage is a EnumOfStorageTypeForCreateDBInstanceInput enum value
	EnumOfStorageTypeForCreateDBInstanceInputCloudStorage = "CloudStorage"

	// EnumOfStorageTypeForCreateDBInstanceInputEssdpl1 is a EnumOfStorageTypeForCreateDBInstanceInput enum value
	EnumOfStorageTypeForCreateDBInstanceInputEssdpl1 = "ESSDPL1"

	// EnumOfStorageTypeForCreateDBInstanceInputEssdpl2 is a EnumOfStorageTypeForCreateDBInstanceInput enum value
	EnumOfStorageTypeForCreateDBInstanceInputEssdpl2 = "ESSDPL2"

	// EnumOfStorageTypeForCreateDBInstanceInputLocalSsd is a EnumOfStorageTypeForCreateDBInstanceInput enum value
	EnumOfStorageTypeForCreateDBInstanceInputLocalSsd = "LocalSSD"
)
View Source
const (
	// EnumOfDataKeepPolicyForDeleteDBInstanceInputAll is a EnumOfDataKeepPolicyForDeleteDBInstanceInput enum value
	EnumOfDataKeepPolicyForDeleteDBInstanceInputAll = "All"

	// EnumOfDataKeepPolicyForDeleteDBInstanceInputLast is a EnumOfDataKeepPolicyForDeleteDBInstanceInput enum value
	EnumOfDataKeepPolicyForDeleteDBInstanceInputLast = "Last"

	// EnumOfDataKeepPolicyForDeleteDBInstanceInputNone is a EnumOfDataKeepPolicyForDeleteDBInstanceInput enum value
	EnumOfDataKeepPolicyForDeleteDBInstanceInputNone = "None"
)
View Source
const (
	// EnumOfBackupMethodForDescribeBackupsInputLogical is a EnumOfBackupMethodForDescribeBackupsInput enum value
	EnumOfBackupMethodForDescribeBackupsInputLogical = "Logical"

	// EnumOfBackupMethodForDescribeBackupsInputPhysical is a EnumOfBackupMethodForDescribeBackupsInput enum value
	EnumOfBackupMethodForDescribeBackupsInputPhysical = "Physical"

	// EnumOfBackupMethodForDescribeBackupsInputSnapshot is a EnumOfBackupMethodForDescribeBackupsInput enum value
	EnumOfBackupMethodForDescribeBackupsInputSnapshot = "Snapshot"
)
View Source
const (
	// EnumOfBackupStatusForDescribeBackupsInputFailed is a EnumOfBackupStatusForDescribeBackupsInput enum value
	EnumOfBackupStatusForDescribeBackupsInputFailed = "Failed"

	// EnumOfBackupStatusForDescribeBackupsInputRunning is a EnumOfBackupStatusForDescribeBackupsInput enum value
	EnumOfBackupStatusForDescribeBackupsInputRunning = "Running"

	// EnumOfBackupStatusForDescribeBackupsInputSuccess is a EnumOfBackupStatusForDescribeBackupsInput enum value
	EnumOfBackupStatusForDescribeBackupsInputSuccess = "Success"
)
View Source
const (
	// EnumOfBackupTypeForDescribeBackupsInputFull is a EnumOfBackupTypeForDescribeBackupsInput enum value
	EnumOfBackupTypeForDescribeBackupsInputFull = "Full"

	// EnumOfBackupTypeForDescribeBackupsInputIncrement is a EnumOfBackupTypeForDescribeBackupsInput enum value
	EnumOfBackupTypeForDescribeBackupsInputIncrement = "Increment"

	// EnumOfBackupTypeForDescribeBackupsInputLog is a EnumOfBackupTypeForDescribeBackupsInput enum value
	EnumOfBackupTypeForDescribeBackupsInputLog = "Log"
)
View Source
const (
	// EnumOfChargeTypeForDescribeDBInstancesInputNotEnabled is a EnumOfChargeTypeForDescribeDBInstancesInput enum value
	EnumOfChargeTypeForDescribeDBInstancesInputNotEnabled = "NotEnabled"

	// EnumOfChargeTypeForDescribeDBInstancesInputPostPaid is a EnumOfChargeTypeForDescribeDBInstancesInput enum value
	EnumOfChargeTypeForDescribeDBInstancesInputPostPaid = "PostPaid"

	// EnumOfChargeTypeForDescribeDBInstancesInputPrePaid is a EnumOfChargeTypeForDescribeDBInstancesInput enum value
	EnumOfChargeTypeForDescribeDBInstancesInputPrePaid = "PrePaid"
)
View Source
const (
	// EnumOfDBEngineVersionForDescribeDBInstancesInputMySql56 is a EnumOfDBEngineVersionForDescribeDBInstancesInput enum value
	EnumOfDBEngineVersionForDescribeDBInstancesInputMySql56 = "MySQL_5_6"

	// EnumOfDBEngineVersionForDescribeDBInstancesInputMySql57 is a EnumOfDBEngineVersionForDescribeDBInstancesInput enum value
	EnumOfDBEngineVersionForDescribeDBInstancesInputMySql57 = "MySQL_5_7"

	// EnumOfDBEngineVersionForDescribeDBInstancesInputMySql80 is a EnumOfDBEngineVersionForDescribeDBInstancesInput enum value
	EnumOfDBEngineVersionForDescribeDBInstancesInputMySql80 = "MySQL_8_0"

	// EnumOfDBEngineVersionForDescribeDBInstancesInputSqlserver2019Ent is a EnumOfDBEngineVersionForDescribeDBInstancesInput enum value
	EnumOfDBEngineVersionForDescribeDBInstancesInputSqlserver2019Ent = "SQLServer_2019_Ent"

	// EnumOfDBEngineVersionForDescribeDBInstancesInputSqlserver2019Std is a EnumOfDBEngineVersionForDescribeDBInstancesInput enum value
	EnumOfDBEngineVersionForDescribeDBInstancesInputSqlserver2019Std = "SQLServer_2019_Std"

	// EnumOfDBEngineVersionForDescribeDBInstancesInputSqlserver2019Web is a EnumOfDBEngineVersionForDescribeDBInstancesInput enum value
	EnumOfDBEngineVersionForDescribeDBInstancesInputSqlserver2019Web = "SQLServer_2019_Web"
)
View Source
const (
	// EnumOfInstanceStatusForDescribeDBInstancesInputAllowListMaintaining is a EnumOfInstanceStatusForDescribeDBInstancesInput enum value
	EnumOfInstanceStatusForDescribeDBInstancesInputAllowListMaintaining = "AllowListMaintaining"

	// EnumOfInstanceStatusForDescribeDBInstancesInputClosed is a EnumOfInstanceStatusForDescribeDBInstancesInput enum value
	EnumOfInstanceStatusForDescribeDBInstancesInputClosed = "Closed"

	// EnumOfInstanceStatusForDescribeDBInstancesInputClosing is a EnumOfInstanceStatusForDescribeDBInstancesInput enum value
	EnumOfInstanceStatusForDescribeDBInstancesInputClosing = "Closing"

	// EnumOfInstanceStatusForDescribeDBInstancesInputCreateFailed is a EnumOfInstanceStatusForDescribeDBInstancesInput enum value
	EnumOfInstanceStatusForDescribeDBInstancesInputCreateFailed = "CreateFailed"

	// EnumOfInstanceStatusForDescribeDBInstancesInputCreating is a EnumOfInstanceStatusForDescribeDBInstancesInput enum value
	EnumOfInstanceStatusForDescribeDBInstancesInputCreating = "Creating"

	// EnumOfInstanceStatusForDescribeDBInstancesInputDeleting is a EnumOfInstanceStatusForDescribeDBInstancesInput enum value
	EnumOfInstanceStatusForDescribeDBInstancesInputDeleting = "Deleting"

	// EnumOfInstanceStatusForDescribeDBInstancesInputDestroyed is a EnumOfInstanceStatusForDescribeDBInstancesInput enum value
	EnumOfInstanceStatusForDescribeDBInstancesInputDestroyed = "Destroyed"

	// EnumOfInstanceStatusForDescribeDBInstancesInputDestroying is a EnumOfInstanceStatusForDescribeDBInstancesInput enum value
	EnumOfInstanceStatusForDescribeDBInstancesInputDestroying = "Destroying"

	// EnumOfInstanceStatusForDescribeDBInstancesInputError is a EnumOfInstanceStatusForDescribeDBInstancesInput enum value
	EnumOfInstanceStatusForDescribeDBInstancesInputError = "Error"

	// EnumOfInstanceStatusForDescribeDBInstancesInputImporting is a EnumOfInstanceStatusForDescribeDBInstancesInput enum value
	EnumOfInstanceStatusForDescribeDBInstancesInputImporting = "Importing"

	// EnumOfInstanceStatusForDescribeDBInstancesInputMaintaining is a EnumOfInstanceStatusForDescribeDBInstancesInput enum value
	EnumOfInstanceStatusForDescribeDBInstancesInputMaintaining = "Maintaining"

	// EnumOfInstanceStatusForDescribeDBInstancesInputMasterChanging is a EnumOfInstanceStatusForDescribeDBInstancesInput enum value
	EnumOfInstanceStatusForDescribeDBInstancesInputMasterChanging = "MasterChanging"

	// EnumOfInstanceStatusForDescribeDBInstancesInputMigrating is a EnumOfInstanceStatusForDescribeDBInstancesInput enum value
	EnumOfInstanceStatusForDescribeDBInstancesInputMigrating = "Migrating"

	// EnumOfInstanceStatusForDescribeDBInstancesInputReclaiming is a EnumOfInstanceStatusForDescribeDBInstancesInput enum value
	EnumOfInstanceStatusForDescribeDBInstancesInputReclaiming = "Reclaiming"

	// EnumOfInstanceStatusForDescribeDBInstancesInputRecycled is a EnumOfInstanceStatusForDescribeDBInstancesInput enum value
	EnumOfInstanceStatusForDescribeDBInstancesInputRecycled = "Recycled"

	// EnumOfInstanceStatusForDescribeDBInstancesInputReleased is a EnumOfInstanceStatusForDescribeDBInstancesInput enum value
	EnumOfInstanceStatusForDescribeDBInstancesInputReleased = "Released"

	// EnumOfInstanceStatusForDescribeDBInstancesInputRestarting is a EnumOfInstanceStatusForDescribeDBInstancesInput enum value
	EnumOfInstanceStatusForDescribeDBInstancesInputRestarting = "Restarting"

	// EnumOfInstanceStatusForDescribeDBInstancesInputRestoring is a EnumOfInstanceStatusForDescribeDBInstancesInput enum value
	EnumOfInstanceStatusForDescribeDBInstancesInputRestoring = "Restoring"

	// EnumOfInstanceStatusForDescribeDBInstancesInputResuming is a EnumOfInstanceStatusForDescribeDBInstancesInput enum value
	EnumOfInstanceStatusForDescribeDBInstancesInputResuming = "Resuming"

	// EnumOfInstanceStatusForDescribeDBInstancesInputRunning is a EnumOfInstanceStatusForDescribeDBInstancesInput enum value
	EnumOfInstanceStatusForDescribeDBInstancesInputRunning = "Running"

	// EnumOfInstanceStatusForDescribeDBInstancesInputSslupdating is a EnumOfInstanceStatusForDescribeDBInstancesInput enum value
	EnumOfInstanceStatusForDescribeDBInstancesInputSslupdating = "SSLUpdating"

	// EnumOfInstanceStatusForDescribeDBInstancesInputTdeupdating is a EnumOfInstanceStatusForDescribeDBInstancesInput enum value
	EnumOfInstanceStatusForDescribeDBInstancesInputTdeupdating = "TDEUpdating"

	// EnumOfInstanceStatusForDescribeDBInstancesInputUnknown is a EnumOfInstanceStatusForDescribeDBInstancesInput enum value
	EnumOfInstanceStatusForDescribeDBInstancesInputUnknown = "Unknown"

	// EnumOfInstanceStatusForDescribeDBInstancesInputUpdating is a EnumOfInstanceStatusForDescribeDBInstancesInput enum value
	EnumOfInstanceStatusForDescribeDBInstancesInputUpdating = "Updating"

	// EnumOfInstanceStatusForDescribeDBInstancesInputUpgrading is a EnumOfInstanceStatusForDescribeDBInstancesInput enum value
	EnumOfInstanceStatusForDescribeDBInstancesInputUpgrading = "Upgrading"

	// EnumOfInstanceStatusForDescribeDBInstancesInputWaitingPaid is a EnumOfInstanceStatusForDescribeDBInstancesInput enum value
	EnumOfInstanceStatusForDescribeDBInstancesInputWaitingPaid = "WaitingPaid"
)
View Source
const (
	// EnumOfRestoreTypeForDescribeRecoverableTimeInputInstanceLevel is a EnumOfRestoreTypeForDescribeRecoverableTimeInput enum value
	EnumOfRestoreTypeForDescribeRecoverableTimeInputInstanceLevel = "INSTANCE_LEVEL"

	// EnumOfRestoreTypeForDescribeRecoverableTimeInputTableLevel is a EnumOfRestoreTypeForDescribeRecoverableTimeInput enum value
	EnumOfRestoreTypeForDescribeRecoverableTimeInputTableLevel = "TABLE_LEVEL"
)
View Source
const (
	// EnumOfAccountPrivilegeForGrantDatabasePrivilegeInputCustom is a EnumOfAccountPrivilegeForGrantDatabasePrivilegeInput enum value
	EnumOfAccountPrivilegeForGrantDatabasePrivilegeInputCustom = "Custom"

	// EnumOfAccountPrivilegeForGrantDatabasePrivilegeInputDdlonly is a EnumOfAccountPrivilegeForGrantDatabasePrivilegeInput enum value
	EnumOfAccountPrivilegeForGrantDatabasePrivilegeInputDdlonly = "DDLOnly"

	// EnumOfAccountPrivilegeForGrantDatabasePrivilegeInputDmlonly is a EnumOfAccountPrivilegeForGrantDatabasePrivilegeInput enum value
	EnumOfAccountPrivilegeForGrantDatabasePrivilegeInputDmlonly = "DMLOnly"

	// EnumOfAccountPrivilegeForGrantDatabasePrivilegeInputNone is a EnumOfAccountPrivilegeForGrantDatabasePrivilegeInput enum value
	EnumOfAccountPrivilegeForGrantDatabasePrivilegeInputNone = "None"

	// EnumOfAccountPrivilegeForGrantDatabasePrivilegeInputReadOnly is a EnumOfAccountPrivilegeForGrantDatabasePrivilegeInput enum value
	EnumOfAccountPrivilegeForGrantDatabasePrivilegeInputReadOnly = "ReadOnly"

	// EnumOfAccountPrivilegeForGrantDatabasePrivilegeInputReadWrite is a EnumOfAccountPrivilegeForGrantDatabasePrivilegeInput enum value
	EnumOfAccountPrivilegeForGrantDatabasePrivilegeInputReadWrite = "ReadWrite"
)
View Source
const (
	// EnumOfAccountPrivilegeForGrantDBAccountPrivilegeInputCustom is a EnumOfAccountPrivilegeForGrantDBAccountPrivilegeInput enum value
	EnumOfAccountPrivilegeForGrantDBAccountPrivilegeInputCustom = "Custom"

	// EnumOfAccountPrivilegeForGrantDBAccountPrivilegeInputDdlonly is a EnumOfAccountPrivilegeForGrantDBAccountPrivilegeInput enum value
	EnumOfAccountPrivilegeForGrantDBAccountPrivilegeInputDdlonly = "DDLOnly"

	// EnumOfAccountPrivilegeForGrantDBAccountPrivilegeInputDmlonly is a EnumOfAccountPrivilegeForGrantDBAccountPrivilegeInput enum value
	EnumOfAccountPrivilegeForGrantDBAccountPrivilegeInputDmlonly = "DMLOnly"

	// EnumOfAccountPrivilegeForGrantDBAccountPrivilegeInputNone is a EnumOfAccountPrivilegeForGrantDBAccountPrivilegeInput enum value
	EnumOfAccountPrivilegeForGrantDBAccountPrivilegeInputNone = "None"

	// EnumOfAccountPrivilegeForGrantDBAccountPrivilegeInputReadOnly is a EnumOfAccountPrivilegeForGrantDBAccountPrivilegeInput enum value
	EnumOfAccountPrivilegeForGrantDBAccountPrivilegeInputReadOnly = "ReadOnly"

	// EnumOfAccountPrivilegeForGrantDBAccountPrivilegeInputReadWrite is a EnumOfAccountPrivilegeForGrantDBAccountPrivilegeInput enum value
	EnumOfAccountPrivilegeForGrantDBAccountPrivilegeInputReadWrite = "ReadWrite"
)
View Source
const (
	// EnumOfModifyModeForModifyAllowListInputAppend is a EnumOfModifyModeForModifyAllowListInput enum value
	EnumOfModifyModeForModifyAllowListInputAppend = "Append"

	// EnumOfModifyModeForModifyAllowListInputCover is a EnumOfModifyModeForModifyAllowListInput enum value
	EnumOfModifyModeForModifyAllowListInputCover = "Cover"

	// EnumOfModifyModeForModifyAllowListInputDelete is a EnumOfModifyModeForModifyAllowListInput enum value
	EnumOfModifyModeForModifyAllowListInputDelete = "Delete"
)
View Source
const (
	// EnumOfNodeTypeForModifyDBEndpointInputPrimary is a EnumOfNodeTypeForModifyDBEndpointInput enum value
	EnumOfNodeTypeForModifyDBEndpointInputPrimary = "Primary"

	// EnumOfNodeTypeForModifyDBEndpointInputReadOnly is a EnumOfNodeTypeForModifyDBEndpointInput enum value
	EnumOfNodeTypeForModifyDBEndpointInputReadOnly = "ReadOnly"

	// EnumOfNodeTypeForModifyDBEndpointInputSecondary is a EnumOfNodeTypeForModifyDBEndpointInput enum value
	EnumOfNodeTypeForModifyDBEndpointInputSecondary = "Secondary"
)
View Source
const (
	// EnumOfReadOnlyNodeDistributionTypeForModifyDBEndpointInputCustom is a EnumOfReadOnlyNodeDistributionTypeForModifyDBEndpointInput enum value
	EnumOfReadOnlyNodeDistributionTypeForModifyDBEndpointInputCustom = "Custom"

	// EnumOfReadOnlyNodeDistributionTypeForModifyDBEndpointInputDefault is a EnumOfReadOnlyNodeDistributionTypeForModifyDBEndpointInput enum value
	EnumOfReadOnlyNodeDistributionTypeForModifyDBEndpointInputDefault = "Default"
)
View Source
const (
	// EnumOfReadWriteModeForModifyDBEndpointInputReadOnly is a EnumOfReadWriteModeForModifyDBEndpointInput enum value
	EnumOfReadWriteModeForModifyDBEndpointInputReadOnly = "ReadOnly"

	// EnumOfReadWriteModeForModifyDBEndpointInputReadWrite is a EnumOfReadWriteModeForModifyDBEndpointInput enum value
	EnumOfReadWriteModeForModifyDBEndpointInputReadWrite = "ReadWrite"
)
View Source
const (
	// EnumOfNetworkTypeForModifyDBEndpointAddressInputCarma is a EnumOfNetworkTypeForModifyDBEndpointAddressInput enum value
	EnumOfNetworkTypeForModifyDBEndpointAddressInputCarma = "Carma"

	// EnumOfNetworkTypeForModifyDBEndpointAddressInputIngress is a EnumOfNetworkTypeForModifyDBEndpointAddressInput enum value
	EnumOfNetworkTypeForModifyDBEndpointAddressInputIngress = "Ingress"

	// EnumOfNetworkTypeForModifyDBEndpointAddressInputInner is a EnumOfNetworkTypeForModifyDBEndpointAddressInput enum value
	EnumOfNetworkTypeForModifyDBEndpointAddressInputInner = "Inner"

	// EnumOfNetworkTypeForModifyDBEndpointAddressInputPrivate is a EnumOfNetworkTypeForModifyDBEndpointAddressInput enum value
	EnumOfNetworkTypeForModifyDBEndpointAddressInputPrivate = "Private"

	// EnumOfNetworkTypeForModifyDBEndpointAddressInputPublic is a EnumOfNetworkTypeForModifyDBEndpointAddressInput enum value
	EnumOfNetworkTypeForModifyDBEndpointAddressInputPublic = "Public"
)
View Source
const (
	// EnumOfNetworkTypeForModifyDBEndpointDNSInputCarma is a EnumOfNetworkTypeForModifyDBEndpointDNSInput enum value
	EnumOfNetworkTypeForModifyDBEndpointDNSInputCarma = "Carma"

	// EnumOfNetworkTypeForModifyDBEndpointDNSInputIngress is a EnumOfNetworkTypeForModifyDBEndpointDNSInput enum value
	EnumOfNetworkTypeForModifyDBEndpointDNSInputIngress = "Ingress"

	// EnumOfNetworkTypeForModifyDBEndpointDNSInputInner is a EnumOfNetworkTypeForModifyDBEndpointDNSInput enum value
	EnumOfNetworkTypeForModifyDBEndpointDNSInputInner = "Inner"

	// EnumOfNetworkTypeForModifyDBEndpointDNSInputPrivate is a EnumOfNetworkTypeForModifyDBEndpointDNSInput enum value
	EnumOfNetworkTypeForModifyDBEndpointDNSInputPrivate = "Private"

	// EnumOfNetworkTypeForModifyDBEndpointDNSInputPublic is a EnumOfNetworkTypeForModifyDBEndpointDNSInput enum value
	EnumOfNetworkTypeForModifyDBEndpointDNSInputPublic = "Public"
)
View Source
const (
	// EnumOfNodeOperateTypeForModifyDBInstanceSpecInputCreate is a EnumOfNodeOperateTypeForModifyDBInstanceSpecInput enum value
	EnumOfNodeOperateTypeForModifyDBInstanceSpecInputCreate = "Create"

	// EnumOfNodeOperateTypeForModifyDBInstanceSpecInputDelete is a EnumOfNodeOperateTypeForModifyDBInstanceSpecInput enum value
	EnumOfNodeOperateTypeForModifyDBInstanceSpecInputDelete = "Delete"

	// EnumOfNodeOperateTypeForModifyDBInstanceSpecInputModify is a EnumOfNodeOperateTypeForModifyDBInstanceSpecInput enum value
	EnumOfNodeOperateTypeForModifyDBInstanceSpecInputModify = "Modify"
)
View Source
const (
	// EnumOfNodeTypeForModifyDBInstanceSpecInputPrimary is a EnumOfNodeTypeForModifyDBInstanceSpecInput enum value
	EnumOfNodeTypeForModifyDBInstanceSpecInputPrimary = "Primary"

	// EnumOfNodeTypeForModifyDBInstanceSpecInputReadOnly is a EnumOfNodeTypeForModifyDBInstanceSpecInput enum value
	EnumOfNodeTypeForModifyDBInstanceSpecInputReadOnly = "ReadOnly"

	// EnumOfNodeTypeForModifyDBInstanceSpecInputSecondary is a EnumOfNodeTypeForModifyDBInstanceSpecInput enum value
	EnumOfNodeTypeForModifyDBInstanceSpecInputSecondary = "Secondary"
)
View Source
const (
	// EnumOfStorageTypeForModifyDBInstanceSpecInputCloudStorage is a EnumOfStorageTypeForModifyDBInstanceSpecInput enum value
	EnumOfStorageTypeForModifyDBInstanceSpecInputCloudStorage = "CloudStorage"

	// EnumOfStorageTypeForModifyDBInstanceSpecInputEssdpl1 is a EnumOfStorageTypeForModifyDBInstanceSpecInput enum value
	EnumOfStorageTypeForModifyDBInstanceSpecInputEssdpl1 = "ESSDPL1"

	// EnumOfStorageTypeForModifyDBInstanceSpecInputEssdpl2 is a EnumOfStorageTypeForModifyDBInstanceSpecInput enum value
	EnumOfStorageTypeForModifyDBInstanceSpecInputEssdpl2 = "ESSDPL2"

	// EnumOfStorageTypeForModifyDBInstanceSpecInputLocalSsd is a EnumOfStorageTypeForModifyDBInstanceSpecInput enum value
	EnumOfStorageTypeForModifyDBInstanceSpecInputLocalSsd = "LocalSSD"
)
View Source
const (
	// EnumOfChargeTypeForRestoreToNewInstanceInputNotEnabled is a EnumOfChargeTypeForRestoreToNewInstanceInput enum value
	EnumOfChargeTypeForRestoreToNewInstanceInputNotEnabled = "NotEnabled"

	// EnumOfChargeTypeForRestoreToNewInstanceInputPostPaid is a EnumOfChargeTypeForRestoreToNewInstanceInput enum value
	EnumOfChargeTypeForRestoreToNewInstanceInputPostPaid = "PostPaid"

	// EnumOfChargeTypeForRestoreToNewInstanceInputPrePaid is a EnumOfChargeTypeForRestoreToNewInstanceInput enum value
	EnumOfChargeTypeForRestoreToNewInstanceInputPrePaid = "PrePaid"
)
View Source
const (
	// EnumOfNodeOperateTypeForRestoreToNewInstanceInputCreate is a EnumOfNodeOperateTypeForRestoreToNewInstanceInput enum value
	EnumOfNodeOperateTypeForRestoreToNewInstanceInputCreate = "Create"

	// EnumOfNodeOperateTypeForRestoreToNewInstanceInputDelete is a EnumOfNodeOperateTypeForRestoreToNewInstanceInput enum value
	EnumOfNodeOperateTypeForRestoreToNewInstanceInputDelete = "Delete"

	// EnumOfNodeOperateTypeForRestoreToNewInstanceInputModify is a EnumOfNodeOperateTypeForRestoreToNewInstanceInput enum value
	EnumOfNodeOperateTypeForRestoreToNewInstanceInputModify = "Modify"
)
View Source
const (
	// EnumOfNodeTypeForRestoreToNewInstanceInputPrimary is a EnumOfNodeTypeForRestoreToNewInstanceInput enum value
	EnumOfNodeTypeForRestoreToNewInstanceInputPrimary = "Primary"

	// EnumOfNodeTypeForRestoreToNewInstanceInputReadOnly is a EnumOfNodeTypeForRestoreToNewInstanceInput enum value
	EnumOfNodeTypeForRestoreToNewInstanceInputReadOnly = "ReadOnly"

	// EnumOfNodeTypeForRestoreToNewInstanceInputSecondary is a EnumOfNodeTypeForRestoreToNewInstanceInput enum value
	EnumOfNodeTypeForRestoreToNewInstanceInputSecondary = "Secondary"
)
View Source
const (
	// EnumOfPeriodUnitForRestoreToNewInstanceInputMonth is a EnumOfPeriodUnitForRestoreToNewInstanceInput enum value
	EnumOfPeriodUnitForRestoreToNewInstanceInputMonth = "Month"

	// EnumOfPeriodUnitForRestoreToNewInstanceInputYear is a EnumOfPeriodUnitForRestoreToNewInstanceInput enum value
	EnumOfPeriodUnitForRestoreToNewInstanceInputYear = "Year"
)
View Source
const (
	// EnumOfStorageTypeForRestoreToNewInstanceInputCloudStorage is a EnumOfStorageTypeForRestoreToNewInstanceInput enum value
	EnumOfStorageTypeForRestoreToNewInstanceInputCloudStorage = "CloudStorage"

	// EnumOfStorageTypeForRestoreToNewInstanceInputEssdpl1 is a EnumOfStorageTypeForRestoreToNewInstanceInput enum value
	EnumOfStorageTypeForRestoreToNewInstanceInputEssdpl1 = "ESSDPL1"

	// EnumOfStorageTypeForRestoreToNewInstanceInputEssdpl2 is a EnumOfStorageTypeForRestoreToNewInstanceInput enum value
	EnumOfStorageTypeForRestoreToNewInstanceInputEssdpl2 = "ESSDPL2"

	// EnumOfStorageTypeForRestoreToNewInstanceInputLocalSsd is a EnumOfStorageTypeForRestoreToNewInstanceInput enum value
	EnumOfStorageTypeForRestoreToNewInstanceInputLocalSsd = "LocalSSD"
)
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

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

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

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

func (AccountForDescribeDBAccountsOutput) GoString

GoString returns the string representation

func (*AccountForDescribeDBAccountsOutput) SetAccountName

SetAccountName sets the AccountName field's value.

func (*AccountForDescribeDBAccountsOutput) SetAccountPrivileges

SetAccountPrivileges sets the AccountPrivileges field's value.

func (*AccountForDescribeDBAccountsOutput) SetAccountType

SetAccountType sets the AccountType field's value.

func (AccountForDescribeDBAccountsOutput) String

String returns the string representation

type AccountPrivilegeForCreateDBAccountInput

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

	AccountPrivilegeDetail *string `type:"string"`

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

func (AccountPrivilegeForCreateDBAccountInput) GoString

GoString returns the string representation

func (*AccountPrivilegeForCreateDBAccountInput) SetAccountPrivilege

SetAccountPrivilege sets the AccountPrivilege field's value.

func (*AccountPrivilegeForCreateDBAccountInput) SetAccountPrivilegeDetail

SetAccountPrivilegeDetail sets the AccountPrivilegeDetail field's value.

func (*AccountPrivilegeForCreateDBAccountInput) SetDBName

SetDBName sets the DBName field's value.

func (AccountPrivilegeForCreateDBAccountInput) String

String returns the string representation

type AccountPrivilegeForDescribeDBAccountsOutput

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

	AccountPrivilegeDetail *string `type:"string"`

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

func (AccountPrivilegeForDescribeDBAccountsOutput) GoString

GoString returns the string representation

func (*AccountPrivilegeForDescribeDBAccountsOutput) SetAccountPrivilege

SetAccountPrivilege sets the AccountPrivilege field's value.

func (*AccountPrivilegeForDescribeDBAccountsOutput) SetAccountPrivilegeDetail

SetAccountPrivilegeDetail sets the AccountPrivilegeDetail field's value.

func (*AccountPrivilegeForDescribeDBAccountsOutput) SetDBName

SetDBName sets the DBName field's value.

func (AccountPrivilegeForDescribeDBAccountsOutput) String

String returns the string representation

type AccountPrivilegeForGrantDBAccountPrivilegeInput

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

	AccountPrivilegeDetail *string `type:"string"`

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

func (AccountPrivilegeForGrantDBAccountPrivilegeInput) GoString

GoString returns the string representation

func (*AccountPrivilegeForGrantDBAccountPrivilegeInput) SetAccountPrivilege

SetAccountPrivilege sets the AccountPrivilege field's value.

func (*AccountPrivilegeForGrantDBAccountPrivilegeInput) SetAccountPrivilegeDetail

SetAccountPrivilegeDetail sets the AccountPrivilegeDetail field's value.

func (*AccountPrivilegeForGrantDBAccountPrivilegeInput) SetDBName

SetDBName sets the DBName field's value.

func (AccountPrivilegeForGrantDBAccountPrivilegeInput) String

String returns the string representation

type AddressForDescribeDBInstanceDetailOutput

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

	Domain *string `type:"string"`

	EipId *string `type:"string"`

	IPAddress *string `type:"string"`

	NetworkType *string `type:"string"`

	Port *string `type:"string"`

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

func (AddressForDescribeDBInstanceDetailOutput) GoString

GoString returns the string representation

func (*AddressForDescribeDBInstanceDetailOutput) SetDNSVisibility

SetDNSVisibility sets the DNSVisibility field's value.

func (*AddressForDescribeDBInstanceDetailOutput) SetDomain

SetDomain sets the Domain field's value.

func (*AddressForDescribeDBInstanceDetailOutput) SetEipId

SetEipId sets the EipId field's value.

func (*AddressForDescribeDBInstanceDetailOutput) SetIPAddress

SetIPAddress sets the IPAddress field's value.

func (*AddressForDescribeDBInstanceDetailOutput) SetNetworkType

SetNetworkType sets the NetworkType field's value.

func (*AddressForDescribeDBInstanceDetailOutput) SetPort

SetPort sets the Port field's value.

func (*AddressForDescribeDBInstanceDetailOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (AddressForDescribeDBInstanceDetailOutput) String

String returns the string representation

type AddressObjectForDescribeDBInstancesOutput

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

	Domain *string `type:"string"`

	EipId *string `type:"string"`

	IPAddress *string `type:"string"`

	NetworkType *string `type:"string"`

	Port *string `type:"string"`

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

func (AddressObjectForDescribeDBInstancesOutput) GoString

GoString returns the string representation

func (*AddressObjectForDescribeDBInstancesOutput) SetDNSVisibility

SetDNSVisibility sets the DNSVisibility field's value.

func (*AddressObjectForDescribeDBInstancesOutput) SetDomain

SetDomain sets the Domain field's value.

func (*AddressObjectForDescribeDBInstancesOutput) SetEipId

SetEipId sets the EipId field's value.

func (*AddressObjectForDescribeDBInstancesOutput) SetIPAddress

SetIPAddress sets the IPAddress field's value.

func (*AddressObjectForDescribeDBInstancesOutput) SetNetworkType

SetNetworkType sets the NetworkType field's value.

func (*AddressObjectForDescribeDBInstancesOutput) SetPort

SetPort sets the Port field's value.

func (*AddressObjectForDescribeDBInstancesOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (AddressObjectForDescribeDBInstancesOutput) String

String returns the string representation

type AllowListForDescribeAllowListsOutput

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

	AllowListIPNum *int32 `type:"int32"`

	AllowListId *string `type:"string"`

	AllowListName *string `type:"string"`

	AllowListType *string `type:"string"`

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

func (AllowListForDescribeAllowListsOutput) GoString

GoString returns the string representation

func (*AllowListForDescribeAllowListsOutput) SetAllowListDesc

SetAllowListDesc sets the AllowListDesc field's value.

func (*AllowListForDescribeAllowListsOutput) SetAllowListIPNum

SetAllowListIPNum sets the AllowListIPNum field's value.

func (*AllowListForDescribeAllowListsOutput) SetAllowListId

SetAllowListId sets the AllowListId field's value.

func (*AllowListForDescribeAllowListsOutput) SetAllowListName

SetAllowListName sets the AllowListName field's value.

func (*AllowListForDescribeAllowListsOutput) SetAllowListType

SetAllowListType sets the AllowListType field's value.

func (*AllowListForDescribeAllowListsOutput) SetAssociatedInstanceNum

SetAssociatedInstanceNum sets the AssociatedInstanceNum field's value.

func (AllowListForDescribeAllowListsOutput) String

String returns the string representation

type AssociateAllowListInput

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

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

func (AssociateAllowListInput) GoString

func (s AssociateAllowListInput) GoString() string

GoString returns the string representation

func (*AssociateAllowListInput) SetAllowListIds

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

SetAllowListIds sets the AllowListIds field's value.

func (*AssociateAllowListInput) SetInstanceIds

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

SetInstanceIds sets the InstanceIds field's value.

func (AssociateAllowListInput) String

func (s AssociateAllowListInput) String() string

String returns the string representation

type AssociateAllowListOutput

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

func (AssociateAllowListOutput) GoString

func (s AssociateAllowListOutput) GoString() string

GoString returns the string representation

func (AssociateAllowListOutput) String

func (s AssociateAllowListOutput) String() string

String returns the string representation

type AssociatedInstanceForDescribeAllowListDetailOutput

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

	InstanceName *string `type:"string"`

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

func (AssociatedInstanceForDescribeAllowListDetailOutput) GoString

GoString returns the string representation

func (*AssociatedInstanceForDescribeAllowListDetailOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*AssociatedInstanceForDescribeAllowListDetailOutput) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*AssociatedInstanceForDescribeAllowListDetailOutput) SetVPC

SetVPC sets the VPC field's value.

func (AssociatedInstanceForDescribeAllowListDetailOutput) String

String returns the string representation

type BackupForDescribeBackupsOutput

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

	BackupFileName *string `type:"string"`

	BackupFileSize *int64 `type:"int64"`

	BackupId *string `type:"string"`

	BackupMethod *string `type:"string"`

	BackupStartTime *string `type:"string"`

	BackupStatus *string `type:"string"`

	BackupType *string `type:"string"`

	ConsistentTime *string `type:"string"`

	CreateType *string `type:"string"`

	DBTableInfos []*DBTableInfoForDescribeBackupsOutput `type:"list"`
	// contains filtered or unexported fields
}

func (BackupForDescribeBackupsOutput) GoString

GoString returns the string representation

func (*BackupForDescribeBackupsOutput) SetBackupEndTime

SetBackupEndTime sets the BackupEndTime field's value.

func (*BackupForDescribeBackupsOutput) SetBackupFileName

SetBackupFileName sets the BackupFileName field's value.

func (*BackupForDescribeBackupsOutput) SetBackupFileSize

SetBackupFileSize sets the BackupFileSize field's value.

func (*BackupForDescribeBackupsOutput) SetBackupId

SetBackupId sets the BackupId field's value.

func (*BackupForDescribeBackupsOutput) SetBackupMethod

SetBackupMethod sets the BackupMethod field's value.

func (*BackupForDescribeBackupsOutput) SetBackupStartTime

SetBackupStartTime sets the BackupStartTime field's value.

func (*BackupForDescribeBackupsOutput) SetBackupStatus

SetBackupStatus sets the BackupStatus field's value.

func (*BackupForDescribeBackupsOutput) SetBackupType

SetBackupType sets the BackupType field's value.

func (*BackupForDescribeBackupsOutput) SetConsistentTime

SetConsistentTime sets the ConsistentTime field's value.

func (*BackupForDescribeBackupsOutput) SetCreateType

SetCreateType sets the CreateType field's value.

func (*BackupForDescribeBackupsOutput) SetDBTableInfos

SetDBTableInfos sets the DBTableInfos field's value.

func (BackupForDescribeBackupsOutput) String

String returns the string representation

type BackupMetaForCreateBackupInput

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

func (BackupMetaForCreateBackupInput) GoString

GoString returns the string representation

func (*BackupMetaForCreateBackupInput) SetDBName

SetDBName sets the DBName field's value.

func (BackupMetaForCreateBackupInput) String

String returns the string representation

type BasicInfoForDescribeDBInstanceDetailOutput

type BasicInfoForDescribeDBInstanceDetailOutput struct {
	BackupUse *float64 `type:"double"`

	CreateTime *string `type:"string"`

	DBEngineVersion *string `type:"string"`

	DataSyncMode *string `type:"string"`

	InstanceId *string `type:"string"`

	InstanceName *string `type:"string"`

	InstanceStatus *string `type:"string"`

	LowerCaseTableNames *string `type:"string"`

	MaintenanceWindow *MaintenanceWindowForDescribeDBInstanceDetailOutput `type:"structure"`

	Memory *int32 `type:"int32"`

	NodeNumber *string `type:"string"`

	NodeSpec *string `type:"string"`

	ProjectName *string `type:"string"`

	RegionId *string `type:"string"`

	StorageSpace *int64 `type:"int64"`

	StorageType *string `type:"string"`

	StorageUse *float64 `type:"double"`

	SubnetId *string `type:"string"`

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

	TimeZone *string `type:"string"`

	UpdateTime *string `type:"string"`

	VCPU *int32 `type:"int32"`

	VpcId *string `type:"string"`

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

func (BasicInfoForDescribeDBInstanceDetailOutput) GoString

GoString returns the string representation

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetBackupUse

SetBackupUse sets the BackupUse field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetDBEngineVersion

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetDataSyncMode

SetDataSyncMode sets the DataSyncMode field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetInstanceStatus

SetInstanceStatus sets the InstanceStatus field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetLowerCaseTableNames

SetLowerCaseTableNames sets the LowerCaseTableNames field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetMaintenanceWindow

SetMaintenanceWindow sets the MaintenanceWindow field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetMemory

SetMemory sets the Memory field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetNodeNumber

SetNodeNumber sets the NodeNumber field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetNodeSpec

SetNodeSpec sets the NodeSpec field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetStorageSpace

SetStorageSpace sets the StorageSpace field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetStorageType

SetStorageType sets the StorageType field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetStorageUse

SetStorageUse sets the StorageUse field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetTags

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 ChargeDetailForDescribeDBInstanceDetailOutput

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

	ChargeEndTime *string `type:"string"`

	ChargeStartTime *string `type:"string"`

	ChargeStatus *string `type:"string"`

	ChargeType *string `type:"string"`

	OverdueReclaimTime *string `type:"string"`

	OverdueTime *string `type:"string"`

	Period *int32 `type:"int32"`

	PeriodUnit *string `type:"string"`
	// 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) String

String returns the string representation

type ChargeDetailForDescribeDBInstancesOutput

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

	ChargeEndTime *string `type:"string"`

	ChargeStartTime *string `type:"string"`

	ChargeStatus *string `type:"string"`

	ChargeType *string `type:"string"`

	OverdueReclaimTime *string `type:"string"`

	OverdueTime *string `type:"string"`

	Period *int32 `type:"int32"`

	PeriodUnit *string `type:"string"`
	// 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) String

String returns the string representation

type ChargeInfoForCreateDBInstanceInput

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

	ChargeType *string `type:"string" enum:"EnumOfChargeTypeForCreateDBInstanceInput"`

	Number *int32 `type:"int32"`

	Period *int32 `type:"int32"`

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

func (ChargeInfoForCreateDBInstanceInput) GoString

GoString returns the string representation

func (*ChargeInfoForCreateDBInstanceInput) SetAutoRenew

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeInfoForCreateDBInstanceInput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ChargeInfoForCreateDBInstanceInput) SetNumber

SetNumber sets the Number field's value.

func (*ChargeInfoForCreateDBInstanceInput) SetPeriod

SetPeriod sets the Period field's value.

func (*ChargeInfoForCreateDBInstanceInput) SetPeriodUnit

SetPeriodUnit sets the PeriodUnit field's value.

func (ChargeInfoForCreateDBInstanceInput) String

String returns the string representation

type ChargeInfoForRestoreToNewInstanceInput

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

	ChargeType *string `type:"string" enum:"EnumOfChargeTypeForRestoreToNewInstanceInput"`

	Number *int32 `type:"int32"`

	Period *int32 `type:"int32"`

	PeriodUnit *string `type:"string" enum:"EnumOfPeriodUnitForRestoreToNewInstanceInput"`
	// 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 CreateAllowListInput

type CreateAllowListInput struct {

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

	AllowListDesc *string `type:"string"`

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

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

func (CreateAllowListInput) GoString

func (s CreateAllowListInput) GoString() string

GoString returns the string representation

func (*CreateAllowListInput) SetAllowList

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

SetAllowList sets the AllowList field's value.

func (*CreateAllowListInput) SetAllowListDesc

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

SetAllowListDesc sets the AllowListDesc field's value.

func (*CreateAllowListInput) SetAllowListName

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

SetAllowListName sets the AllowListName field's value.

func (*CreateAllowListInput) SetAllowListType

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

SetAllowListType sets the AllowListType field's value.

func (CreateAllowListInput) String

func (s CreateAllowListInput) String() string

String returns the string representation

func (*CreateAllowListInput) Validate

func (s *CreateAllowListInput) Validate() error

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

type CreateAllowListOutput

type CreateAllowListOutput struct {
	Metadata *response.ResponseMetadata

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

func (CreateAllowListOutput) GoString

func (s CreateAllowListOutput) GoString() string

GoString returns the string representation

func (*CreateAllowListOutput) SetAllowListId

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

SetAllowListId sets the AllowListId field's value.

func (CreateAllowListOutput) String

func (s CreateAllowListOutput) String() string

String returns the string representation

type CreateBackupInput

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

	BackupMethod *string `type:"string" enum:"EnumOfBackupMethodForCreateBackupInput"`

	BackupType *string `type:"string" enum:"EnumOfBackupTypeForCreateBackupInput"`

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

func (CreateBackupInput) GoString

func (s CreateBackupInput) GoString() string

GoString returns the string representation

func (*CreateBackupInput) SetBackupMeta

SetBackupMeta sets the BackupMeta field's value.

func (*CreateBackupInput) SetBackupMethod

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

SetBackupMethod sets the BackupMethod field's value.

func (*CreateBackupInput) SetBackupType

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

SetBackupType sets the BackupType field's value.

func (*CreateBackupInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (CreateBackupInput) String

func (s CreateBackupInput) String() string

String returns the string representation

func (*CreateBackupInput) Validate

func (s *CreateBackupInput) Validate() error

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

type CreateBackupOutput

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

func (CreateBackupOutput) GoString

func (s CreateBackupOutput) GoString() string

GoString returns the string representation

func (CreateBackupOutput) String

func (s CreateBackupOutput) String() string

String returns the string representation

type CreateDBAccountInput

type CreateDBAccountInput struct {
	AccountName *string `min:"2" max:"32" type:"string"`

	AccountPassword *string `min:"8" max:"32" type:"string"`

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

	AccountType *string `type:"string" enum:"EnumOfAccountTypeForCreateDBAccountInput"`

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

func (CreateDBAccountInput) GoString

func (s CreateDBAccountInput) GoString() string

GoString returns the string representation

func (*CreateDBAccountInput) 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

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) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (CreateDBAccountInput) String

func (s CreateDBAccountInput) String() string

String returns the string representation

func (*CreateDBAccountInput) Validate

func (s *CreateDBAccountInput) Validate() error

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

type CreateDBAccountOutput

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

func (CreateDBAccountOutput) GoString

func (s CreateDBAccountOutput) GoString() string

GoString returns the string representation

func (CreateDBAccountOutput) String

func (s CreateDBAccountOutput) String() string

String returns the string representation

type CreateDBEndpointInput

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

	Description *string `type:"string"`

	EndpointName *string `type:"string"`

	EndpointType *string `type:"string" enum:"EnumOfEndpointTypeForCreateDBEndpointInput"`

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

	Nodes *string `type:"string"`

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

func (CreateDBEndpointInput) GoString

func (s CreateDBEndpointInput) GoString() string

GoString returns the string representation

func (*CreateDBEndpointInput) SetAutoAddNewNodes

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

SetAutoAddNewNodes sets the AutoAddNewNodes field's value.

func (*CreateDBEndpointInput) SetDescription

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

SetDescription sets the Description field's value.

func (*CreateDBEndpointInput) SetEndpointName

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

SetEndpointName sets the EndpointName field's value.

func (*CreateDBEndpointInput) SetEndpointType

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

SetEndpointType sets the EndpointType field's value.

func (*CreateDBEndpointInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*CreateDBEndpointInput) SetNodes

SetNodes sets the Nodes field's value.

func (*CreateDBEndpointInput) SetReadWriteMode

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

SetReadWriteMode sets the ReadWriteMode field's value.

func (CreateDBEndpointInput) String

func (s CreateDBEndpointInput) String() string

String returns the string representation

func (*CreateDBEndpointInput) Validate

func (s *CreateDBEndpointInput) Validate() error

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

type CreateDBEndpointOutput

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

func (CreateDBEndpointOutput) GoString

func (s CreateDBEndpointOutput) GoString() string

GoString returns the string representation

func (CreateDBEndpointOutput) String

func (s CreateDBEndpointOutput) String() string

String returns the string representation

type CreateDBEndpointPublicAddressInput

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

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

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

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

func (CreateDBEndpointPublicAddressInput) GoString

GoString returns the string representation

func (*CreateDBEndpointPublicAddressInput) SetDomainPrefix

SetDomainPrefix sets the DomainPrefix field's value.

func (*CreateDBEndpointPublicAddressInput) SetEipId

SetEipId sets the EipId field's value.

func (*CreateDBEndpointPublicAddressInput) SetEndpointId

SetEndpointId sets the EndpointId field's value.

func (*CreateDBEndpointPublicAddressInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (CreateDBEndpointPublicAddressInput) String

String returns the string representation

func (*CreateDBEndpointPublicAddressInput) Validate

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

type CreateDBEndpointPublicAddressOutput

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

func (CreateDBEndpointPublicAddressOutput) GoString

GoString returns the string representation

func (CreateDBEndpointPublicAddressOutput) String

String returns the string representation

type CreateDBInstanceInput

type CreateDBInstanceInput struct {
	ChargeInfo *ChargeInfoForCreateDBInstanceInput `type:"structure"`

	DBEngineVersion *string `type:"string" enum:"EnumOfDBEngineVersionForCreateDBInstanceInput"`

	DBParamGroupId *string `type:"string"`

	DBTimeZone *string `type:"string"`

	InstanceName *string `type:"string"`

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

	LowerCaseTableNames *string `type:"string"`

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

	Number *int32 `type:"int32"`

	ProjectName *string `type:"string"`

	StorageSpace *int32 `type:"int32"`

	StorageType *string `type:"string" enum:"EnumOfStorageTypeForCreateDBInstanceInput"`

	SubnetId *string `type:"string"`

	SuperAccountName *string `min:"2" max:"16" type:"string"`

	SuperAccountPassword *string `min:"8" max:"32" type:"string"`

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

func (CreateDBInstanceInput) GoString

func (s CreateDBInstanceInput) GoString() string

GoString returns the string representation

func (*CreateDBInstanceInput) SetChargeInfo

SetChargeInfo sets the ChargeInfo field's value.

func (*CreateDBInstanceInput) SetDBEngineVersion

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

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*CreateDBInstanceInput) SetDBParamGroupId

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

SetDBParamGroupId sets the DBParamGroupId field's value.

func (*CreateDBInstanceInput) SetDBTimeZone

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

SetDBTimeZone sets the DBTimeZone field's value.

func (*CreateDBInstanceInput) SetInstanceName

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

SetInstanceName sets the InstanceName field's value.

func (*CreateDBInstanceInput) SetInstanceTags

SetInstanceTags sets the InstanceTags field's value.

func (*CreateDBInstanceInput) SetLowerCaseTableNames

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

SetLowerCaseTableNames sets the LowerCaseTableNames field's value.

func (*CreateDBInstanceInput) SetNodeInfo

SetNodeInfo sets the NodeInfo field's value.

func (*CreateDBInstanceInput) SetNumber

SetNumber sets the Number field's value.

func (*CreateDBInstanceInput) SetProjectName

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

SetProjectName sets the ProjectName field's value.

func (*CreateDBInstanceInput) SetStorageSpace

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

SetStorageSpace sets the StorageSpace field's value.

func (*CreateDBInstanceInput) SetStorageType

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

SetStorageType sets the StorageType field's value.

func (*CreateDBInstanceInput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*CreateDBInstanceInput) SetSuperAccountName

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

SetSuperAccountName sets the SuperAccountName field's value.

func (*CreateDBInstanceInput) SetSuperAccountPassword

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

SetSuperAccountPassword sets the SuperAccountPassword field's value.

func (*CreateDBInstanceInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (CreateDBInstanceInput) String

func (s CreateDBInstanceInput) String() string

String returns the string representation

func (*CreateDBInstanceInput) Validate

func (s *CreateDBInstanceInput) Validate() error

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

type CreateDBInstanceOutput

type CreateDBInstanceOutput struct {
	Metadata *response.ResponseMetadata

	InstanceId *string `type:"string"`

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

func (CreateDBInstanceOutput) GoString

func (s CreateDBInstanceOutput) GoString() string

GoString returns the string representation

func (*CreateDBInstanceOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*CreateDBInstanceOutput) SetOrderId

SetOrderId sets the OrderId field's value.

func (CreateDBInstanceOutput) String

func (s CreateDBInstanceOutput) String() string

String returns the string representation

type CreateDatabaseInput

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

	DBName *string `min:"2" max:"64" type:"string"`

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

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

func (CreateDatabaseInput) GoString

func (s CreateDatabaseInput) GoString() string

GoString returns the string representation

func (*CreateDatabaseInput) SetCharacterSetName

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

SetCharacterSetName sets the CharacterSetName field's value.

func (*CreateDatabaseInput) SetDBName

SetDBName sets the DBName field's value.

func (*CreateDatabaseInput) SetDatabasePrivileges

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 DBTableInfoForDescribeBackupsOutput

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

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

func (DBTableInfoForDescribeBackupsOutput) GoString

GoString returns the string representation

func (*DBTableInfoForDescribeBackupsOutput) SetDatabase

SetDatabase sets the Database field's value.

func (*DBTableInfoForDescribeBackupsOutput) SetTables

SetTables sets the Tables field's value.

func (DBTableInfoForDescribeBackupsOutput) String

String returns the string representation

type DatabasForDescribeDatabasesOutput

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

	DBName *string `type:"string"`

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

func (DatabasForDescribeDatabasesOutput) GoString

GoString returns the string representation

func (*DatabasForDescribeDatabasesOutput) SetCharacterSetName

SetCharacterSetName sets the CharacterSetName field's value.

func (*DatabasForDescribeDatabasesOutput) SetDBName

SetDBName sets the DBName field's value.

func (*DatabasForDescribeDatabasesOutput) SetDatabasePrivileges

SetDatabasePrivileges sets the DatabasePrivileges field's value.

func (DatabasForDescribeDatabasesOutput) String

String returns the string representation

type DatabasePrivilegeForCreateDatabaseInput

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

	AccountPrivilege *string `type:"string" enum:"EnumOfAccountPrivilegeForCreateDatabaseInput"`

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

func (DatabasePrivilegeForCreateDatabaseInput) GoString

GoString returns the string representation

func (*DatabasePrivilegeForCreateDatabaseInput) SetAccountName

SetAccountName sets the AccountName field's value.

func (*DatabasePrivilegeForCreateDatabaseInput) SetAccountPrivilege

SetAccountPrivilege sets the AccountPrivilege field's value.

func (*DatabasePrivilegeForCreateDatabaseInput) SetAccountPrivilegeDetail

SetAccountPrivilegeDetail sets the AccountPrivilegeDetail field's value.

func (DatabasePrivilegeForCreateDatabaseInput) String

String returns the string representation

type DatabasePrivilegeForDescribeDatabasesOutput

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

	AccountPrivilege *string `type:"string"`

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

func (DatabasePrivilegeForDescribeDatabasesOutput) GoString

GoString returns the string representation

func (*DatabasePrivilegeForDescribeDatabasesOutput) SetAccountName

SetAccountName sets the AccountName field's value.

func (*DatabasePrivilegeForDescribeDatabasesOutput) SetAccountPrivilege

SetAccountPrivilege sets the AccountPrivilege field's value.

func (*DatabasePrivilegeForDescribeDatabasesOutput) SetAccountPrivilegeDetail

SetAccountPrivilegeDetail sets the AccountPrivilegeDetail field's value.

func (DatabasePrivilegeForDescribeDatabasesOutput) String

String returns the string representation

type DatabasePrivilegeForGrantDatabasePrivilegeInput

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

	AccountPrivilege *string `type:"string" enum:"EnumOfAccountPrivilegeForGrantDatabasePrivilegeInput"`

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

func (DatabasePrivilegeForGrantDatabasePrivilegeInput) GoString

GoString returns the string representation

func (*DatabasePrivilegeForGrantDatabasePrivilegeInput) SetAccountName

SetAccountName sets the AccountName field's value.

func (*DatabasePrivilegeForGrantDatabasePrivilegeInput) SetAccountPrivilege

SetAccountPrivilege sets the AccountPrivilege field's value.

func (*DatabasePrivilegeForGrantDatabasePrivilegeInput) SetAccountPrivilegeDetail

SetAccountPrivilegeDetail sets the AccountPrivilegeDetail field's value.

func (DatabasePrivilegeForGrantDatabasePrivilegeInput) String

String returns the string representation

type DeleteAllowListInput

type DeleteAllowListInput struct {

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

func (DeleteAllowListInput) GoString

func (s DeleteAllowListInput) GoString() string

GoString returns the string representation

func (*DeleteAllowListInput) SetAllowListId

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

SetAllowListId sets the AllowListId field's value.

func (DeleteAllowListInput) String

func (s DeleteAllowListInput) String() string

String returns the string representation

func (*DeleteAllowListInput) Validate

func (s *DeleteAllowListInput) Validate() error

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

type DeleteAllowListOutput

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

func (DeleteAllowListOutput) GoString

func (s DeleteAllowListOutput) GoString() string

GoString returns the string representation

func (DeleteAllowListOutput) String

func (s DeleteAllowListOutput) String() string

String returns the string representation

type DeleteDBAccountInput

type DeleteDBAccountInput struct {

	// AccountName is a required field
	AccountName *string `min:"2" max:"32" type:"string" required:"true"`

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

func (DeleteDBAccountInput) GoString

func (s DeleteDBAccountInput) GoString() string

GoString returns the string representation

func (*DeleteDBAccountInput) SetAccountName

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

SetAccountName sets the AccountName field's value.

func (*DeleteDBAccountInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (DeleteDBAccountInput) String

func (s DeleteDBAccountInput) String() string

String returns the string representation

func (*DeleteDBAccountInput) Validate

func (s *DeleteDBAccountInput) Validate() error

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

type DeleteDBAccountOutput

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

func (DeleteDBAccountOutput) GoString

func (s DeleteDBAccountOutput) GoString() string

GoString returns the string representation

func (DeleteDBAccountOutput) String

func (s DeleteDBAccountOutput) String() string

String returns the string representation

type DeleteDBEndpointInput

type DeleteDBEndpointInput struct {

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

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

func (DeleteDBEndpointInput) GoString

func (s DeleteDBEndpointInput) GoString() string

GoString returns the string representation

func (*DeleteDBEndpointInput) SetEndpointId

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

SetEndpointId sets the EndpointId field's value.

func (*DeleteDBEndpointInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (DeleteDBEndpointInput) String

func (s DeleteDBEndpointInput) String() string

String returns the string representation

func (*DeleteDBEndpointInput) Validate

func (s *DeleteDBEndpointInput) Validate() error

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

type DeleteDBEndpointOutput

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

func (DeleteDBEndpointOutput) GoString

func (s DeleteDBEndpointOutput) GoString() string

GoString returns the string representation

func (DeleteDBEndpointOutput) String

func (s DeleteDBEndpointOutput) String() string

String returns the string representation

type DeleteDBEndpointPublicAddressInput

type DeleteDBEndpointPublicAddressInput struct {

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

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

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

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

func (DeleteDBEndpointPublicAddressInput) GoString

GoString returns the string representation

func (*DeleteDBEndpointPublicAddressInput) SetDomain

SetDomain sets the Domain field's value.

func (*DeleteDBEndpointPublicAddressInput) SetEipId

SetEipId sets the EipId field's value.

func (*DeleteDBEndpointPublicAddressInput) SetEndpointId

SetEndpointId sets the EndpointId field's value.

func (*DeleteDBEndpointPublicAddressInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (DeleteDBEndpointPublicAddressInput) String

String returns the string representation

func (*DeleteDBEndpointPublicAddressInput) Validate

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

type DeleteDBEndpointPublicAddressOutput

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

func (DeleteDBEndpointPublicAddressOutput) GoString

GoString returns the string representation

func (DeleteDBEndpointPublicAddressOutput) String

String returns the string representation

type DeleteDBInstanceInput

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

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

func (DeleteDBInstanceInput) GoString

func (s DeleteDBInstanceInput) GoString() string

GoString returns the string representation

func (*DeleteDBInstanceInput) SetDataKeepPolicy

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

SetDataKeepPolicy sets the DataKeepPolicy field's value.

func (*DeleteDBInstanceInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (DeleteDBInstanceInput) String

func (s DeleteDBInstanceInput) String() string

String returns the string representation

func (*DeleteDBInstanceInput) Validate

func (s *DeleteDBInstanceInput) Validate() error

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

type DeleteDBInstanceOutput

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

func (DeleteDBInstanceOutput) GoString

func (s DeleteDBInstanceOutput) GoString() string

GoString returns the string representation

func (DeleteDBInstanceOutput) String

func (s DeleteDBInstanceOutput) String() string

String returns the string representation

type DeleteDatabaseInput

type DeleteDatabaseInput struct {

	// DBName is a required field
	DBName *string `min:"2" max:"64" type:"string" required:"true"`

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

func (DeleteDatabaseInput) GoString

func (s DeleteDatabaseInput) GoString() string

GoString returns the string representation

func (*DeleteDatabaseInput) SetDBName

SetDBName sets the DBName field's value.

func (*DeleteDatabaseInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (DeleteDatabaseInput) String

func (s DeleteDatabaseInput) String() string

String returns the string representation

func (*DeleteDatabaseInput) Validate

func (s *DeleteDatabaseInput) Validate() error

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

type DeleteDatabaseOutput

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

func (DeleteDatabaseOutput) GoString

func (s DeleteDatabaseOutput) GoString() string

GoString returns the string representation

func (DeleteDatabaseOutput) String

func (s DeleteDatabaseOutput) String() string

String returns the string representation

type DescribeAllowListDetailInput

type DescribeAllowListDetailInput struct {

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

func (DescribeAllowListDetailInput) GoString

func (s DescribeAllowListDetailInput) GoString() string

GoString returns the string representation

func (*DescribeAllowListDetailInput) SetAllowListId

SetAllowListId sets the AllowListId field's value.

func (DescribeAllowListDetailInput) String

String returns the string representation

func (*DescribeAllowListDetailInput) Validate

func (s *DescribeAllowListDetailInput) Validate() error

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

type DescribeAllowListDetailOutput

type DescribeAllowListDetailOutput struct {
	Metadata *response.ResponseMetadata

	AllowList *string `type:"string"`

	AllowListDesc *string `type:"string"`

	AllowListId *string `type:"string"`

	AllowListName *string `type:"string"`

	AllowListType *string `type:"string"`

	AssociatedInstances []*AssociatedInstanceForDescribeAllowListDetailOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeAllowListDetailOutput) GoString

GoString returns the string representation

func (*DescribeAllowListDetailOutput) SetAllowList

SetAllowList sets the AllowList field's value.

func (*DescribeAllowListDetailOutput) SetAllowListDesc

SetAllowListDesc sets the AllowListDesc field's value.

func (*DescribeAllowListDetailOutput) SetAllowListId

SetAllowListId sets the AllowListId field's value.

func (*DescribeAllowListDetailOutput) SetAllowListName

SetAllowListName sets the AllowListName field's value.

func (*DescribeAllowListDetailOutput) SetAllowListType

SetAllowListType sets the AllowListType field's value.

func (*DescribeAllowListDetailOutput) SetAssociatedInstances

SetAssociatedInstances sets the AssociatedInstances field's value.

func (DescribeAllowListDetailOutput) String

String returns the string representation

type DescribeAllowListsInput

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

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

func (DescribeAllowListsInput) GoString

func (s DescribeAllowListsInput) GoString() string

GoString returns the string representation

func (*DescribeAllowListsInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeAllowListsInput) SetRegionId

SetRegionId sets the RegionId field's value.

func (DescribeAllowListsInput) String

func (s DescribeAllowListsInput) String() string

String returns the string representation

type DescribeAllowListsOutput

type DescribeAllowListsOutput struct {
	Metadata *response.ResponseMetadata

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

func (DescribeAllowListsOutput) GoString

func (s DescribeAllowListsOutput) GoString() string

GoString returns the string representation

func (*DescribeAllowListsOutput) SetAllowLists

SetAllowLists sets the AllowLists field's value.

func (DescribeAllowListsOutput) String

func (s DescribeAllowListsOutput) String() string

String returns the string representation

type DescribeAvailabilityZonesInput

type DescribeAvailabilityZonesInput struct {
	RegionId *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeAvailabilityZonesInput) GoString

GoString returns the string representation

func (*DescribeAvailabilityZonesInput) SetRegionId

SetRegionId sets the RegionId field's value.

func (DescribeAvailabilityZonesInput) String

String returns the string representation

type DescribeAvailabilityZonesOutput

type DescribeAvailabilityZonesOutput struct {
	Metadata *response.ResponseMetadata

	RegionId *string `type:"string"`

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

func (DescribeAvailabilityZonesOutput) GoString

GoString returns the string representation

func (*DescribeAvailabilityZonesOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*DescribeAvailabilityZonesOutput) SetZones

SetZones sets the Zones field's value.

func (DescribeAvailabilityZonesOutput) String

String returns the string representation

type DescribeBackupsInput

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

	BackupId *string `type:"string"`

	BackupMethod *string `type:"string" enum:"EnumOfBackupMethodForDescribeBackupsInput"`

	BackupStartTime *string `type:"string"`

	BackupStatus *string `type:"string" enum:"EnumOfBackupStatusForDescribeBackupsInput"`

	BackupType *string `type:"string" enum:"EnumOfBackupTypeForDescribeBackupsInput"`

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

	PageNumber *int32 `type:"int32"`

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

func (DescribeBackupsInput) GoString

func (s DescribeBackupsInput) GoString() string

GoString returns the string representation

func (*DescribeBackupsInput) SetBackupEndTime

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

SetBackupEndTime sets the BackupEndTime field's value.

func (*DescribeBackupsInput) SetBackupId

SetBackupId sets the BackupId field's value.

func (*DescribeBackupsInput) SetBackupMethod

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

SetBackupMethod sets the BackupMethod field's value.

func (*DescribeBackupsInput) SetBackupStartTime

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

SetBackupStartTime sets the BackupStartTime field's value.

func (*DescribeBackupsInput) SetBackupStatus

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

SetBackupStatus sets the BackupStatus field's value.

func (*DescribeBackupsInput) SetBackupType

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

SetBackupType sets the BackupType field's value.

func (*DescribeBackupsInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*DescribeBackupsInput) SetPageNumber

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

SetPageNumber sets the PageNumber field's value.

func (*DescribeBackupsInput) SetPageSize

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

SetPageSize sets the PageSize field's value.

func (DescribeBackupsInput) String

func (s DescribeBackupsInput) String() string

String returns the string representation

func (*DescribeBackupsInput) Validate

func (s *DescribeBackupsInput) Validate() error

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

type DescribeBackupsOutput

type DescribeBackupsOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (DescribeBackupsOutput) GoString

func (s DescribeBackupsOutput) GoString() string

GoString returns the string representation

func (*DescribeBackupsOutput) SetBackups

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 DescribeDBAccountsInput

type DescribeDBAccountsInput struct {
	AccountName *string `min:"2" max:"32" type:"string"`

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

	PageNumber *int32 `type:"int32"`

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

func (DescribeDBAccountsInput) GoString

func (s DescribeDBAccountsInput) GoString() string

GoString returns the string representation

func (*DescribeDBAccountsInput) SetAccountName

SetAccountName sets the AccountName field's value.

func (*DescribeDBAccountsInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeDBAccountsInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeDBAccountsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (DescribeDBAccountsInput) String

func (s DescribeDBAccountsInput) String() string

String returns the string representation

func (*DescribeDBAccountsInput) Validate

func (s *DescribeDBAccountsInput) Validate() error

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

type DescribeDBAccountsOutput

type DescribeDBAccountsOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (DescribeDBAccountsOutput) GoString

func (s DescribeDBAccountsOutput) GoString() string

GoString returns the string representation

func (*DescribeDBAccountsOutput) SetAccounts

SetAccounts sets the Accounts field's value.

func (*DescribeDBAccountsOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeDBAccountsOutput) String

func (s DescribeDBAccountsOutput) String() string

String returns the string representation

type DescribeDBInstanceDetailInput

type DescribeDBInstanceDetailInput struct {

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

func (DescribeDBInstanceDetailInput) GoString

GoString returns the string representation

func (*DescribeDBInstanceDetailInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (DescribeDBInstanceDetailInput) String

String returns the string representation

func (*DescribeDBInstanceDetailInput) Validate

func (s *DescribeDBInstanceDetailInput) Validate() error

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

type DescribeDBInstanceDetailOutput

type DescribeDBInstanceDetailOutput struct {
	Metadata *response.ResponseMetadata

	BasicInfo *BasicInfoForDescribeDBInstanceDetailOutput `type:"structure"`

	ChargeDetail *ChargeDetailForDescribeDBInstanceDetailOutput `type:"structure"`

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

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

func (DescribeDBInstanceDetailOutput) GoString

GoString returns the string representation

func (*DescribeDBInstanceDetailOutput) SetBasicInfo

SetBasicInfo sets the BasicInfo field's value.

func (*DescribeDBInstanceDetailOutput) SetChargeDetail

SetChargeDetail sets the ChargeDetail field's value.

func (*DescribeDBInstanceDetailOutput) SetEndpoints

SetEndpoints sets the Endpoints field's value.

func (*DescribeDBInstanceDetailOutput) SetNodes

SetNodes sets the Nodes field's value.

func (DescribeDBInstanceDetailOutput) String

String returns the string representation

type DescribeDBInstanceParametersInput

type DescribeDBInstanceParametersInput struct {

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

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

func (DescribeDBInstanceParametersInput) GoString

GoString returns the string representation

func (*DescribeDBInstanceParametersInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeDBInstanceParametersInput) SetParameterName

SetParameterName sets the ParameterName field's value.

func (DescribeDBInstanceParametersInput) String

String returns the string representation

func (*DescribeDBInstanceParametersInput) Validate

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

type DescribeDBInstanceParametersLogInput

type DescribeDBInstanceParametersLogInput struct {

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

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

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

func (DescribeDBInstanceParametersLogInput) GoString

GoString returns the string representation

func (*DescribeDBInstanceParametersLogInput) SetEndTime

SetEndTime sets the EndTime field's value.

func (*DescribeDBInstanceParametersLogInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeDBInstanceParametersLogInput) SetStartTime

SetStartTime sets the StartTime field's value.

func (DescribeDBInstanceParametersLogInput) String

String returns the string representation

func (*DescribeDBInstanceParametersLogInput) Validate

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

type DescribeDBInstanceParametersLogOutput

type DescribeDBInstanceParametersLogOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (DescribeDBInstanceParametersLogOutput) GoString

GoString returns the string representation

func (*DescribeDBInstanceParametersLogOutput) SetParameterChangeLogs

SetParameterChangeLogs sets the ParameterChangeLogs field's value.

func (*DescribeDBInstanceParametersLogOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeDBInstanceParametersLogOutput) String

String returns the string representation

type DescribeDBInstanceParametersOutput

type DescribeDBInstanceParametersOutput struct {
	Metadata *response.ResponseMetadata

	DBEngine *string `type:"string"`

	DBEngineVersion *string `type:"string"`

	InstanceId *string `type:"string"`

	ParameterCount *int32 `type:"int32"`

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

func (DescribeDBInstanceParametersOutput) GoString

GoString returns the string representation

func (*DescribeDBInstanceParametersOutput) SetDBEngine

SetDBEngine sets the DBEngine field's value.

func (*DescribeDBInstanceParametersOutput) SetDBEngineVersion

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*DescribeDBInstanceParametersOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeDBInstanceParametersOutput) SetParameterCount

SetParameterCount sets the ParameterCount field's value.

func (*DescribeDBInstanceParametersOutput) SetParameters

SetParameters sets the Parameters field's value.

func (DescribeDBInstanceParametersOutput) String

String returns the string representation

type DescribeDBInstancesInput

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

	CreateTimeEnd *string `type:"string"`

	CreateTimeStart *string `type:"string"`

	DBEngineVersion *string `type:"string" enum:"EnumOfDBEngineVersionForDescribeDBInstancesInput"`

	InstanceId *string `type:"string"`

	InstanceName *string `type:"string"`

	InstanceStatus *string `type:"string" enum:"EnumOfInstanceStatusForDescribeDBInstancesInput"`

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	ProjectName *string `type:"string"`

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

func (DescribeDBInstancesInput) GoString

func (s DescribeDBInstancesInput) GoString() string

GoString returns the string representation

func (*DescribeDBInstancesInput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*DescribeDBInstancesInput) SetCreateTimeEnd

SetCreateTimeEnd sets the CreateTimeEnd field's value.

func (*DescribeDBInstancesInput) SetCreateTimeStart

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

SetCreateTimeStart sets the CreateTimeStart field's value.

func (*DescribeDBInstancesInput) SetDBEngineVersion

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

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*DescribeDBInstancesInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeDBInstancesInput) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*DescribeDBInstancesInput) SetInstanceStatus

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

SetInstanceStatus sets the InstanceStatus field's value.

func (*DescribeDBInstancesInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeDBInstancesInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeDBInstancesInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*DescribeDBInstancesInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (DescribeDBInstancesInput) String

func (s DescribeDBInstancesInput) String() string

String returns the string representation

type DescribeDBInstancesOutput

type DescribeDBInstancesOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (DescribeDBInstancesOutput) GoString

func (s DescribeDBInstancesOutput) GoString() string

GoString returns the string representation

func (*DescribeDBInstancesOutput) SetInstances

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 DescribeDatabasesInput

type DescribeDatabasesInput struct {
	DBName *string `min:"2" max:"64" type:"string"`

	InstanceId *string `type:"string"`

	PageNumber *int32 `type:"int32"`

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

func (DescribeDatabasesInput) GoString

func (s DescribeDatabasesInput) GoString() string

GoString returns the string representation

func (*DescribeDatabasesInput) SetDBName

SetDBName sets the DBName field's value.

func (*DescribeDatabasesInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeDatabasesInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeDatabasesInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (DescribeDatabasesInput) String

func (s DescribeDatabasesInput) String() string

String returns the string representation

func (*DescribeDatabasesInput) Validate

func (s *DescribeDatabasesInput) Validate() error

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

type DescribeDatabasesOutput

type DescribeDatabasesOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (DescribeDatabasesOutput) GoString

func (s DescribeDatabasesOutput) GoString() string

GoString returns the string representation

func (*DescribeDatabasesOutput) SetDatabases

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 DescribeRecoverableTimeInput

type DescribeRecoverableTimeInput struct {

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

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

func (DescribeRecoverableTimeInput) GoString

func (s DescribeRecoverableTimeInput) GoString() string

GoString returns the string representation

func (*DescribeRecoverableTimeInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeRecoverableTimeInput) SetRestoreType

SetRestoreType sets the RestoreType field's value.

func (DescribeRecoverableTimeInput) String

String returns the string representation

func (*DescribeRecoverableTimeInput) Validate

func (s *DescribeRecoverableTimeInput) Validate() error

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

type DescribeRecoverableTimeOutput

type DescribeRecoverableTimeOutput struct {
	Metadata *response.ResponseMetadata

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

func (DescribeRecoverableTimeOutput) GoString

GoString returns the string representation

func (*DescribeRecoverableTimeOutput) SetRecoverableTimeInfo

SetRecoverableTimeInfo sets the RecoverableTimeInfo field's value.

func (DescribeRecoverableTimeOutput) String

String returns the string representation

type DescribeRegionsInput

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

func (DescribeRegionsInput) GoString

func (s DescribeRegionsInput) GoString() string

GoString returns the string representation

func (DescribeRegionsInput) String

func (s DescribeRegionsInput) String() string

String returns the string representation

type DescribeRegionsOutput

type DescribeRegionsOutput struct {
	Metadata *response.ResponseMetadata

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

func (DescribeRegionsOutput) GoString

func (s DescribeRegionsOutput) GoString() string

GoString returns the string representation

func (*DescribeRegionsOutput) SetRegions

SetRegions sets the Regions field's value.

func (DescribeRegionsOutput) String

func (s DescribeRegionsOutput) String() string

String returns the string representation

type DisassociateAllowListInput

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

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

func (DisassociateAllowListInput) GoString

func (s DisassociateAllowListInput) GoString() string

GoString returns the string representation

func (*DisassociateAllowListInput) SetAllowListIds

SetAllowListIds sets the AllowListIds field's value.

func (*DisassociateAllowListInput) SetInstanceIds

SetInstanceIds sets the InstanceIds field's value.

func (DisassociateAllowListInput) String

String returns the string representation

type DisassociateAllowListOutput

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

func (DisassociateAllowListOutput) GoString

func (s DisassociateAllowListOutput) GoString() string

GoString returns the string representation

func (DisassociateAllowListOutput) String

String returns the string representation

type DownloadBackupInput

type DownloadBackupInput struct {
	BackupId *string `type:"string"`

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

func (DownloadBackupInput) GoString

func (s DownloadBackupInput) GoString() string

GoString returns the string representation

func (*DownloadBackupInput) SetBackupId

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

SetBackupId sets the BackupId field's value.

func (*DownloadBackupInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (DownloadBackupInput) String

func (s DownloadBackupInput) String() string

String returns the string representation

func (*DownloadBackupInput) Validate

func (s *DownloadBackupInput) Validate() error

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

type DownloadBackupOutput

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

func (DownloadBackupOutput) GoString

func (s DownloadBackupOutput) GoString() string

GoString returns the string representation

func (DownloadBackupOutput) String

func (s DownloadBackupOutput) String() string

String returns the string representation

type EndpointForDescribeDBInstanceDetailOutput

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

	AutoAddNewNodes *string `type:"string"`

	Description *string `type:"string"`

	EnableReadOnly *string `type:"string"`

	EnableReadWriteSplitting *string `type:"string"`

	EndpointId *string `type:"string"`

	EndpointName *string `type:"string"`

	EndpointType *string `type:"string"`

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

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

func (EndpointForDescribeDBInstanceDetailOutput) GoString

GoString returns the string representation

func (*EndpointForDescribeDBInstanceDetailOutput) SetAddresses

SetAddresses sets the Addresses field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetAutoAddNewNodes

SetAutoAddNewNodes sets the AutoAddNewNodes field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetDescription

SetDescription sets the Description field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetEnableReadOnly

SetEnableReadOnly sets the EnableReadOnly field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetEnableReadWriteSplitting

SetEnableReadWriteSplitting sets the EnableReadWriteSplitting field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetEndpointId

SetEndpointId sets the EndpointId field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetEndpointName

SetEndpointName sets the EndpointName field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetEndpointType

SetEndpointType sets the EndpointType field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetReadOnlyNodeWeight

SetReadOnlyNodeWeight sets the ReadOnlyNodeWeight field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetReadWriteMode

SetReadWriteMode sets the ReadWriteMode field's value.

func (EndpointForDescribeDBInstanceDetailOutput) String

String returns the string representation

type GetBackupDownloadLinkInput

type GetBackupDownloadLinkInput struct {
	BackupId *string `type:"string"`

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

func (GetBackupDownloadLinkInput) GoString

func (s GetBackupDownloadLinkInput) GoString() string

GoString returns the string representation

func (*GetBackupDownloadLinkInput) SetBackupId

SetBackupId sets the BackupId field's value.

func (*GetBackupDownloadLinkInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (GetBackupDownloadLinkInput) String

String returns the string representation

func (*GetBackupDownloadLinkInput) Validate

func (s *GetBackupDownloadLinkInput) Validate() error

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

type GetBackupDownloadLinkOutput

type GetBackupDownloadLinkOutput struct {
	Metadata *response.ResponseMetadata

	BackupDownloadLink *string `type:"string"`

	BackupFileName *string `type:"string"`

	BackupFileSize *int32 `type:"int32"`

	BackupId *string `type:"string"`

	BackupType *string `type:"string"`

	DownloadProgress *int64 `type:"int64"`

	InstanceId *string `type:"string"`

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

func (GetBackupDownloadLinkOutput) GoString

func (s GetBackupDownloadLinkOutput) GoString() string

GoString returns the string representation

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

SetBackupDownloadLink sets the BackupDownloadLink field's value.

func (*GetBackupDownloadLinkOutput) SetBackupFileName

SetBackupFileName sets the BackupFileName field's value.

func (*GetBackupDownloadLinkOutput) SetBackupFileSize

SetBackupFileSize sets the BackupFileSize field's value.

func (*GetBackupDownloadLinkOutput) SetBackupId

SetBackupId sets the BackupId field's value.

func (*GetBackupDownloadLinkOutput) SetBackupType

SetBackupType sets the BackupType field's value.

func (*GetBackupDownloadLinkOutput) SetDownloadProgress

SetDownloadProgress sets the DownloadProgress field's value.

func (*GetBackupDownloadLinkOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*GetBackupDownloadLinkOutput) SetLinkExpiredTime

SetLinkExpiredTime sets the LinkExpiredTime field's value.

func (GetBackupDownloadLinkOutput) String

String returns the string representation

type GrantDBAccountPrivilegeInput

type GrantDBAccountPrivilegeInput struct {

	// AccountName is a required field
	AccountName *string `min:"2" max:"32" type:"string" required:"true"`

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

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

func (GrantDBAccountPrivilegeInput) GoString

func (s GrantDBAccountPrivilegeInput) GoString() string

GoString returns the string representation

func (*GrantDBAccountPrivilegeInput) SetAccountName

SetAccountName sets the AccountName field's value.

func (*GrantDBAccountPrivilegeInput) SetAccountPrivileges

SetAccountPrivileges sets the AccountPrivileges field's value.

func (*GrantDBAccountPrivilegeInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (GrantDBAccountPrivilegeInput) String

String returns the string representation

func (*GrantDBAccountPrivilegeInput) Validate

func (s *GrantDBAccountPrivilegeInput) Validate() error

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

type GrantDBAccountPrivilegeOutput

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

func (GrantDBAccountPrivilegeOutput) GoString

GoString returns the string representation

func (GrantDBAccountPrivilegeOutput) String

String returns the string representation

type GrantDatabasePrivilegeInput

type GrantDatabasePrivilegeInput struct {

	// DBName is a required field
	DBName *string `min:"2" max:"64" type:"string" required:"true"`

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

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

func (GrantDatabasePrivilegeInput) GoString

func (s GrantDatabasePrivilegeInput) GoString() string

GoString returns the string representation

func (*GrantDatabasePrivilegeInput) SetDBName

SetDBName sets the DBName field's value.

func (*GrantDatabasePrivilegeInput) SetDatabasePrivileges

SetDatabasePrivileges sets the DatabasePrivileges field's value.

func (*GrantDatabasePrivilegeInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (GrantDatabasePrivilegeInput) String

String returns the string representation

func (*GrantDatabasePrivilegeInput) Validate

func (s *GrantDatabasePrivilegeInput) Validate() error

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

type GrantDatabasePrivilegeOutput

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

func (GrantDatabasePrivilegeOutput) GoString

func (s GrantDatabasePrivilegeOutput) GoString() string

GoString returns the string representation

func (GrantDatabasePrivilegeOutput) String

String returns the string representation

type InstanceForDescribeDBInstancesOutput

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

	AllowListVersion *string `type:"string"`

	ChargeDetail *ChargeDetailForDescribeDBInstancesOutput `type:"structure"`

	CreateTime *string `type:"string"`

	DBEngineVersion *string `type:"string"`

	InstanceId *string `type:"string"`

	InstanceName *string `type:"string"`

	InstanceStatus *string `type:"string"`

	LowerCaseTableNames *string `type:"string"`

	MaintenanceWindow *MaintenanceWindowForDescribeDBInstancesOutput `type:"structure"`

	NodeNumber *int32 `type:"int32"`

	NodeSpec *string `type:"string"`

	ProjectName *string `type:"string"`

	RegionId *string `type:"string"`

	StorageSpace *int32 `type:"int32"`

	StorageType *string `type:"string"`

	StorageUse *int32 `type:"int32"`

	SubnetId *string `type:"string"`

	TimeZone *string `type:"string"`

	VpcId *string `type:"string"`

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

func (InstanceForDescribeDBInstancesOutput) GoString

GoString returns the string representation

func (*InstanceForDescribeDBInstancesOutput) SetAddressObject

SetAddressObject sets the AddressObject field's value.

func (*InstanceForDescribeDBInstancesOutput) SetAllowListVersion

SetAllowListVersion sets the AllowListVersion field's value.

func (*InstanceForDescribeDBInstancesOutput) SetChargeDetail

SetChargeDetail sets the ChargeDetail field's value.

func (*InstanceForDescribeDBInstancesOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*InstanceForDescribeDBInstancesOutput) SetDBEngineVersion

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*InstanceForDescribeDBInstancesOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*InstanceForDescribeDBInstancesOutput) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*InstanceForDescribeDBInstancesOutput) SetInstanceStatus

SetInstanceStatus sets the InstanceStatus field's value.

func (*InstanceForDescribeDBInstancesOutput) SetLowerCaseTableNames

SetLowerCaseTableNames sets the LowerCaseTableNames field's value.

func (*InstanceForDescribeDBInstancesOutput) SetMaintenanceWindow

SetMaintenanceWindow sets the MaintenanceWindow field's value.

func (*InstanceForDescribeDBInstancesOutput) SetNodeNumber

SetNodeNumber sets the NodeNumber field's value.

func (*InstanceForDescribeDBInstancesOutput) SetNodeSpec

SetNodeSpec sets the NodeSpec field's value.

func (*InstanceForDescribeDBInstancesOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*InstanceForDescribeDBInstancesOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*InstanceForDescribeDBInstancesOutput) SetStorageSpace

SetStorageSpace sets the StorageSpace field's value.

func (*InstanceForDescribeDBInstancesOutput) SetStorageType

SetStorageType sets the StorageType field's value.

func (*InstanceForDescribeDBInstancesOutput) SetStorageUse

SetStorageUse sets the StorageUse field's value.

func (*InstanceForDescribeDBInstancesOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*InstanceForDescribeDBInstancesOutput) SetTimeZone

SetTimeZone sets the TimeZone field's value.

func (*InstanceForDescribeDBInstancesOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*InstanceForDescribeDBInstancesOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (InstanceForDescribeDBInstancesOutput) String

String returns the string representation

type InstanceTagForCreateDBInstanceInput

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

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

func (InstanceTagForCreateDBInstanceInput) GoString

GoString returns the string representation

func (*InstanceTagForCreateDBInstanceInput) SetKey

SetKey sets the Key field's value.

func (*InstanceTagForCreateDBInstanceInput) SetValue

SetValue sets the Value field's value.

func (InstanceTagForCreateDBInstanceInput) String

String returns the string representation

type MaintenanceWindowForDescribeDBInstanceDetailOutput

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

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

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

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

func (MaintenanceWindowForDescribeDBInstanceDetailOutput) GoString

GoString returns the string representation

func (*MaintenanceWindowForDescribeDBInstanceDetailOutput) SetDayKind

SetDayKind sets the DayKind field's value.

func (*MaintenanceWindowForDescribeDBInstanceDetailOutput) SetDayOfMonth

SetDayOfMonth sets the DayOfMonth field's value.

func (*MaintenanceWindowForDescribeDBInstanceDetailOutput) SetDayOfWeek

SetDayOfWeek sets the DayOfWeek field's value.

func (*MaintenanceWindowForDescribeDBInstanceDetailOutput) SetMaintenanceTime

SetMaintenanceTime sets the MaintenanceTime field's value.

func (MaintenanceWindowForDescribeDBInstanceDetailOutput) String

String returns the string representation

type MaintenanceWindowForDescribeDBInstancesOutput

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

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

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

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

func (MaintenanceWindowForDescribeDBInstancesOutput) GoString

GoString returns the string representation

func (*MaintenanceWindowForDescribeDBInstancesOutput) SetDayKind

SetDayKind sets the DayKind field's value.

func (*MaintenanceWindowForDescribeDBInstancesOutput) SetDayOfMonth

SetDayOfMonth sets the DayOfMonth field's value.

func (*MaintenanceWindowForDescribeDBInstancesOutput) SetDayOfWeek

SetDayOfWeek sets the DayOfWeek field's value.

func (*MaintenanceWindowForDescribeDBInstancesOutput) SetMaintenanceTime

SetMaintenanceTime sets the MaintenanceTime field's value.

func (MaintenanceWindowForDescribeDBInstancesOutput) String

String returns the string representation

type ModifyAllowListInput

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

	AllowListDesc *string `type:"string"`

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

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

	ApplyInstanceNum *int32 `type:"int32"`

	ModifyMode *string `type:"string" enum:"EnumOfModifyModeForModifyAllowListInput"`
	// contains filtered or unexported fields
}

func (ModifyAllowListInput) GoString

func (s ModifyAllowListInput) GoString() string

GoString returns the string representation

func (*ModifyAllowListInput) SetAllowList

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

SetAllowList sets the AllowList field's value.

func (*ModifyAllowListInput) SetAllowListDesc

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

SetAllowListDesc sets the AllowListDesc field's value.

func (*ModifyAllowListInput) SetAllowListId

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

SetAllowListId sets the AllowListId field's value.

func (*ModifyAllowListInput) SetAllowListName

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

SetAllowListName sets the AllowListName field's value.

func (*ModifyAllowListInput) SetApplyInstanceNum

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

SetApplyInstanceNum sets the ApplyInstanceNum field's value.

func (*ModifyAllowListInput) SetModifyMode

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

SetModifyMode sets the ModifyMode field's value.

func (ModifyAllowListInput) String

func (s ModifyAllowListInput) String() string

String returns the string representation

func (*ModifyAllowListInput) Validate

func (s *ModifyAllowListInput) Validate() error

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

type ModifyAllowListOutput

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

func (ModifyAllowListOutput) GoString

func (s ModifyAllowListOutput) GoString() string

GoString returns the string representation

func (ModifyAllowListOutput) String

func (s ModifyAllowListOutput) String() string

String returns the string representation

type ModifyDBEndpointAddressInput

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

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

	NetworkType *string `type:"string" enum:"EnumOfNetworkTypeForModifyDBEndpointAddressInput"`

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

func (ModifyDBEndpointAddressInput) GoString

func (s ModifyDBEndpointAddressInput) GoString() string

GoString returns the string representation

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

SetPort sets the Port field's value.

func (ModifyDBEndpointAddressInput) String

String returns the string representation

func (*ModifyDBEndpointAddressInput) Validate

func (s *ModifyDBEndpointAddressInput) Validate() error

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

type ModifyDBEndpointAddressOutput

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

func (ModifyDBEndpointAddressOutput) GoString

GoString returns the string representation

func (ModifyDBEndpointAddressOutput) String

String returns the string representation

type ModifyDBEndpointDNSInput

type ModifyDBEndpointDNSInput struct {

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

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

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

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

func (ModifyDBEndpointDNSInput) GoString

func (s ModifyDBEndpointDNSInput) GoString() string

GoString returns the string representation

func (*ModifyDBEndpointDNSInput) SetDNSVisibility

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

SetDNSVisibility sets the DNSVisibility field's value.

func (*ModifyDBEndpointDNSInput) SetEndpointId

SetEndpointId sets the EndpointId field's value.

func (*ModifyDBEndpointDNSInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBEndpointDNSInput) SetNetworkType

SetNetworkType sets the NetworkType field's value.

func (ModifyDBEndpointDNSInput) String

func (s ModifyDBEndpointDNSInput) String() string

String returns the string representation

func (*ModifyDBEndpointDNSInput) Validate

func (s *ModifyDBEndpointDNSInput) Validate() error

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

type ModifyDBEndpointDNSOutput

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

func (ModifyDBEndpointDNSOutput) GoString

func (s ModifyDBEndpointDNSOutput) GoString() string

GoString returns the string representation

func (ModifyDBEndpointDNSOutput) String

func (s ModifyDBEndpointDNSOutput) String() string

String returns the string representation

type ModifyDBEndpointInput

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

	Description *string `type:"string"`

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

	EndpointName *string `type:"string"`

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

	Nodes *string `type:"string"`

	ReadOnlyNodeDistributionType *string `type:"string" enum:"EnumOfReadOnlyNodeDistributionTypeForModifyDBEndpointInput"`

	ReadOnlyNodeMaxDelayTime *int32 `type:"int32"`

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

	ReadWriteMode *string `type:"string" enum:"EnumOfReadWriteModeForModifyDBEndpointInput"`

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

func (ModifyDBEndpointInput) GoString

func (s ModifyDBEndpointInput) GoString() string

GoString returns the string representation

func (*ModifyDBEndpointInput) SetAutoAddNewNodes

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

SetAutoAddNewNodes sets the AutoAddNewNodes field's value.

func (*ModifyDBEndpointInput) SetDescription

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

SetDescription sets the Description field's value.

func (*ModifyDBEndpointInput) SetEndpointId

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

SetEndpointId sets the EndpointId field's value.

func (*ModifyDBEndpointInput) SetEndpointName

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

SetEndpointName sets the EndpointName field's value.

func (*ModifyDBEndpointInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBEndpointInput) SetNodes

SetNodes sets the Nodes field's value.

func (*ModifyDBEndpointInput) SetReadOnlyNodeDistributionType

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

SetReadOnlyNodeDistributionType sets the ReadOnlyNodeDistributionType field's value.

func (*ModifyDBEndpointInput) SetReadOnlyNodeMaxDelayTime

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

SetReadOnlyNodeMaxDelayTime sets the ReadOnlyNodeMaxDelayTime field's value.

func (*ModifyDBEndpointInput) SetReadOnlyNodeWeight

SetReadOnlyNodeWeight sets the ReadOnlyNodeWeight field's value.

func (*ModifyDBEndpointInput) SetReadWriteMode

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 ModifyDBInstanceParametersInput

type ModifyDBInstanceParametersInput struct {

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

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

func (ModifyDBInstanceParametersInput) GoString

GoString returns the string representation

func (*ModifyDBInstanceParametersInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBInstanceParametersInput) SetParameters

SetParameters sets the Parameters field's value.

func (ModifyDBInstanceParametersInput) String

String returns the string representation

func (*ModifyDBInstanceParametersInput) Validate

func (s *ModifyDBInstanceParametersInput) Validate() error

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

type ModifyDBInstanceParametersOutput

type ModifyDBInstanceParametersOutput struct {
	Metadata *response.ResponseMetadata

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

func (ModifyDBInstanceParametersOutput) GoString

GoString returns the string representation

func (*ModifyDBInstanceParametersOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (ModifyDBInstanceParametersOutput) String

String returns the string representation

type ModifyDBInstanceSpecInput

type ModifyDBInstanceSpecInput struct {

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

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

	StorageSpace *int32 `type:"int32"`

	StorageType *string `type:"string" enum:"EnumOfStorageTypeForModifyDBInstanceSpecInput"`
	// 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) SetNodeInfo

SetNodeInfo sets the NodeInfo field's value.

func (*ModifyDBInstanceSpecInput) SetStorageSpace

SetStorageSpace sets the StorageSpace field's value.

func (*ModifyDBInstanceSpecInput) SetStorageType

SetStorageType sets the StorageType field's value.

func (ModifyDBInstanceSpecInput) String

func (s ModifyDBInstanceSpecInput) String() string

String returns the string representation

func (*ModifyDBInstanceSpecInput) Validate

func (s *ModifyDBInstanceSpecInput) Validate() error

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

type ModifyDBInstanceSpecOutput

type ModifyDBInstanceSpecOutput struct {
	Metadata *response.ResponseMetadata

	InstanceId *string `type:"string"`

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

func (ModifyDBInstanceSpecOutput) GoString

func (s ModifyDBInstanceSpecOutput) GoString() string

GoString returns the string representation

func (*ModifyDBInstanceSpecOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBInstanceSpecOutput) SetOrderId

SetOrderId sets the OrderId field's value.

func (ModifyDBInstanceSpecOutput) String

String returns the string representation

type NodeForDescribeDBInstanceDetailOutput

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

	InstanceId *string `type:"string"`

	Memory *int32 `type:"int32"`

	NodeId *string `type:"string"`

	NodeSpec *string `type:"string"`

	NodeStatus *string `type:"string"`

	NodeType *string `type:"string"`

	RegionId *string `type:"string"`

	UpdateTime *string `type:"string"`

	VCPU *int32 `type:"int32"`

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

func (NodeForDescribeDBInstanceDetailOutput) GoString

GoString returns the string representation

func (*NodeForDescribeDBInstanceDetailOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetMemory

SetMemory sets the Memory field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetNodeId

SetNodeId sets the NodeId field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetNodeSpec

SetNodeSpec sets the NodeSpec field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetNodeStatus

SetNodeStatus sets the NodeStatus field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetVCPU

SetVCPU sets the VCPU field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (NodeForDescribeDBInstanceDetailOutput) String

String returns the string representation

type NodeInfoForCreateDBInstanceInput

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

	NodeOperateType *string `type:"string" enum:"EnumOfNodeOperateTypeForCreateDBInstanceInput"`

	NodePool *string `type:"string"`

	NodeSpec *string `type:"string"`

	NodeType *string `type:"string" enum:"EnumOfNodeTypeForCreateDBInstanceInput"`

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

func (NodeInfoForCreateDBInstanceInput) GoString

GoString returns the string representation

func (*NodeInfoForCreateDBInstanceInput) SetNodeId

SetNodeId sets the NodeId field's value.

func (*NodeInfoForCreateDBInstanceInput) SetNodeOperateType

SetNodeOperateType sets the NodeOperateType field's value.

func (*NodeInfoForCreateDBInstanceInput) SetNodePool

SetNodePool sets the NodePool 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 NodeInfoForModifyDBInstanceSpecInput

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

	NodeOperateType *string `type:"string" enum:"EnumOfNodeOperateTypeForModifyDBInstanceSpecInput"`

	NodeSpec *string `type:"string"`

	NodeType *string `type:"string" enum:"EnumOfNodeTypeForModifyDBInstanceSpecInput"`

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

func (NodeInfoForModifyDBInstanceSpecInput) GoString

GoString returns the string representation

func (*NodeInfoForModifyDBInstanceSpecInput) SetNodeId

SetNodeId sets the NodeId field's value.

func (*NodeInfoForModifyDBInstanceSpecInput) SetNodeOperateType

SetNodeOperateType sets the NodeOperateType field's value.

func (*NodeInfoForModifyDBInstanceSpecInput) SetNodeSpec

SetNodeSpec sets the NodeSpec field's value.

func (*NodeInfoForModifyDBInstanceSpecInput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*NodeInfoForModifyDBInstanceSpecInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (NodeInfoForModifyDBInstanceSpecInput) String

String returns the string representation

type NodeInfoForRestoreToNewInstanceInput

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

	NodeOperateType *string `type:"string" enum:"EnumOfNodeOperateTypeForRestoreToNewInstanceInput"`

	NodeSpec *string `type:"string"`

	NodeType *string `type:"string" enum:"EnumOfNodeTypeForRestoreToNewInstanceInput"`

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

func (NodeInfoForRestoreToNewInstanceInput) GoString

GoString returns the string representation

func (*NodeInfoForRestoreToNewInstanceInput) SetNodeId

SetNodeId sets the NodeId field's value.

func (*NodeInfoForRestoreToNewInstanceInput) SetNodeOperateType

SetNodeOperateType sets the NodeOperateType field's value.

func (*NodeInfoForRestoreToNewInstanceInput) SetNodeSpec

SetNodeSpec sets the NodeSpec field's value.

func (*NodeInfoForRestoreToNewInstanceInput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*NodeInfoForRestoreToNewInstanceInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (NodeInfoForRestoreToNewInstanceInput) String

String returns the string representation

type ParameterChangeLogForDescribeDBInstanceParametersLogOutput

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

	NewParameterValue *string `type:"string"`

	OldParameterValue *string `type:"string"`

	ParameterName *string `type:"string"`

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

func (ParameterChangeLogForDescribeDBInstanceParametersLogOutput) GoString

GoString returns the string representation

func (*ParameterChangeLogForDescribeDBInstanceParametersLogOutput) SetModifyTime

SetModifyTime sets the ModifyTime field's value.

func (*ParameterChangeLogForDescribeDBInstanceParametersLogOutput) SetNewParameterValue

SetNewParameterValue sets the NewParameterValue field's value.

func (*ParameterChangeLogForDescribeDBInstanceParametersLogOutput) SetOldParameterValue

SetOldParameterValue sets the OldParameterValue field's value.

func (*ParameterChangeLogForDescribeDBInstanceParametersLogOutput) SetParameterName

SetParameterName sets the ParameterName field's value.

func (*ParameterChangeLogForDescribeDBInstanceParametersLogOutput) SetStatus

SetStatus sets the Status field's value.

func (ParameterChangeLogForDescribeDBInstanceParametersLogOutput) String

String returns the string representation

type ParameterForDescribeDBInstanceParametersOutput

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

	ForceRestart *bool `type:"boolean"`

	ParameterDefaultValue *string `type:"string"`

	ParameterDescription *string `type:"string"`

	ParameterName *string `type:"string"`

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

func (ParameterForDescribeDBInstanceParametersOutput) GoString

GoString returns the string representation

func (*ParameterForDescribeDBInstanceParametersOutput) SetCheckingCode

SetCheckingCode sets the CheckingCode field's value.

func (*ParameterForDescribeDBInstanceParametersOutput) SetForceRestart

SetForceRestart sets the ForceRestart field's value.

func (*ParameterForDescribeDBInstanceParametersOutput) SetParameterDefaultValue

SetParameterDefaultValue sets the ParameterDefaultValue field's value.

func (*ParameterForDescribeDBInstanceParametersOutput) SetParameterDescription

SetParameterDescription sets the ParameterDescription field's value.

func (*ParameterForDescribeDBInstanceParametersOutput) SetParameterName

SetParameterName sets the ParameterName field's value.

func (*ParameterForDescribeDBInstanceParametersOutput) SetParameterValue

SetParameterValue sets the ParameterValue field's value.

func (ParameterForDescribeDBInstanceParametersOutput) String

String returns the string representation

type ParameterForModifyDBInstanceParametersInput

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

	ParameterValue *string `type:"string"`
	// 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 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) AssociateAllowList

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

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

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

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

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

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) CreateAllowList

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

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

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

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

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

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) CreateDBAccount

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

CreateDBAccount API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) CreateDBAccountCommon

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

CreateDBAccountCommon API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) CreateDBAccountCommonRequest

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

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

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

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

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

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

func (*RDSMYSQLV2) CreateDBAccountCommonWithContext

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

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

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

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

func (*RDSMYSQLV2) CreateDBAccountRequest

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

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

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

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

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

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

func (*RDSMYSQLV2) CreateDBAccountWithContext

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

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

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

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

func (*RDSMYSQLV2) CreateDBEndpoint

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

CreateDBEndpoint API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) CreateDBEndpointCommon

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

CreateDBEndpointCommon API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) CreateDBEndpointCommonRequest

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

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

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

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

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

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

func (*RDSMYSQLV2) CreateDBEndpointCommonWithContext

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

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

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

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

func (*RDSMYSQLV2) CreateDBEndpointPublicAddress

func (c *RDSMYSQLV2) CreateDBEndpointPublicAddress(input *CreateDBEndpointPublicAddressInput) (*CreateDBEndpointPublicAddressOutput, error)

CreateDBEndpointPublicAddress API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) CreateDBEndpointPublicAddressCommon

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

CreateDBEndpointPublicAddressCommon API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) CreateDBEndpointPublicAddressCommonRequest

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

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

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

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

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

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

func (*RDSMYSQLV2) CreateDBEndpointPublicAddressCommonWithContext

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

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

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

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

func (*RDSMYSQLV2) CreateDBEndpointPublicAddressRequest

func (c *RDSMYSQLV2) CreateDBEndpointPublicAddressRequest(input *CreateDBEndpointPublicAddressInput) (req *request.Request, output *CreateDBEndpointPublicAddressOutput)

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

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

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

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

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

func (*RDSMYSQLV2) CreateDBEndpointPublicAddressWithContext

func (c *RDSMYSQLV2) CreateDBEndpointPublicAddressWithContext(ctx volcengine.Context, input *CreateDBEndpointPublicAddressInput, opts ...request.Option) (*CreateDBEndpointPublicAddressOutput, error)

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

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

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

func (*RDSMYSQLV2) CreateDBEndpointRequest

func (c *RDSMYSQLV2) CreateDBEndpointRequest(input *CreateDBEndpointInput) (req *request.Request, output *CreateDBEndpointOutput)

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

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

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

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

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

func (*RDSMYSQLV2) CreateDBEndpointWithContext

func (c *RDSMYSQLV2) CreateDBEndpointWithContext(ctx volcengine.Context, input *CreateDBEndpointInput, opts ...request.Option) (*CreateDBEndpointOutput, error)

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

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

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

func (*RDSMYSQLV2) CreateDBInstance

func (c *RDSMYSQLV2) CreateDBInstance(input *CreateDBInstanceInput) (*CreateDBInstanceOutput, error)

CreateDBInstance API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) CreateDBInstanceCommon

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

CreateDBInstanceCommon API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) CreateDBInstanceCommonRequest

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

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

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

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

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

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

func (*RDSMYSQLV2) CreateDBInstanceCommonWithContext

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

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

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

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

func (*RDSMYSQLV2) CreateDBInstanceRequest

func (c *RDSMYSQLV2) CreateDBInstanceRequest(input *CreateDBInstanceInput) (req *request.Request, output *CreateDBInstanceOutput)

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

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

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

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

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

func (*RDSMYSQLV2) CreateDBInstanceWithContext

func (c *RDSMYSQLV2) CreateDBInstanceWithContext(ctx volcengine.Context, input *CreateDBInstanceInput, opts ...request.Option) (*CreateDBInstanceOutput, error)

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

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

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

func (*RDSMYSQLV2) CreateDatabase

func (c *RDSMYSQLV2) CreateDatabase(input *CreateDatabaseInput) (*CreateDatabaseOutput, error)

CreateDatabase API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) CreateDatabaseCommon

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

CreateDatabaseCommon API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) CreateDatabaseCommonRequest

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

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

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

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

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

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

func (*RDSMYSQLV2) CreateDatabaseCommonWithContext

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

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

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

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

func (*RDSMYSQLV2) CreateDatabaseRequest

func (c *RDSMYSQLV2) CreateDatabaseRequest(input *CreateDatabaseInput) (req *request.Request, output *CreateDatabaseOutput)

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

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

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

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

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

func (*RDSMYSQLV2) CreateDatabaseWithContext

func (c *RDSMYSQLV2) CreateDatabaseWithContext(ctx volcengine.Context, input *CreateDatabaseInput, opts ...request.Option) (*CreateDatabaseOutput, error)

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

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

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

func (*RDSMYSQLV2) DeleteAllowList

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

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

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

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

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

func (c *RDSMYSQLV2) DeleteAllowListWithContext(ctx volcengine.Context, input *DeleteAllowListInput, opts ...request.Option) (*DeleteAllowListOutput, error)

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

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

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

func (*RDSMYSQLV2) DeleteDBAccount

func (c *RDSMYSQLV2) DeleteDBAccount(input *DeleteDBAccountInput) (*DeleteDBAccountOutput, error)

DeleteDBAccount API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) DeleteDBAccountCommon

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

DeleteDBAccountCommon API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) DeleteDBAccountCommonRequest

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

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

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

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

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

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

func (*RDSMYSQLV2) DeleteDBAccountCommonWithContext

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

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

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

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

func (*RDSMYSQLV2) DeleteDBAccountRequest

func (c *RDSMYSQLV2) DeleteDBAccountRequest(input *DeleteDBAccountInput) (req *request.Request, output *DeleteDBAccountOutput)

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

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

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

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

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

func (*RDSMYSQLV2) DeleteDBAccountWithContext

func (c *RDSMYSQLV2) DeleteDBAccountWithContext(ctx volcengine.Context, input *DeleteDBAccountInput, opts ...request.Option) (*DeleteDBAccountOutput, error)

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

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

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

func (*RDSMYSQLV2) DeleteDBEndpoint

func (c *RDSMYSQLV2) DeleteDBEndpoint(input *DeleteDBEndpointInput) (*DeleteDBEndpointOutput, error)

DeleteDBEndpoint API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) DeleteDBEndpointCommon

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

DeleteDBEndpointCommon API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) DeleteDBEndpointCommonRequest

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

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

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

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

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

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

func (*RDSMYSQLV2) DeleteDBEndpointCommonWithContext

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

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

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

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

func (*RDSMYSQLV2) DeleteDBEndpointPublicAddress

func (c *RDSMYSQLV2) DeleteDBEndpointPublicAddress(input *DeleteDBEndpointPublicAddressInput) (*DeleteDBEndpointPublicAddressOutput, error)

DeleteDBEndpointPublicAddress API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) DeleteDBEndpointPublicAddressCommon

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

DeleteDBEndpointPublicAddressCommon API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) DeleteDBEndpointPublicAddressCommonRequest

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

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

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

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

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

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

func (*RDSMYSQLV2) DeleteDBEndpointPublicAddressCommonWithContext

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

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

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

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

func (*RDSMYSQLV2) DeleteDBEndpointPublicAddressRequest

func (c *RDSMYSQLV2) DeleteDBEndpointPublicAddressRequest(input *DeleteDBEndpointPublicAddressInput) (req *request.Request, output *DeleteDBEndpointPublicAddressOutput)

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

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

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

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

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

func (*RDSMYSQLV2) DeleteDBEndpointPublicAddressWithContext

func (c *RDSMYSQLV2) DeleteDBEndpointPublicAddressWithContext(ctx volcengine.Context, input *DeleteDBEndpointPublicAddressInput, opts ...request.Option) (*DeleteDBEndpointPublicAddressOutput, error)

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

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

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

func (*RDSMYSQLV2) DeleteDBEndpointRequest

func (c *RDSMYSQLV2) DeleteDBEndpointRequest(input *DeleteDBEndpointInput) (req *request.Request, output *DeleteDBEndpointOutput)

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

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

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

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

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

func (*RDSMYSQLV2) DeleteDBEndpointWithContext

func (c *RDSMYSQLV2) DeleteDBEndpointWithContext(ctx volcengine.Context, input *DeleteDBEndpointInput, opts ...request.Option) (*DeleteDBEndpointOutput, error)

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

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

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

func (*RDSMYSQLV2) DeleteDBInstance

func (c *RDSMYSQLV2) DeleteDBInstance(input *DeleteDBInstanceInput) (*DeleteDBInstanceOutput, error)

DeleteDBInstance API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) DeleteDBInstanceCommon

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

DeleteDBInstanceCommon API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) DeleteDBInstanceCommonRequest

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

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

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

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

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

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

func (*RDSMYSQLV2) DeleteDBInstanceCommonWithContext

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

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

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

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

func (*RDSMYSQLV2) DeleteDBInstanceRequest

func (c *RDSMYSQLV2) DeleteDBInstanceRequest(input *DeleteDBInstanceInput) (req *request.Request, output *DeleteDBInstanceOutput)

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

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

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

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

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

func (*RDSMYSQLV2) DeleteDBInstanceWithContext

func (c *RDSMYSQLV2) DeleteDBInstanceWithContext(ctx volcengine.Context, input *DeleteDBInstanceInput, opts ...request.Option) (*DeleteDBInstanceOutput, error)

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

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

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

func (*RDSMYSQLV2) 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) DescribeAllowListDetail

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

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

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

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

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

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

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

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

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

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

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

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) 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) 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) DescribeDBAccounts

func (c *RDSMYSQLV2) DescribeDBAccounts(input *DescribeDBAccountsInput) (*DescribeDBAccountsOutput, error)

DescribeDBAccounts API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) DescribeDBAccountsCommon

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

DescribeDBAccountsCommon API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) DescribeDBAccountsCommonRequest

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

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBAccountsCommonWithContext

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

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

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

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

func (*RDSMYSQLV2) DescribeDBAccountsRequest

func (c *RDSMYSQLV2) DescribeDBAccountsRequest(input *DescribeDBAccountsInput) (req *request.Request, output *DescribeDBAccountsOutput)

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBAccountsWithContext

func (c *RDSMYSQLV2) DescribeDBAccountsWithContext(ctx volcengine.Context, input *DescribeDBAccountsInput, opts ...request.Option) (*DescribeDBAccountsOutput, error)

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

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

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

func (*RDSMYSQLV2) DescribeDBInstanceDetail

func (c *RDSMYSQLV2) DescribeDBInstanceDetail(input *DescribeDBInstanceDetailInput) (*DescribeDBInstanceDetailOutput, error)

DescribeDBInstanceDetail API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) DescribeDBInstanceDetailCommon

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

DescribeDBInstanceDetailCommon API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) DescribeDBInstanceDetailCommonRequest

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

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBInstanceDetailCommonWithContext

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

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

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

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

func (*RDSMYSQLV2) DescribeDBInstanceDetailRequest

func (c *RDSMYSQLV2) DescribeDBInstanceDetailRequest(input *DescribeDBInstanceDetailInput) (req *request.Request, output *DescribeDBInstanceDetailOutput)

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBInstanceDetailWithContext

func (c *RDSMYSQLV2) DescribeDBInstanceDetailWithContext(ctx volcengine.Context, input *DescribeDBInstanceDetailInput, opts ...request.Option) (*DescribeDBInstanceDetailOutput, error)

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

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

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

func (*RDSMYSQLV2) DescribeDBInstanceParameters

func (c *RDSMYSQLV2) DescribeDBInstanceParameters(input *DescribeDBInstanceParametersInput) (*DescribeDBInstanceParametersOutput, error)

DescribeDBInstanceParameters API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) DescribeDBInstanceParametersCommon

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

DescribeDBInstanceParametersCommon API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) DescribeDBInstanceParametersCommonRequest

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

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBInstanceParametersCommonWithContext

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

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

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

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

func (*RDSMYSQLV2) DescribeDBInstanceParametersLog

func (c *RDSMYSQLV2) DescribeDBInstanceParametersLog(input *DescribeDBInstanceParametersLogInput) (*DescribeDBInstanceParametersLogOutput, error)

DescribeDBInstanceParametersLog API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) DescribeDBInstanceParametersLogCommon

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

DescribeDBInstanceParametersLogCommon API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) DescribeDBInstanceParametersLogCommonRequest

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

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBInstanceParametersLogCommonWithContext

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

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

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

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

func (*RDSMYSQLV2) DescribeDBInstanceParametersLogRequest

func (c *RDSMYSQLV2) DescribeDBInstanceParametersLogRequest(input *DescribeDBInstanceParametersLogInput) (req *request.Request, output *DescribeDBInstanceParametersLogOutput)

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBInstanceParametersLogWithContext

func (c *RDSMYSQLV2) DescribeDBInstanceParametersLogWithContext(ctx volcengine.Context, input *DescribeDBInstanceParametersLogInput, opts ...request.Option) (*DescribeDBInstanceParametersLogOutput, error)

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

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

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

func (*RDSMYSQLV2) DescribeDBInstanceParametersRequest

func (c *RDSMYSQLV2) DescribeDBInstanceParametersRequest(input *DescribeDBInstanceParametersInput) (req *request.Request, output *DescribeDBInstanceParametersOutput)

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

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

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

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

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

func (*RDSMYSQLV2) DescribeDBInstanceParametersWithContext

func (c *RDSMYSQLV2) DescribeDBInstanceParametersWithContext(ctx volcengine.Context, input *DescribeDBInstanceParametersInput, opts ...request.Option) (*DescribeDBInstanceParametersOutput, error)

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

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

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

func (*RDSMYSQLV2) 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) 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) 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) DisassociateAllowList

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

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

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

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

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

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 (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

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

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

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

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

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

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

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

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

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

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

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

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) ModifyAllowList

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

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

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

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

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

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) ModifyDBEndpoint

func (c *RDSMYSQLV2) ModifyDBEndpoint(input *ModifyDBEndpointInput) (*ModifyDBEndpointOutput, error)

ModifyDBEndpoint API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) ModifyDBEndpointAddress

func (c *RDSMYSQLV2) ModifyDBEndpointAddress(input *ModifyDBEndpointAddressInput) (*ModifyDBEndpointAddressOutput, error)

ModifyDBEndpointAddress API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) ModifyDBEndpointAddressCommon

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

ModifyDBEndpointAddressCommon API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) ModifyDBEndpointAddressCommonRequest

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

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

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

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

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

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

func (*RDSMYSQLV2) ModifyDBEndpointAddressCommonWithContext

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

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

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

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

func (*RDSMYSQLV2) ModifyDBEndpointAddressRequest

func (c *RDSMYSQLV2) ModifyDBEndpointAddressRequest(input *ModifyDBEndpointAddressInput) (req *request.Request, output *ModifyDBEndpointAddressOutput)

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

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

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

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

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

func (*RDSMYSQLV2) ModifyDBEndpointAddressWithContext

func (c *RDSMYSQLV2) ModifyDBEndpointAddressWithContext(ctx volcengine.Context, input *ModifyDBEndpointAddressInput, opts ...request.Option) (*ModifyDBEndpointAddressOutput, error)

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

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

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

func (*RDSMYSQLV2) ModifyDBEndpointCommon

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

ModifyDBEndpointCommon API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) ModifyDBEndpointCommonRequest

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

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

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

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

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

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

func (*RDSMYSQLV2) ModifyDBEndpointCommonWithContext

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

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

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

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

func (*RDSMYSQLV2) ModifyDBEndpointDNS

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

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

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

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

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

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) 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) 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) 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) RestoreToNewInstance

func (c *RDSMYSQLV2) RestoreToNewInstance(input *RestoreToNewInstanceInput) (*RestoreToNewInstanceOutput, error)

RestoreToNewInstance API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) RestoreToNewInstanceCommon

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

RestoreToNewInstanceCommon API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) RestoreToNewInstanceCommonRequest

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

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

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

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

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

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

func (*RDSMYSQLV2) RestoreToNewInstanceCommonWithContext

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

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

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

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

func (*RDSMYSQLV2) RestoreToNewInstanceRequest

func (c *RDSMYSQLV2) RestoreToNewInstanceRequest(input *RestoreToNewInstanceInput) (req *request.Request, output *RestoreToNewInstanceOutput)

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

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

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

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

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

func (*RDSMYSQLV2) RestoreToNewInstanceWithContext

func (c *RDSMYSQLV2) RestoreToNewInstanceWithContext(ctx volcengine.Context, input *RestoreToNewInstanceInput, opts ...request.Option) (*RestoreToNewInstanceOutput, error)

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

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

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

func (*RDSMYSQLV2) RevokeDBAccountPrivilege

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

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

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

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

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

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

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

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

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

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

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

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) UpgradeAllowListVersion

func (c *RDSMYSQLV2) UpgradeAllowListVersion(input *UpgradeAllowListVersionInput) (*UpgradeAllowListVersionOutput, error)

UpgradeAllowListVersion API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) UpgradeAllowListVersionCommon

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

UpgradeAllowListVersionCommon API operation for RDS_MYSQL_V2.

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

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

func (*RDSMYSQLV2) UpgradeAllowListVersionCommonRequest

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

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

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

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

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

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

func (*RDSMYSQLV2) UpgradeAllowListVersionCommonWithContext

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

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

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

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

func (*RDSMYSQLV2) UpgradeAllowListVersionRequest

func (c *RDSMYSQLV2) UpgradeAllowListVersionRequest(input *UpgradeAllowListVersionInput) (req *request.Request, output *UpgradeAllowListVersionOutput)

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

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

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

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

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

func (*RDSMYSQLV2) UpgradeAllowListVersionWithContext

func (c *RDSMYSQLV2) UpgradeAllowListVersionWithContext(ctx volcengine.Context, input *UpgradeAllowListVersionInput, opts ...request.Option) (*UpgradeAllowListVersionOutput, error)

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

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

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

type RDSMYSQLV2API

type RDSMYSQLV2API interface {
	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)

	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)

	CreateDBAccountCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDBAccountCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDBAccountCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDBAccount(*CreateDBAccountInput) (*CreateDBAccountOutput, error)
	CreateDBAccountWithContext(volcengine.Context, *CreateDBAccountInput, ...request.Option) (*CreateDBAccountOutput, error)
	CreateDBAccountRequest(*CreateDBAccountInput) (*request.Request, *CreateDBAccountOutput)

	CreateDBEndpointCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDBEndpointCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDBEndpointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDBEndpoint(*CreateDBEndpointInput) (*CreateDBEndpointOutput, error)
	CreateDBEndpointWithContext(volcengine.Context, *CreateDBEndpointInput, ...request.Option) (*CreateDBEndpointOutput, error)
	CreateDBEndpointRequest(*CreateDBEndpointInput) (*request.Request, *CreateDBEndpointOutput)

	CreateDBEndpointPublicAddressCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDBEndpointPublicAddressCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDBEndpointPublicAddressCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDBEndpointPublicAddress(*CreateDBEndpointPublicAddressInput) (*CreateDBEndpointPublicAddressOutput, error)
	CreateDBEndpointPublicAddressWithContext(volcengine.Context, *CreateDBEndpointPublicAddressInput, ...request.Option) (*CreateDBEndpointPublicAddressOutput, error)
	CreateDBEndpointPublicAddressRequest(*CreateDBEndpointPublicAddressInput) (*request.Request, *CreateDBEndpointPublicAddressOutput)

	CreateDBInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDBInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDBInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDBInstance(*CreateDBInstanceInput) (*CreateDBInstanceOutput, error)
	CreateDBInstanceWithContext(volcengine.Context, *CreateDBInstanceInput, ...request.Option) (*CreateDBInstanceOutput, error)
	CreateDBInstanceRequest(*CreateDBInstanceInput) (*request.Request, *CreateDBInstanceOutput)

	CreateDatabaseCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDatabaseCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDatabaseCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDatabase(*CreateDatabaseInput) (*CreateDatabaseOutput, error)
	CreateDatabaseWithContext(volcengine.Context, *CreateDatabaseInput, ...request.Option) (*CreateDatabaseOutput, error)
	CreateDatabaseRequest(*CreateDatabaseInput) (*request.Request, *CreateDatabaseOutput)

	DeleteAllowListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteAllowListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteAllowListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteAllowList(*DeleteAllowListInput) (*DeleteAllowListOutput, error)
	DeleteAllowListWithContext(volcengine.Context, *DeleteAllowListInput, ...request.Option) (*DeleteAllowListOutput, error)
	DeleteAllowListRequest(*DeleteAllowListInput) (*request.Request, *DeleteAllowListOutput)

	DeleteDBAccountCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteDBAccountCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteDBAccountCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteDBAccount(*DeleteDBAccountInput) (*DeleteDBAccountOutput, error)
	DeleteDBAccountWithContext(volcengine.Context, *DeleteDBAccountInput, ...request.Option) (*DeleteDBAccountOutput, error)
	DeleteDBAccountRequest(*DeleteDBAccountInput) (*request.Request, *DeleteDBAccountOutput)

	DeleteDBEndpointCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteDBEndpointCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteDBEndpointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteDBEndpoint(*DeleteDBEndpointInput) (*DeleteDBEndpointOutput, error)
	DeleteDBEndpointWithContext(volcengine.Context, *DeleteDBEndpointInput, ...request.Option) (*DeleteDBEndpointOutput, error)
	DeleteDBEndpointRequest(*DeleteDBEndpointInput) (*request.Request, *DeleteDBEndpointOutput)

	DeleteDBEndpointPublicAddressCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteDBEndpointPublicAddressCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteDBEndpointPublicAddressCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteDBEndpointPublicAddress(*DeleteDBEndpointPublicAddressInput) (*DeleteDBEndpointPublicAddressOutput, error)
	DeleteDBEndpointPublicAddressWithContext(volcengine.Context, *DeleteDBEndpointPublicAddressInput, ...request.Option) (*DeleteDBEndpointPublicAddressOutput, error)
	DeleteDBEndpointPublicAddressRequest(*DeleteDBEndpointPublicAddressInput) (*request.Request, *DeleteDBEndpointPublicAddressOutput)

	DeleteDBInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteDBInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteDBInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteDBInstance(*DeleteDBInstanceInput) (*DeleteDBInstanceOutput, error)
	DeleteDBInstanceWithContext(volcengine.Context, *DeleteDBInstanceInput, ...request.Option) (*DeleteDBInstanceOutput, error)
	DeleteDBInstanceRequest(*DeleteDBInstanceInput) (*request.Request, *DeleteDBInstanceOutput)

	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)

	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)

	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)

	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)

	DescribeDBAccountsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBAccountsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBAccountsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBAccounts(*DescribeDBAccountsInput) (*DescribeDBAccountsOutput, error)
	DescribeDBAccountsWithContext(volcengine.Context, *DescribeDBAccountsInput, ...request.Option) (*DescribeDBAccountsOutput, error)
	DescribeDBAccountsRequest(*DescribeDBAccountsInput) (*request.Request, *DescribeDBAccountsOutput)

	DescribeDBInstanceDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBInstanceDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBInstanceDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBInstanceDetail(*DescribeDBInstanceDetailInput) (*DescribeDBInstanceDetailOutput, error)
	DescribeDBInstanceDetailWithContext(volcengine.Context, *DescribeDBInstanceDetailInput, ...request.Option) (*DescribeDBInstanceDetailOutput, error)
	DescribeDBInstanceDetailRequest(*DescribeDBInstanceDetailInput) (*request.Request, *DescribeDBInstanceDetailOutput)

	DescribeDBInstanceParametersCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBInstanceParametersCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBInstanceParametersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBInstanceParameters(*DescribeDBInstanceParametersInput) (*DescribeDBInstanceParametersOutput, error)
	DescribeDBInstanceParametersWithContext(volcengine.Context, *DescribeDBInstanceParametersInput, ...request.Option) (*DescribeDBInstanceParametersOutput, error)
	DescribeDBInstanceParametersRequest(*DescribeDBInstanceParametersInput) (*request.Request, *DescribeDBInstanceParametersOutput)

	DescribeDBInstanceParametersLogCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBInstanceParametersLogCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBInstanceParametersLogCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBInstanceParametersLog(*DescribeDBInstanceParametersLogInput) (*DescribeDBInstanceParametersLogOutput, error)
	DescribeDBInstanceParametersLogWithContext(volcengine.Context, *DescribeDBInstanceParametersLogInput, ...request.Option) (*DescribeDBInstanceParametersLogOutput, error)
	DescribeDBInstanceParametersLogRequest(*DescribeDBInstanceParametersLogInput) (*request.Request, *DescribeDBInstanceParametersLogOutput)

	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)

	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)

	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)

	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)

	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)

	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)

	ModifyDBEndpointCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBEndpointCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBEndpointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBEndpoint(*ModifyDBEndpointInput) (*ModifyDBEndpointOutput, error)
	ModifyDBEndpointWithContext(volcengine.Context, *ModifyDBEndpointInput, ...request.Option) (*ModifyDBEndpointOutput, error)
	ModifyDBEndpointRequest(*ModifyDBEndpointInput) (*request.Request, *ModifyDBEndpointOutput)

	ModifyDBEndpointAddressCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBEndpointAddressCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBEndpointAddressCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBEndpointAddress(*ModifyDBEndpointAddressInput) (*ModifyDBEndpointAddressOutput, error)
	ModifyDBEndpointAddressWithContext(volcengine.Context, *ModifyDBEndpointAddressInput, ...request.Option) (*ModifyDBEndpointAddressOutput, error)
	ModifyDBEndpointAddressRequest(*ModifyDBEndpointAddressInput) (*request.Request, *ModifyDBEndpointAddressOutput)

	ModifyDBEndpointDNSCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBEndpointDNSCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBEndpointDNSCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBEndpointDNS(*ModifyDBEndpointDNSInput) (*ModifyDBEndpointDNSOutput, error)
	ModifyDBEndpointDNSWithContext(volcengine.Context, *ModifyDBEndpointDNSInput, ...request.Option) (*ModifyDBEndpointDNSOutput, error)
	ModifyDBEndpointDNSRequest(*ModifyDBEndpointDNSInput) (*request.Request, *ModifyDBEndpointDNSOutput)

	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)

	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)

	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)

	RestoreToNewInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RestoreToNewInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RestoreToNewInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RestoreToNewInstance(*RestoreToNewInstanceInput) (*RestoreToNewInstanceOutput, error)
	RestoreToNewInstanceWithContext(volcengine.Context, *RestoreToNewInstanceInput, ...request.Option) (*RestoreToNewInstanceOutput, error)
	RestoreToNewInstanceRequest(*RestoreToNewInstanceInput) (*request.Request, *RestoreToNewInstanceOutput)

	RevokeDBAccountPrivilegeCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RevokeDBAccountPrivilegeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RevokeDBAccountPrivilegeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RevokeDBAccountPrivilege(*RevokeDBAccountPrivilegeInput) (*RevokeDBAccountPrivilegeOutput, error)
	RevokeDBAccountPrivilegeWithContext(volcengine.Context, *RevokeDBAccountPrivilegeInput, ...request.Option) (*RevokeDBAccountPrivilegeOutput, error)
	RevokeDBAccountPrivilegeRequest(*RevokeDBAccountPrivilegeInput) (*request.Request, *RevokeDBAccountPrivilegeOutput)

	RevokeDatabasePrivilegeCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RevokeDatabasePrivilegeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RevokeDatabasePrivilegeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RevokeDatabasePrivilege(*RevokeDatabasePrivilegeInput) (*RevokeDatabasePrivilegeOutput, error)
	RevokeDatabasePrivilegeWithContext(volcengine.Context, *RevokeDatabasePrivilegeInput, ...request.Option) (*RevokeDatabasePrivilegeOutput, error)
	RevokeDatabasePrivilegeRequest(*RevokeDatabasePrivilegeInput) (*request.Request, *RevokeDatabasePrivilegeOutput)

	UpgradeAllowListVersionCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpgradeAllowListVersionCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpgradeAllowListVersionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpgradeAllowListVersion(*UpgradeAllowListVersionInput) (*UpgradeAllowListVersionOutput, error)
	UpgradeAllowListVersionWithContext(volcengine.Context, *UpgradeAllowListVersionInput, ...request.Option) (*UpgradeAllowListVersionOutput, error)
	UpgradeAllowListVersionRequest(*UpgradeAllowListVersionInput) (*request.Request, *UpgradeAllowListVersionOutput)
}

RDSMYSQLV2API provides an interface to enable mocking the rdsmysqlv2.RDSMYSQLV2 service client's API operation,

// volcengine sdk func uses an SDK service client to make a request to
// RDS_MYSQL_V2.
func myFunc(svc RDSMYSQLV2API) bool {
    // Make svc.AssociateAllowList request
}

func main() {
    sess := session.New()
    svc := rdsmysqlv2.New(sess)

    myFunc(svc)
}

type ReadOnlyNodeWeightForDescribeDBInstanceDetailOutput

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

	NodeType *string `type:"string"`

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

func (ReadOnlyNodeWeightForDescribeDBInstanceDetailOutput) GoString

GoString returns the string representation

func (*ReadOnlyNodeWeightForDescribeDBInstanceDetailOutput) SetNodeId

SetNodeId sets the NodeId field's value.

func (*ReadOnlyNodeWeightForDescribeDBInstanceDetailOutput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*ReadOnlyNodeWeightForDescribeDBInstanceDetailOutput) SetWeight

SetWeight sets the Weight field's value.

func (ReadOnlyNodeWeightForDescribeDBInstanceDetailOutput) String

String returns the string representation

type ReadOnlyNodeWeightForModifyDBEndpointInput

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

	NodeType *string `type:"string" enum:"EnumOfNodeTypeForModifyDBEndpointInput"`

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

func (ReadOnlyNodeWeightForModifyDBEndpointInput) GoString

GoString returns the string representation

func (*ReadOnlyNodeWeightForModifyDBEndpointInput) SetNodeId

SetNodeId sets the NodeId field's value.

func (*ReadOnlyNodeWeightForModifyDBEndpointInput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*ReadOnlyNodeWeightForModifyDBEndpointInput) SetWeight

SetWeight sets the Weight field's value.

func (ReadOnlyNodeWeightForModifyDBEndpointInput) String

String returns the string representation

type RecoverableTimeInfoForDescribeRecoverableTimeOutput

type RecoverableTimeInfoForDescribeRecoverableTimeOutput struct {
	EarliestRecoverableTime *string `type:"string"`

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

func (RecoverableTimeInfoForDescribeRecoverableTimeOutput) GoString

GoString returns the string representation

func (*RecoverableTimeInfoForDescribeRecoverableTimeOutput) SetEarliestRecoverableTime

SetEarliestRecoverableTime sets the EarliestRecoverableTime field's value.

func (*RecoverableTimeInfoForDescribeRecoverableTimeOutput) SetLatestRecoverableTime

SetLatestRecoverableTime sets the LatestRecoverableTime field's value.

func (RecoverableTimeInfoForDescribeRecoverableTimeOutput) String

String returns the string representation

type RegionForDescribeRegionsOutput

type RegionForDescribeRegionsOutput struct {
	RegionId *string `type:"string"`

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

func (RegionForDescribeRegionsOutput) GoString

GoString returns the string representation

func (*RegionForDescribeRegionsOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*RegionForDescribeRegionsOutput) SetRegionName

SetRegionName sets the RegionName field's value.

func (RegionForDescribeRegionsOutput) String

String returns the string representation

type ResetDBAccountInput

type ResetDBAccountInput struct {

	// AccountName is a required field
	AccountName *string `min:"2" max:"32" type:"string" required:"true"`

	AccountPassword *string `min:"8" max:"32" type:"string"`

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

func (ResetDBAccountInput) GoString

func (s ResetDBAccountInput) GoString() string

GoString returns the string representation

func (*ResetDBAccountInput) SetAccountName

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

SetAccountName sets the AccountName field's value.

func (*ResetDBAccountInput) SetAccountPassword

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

SetAccountPassword sets the AccountPassword field's value.

func (*ResetDBAccountInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (ResetDBAccountInput) String

func (s ResetDBAccountInput) String() string

String returns the string representation

func (*ResetDBAccountInput) Validate

func (s *ResetDBAccountInput) Validate() error

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

type ResetDBAccountOutput

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

func (ResetDBAccountOutput) GoString

func (s ResetDBAccountOutput) GoString() string

GoString returns the string representation

func (ResetDBAccountOutput) String

func (s ResetDBAccountOutput) String() string

String returns the string representation

type RestartDBInstanceInput

type RestartDBInstanceInput struct {

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

func (RestartDBInstanceInput) GoString

func (s RestartDBInstanceInput) GoString() string

GoString returns the string representation

func (*RestartDBInstanceInput) SetInstanceId

SetInstanceId sets the InstanceId 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 RestoreToNewInstanceInput

type RestoreToNewInstanceInput struct {
	BackupId *string `type:"string"`

	ChargeInfo *ChargeInfoForRestoreToNewInstanceInput `type:"structure"`

	InstanceName *string `type:"string"`

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

	ProjectName *string `type:"string"`

	RestoreTime *string `type:"string"`

	SrcInstanceId *string `type:"string" json:"SrcInstanceId"`

	StorageSpace *int32 `type:"int32"`

	StorageType *string `type:"string" enum:"EnumOfStorageTypeForRestoreToNewInstanceInput"`

	SubnetId *string `type:"string"`

	VpcId *string `type:"string"`

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

func (RestoreToNewInstanceInput) GoString

func (s RestoreToNewInstanceInput) GoString() string

GoString returns the string representation

func (*RestoreToNewInstanceInput) SetBackupId

SetBackupId sets the BackupId field's value.

func (*RestoreToNewInstanceInput) SetChargeInfo

SetChargeInfo sets the ChargeInfo field's value.

func (*RestoreToNewInstanceInput) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*RestoreToNewInstanceInput) SetNodeInfo

SetNodeInfo sets the NodeInfo field's value.

func (*RestoreToNewInstanceInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*RestoreToNewInstanceInput) SetRestoreTime

SetRestoreTime sets the RestoreTime field's value.

func (*RestoreToNewInstanceInput) SetSrcInstanceId

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) SetZoneId

SetZoneId sets the ZoneId field's value.

func (RestoreToNewInstanceInput) String

func (s RestoreToNewInstanceInput) String() string

String returns the string representation

type RestoreToNewInstanceOutput

type RestoreToNewInstanceOutput struct {
	Metadata *response.ResponseMetadata

	InstanceId *string `type:"string"`

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

func (RestoreToNewInstanceOutput) GoString

func (s RestoreToNewInstanceOutput) GoString() string

GoString returns the string representation

func (*RestoreToNewInstanceOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*RestoreToNewInstanceOutput) SetOrderId

SetOrderId sets the OrderId field's value.

func (RestoreToNewInstanceOutput) String

String returns the string representation

type RevokeDBAccountPrivilegeInput

type RevokeDBAccountPrivilegeInput struct {

	// AccountName is a required field
	AccountName *string `min:"2" max:"32" type:"string" required:"true"`

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

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

func (RevokeDBAccountPrivilegeInput) GoString

GoString returns the string representation

func (*RevokeDBAccountPrivilegeInput) SetAccountName

SetAccountName sets the AccountName field's value.

func (*RevokeDBAccountPrivilegeInput) SetDBNames

SetDBNames sets the DBNames field's value.

func (*RevokeDBAccountPrivilegeInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (RevokeDBAccountPrivilegeInput) String

String returns the string representation

func (*RevokeDBAccountPrivilegeInput) Validate

func (s *RevokeDBAccountPrivilegeInput) Validate() error

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

type RevokeDBAccountPrivilegeOutput

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

func (RevokeDBAccountPrivilegeOutput) GoString

GoString returns the string representation

func (RevokeDBAccountPrivilegeOutput) String

String returns the string representation

type RevokeDatabasePrivilegeInput

type RevokeDatabasePrivilegeInput struct {

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

	// DBName is a required field
	DBName *string `min:"2" max:"64" type:"string" required:"true"`

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

func (RevokeDatabasePrivilegeInput) GoString

func (s RevokeDatabasePrivilegeInput) GoString() string

GoString returns the string representation

func (*RevokeDatabasePrivilegeInput) SetAccountNames

SetAccountNames sets the AccountNames field's value.

func (*RevokeDatabasePrivilegeInput) SetDBName

SetDBName sets the DBName field's value.

func (*RevokeDatabasePrivilegeInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (RevokeDatabasePrivilegeInput) String

String returns the string representation

func (*RevokeDatabasePrivilegeInput) Validate

func (s *RevokeDatabasePrivilegeInput) Validate() error

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

type RevokeDatabasePrivilegeOutput

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

func (RevokeDatabasePrivilegeOutput) GoString

GoString returns the string representation

func (RevokeDatabasePrivilegeOutput) String

String returns the string representation

type TagForDescribeDBInstanceDetailOutput

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

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

func (TagForDescribeDBInstanceDetailOutput) GoString

GoString returns the string representation

func (*TagForDescribeDBInstanceDetailOutput) SetKey

SetKey sets the Key field's value.

func (*TagForDescribeDBInstanceDetailOutput) SetValue

SetValue sets the Value field's value.

func (TagForDescribeDBInstanceDetailOutput) String

String returns the string representation

type UpgradeAllowListVersionInput

type UpgradeAllowListVersionInput struct {

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

func (UpgradeAllowListVersionInput) GoString

func (s UpgradeAllowListVersionInput) GoString() string

GoString returns the string representation

func (*UpgradeAllowListVersionInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (UpgradeAllowListVersionInput) String

String returns the string representation

func (*UpgradeAllowListVersionInput) Validate

func (s *UpgradeAllowListVersionInput) Validate() error

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

type UpgradeAllowListVersionOutput

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

func (UpgradeAllowListVersionOutput) GoString

GoString returns the string representation

func (UpgradeAllowListVersionOutput) String

String returns the string representation

type ZoneForDescribeAvailabilityZonesOutput

type ZoneForDescribeAvailabilityZonesOutput struct {
	Description *string `type:"string"`

	ZoneId *string `type:"string"`

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

func (ZoneForDescribeAvailabilityZonesOutput) GoString

GoString returns the string representation

func (*ZoneForDescribeAvailabilityZonesOutput) SetDescription

SetDescription sets the Description field's value.

func (*ZoneForDescribeAvailabilityZonesOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (*ZoneForDescribeAvailabilityZonesOutput) SetZoneName

SetZoneName sets the ZoneName field's value.

func (ZoneForDescribeAvailabilityZonesOutput) String

String returns the string representation

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL