Versions in this module Expand all Collapse all v0 v0.3.0 Jan 25, 2023 v0.2.0 Jan 25, 2023 v0.1.0 Jan 25, 2023 Changes in this version + var EndpointMap map[string]string + var EndpointType = "regional" + func GetEndpointMap() map[string]string + func GetEndpointType() string + func SetClientProperty(client *Client, propertyName string, propertyValue interface{}) + func SetEndpointDataToClient(client *Client) + type AuditInfo struct + LogStore string + Project string + type BackupDbs struct + BackupDb []string + type BackupPolicyDO struct + BackupAppName string + BackupDbName string + BackupLevel string + BackupLog string + BackupMode string + BackupPolicyMode string + BackupRetentionPeriod int64 + BackupType string + DataBackupRetentionPeriod int64 + GmtCreate int64 + GmtModified int64 + HighSpaceUsageProtection int64 + LocalLogRetentionHours int64 + LocalLogRetentionSpace int64 + LogBackupRetentionPeriod int64 + NextBackupActuallyTime string + PreferredBackupPeriod string + PreferredBackupTime string + type BackupSet struct + BackupConsitentTime string + BackupDbs BackupDbs + BackupEndTime int64 + BackupLevel string + BackupMode string + BackupStartTime int64 + BackupTotalSize string + BackupType string + EnableRecovery bool + Id string + Status int64 + type BackupSets struct + BackupSet []BackupSet + type CheckDrdsDbNameRequest struct + DbName string + DrdsInstanceId string + func CreateCheckDrdsDbNameRequest() (request *CheckDrdsDbNameRequest) + type CheckDrdsDbNameResponse struct + RequestId string + Result bool + Success bool + func CreateCheckDrdsDbNameResponse() (response *CheckDrdsDbNameResponse) + type CheckExpandStatusRequest struct + DbName string + DrdsInstanceId string + func CreateCheckExpandStatusRequest() (request *CheckExpandStatusRequest) + type CheckExpandStatusResponse struct + Data Data + RequestId string + Success bool + func CreateCheckExpandStatusResponse() (response *CheckExpandStatusResponse) + type CheckSqlAuditEnableStatusRequest struct + DbName string + DrdsInstanceId string + func CreateCheckSqlAuditEnableStatusRequest() (request *CheckSqlAuditEnableStatusRequest) + type CheckSqlAuditEnableStatusResponse struct + RequestId string + Status string + Success bool + func CreateCheckSqlAuditEnableStatusResponse() (response *CheckSqlAuditEnableStatusResponse) + type Client struct + func NewClient() (client *Client, err error) + func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error) + func NewClientWithEcsRamRole(regionId string, roleName string) (client *Client, err error) + func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error) + func NewClientWithProvider(regionId string, providers ...provider.Provider) (client *Client, err error) + func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error) + func NewClientWithRamRoleArnAndPolicy(regionId string, ...) (client *Client, err error) + func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error) + func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error) + func (client *Client) CheckDrdsDbName(request *CheckDrdsDbNameRequest) (response *CheckDrdsDbNameResponse, err error) + func (client *Client) CheckDrdsDbNameWithCallback(request *CheckDrdsDbNameRequest, ...) <-chan int + func (client *Client) CheckDrdsDbNameWithChan(request *CheckDrdsDbNameRequest) (<-chan *CheckDrdsDbNameResponse, <-chan error) + func (client *Client) CheckExpandStatus(request *CheckExpandStatusRequest) (response *CheckExpandStatusResponse, err error) + func (client *Client) CheckExpandStatusWithCallback(request *CheckExpandStatusRequest, ...) <-chan int + func (client *Client) CheckExpandStatusWithChan(request *CheckExpandStatusRequest) (<-chan *CheckExpandStatusResponse, <-chan error) + func (client *Client) CheckSqlAuditEnableStatus(request *CheckSqlAuditEnableStatusRequest) (response *CheckSqlAuditEnableStatusResponse, err error) + func (client *Client) CheckSqlAuditEnableStatusWithCallback(request *CheckSqlAuditEnableStatusRequest, ...) <-chan int + func (client *Client) CheckSqlAuditEnableStatusWithChan(request *CheckSqlAuditEnableStatusRequest) (<-chan *CheckSqlAuditEnableStatusResponse, <-chan error) + func (client *Client) CreateDrdsDB(request *CreateDrdsDBRequest) (response *CreateDrdsDBResponse, err error) + func (client *Client) CreateDrdsDBWithCallback(request *CreateDrdsDBRequest, ...) <-chan int + func (client *Client) CreateDrdsDBWithChan(request *CreateDrdsDBRequest) (<-chan *CreateDrdsDBResponse, <-chan error) + func (client *Client) CreateDrdsInstance(request *CreateDrdsInstanceRequest) (response *CreateDrdsInstanceResponse, err error) + func (client *Client) CreateDrdsInstanceWithCallback(request *CreateDrdsInstanceRequest, ...) <-chan int + func (client *Client) CreateDrdsInstanceWithChan(request *CreateDrdsInstanceRequest) (<-chan *CreateDrdsInstanceResponse, <-chan error) + func (client *Client) CreateInstanceAccount(request *CreateInstanceAccountRequest) (response *CreateInstanceAccountResponse, err error) + func (client *Client) CreateInstanceAccountWithCallback(request *CreateInstanceAccountRequest, ...) <-chan int + func (client *Client) CreateInstanceAccountWithChan(request *CreateInstanceAccountRequest) (<-chan *CreateInstanceAccountResponse, <-chan error) + func (client *Client) CreateInstanceInternetAddress(request *CreateInstanceInternetAddressRequest) (response *CreateInstanceInternetAddressResponse, err error) + func (client *Client) CreateInstanceInternetAddressWithCallback(request *CreateInstanceInternetAddressRequest, ...) <-chan int + func (client *Client) CreateInstanceInternetAddressWithChan(request *CreateInstanceInternetAddressRequest) (<-chan *CreateInstanceInternetAddressResponse, <-chan error) + func (client *Client) CreateOrderForRds(request *CreateOrderForRdsRequest) (response *CreateOrderForRdsResponse, err error) + func (client *Client) CreateOrderForRdsWithCallback(request *CreateOrderForRdsRequest, ...) <-chan int + func (client *Client) CreateOrderForRdsWithChan(request *CreateOrderForRdsRequest) (<-chan *CreateOrderForRdsResponse, <-chan error) + func (client *Client) CreateShardTask(request *CreateShardTaskRequest) (response *CreateShardTaskResponse, err error) + func (client *Client) CreateShardTaskWithCallback(request *CreateShardTaskRequest, ...) <-chan int + func (client *Client) CreateShardTaskWithChan(request *CreateShardTaskRequest) (<-chan *CreateShardTaskResponse, <-chan error) + func (client *Client) DescribeBackMenu(request *DescribeBackMenuRequest) (response *DescribeBackMenuResponse, err error) + func (client *Client) DescribeBackMenuWithCallback(request *DescribeBackMenuRequest, ...) <-chan int + func (client *Client) DescribeBackMenuWithChan(request *DescribeBackMenuRequest) (<-chan *DescribeBackMenuResponse, <-chan error) + func (client *Client) DescribeBackupDbs(request *DescribeBackupDbsRequest) (response *DescribeBackupDbsResponse, err error) + func (client *Client) DescribeBackupDbsWithCallback(request *DescribeBackupDbsRequest, ...) <-chan int + func (client *Client) DescribeBackupDbsWithChan(request *DescribeBackupDbsRequest) (<-chan *DescribeBackupDbsResponse, <-chan error) + func (client *Client) DescribeBackupLocal(request *DescribeBackupLocalRequest) (response *DescribeBackupLocalResponse, err error) + func (client *Client) DescribeBackupLocalWithCallback(request *DescribeBackupLocalRequest, ...) <-chan int + func (client *Client) DescribeBackupLocalWithChan(request *DescribeBackupLocalRequest) (<-chan *DescribeBackupLocalResponse, <-chan error) + func (client *Client) DescribeBackupPolicy(request *DescribeBackupPolicyRequest) (response *DescribeBackupPolicyResponse, err error) + func (client *Client) DescribeBackupPolicyWithCallback(request *DescribeBackupPolicyRequest, ...) <-chan int + func (client *Client) DescribeBackupPolicyWithChan(request *DescribeBackupPolicyRequest) (<-chan *DescribeBackupPolicyResponse, <-chan error) + func (client *Client) DescribeBackupSets(request *DescribeBackupSetsRequest) (response *DescribeBackupSetsResponse, err error) + func (client *Client) DescribeBackupSetsWithCallback(request *DescribeBackupSetsRequest, ...) <-chan int + func (client *Client) DescribeBackupSetsWithChan(request *DescribeBackupSetsRequest) (<-chan *DescribeBackupSetsResponse, <-chan error) + func (client *Client) DescribeBackupTimes(request *DescribeBackupTimesRequest) (response *DescribeBackupTimesResponse, err error) + func (client *Client) DescribeBackupTimesWithCallback(request *DescribeBackupTimesRequest, ...) <-chan int + func (client *Client) DescribeBackupTimesWithChan(request *DescribeBackupTimesRequest) (<-chan *DescribeBackupTimesResponse, <-chan error) + func (client *Client) DescribeBroadcastTables(request *DescribeBroadcastTablesRequest) (response *DescribeBroadcastTablesResponse, err error) + func (client *Client) DescribeBroadcastTablesWithCallback(request *DescribeBroadcastTablesRequest, ...) <-chan int + func (client *Client) DescribeBroadcastTablesWithChan(request *DescribeBroadcastTablesRequest) (<-chan *DescribeBroadcastTablesResponse, <-chan error) + func (client *Client) DescribeDbInstanceDbs(request *DescribeDbInstanceDbsRequest) (response *DescribeDbInstanceDbsResponse, err error) + func (client *Client) DescribeDbInstanceDbsWithCallback(request *DescribeDbInstanceDbsRequest, ...) <-chan int + func (client *Client) DescribeDbInstanceDbsWithChan(request *DescribeDbInstanceDbsRequest) (<-chan *DescribeDbInstanceDbsResponse, <-chan error) + func (client *Client) DescribeDbInstances(request *DescribeDbInstancesRequest) (response *DescribeDbInstancesResponse, err error) + func (client *Client) DescribeDbInstancesWithCallback(request *DescribeDbInstancesRequest, ...) <-chan int + func (client *Client) DescribeDbInstancesWithChan(request *DescribeDbInstancesRequest) (<-chan *DescribeDbInstancesResponse, <-chan error) + func (client *Client) DescribeDrdsDB(request *DescribeDrdsDBRequest) (response *DescribeDrdsDBResponse, err error) + func (client *Client) DescribeDrdsDBCluster(request *DescribeDrdsDBClusterRequest) (response *DescribeDrdsDBClusterResponse, err error) + func (client *Client) DescribeDrdsDBClusterWithCallback(request *DescribeDrdsDBClusterRequest, ...) <-chan int + func (client *Client) DescribeDrdsDBClusterWithChan(request *DescribeDrdsDBClusterRequest) (<-chan *DescribeDrdsDBClusterResponse, <-chan error) + func (client *Client) DescribeDrdsDBIpWhiteList(request *DescribeDrdsDBIpWhiteListRequest) (response *DescribeDrdsDBIpWhiteListResponse, err error) + func (client *Client) DescribeDrdsDBIpWhiteListWithCallback(request *DescribeDrdsDBIpWhiteListRequest, ...) <-chan int + func (client *Client) DescribeDrdsDBIpWhiteListWithChan(request *DescribeDrdsDBIpWhiteListRequest) (<-chan *DescribeDrdsDBIpWhiteListResponse, <-chan error) + func (client *Client) DescribeDrdsDBWithCallback(request *DescribeDrdsDBRequest, ...) <-chan int + func (client *Client) DescribeDrdsDBWithChan(request *DescribeDrdsDBRequest) (<-chan *DescribeDrdsDBResponse, <-chan error) + func (client *Client) DescribeDrdsDBs(request *DescribeDrdsDBsRequest) (response *DescribeDrdsDBsResponse, err error) + func (client *Client) DescribeDrdsDBsWithCallback(request *DescribeDrdsDBsRequest, ...) <-chan int + func (client *Client) DescribeDrdsDBsWithChan(request *DescribeDrdsDBsRequest) (<-chan *DescribeDrdsDBsResponse, <-chan error) + func (client *Client) DescribeDrdsDbInstance(request *DescribeDrdsDbInstanceRequest) (response *DescribeDrdsDbInstanceResponse, err error) + func (client *Client) DescribeDrdsDbInstanceWithCallback(request *DescribeDrdsDbInstanceRequest, ...) <-chan int + func (client *Client) DescribeDrdsDbInstanceWithChan(request *DescribeDrdsDbInstanceRequest) (<-chan *DescribeDrdsDbInstanceResponse, <-chan error) + func (client *Client) DescribeDrdsDbInstances(request *DescribeDrdsDbInstancesRequest) (response *DescribeDrdsDbInstancesResponse, err error) + func (client *Client) DescribeDrdsDbInstancesWithCallback(request *DescribeDrdsDbInstancesRequest, ...) <-chan int + func (client *Client) DescribeDrdsDbInstancesWithChan(request *DescribeDrdsDbInstancesRequest) (<-chan *DescribeDrdsDbInstancesResponse, <-chan error) + func (client *Client) DescribeDrdsDbRdsNameList(request *DescribeDrdsDbRdsNameListRequest) (response *DescribeDrdsDbRdsNameListResponse, err error) + func (client *Client) DescribeDrdsDbRdsNameListWithCallback(request *DescribeDrdsDbRdsNameListRequest, ...) <-chan int + func (client *Client) DescribeDrdsDbRdsNameListWithChan(request *DescribeDrdsDbRdsNameListRequest) (<-chan *DescribeDrdsDbRdsNameListResponse, <-chan error) + func (client *Client) DescribeDrdsDbTasks(request *DescribeDrdsDbTasksRequest) (response *DescribeDrdsDbTasksResponse, err error) + func (client *Client) DescribeDrdsDbTasksWithCallback(request *DescribeDrdsDbTasksRequest, ...) <-chan int + func (client *Client) DescribeDrdsDbTasksWithChan(request *DescribeDrdsDbTasksRequest) (<-chan *DescribeDrdsDbTasksResponse, <-chan error) + func (client *Client) DescribeDrdsInstance(request *DescribeDrdsInstanceRequest) (response *DescribeDrdsInstanceResponse, err error) + func (client *Client) DescribeDrdsInstanceDbMonitor(request *DescribeDrdsInstanceDbMonitorRequest) (response *DescribeDrdsInstanceDbMonitorResponse, err error) + func (client *Client) DescribeDrdsInstanceDbMonitorWithCallback(request *DescribeDrdsInstanceDbMonitorRequest, ...) <-chan int + func (client *Client) DescribeDrdsInstanceDbMonitorWithChan(request *DescribeDrdsInstanceDbMonitorRequest) (<-chan *DescribeDrdsInstanceDbMonitorResponse, <-chan error) + func (client *Client) DescribeDrdsInstanceLevelTasks(request *DescribeDrdsInstanceLevelTasksRequest) (response *DescribeDrdsInstanceLevelTasksResponse, err error) + func (client *Client) DescribeDrdsInstanceLevelTasksWithCallback(request *DescribeDrdsInstanceLevelTasksRequest, ...) <-chan int + func (client *Client) DescribeDrdsInstanceLevelTasksWithChan(request *DescribeDrdsInstanceLevelTasksRequest) (<-chan *DescribeDrdsInstanceLevelTasksResponse, <-chan error) + func (client *Client) DescribeDrdsInstanceMonitor(request *DescribeDrdsInstanceMonitorRequest) (response *DescribeDrdsInstanceMonitorResponse, err error) + func (client *Client) DescribeDrdsInstanceMonitorWithCallback(request *DescribeDrdsInstanceMonitorRequest, ...) <-chan int + func (client *Client) DescribeDrdsInstanceMonitorWithChan(request *DescribeDrdsInstanceMonitorRequest) (<-chan *DescribeDrdsInstanceMonitorResponse, <-chan error) + func (client *Client) DescribeDrdsInstanceVersion(request *DescribeDrdsInstanceVersionRequest) (response *DescribeDrdsInstanceVersionResponse, err error) + func (client *Client) DescribeDrdsInstanceVersionWithCallback(request *DescribeDrdsInstanceVersionRequest, ...) <-chan int + func (client *Client) DescribeDrdsInstanceVersionWithChan(request *DescribeDrdsInstanceVersionRequest) (<-chan *DescribeDrdsInstanceVersionResponse, <-chan error) + func (client *Client) DescribeDrdsInstanceWithCallback(request *DescribeDrdsInstanceRequest, ...) <-chan int + func (client *Client) DescribeDrdsInstanceWithChan(request *DescribeDrdsInstanceRequest) (<-chan *DescribeDrdsInstanceResponse, <-chan error) + func (client *Client) DescribeDrdsInstances(request *DescribeDrdsInstancesRequest) (response *DescribeDrdsInstancesResponse, err error) + func (client *Client) DescribeDrdsInstancesWithCallback(request *DescribeDrdsInstancesRequest, ...) <-chan int + func (client *Client) DescribeDrdsInstancesWithChan(request *DescribeDrdsInstancesRequest) (<-chan *DescribeDrdsInstancesResponse, <-chan error) + func (client *Client) DescribeDrdsParams(request *DescribeDrdsParamsRequest) (response *DescribeDrdsParamsResponse, err error) + func (client *Client) DescribeDrdsParamsWithCallback(request *DescribeDrdsParamsRequest, ...) <-chan int + func (client *Client) DescribeDrdsParamsWithChan(request *DescribeDrdsParamsRequest) (<-chan *DescribeDrdsParamsResponse, <-chan error) + func (client *Client) DescribeDrdsRdsInstances(request *DescribeDrdsRdsInstancesRequest) (response *DescribeDrdsRdsInstancesResponse, err error) + func (client *Client) DescribeDrdsRdsInstancesWithCallback(request *DescribeDrdsRdsInstancesRequest, ...) <-chan int + func (client *Client) DescribeDrdsRdsInstancesWithChan(request *DescribeDrdsRdsInstancesRequest) (<-chan *DescribeDrdsRdsInstancesResponse, <-chan error) + func (client *Client) DescribeDrdsShardingDbs(request *DescribeDrdsShardingDbsRequest) (response *DescribeDrdsShardingDbsResponse, err error) + func (client *Client) DescribeDrdsShardingDbsWithCallback(request *DescribeDrdsShardingDbsRequest, ...) <-chan int + func (client *Client) DescribeDrdsShardingDbsWithChan(request *DescribeDrdsShardingDbsRequest) (<-chan *DescribeDrdsShardingDbsResponse, <-chan error) + func (client *Client) DescribeDrdsSlowSqls(request *DescribeDrdsSlowSqlsRequest) (response *DescribeDrdsSlowSqlsResponse, err error) + func (client *Client) DescribeDrdsSlowSqlsWithCallback(request *DescribeDrdsSlowSqlsRequest, ...) <-chan int + func (client *Client) DescribeDrdsSlowSqlsWithChan(request *DescribeDrdsSlowSqlsRequest) (<-chan *DescribeDrdsSlowSqlsResponse, <-chan error) + func (client *Client) DescribeDrdsSqlAuditStatus(request *DescribeDrdsSqlAuditStatusRequest) (response *DescribeDrdsSqlAuditStatusResponse, err error) + func (client *Client) DescribeDrdsSqlAuditStatusWithCallback(request *DescribeDrdsSqlAuditStatusRequest, ...) <-chan int + func (client *Client) DescribeDrdsSqlAuditStatusWithChan(request *DescribeDrdsSqlAuditStatusRequest) (<-chan *DescribeDrdsSqlAuditStatusResponse, <-chan error) + func (client *Client) DescribeDrdsTasks(request *DescribeDrdsTasksRequest) (response *DescribeDrdsTasksResponse, err error) + func (client *Client) DescribeDrdsTasksWithCallback(request *DescribeDrdsTasksRequest, ...) <-chan int + func (client *Client) DescribeDrdsTasksWithChan(request *DescribeDrdsTasksRequest) (<-chan *DescribeDrdsTasksResponse, <-chan error) + func (client *Client) DescribeExpandLogicTableInfoList(request *DescribeExpandLogicTableInfoListRequest) (response *DescribeExpandLogicTableInfoListResponse, err error) + func (client *Client) DescribeExpandLogicTableInfoListWithCallback(request *DescribeExpandLogicTableInfoListRequest, ...) <-chan int + func (client *Client) DescribeExpandLogicTableInfoListWithChan(request *DescribeExpandLogicTableInfoListRequest) (<-chan *DescribeExpandLogicTableInfoListResponse, <-chan error) + func (client *Client) DescribeHiStoreInstanceInfo(request *DescribeHiStoreInstanceInfoRequest) (response *DescribeHiStoreInstanceInfoResponse, err error) + func (client *Client) DescribeHiStoreInstanceInfoWithCallback(request *DescribeHiStoreInstanceInfoRequest, ...) <-chan int + func (client *Client) DescribeHiStoreInstanceInfoWithChan(request *DescribeHiStoreInstanceInfoRequest) (<-chan *DescribeHiStoreInstanceInfoResponse, <-chan error) + func (client *Client) DescribeHotDbList(request *DescribeHotDbListRequest) (response *DescribeHotDbListResponse, err error) + func (client *Client) DescribeHotDbListWithCallback(request *DescribeHotDbListRequest, ...) <-chan int + func (client *Client) DescribeHotDbListWithChan(request *DescribeHotDbListRequest) (<-chan *DescribeHotDbListResponse, <-chan error) + func (client *Client) DescribeInstDbLogInfo(request *DescribeInstDbLogInfoRequest) (response *DescribeInstDbLogInfoResponse, err error) + func (client *Client) DescribeInstDbLogInfoWithCallback(request *DescribeInstDbLogInfoRequest, ...) <-chan int + func (client *Client) DescribeInstDbLogInfoWithChan(request *DescribeInstDbLogInfoRequest) (<-chan *DescribeInstDbLogInfoResponse, <-chan error) + func (client *Client) DescribeInstDbSlsInfo(request *DescribeInstDbSlsInfoRequest) (response *DescribeInstDbSlsInfoResponse, err error) + func (client *Client) DescribeInstDbSlsInfoWithCallback(request *DescribeInstDbSlsInfoRequest, ...) <-chan int + func (client *Client) DescribeInstDbSlsInfoWithChan(request *DescribeInstDbSlsInfoRequest) (<-chan *DescribeInstDbSlsInfoResponse, <-chan error) + func (client *Client) DescribeInstanceAccounts(request *DescribeInstanceAccountsRequest) (response *DescribeInstanceAccountsResponse, err error) + func (client *Client) DescribeInstanceAccountsWithCallback(request *DescribeInstanceAccountsRequest, ...) <-chan int + func (client *Client) DescribeInstanceAccountsWithChan(request *DescribeInstanceAccountsRequest) (<-chan *DescribeInstanceAccountsResponse, <-chan error) + func (client *Client) DescribeInstanceMenuSwitch(request *DescribeInstanceMenuSwitchRequest) (response *DescribeInstanceMenuSwitchResponse, err error) + func (client *Client) DescribeInstanceMenuSwitchWithCallback(request *DescribeInstanceMenuSwitchRequest, ...) <-chan int + func (client *Client) DescribeInstanceMenuSwitchWithChan(request *DescribeInstanceMenuSwitchRequest) (<-chan *DescribeInstanceMenuSwitchResponse, <-chan error) + func (client *Client) DescribeInstanceSwitchAzone(request *DescribeInstanceSwitchAzoneRequest) (response *DescribeInstanceSwitchAzoneResponse, err error) + func (client *Client) DescribeInstanceSwitchAzoneWithCallback(request *DescribeInstanceSwitchAzoneRequest, ...) <-chan int + func (client *Client) DescribeInstanceSwitchAzoneWithChan(request *DescribeInstanceSwitchAzoneRequest) (<-chan *DescribeInstanceSwitchAzoneResponse, <-chan error) + func (client *Client) DescribeInstanceSwitchNetwork(request *DescribeInstanceSwitchNetworkRequest) (response *DescribeInstanceSwitchNetworkResponse, err error) + func (client *Client) DescribeInstanceSwitchNetworkWithCallback(request *DescribeInstanceSwitchNetworkRequest, ...) <-chan int + func (client *Client) DescribeInstanceSwitchNetworkWithChan(request *DescribeInstanceSwitchNetworkRequest) (<-chan *DescribeInstanceSwitchNetworkResponse, <-chan error) + func (client *Client) DescribePreCheckResult(request *DescribePreCheckResultRequest) (response *DescribePreCheckResultResponse, err error) + func (client *Client) DescribePreCheckResultWithCallback(request *DescribePreCheckResultRequest, ...) <-chan int + func (client *Client) DescribePreCheckResultWithChan(request *DescribePreCheckResultRequest) (<-chan *DescribePreCheckResultResponse, <-chan error) + func (client *Client) DescribeRDSPerformance(request *DescribeRDSPerformanceRequest) (response *DescribeRDSPerformanceResponse, err error) + func (client *Client) DescribeRDSPerformanceWithCallback(request *DescribeRDSPerformanceRequest, ...) <-chan int + func (client *Client) DescribeRDSPerformanceWithChan(request *DescribeRDSPerformanceRequest) (<-chan *DescribeRDSPerformanceResponse, <-chan error) + func (client *Client) DescribeRdsCommodity(request *DescribeRdsCommodityRequest) (response *DescribeRdsCommodityResponse, err error) + func (client *Client) DescribeRdsCommodityWithCallback(request *DescribeRdsCommodityRequest, ...) <-chan int + func (client *Client) DescribeRdsCommodityWithChan(request *DescribeRdsCommodityRequest) (<-chan *DescribeRdsCommodityResponse, <-chan error) + func (client *Client) DescribeRdsPerformanceSummary(request *DescribeRdsPerformanceSummaryRequest) (response *DescribeRdsPerformanceSummaryResponse, err error) + func (client *Client) DescribeRdsPerformanceSummaryWithCallback(request *DescribeRdsPerformanceSummaryRequest, ...) <-chan int + func (client *Client) DescribeRdsPerformanceSummaryWithChan(request *DescribeRdsPerformanceSummaryRequest) (<-chan *DescribeRdsPerformanceSummaryResponse, <-chan error) + func (client *Client) DescribeRdsSuperAccountInstances(request *DescribeRdsSuperAccountInstancesRequest) (response *DescribeRdsSuperAccountInstancesResponse, err error) + func (client *Client) DescribeRdsSuperAccountInstancesWithCallback(request *DescribeRdsSuperAccountInstancesRequest, ...) <-chan int + func (client *Client) DescribeRdsSuperAccountInstancesWithChan(request *DescribeRdsSuperAccountInstancesRequest) (<-chan *DescribeRdsSuperAccountInstancesResponse, <-chan error) + func (client *Client) DescribeRestoreOrder(request *DescribeRestoreOrderRequest) (response *DescribeRestoreOrderResponse, err error) + func (client *Client) DescribeRestoreOrderWithCallback(request *DescribeRestoreOrderRequest, ...) <-chan int + func (client *Client) DescribeRestoreOrderWithChan(request *DescribeRestoreOrderRequest) (<-chan *DescribeRestoreOrderResponse, <-chan error) + func (client *Client) DescribeShardTaskInfo(request *DescribeShardTaskInfoRequest) (response *DescribeShardTaskInfoResponse, err error) + func (client *Client) DescribeShardTaskInfoWithCallback(request *DescribeShardTaskInfoRequest, ...) <-chan int + func (client *Client) DescribeShardTaskInfoWithChan(request *DescribeShardTaskInfoRequest) (<-chan *DescribeShardTaskInfoResponse, <-chan error) + func (client *Client) DescribeShardTaskList(request *DescribeShardTaskListRequest) (response *DescribeShardTaskListResponse, err error) + func (client *Client) DescribeShardTaskListWithCallback(request *DescribeShardTaskListRequest, ...) <-chan int + func (client *Client) DescribeShardTaskListWithChan(request *DescribeShardTaskListRequest) (<-chan *DescribeShardTaskListResponse, <-chan error) + func (client *Client) DescribeSqlFlashbakTask(request *DescribeSqlFlashbakTaskRequest) (response *DescribeSqlFlashbakTaskResponse, err error) + func (client *Client) DescribeSqlFlashbakTaskWithCallback(request *DescribeSqlFlashbakTaskRequest, ...) <-chan int + func (client *Client) DescribeSqlFlashbakTaskWithChan(request *DescribeSqlFlashbakTaskRequest) (<-chan *DescribeSqlFlashbakTaskResponse, <-chan error) + func (client *Client) DescribeTable(request *DescribeTableRequest) (response *DescribeTableResponse, err error) + func (client *Client) DescribeTableListByType(request *DescribeTableListByTypeRequest) (response *DescribeTableListByTypeResponse, err error) + func (client *Client) DescribeTableListByTypeWithCallback(request *DescribeTableListByTypeRequest, ...) <-chan int + func (client *Client) DescribeTableListByTypeWithChan(request *DescribeTableListByTypeRequest) (<-chan *DescribeTableListByTypeResponse, <-chan error) + func (client *Client) DescribeTableWithCallback(request *DescribeTableRequest, ...) <-chan int + func (client *Client) DescribeTableWithChan(request *DescribeTableRequest) (<-chan *DescribeTableResponse, <-chan error) + func (client *Client) DescribeTables(request *DescribeTablesRequest) (response *DescribeTablesResponse, err error) + func (client *Client) DescribeTablesWithCallback(request *DescribeTablesRequest, ...) <-chan int + func (client *Client) DescribeTablesWithChan(request *DescribeTablesRequest) (<-chan *DescribeTablesResponse, <-chan error) + func (client *Client) DisableSqlAudit(request *DisableSqlAuditRequest) (response *DisableSqlAuditResponse, err error) + func (client *Client) DisableSqlAuditWithCallback(request *DisableSqlAuditRequest, ...) <-chan int + func (client *Client) DisableSqlAuditWithChan(request *DisableSqlAuditRequest) (<-chan *DisableSqlAuditResponse, <-chan error) + func (client *Client) EnableSqlAudit(request *EnableSqlAuditRequest) (response *EnableSqlAuditResponse, err error) + func (client *Client) EnableSqlAuditWithCallback(request *EnableSqlAuditRequest, ...) <-chan int + func (client *Client) EnableSqlAuditWithChan(request *EnableSqlAuditRequest) (<-chan *EnableSqlAuditResponse, <-chan error) + func (client *Client) EnableSqlFlashbackMatchSwitch(request *EnableSqlFlashbackMatchSwitchRequest) (response *EnableSqlFlashbackMatchSwitchResponse, err error) + func (client *Client) EnableSqlFlashbackMatchSwitchWithCallback(request *EnableSqlFlashbackMatchSwitchRequest, ...) <-chan int + func (client *Client) EnableSqlFlashbackMatchSwitchWithChan(request *EnableSqlFlashbackMatchSwitchRequest) (<-chan *EnableSqlFlashbackMatchSwitchResponse, <-chan error) + func (client *Client) GetDrdsDbRdsRelationInfo(request *GetDrdsDbRdsRelationInfoRequest) (response *GetDrdsDbRdsRelationInfoResponse, err error) + func (client *Client) GetDrdsDbRdsRelationInfoWithCallback(request *GetDrdsDbRdsRelationInfoRequest, ...) <-chan int + func (client *Client) GetDrdsDbRdsRelationInfoWithChan(request *GetDrdsDbRdsRelationInfoRequest) (<-chan *GetDrdsDbRdsRelationInfoResponse, <-chan error) + func (client *Client) ListTagResources(request *ListTagResourcesRequest) (response *ListTagResourcesResponse, err error) + func (client *Client) ListTagResourcesWithCallback(request *ListTagResourcesRequest, ...) <-chan int + func (client *Client) ListTagResourcesWithChan(request *ListTagResourcesRequest) (<-chan *ListTagResourcesResponse, <-chan error) + func (client *Client) ManagePrivateRds(request *ManagePrivateRdsRequest) (response *ManagePrivateRdsResponse, err error) + func (client *Client) ManagePrivateRdsWithCallback(request *ManagePrivateRdsRequest, ...) <-chan int + func (client *Client) ManagePrivateRdsWithChan(request *ManagePrivateRdsRequest) (<-chan *ManagePrivateRdsResponse, <-chan error) + func (client *Client) ModifyDrdsInstanceDescription(request *ModifyDrdsInstanceDescriptionRequest) (response *ModifyDrdsInstanceDescriptionResponse, err error) + func (client *Client) ModifyDrdsInstanceDescriptionWithCallback(request *ModifyDrdsInstanceDescriptionRequest, ...) <-chan int + func (client *Client) ModifyDrdsInstanceDescriptionWithChan(request *ModifyDrdsInstanceDescriptionRequest) (<-chan *ModifyDrdsInstanceDescriptionResponse, <-chan error) + func (client *Client) ModifyDrdsIpWhiteList(request *ModifyDrdsIpWhiteListRequest) (response *ModifyDrdsIpWhiteListResponse, err error) + func (client *Client) ModifyDrdsIpWhiteListWithCallback(request *ModifyDrdsIpWhiteListRequest, ...) <-chan int + func (client *Client) ModifyDrdsIpWhiteListWithChan(request *ModifyDrdsIpWhiteListRequest) (<-chan *ModifyDrdsIpWhiteListResponse, <-chan error) + func (client *Client) ModifyRdsReadWeight(request *ModifyRdsReadWeightRequest) (response *ModifyRdsReadWeightResponse, err error) + func (client *Client) ModifyRdsReadWeightWithCallback(request *ModifyRdsReadWeightRequest, ...) <-chan int + func (client *Client) ModifyRdsReadWeightWithChan(request *ModifyRdsReadWeightRequest) (<-chan *ModifyRdsReadWeightResponse, <-chan error) + func (client *Client) PutStartBackup(request *PutStartBackupRequest) (response *PutStartBackupResponse, err error) + func (client *Client) PutStartBackupWithCallback(request *PutStartBackupRequest, ...) <-chan int + func (client *Client) PutStartBackupWithChan(request *PutStartBackupRequest) (<-chan *PutStartBackupResponse, <-chan error) + func (client *Client) ReleaseInstanceInternetAddress(request *ReleaseInstanceInternetAddressRequest) (response *ReleaseInstanceInternetAddressResponse, err error) + func (client *Client) ReleaseInstanceInternetAddressWithCallback(request *ReleaseInstanceInternetAddressRequest, ...) <-chan int + func (client *Client) ReleaseInstanceInternetAddressWithChan(request *ReleaseInstanceInternetAddressRequest) (<-chan *ReleaseInstanceInternetAddressResponse, <-chan error) + func (client *Client) RemoveBackupsSet(request *RemoveBackupsSetRequest) (response *RemoveBackupsSetResponse, err error) + func (client *Client) RemoveBackupsSetWithCallback(request *RemoveBackupsSetRequest, ...) <-chan int + func (client *Client) RemoveBackupsSetWithChan(request *RemoveBackupsSetRequest) (<-chan *RemoveBackupsSetResponse, <-chan error) + func (client *Client) RemoveDrdsDb(request *RemoveDrdsDbRequest) (response *RemoveDrdsDbResponse, err error) + func (client *Client) RemoveDrdsDbFailedRecord(request *RemoveDrdsDbFailedRecordRequest) (response *RemoveDrdsDbFailedRecordResponse, err error) + func (client *Client) RemoveDrdsDbFailedRecordWithCallback(request *RemoveDrdsDbFailedRecordRequest, ...) <-chan int + func (client *Client) RemoveDrdsDbFailedRecordWithChan(request *RemoveDrdsDbFailedRecordRequest) (<-chan *RemoveDrdsDbFailedRecordResponse, <-chan error) + func (client *Client) RemoveDrdsDbWithCallback(request *RemoveDrdsDbRequest, ...) <-chan int + func (client *Client) RemoveDrdsDbWithChan(request *RemoveDrdsDbRequest) (<-chan *RemoveDrdsDbResponse, <-chan error) + func (client *Client) RemoveDrdsInstance(request *RemoveDrdsInstanceRequest) (response *RemoveDrdsInstanceResponse, err error) + func (client *Client) RemoveDrdsInstanceWithCallback(request *RemoveDrdsInstanceRequest, ...) <-chan int + func (client *Client) RemoveDrdsInstanceWithChan(request *RemoveDrdsInstanceRequest) (<-chan *RemoveDrdsInstanceResponse, <-chan error) + func (client *Client) RemoveInstanceAccount(request *RemoveInstanceAccountRequest) (response *RemoveInstanceAccountResponse, err error) + func (client *Client) RemoveInstanceAccountWithCallback(request *RemoveInstanceAccountRequest, ...) <-chan int + func (client *Client) RemoveInstanceAccountWithChan(request *RemoveInstanceAccountRequest) (<-chan *RemoveInstanceAccountResponse, <-chan error) + func (client *Client) SetBackupLocal(request *SetBackupLocalRequest) (response *SetBackupLocalResponse, err error) + func (client *Client) SetBackupLocalWithCallback(request *SetBackupLocalRequest, ...) <-chan int + func (client *Client) SetBackupLocalWithChan(request *SetBackupLocalRequest) (<-chan *SetBackupLocalResponse, <-chan error) + func (client *Client) SetBackupPolicy(request *SetBackupPolicyRequest) (response *SetBackupPolicyResponse, err error) + func (client *Client) SetBackupPolicyWithCallback(request *SetBackupPolicyRequest, ...) <-chan int + func (client *Client) SetBackupPolicyWithChan(request *SetBackupPolicyRequest) (<-chan *SetBackupPolicyResponse, <-chan error) + func (client *Client) SetupBroadcastTables(request *SetupBroadcastTablesRequest) (response *SetupBroadcastTablesResponse, err error) + func (client *Client) SetupBroadcastTablesWithCallback(request *SetupBroadcastTablesRequest, ...) <-chan int + func (client *Client) SetupBroadcastTablesWithChan(request *SetupBroadcastTablesRequest) (<-chan *SetupBroadcastTablesResponse, <-chan error) + func (client *Client) SetupDrdsParams(request *SetupDrdsParamsRequest) (response *SetupDrdsParamsResponse, err error) + func (client *Client) SetupDrdsParamsWithCallback(request *SetupDrdsParamsRequest, ...) <-chan int + func (client *Client) SetupDrdsParamsWithChan(request *SetupDrdsParamsRequest) (<-chan *SetupDrdsParamsResponse, <-chan error) + func (client *Client) SetupTable(request *SetupTableRequest) (response *SetupTableResponse, err error) + func (client *Client) SetupTableWithCallback(request *SetupTableRequest, ...) <-chan int + func (client *Client) SetupTableWithChan(request *SetupTableRequest) (<-chan *SetupTableResponse, <-chan error) + func (client *Client) StartRestore(request *StartRestoreRequest) (response *StartRestoreResponse, err error) + func (client *Client) StartRestoreWithCallback(request *StartRestoreRequest, ...) <-chan int + func (client *Client) StartRestoreWithChan(request *StartRestoreRequest) (<-chan *StartRestoreResponse, <-chan error) + func (client *Client) SubmitCleanTask(request *SubmitCleanTaskRequest) (response *SubmitCleanTaskResponse, err error) + func (client *Client) SubmitCleanTaskWithCallback(request *SubmitCleanTaskRequest, ...) <-chan int + func (client *Client) SubmitCleanTaskWithChan(request *SubmitCleanTaskRequest) (<-chan *SubmitCleanTaskResponse, <-chan error) + func (client *Client) SubmitHotExpandPreCheckTask(request *SubmitHotExpandPreCheckTaskRequest) (response *SubmitHotExpandPreCheckTaskResponse, err error) + func (client *Client) SubmitHotExpandPreCheckTaskWithCallback(request *SubmitHotExpandPreCheckTaskRequest, ...) <-chan int + func (client *Client) SubmitHotExpandPreCheckTaskWithChan(request *SubmitHotExpandPreCheckTaskRequest) (<-chan *SubmitHotExpandPreCheckTaskResponse, <-chan error) + func (client *Client) SubmitHotExpandTask(request *SubmitHotExpandTaskRequest) (response *SubmitHotExpandTaskResponse, err error) + func (client *Client) SubmitHotExpandTaskWithCallback(request *SubmitHotExpandTaskRequest, ...) <-chan int + func (client *Client) SubmitHotExpandTaskWithChan(request *SubmitHotExpandTaskRequest) (<-chan *SubmitHotExpandTaskResponse, <-chan error) + func (client *Client) SubmitSmoothExpandPreCheck(request *SubmitSmoothExpandPreCheckRequest) (response *SubmitSmoothExpandPreCheckResponse, err error) + func (client *Client) SubmitSmoothExpandPreCheckTask(request *SubmitSmoothExpandPreCheckTaskRequest) (response *SubmitSmoothExpandPreCheckTaskResponse, err error) + func (client *Client) SubmitSmoothExpandPreCheckTaskWithCallback(request *SubmitSmoothExpandPreCheckTaskRequest, ...) <-chan int + func (client *Client) SubmitSmoothExpandPreCheckTaskWithChan(request *SubmitSmoothExpandPreCheckTaskRequest) (<-chan *SubmitSmoothExpandPreCheckTaskResponse, <-chan error) + func (client *Client) SubmitSmoothExpandPreCheckWithCallback(request *SubmitSmoothExpandPreCheckRequest, ...) <-chan int + func (client *Client) SubmitSmoothExpandPreCheckWithChan(request *SubmitSmoothExpandPreCheckRequest) (<-chan *SubmitSmoothExpandPreCheckResponse, <-chan error) + func (client *Client) SubmitSmoothExpandTask(request *SubmitSmoothExpandTaskRequest) (response *SubmitSmoothExpandTaskResponse, err error) + func (client *Client) SubmitSmoothExpandTaskWithCallback(request *SubmitSmoothExpandTaskRequest, ...) <-chan int + func (client *Client) SubmitSmoothExpandTaskWithChan(request *SubmitSmoothExpandTaskRequest) (<-chan *SubmitSmoothExpandTaskResponse, <-chan error) + func (client *Client) SubmitSqlFlashbackTask(request *SubmitSqlFlashbackTaskRequest) (response *SubmitSqlFlashbackTaskResponse, err error) + func (client *Client) SubmitSqlFlashbackTaskWithCallback(request *SubmitSqlFlashbackTaskRequest, ...) <-chan int + func (client *Client) SubmitSqlFlashbackTaskWithChan(request *SubmitSqlFlashbackTaskRequest) (<-chan *SubmitSqlFlashbackTaskResponse, <-chan error) + func (client *Client) SubmitSwitchTask(request *SubmitSwitchTaskRequest) (response *SubmitSwitchTaskResponse, err error) + func (client *Client) SubmitSwitchTaskWithCallback(request *SubmitSwitchTaskRequest, ...) <-chan int + func (client *Client) SubmitSwitchTaskWithChan(request *SubmitSwitchTaskRequest) (<-chan *SubmitSwitchTaskResponse, <-chan error) + func (client *Client) SwitchGlobalBroadcastType(request *SwitchGlobalBroadcastTypeRequest) (response *SwitchGlobalBroadcastTypeResponse, err error) + func (client *Client) SwitchGlobalBroadcastTypeWithCallback(request *SwitchGlobalBroadcastTypeRequest, ...) <-chan int + func (client *Client) SwitchGlobalBroadcastTypeWithChan(request *SwitchGlobalBroadcastTypeRequest) (<-chan *SwitchGlobalBroadcastTypeResponse, <-chan error) + func (client *Client) TagResources(request *TagResourcesRequest) (response *TagResourcesResponse, err error) + func (client *Client) TagResourcesWithCallback(request *TagResourcesRequest, ...) <-chan int + func (client *Client) TagResourcesWithChan(request *TagResourcesRequest) (<-chan *TagResourcesResponse, <-chan error) + func (client *Client) UntagResources(request *UntagResourcesRequest) (response *UntagResourcesResponse, err error) + func (client *Client) UntagResourcesWithCallback(request *UntagResourcesRequest, ...) <-chan int + func (client *Client) UntagResourcesWithChan(request *UntagResourcesRequest) (<-chan *UntagResourcesResponse, <-chan error) + func (client *Client) UpdateInstanceNetwork(request *UpdateInstanceNetworkRequest) (response *UpdateInstanceNetworkResponse, err error) + func (client *Client) UpdateInstanceNetworkWithCallback(request *UpdateInstanceNetworkRequest, ...) <-chan int + func (client *Client) UpdateInstanceNetworkWithChan(request *UpdateInstanceNetworkRequest) (<-chan *UpdateInstanceNetworkResponse, <-chan error) + func (client *Client) UpdatePrivateRdsClass(request *UpdatePrivateRdsClassRequest) (response *UpdatePrivateRdsClassResponse, err error) + func (client *Client) UpdatePrivateRdsClassWithCallback(request *UpdatePrivateRdsClassRequest, ...) <-chan int + func (client *Client) UpdatePrivateRdsClassWithChan(request *UpdatePrivateRdsClassRequest) (<-chan *UpdatePrivateRdsClassResponse, <-chan error) + func (client *Client) UpdateResourceGroupAttribute(request *UpdateResourceGroupAttributeRequest) (response *UpdateResourceGroupAttributeResponse, err error) + func (client *Client) UpdateResourceGroupAttributeWithCallback(request *UpdateResourceGroupAttributeRequest, ...) <-chan int + func (client *Client) UpdateResourceGroupAttributeWithChan(request *UpdateResourceGroupAttributeRequest) (<-chan *UpdateResourceGroupAttributeResponse, <-chan error) + func (client *Client) UpgradeHiStoreInstance(request *UpgradeHiStoreInstanceRequest) (response *UpgradeHiStoreInstanceResponse, err error) + func (client *Client) UpgradeHiStoreInstanceWithCallback(request *UpgradeHiStoreInstanceRequest, ...) <-chan int + func (client *Client) UpgradeHiStoreInstanceWithChan(request *UpgradeHiStoreInstanceRequest) (<-chan *UpgradeHiStoreInstanceResponse, <-chan error) + func (client *Client) UpgradeInstanceVersion(request *UpgradeInstanceVersionRequest) (response *UpgradeInstanceVersionResponse, err error) + func (client *Client) UpgradeInstanceVersionWithCallback(request *UpgradeInstanceVersionRequest, ...) <-chan int + func (client *Client) UpgradeInstanceVersionWithChan(request *UpgradeInstanceVersionRequest) (<-chan *UpgradeInstanceVersionResponse, <-chan error) + func (client *Client) ValidateShardTask(request *ValidateShardTaskRequest) (response *ValidateShardTaskResponse, err error) + func (client *Client) ValidateShardTaskWithCallback(request *ValidateShardTaskRequest, ...) <-chan int + func (client *Client) ValidateShardTaskWithChan(request *ValidateShardTaskRequest) (<-chan *ValidateShardTaskResponse, <-chan error) + type ColumnInfo struct + ColumnName string + ColumnType string + Extra string + Index string + IsAllowNull string + IsPk string + type CreateDrdsDBInstDbName struct + DbInstanceId string + ShardDbName *[]string + type CreateDrdsDBRdsSuperAccount struct + AccountName string + DbInstanceId string + Password string + type CreateDrdsDBRequest struct + AccountName string + DbInstType string + DbInstanceIsCreating requests.Boolean + DbName string + DrdsInstanceId string + Encode string + InstDbName *[]CreateDrdsDBInstDbName + Password string + RdsInstance *[]string + RdsSuperAccount *[]CreateDrdsDBRdsSuperAccount + Type string + func CreateCreateDrdsDBRequest() (request *CreateDrdsDBRequest) + type CreateDrdsDBResponse struct + RequestId string + Success bool + func CreateCreateDrdsDBResponse() (response *CreateDrdsDBResponse) + type CreateDrdsInstanceRequest struct + ClientToken string + Description string + Duration requests.Integer + InstanceSeries string + IsAutoRenew requests.Boolean + IsHa requests.Boolean + MasterInstId string + MySQLVersion requests.Integer + PayType string + PricingCycle string + Quantity requests.Integer + ResourceGroupId string + Specification string + Type string + VpcId string + VswitchId string + ZoneId string + func CreateCreateDrdsInstanceRequest() (request *CreateDrdsInstanceRequest) + type CreateDrdsInstanceResponse struct + Data Data + RequestId string + Success bool + func CreateCreateDrdsInstanceResponse() (response *CreateDrdsInstanceResponse) + type CreateInstanceAccountDbPrivilege struct + DbName string + Privilege string + type CreateInstanceAccountRequest struct + AccountName string + DbPrivilege *[]CreateInstanceAccountDbPrivilege + DrdsInstanceId string + Password string + func CreateCreateInstanceAccountRequest() (request *CreateInstanceAccountRequest) + type CreateInstanceAccountResponse struct + RequestId string + Success bool + func CreateCreateInstanceAccountResponse() (response *CreateInstanceAccountResponse) + type CreateInstanceInternetAddressRequest struct + DrdsInstanceId string + DrdsPassword string + func CreateCreateInstanceInternetAddressRequest() (request *CreateInstanceInternetAddressRequest) + type CreateInstanceInternetAddressResponse struct + Code int + Data bool + RequestId string + Success bool + func CreateCreateInstanceInternetAddressResponse() (response *CreateInstanceInternetAddressResponse) + type CreateOrderForRdsRequest struct + Params string + func CreateCreateOrderForRdsRequest() (request *CreateOrderForRdsRequest) + type CreateOrderForRdsResponse struct + Data string + RequestId string + Success bool + func CreateCreateOrderForRdsResponse() (response *CreateOrderForRdsResponse) + type CreateShardTaskRequest struct + DbName string + DrdsInstanceId string + SourceTableName string + TargetTableName string + TaskType string + func CreateCreateShardTaskRequest() (request *CreateShardTaskRequest) + type CreateShardTaskResponse struct + Data bool + RequestId string + Success bool + func CreateCreateShardTaskResponse() (response *CreateShardTaskResponse) + type DBInstance struct + DBInstanceDescription string + DBInstanceId string + DBInstanceStatus int + DBInstanceType string + Engine string + EngineVersion string + InstanceNetworkType string + ReadOnlyDBInstanceId ReadOnlyDBInstanceId + RegionId string + ZoneId string + type DBNode struct + DBNodeId string + DBNodeRole string + DBNodeStatus string + ZoneId string + type DBNodes struct + DBNode []DBNode + type Data struct + CreateTime string + DbInstType string + DbName string + DrdsInstanceIdList DrdsInstanceIdList + Expired string + Full Full + FullCheck FullCheck + FullRevise FullRevise + Increment Increment + InstRole string + InstanceVersion string + IsActive bool + List ListInDescribeHotDbList + Mode string + Msg string + NewestVersion string + OrderId int64 + Progress string + RandomCode string + Review Review + Schema string + ShardDbKey string + ShardTbKey string + SourceTableName string + Stage string + Status string + TableName string + TargetTableName string + type DataInDescribeDrdsDBs struct + Db []Db + type DataInDescribeDrdsInstance struct + CommodityCode string + CreateTime int64 + Description string + DrdsInstanceId string + ExpireDate int64 + InstRole string + InstanceSeries string + InstanceSpec string + Label string + MachineType string + MasterInstanceId string + MysqlVersion int + NetworkType string + OrderInstanceId string + ProductVersion string + ReadOnlyDBInstanceIds ReadOnlyDBInstanceIdsInDescribeDrdsInstance + RegionId string + ResourceGroupId string + Status string + StorageType string + Type string + Version int64 + VersionAction string + Vips VipsInDescribeDrdsInstance + VpcCloudInstanceId string + ZoneId string + type DataInDescribeDrdsInstanceDbMonitor struct + PartialPerformanceData []PartialPerformanceData + type DataInDescribeDrdsInstanceMonitor struct + PartialPerformanceData []PartialPerformanceData + type DataInDescribeDrdsSqlAuditStatus struct + DataItem []DataItem + type DataInDescribeExpandLogicTableInfoList struct + Data []Data + type DataInDescribeRDSPerformance struct + PartialPerformanceData []PartialPerformanceData + type DataInDescribeTable struct + List []ColumnInfo + type DataInGetDrdsDbRdsRelationInfo struct + DataItem []DataItem + type DataItem struct + DbName string + Detailed string + Enabled string + ExtraAliUid int64 + ExtraSlsLogStore string + ExtraSlsProject string + ExtraWriteEnabled bool + RdsInstanceId string + ReadOnlyInstanceInfo []string + UsedInstanceId string + UsedInstanceType string + type Database struct + DbName string + Description string + Status int + type Databases struct + Database []Database + type Db struct + CreateTime string + DbInstType string + DbName string + Mode string + Schema string + Status string + type DbInstance struct + ConnectUrl string + DBInstanceId string + DBInstanceStatus string + DBNodes DBNodes + DbInstType string + DmInstanceId string + Endpoints Endpoints + Engine string + EngineVersion string + ExpireTime string + NetworkType string + PayType string + Port int + RdsInstType string + ReadMode string + ReadOnlyInstances ReadOnlyInstancesInDescribeDrdsDbInstance + ReadWeight int + RemainDays string + type DbInstanceInDescribeDrdsDbInstances struct + ConnectUrl string + DBInstanceId string + DBInstanceStatus string + DbInstType string + DmInstanceId string + Engine string + EngineVersion string + ExpireTime string + NetworkType string + PayType string + Port int + RdsInstType string + ReadOnlyInstances ReadOnlyInstancesInDescribeDrdsDbInstances + ReadWeight int + RemainDays int + type DbInstanceInDescribeDrdsRdsInstances struct + ConnectUrl string + DBInstanceCPU string + DBInstanceClassType string + DBInstanceId string + DBInstanceMemory int64 + DBInstanceStatus string + DBInstanceStorage int64 + DbInstType string + DmInstanceId string + Engine string + EngineVersion string + ExpireTime string + NetworkType string + PayType string + Port int + RdsInstType string + ReadWeight int + RemainDays int + type DbInstancesInDescribeDrdsDbInstances struct + DbInstance []DbInstanceInDescribeDrdsDbInstances + type DbInstancesInDescribeDrdsRdsInstances struct + DbInstance []DbInstanceInDescribeDrdsRdsInstances + type DbInstancesInDescribeRdsSuperAccountInstances struct + DbInstance []string + type DbNames struct + DbName []string + type DbPrivilege struct + DbName string + Privilege string + type DbPrivileges struct + DbPrivilege []DbPrivilege + type DescribeBackMenuRequest struct + DrdsInstanceId string + func CreateDescribeBackMenuRequest() (request *DescribeBackMenuRequest) + type DescribeBackMenuResponse struct + List ListInDescribeBackMenu + RequestId string + Success bool + func CreateDescribeBackMenuResponse() (response *DescribeBackMenuResponse) + type DescribeBackupDbsRequest struct + BackupId string + DrdsInstanceId string + PreferredRestoreTime string + func CreateDescribeBackupDbsRequest() (request *DescribeBackupDbsRequest) + type DescribeBackupDbsResponse struct + DbNames DbNames + RequestId string + Success bool + func CreateDescribeBackupDbsResponse() (response *DescribeBackupDbsResponse) + type DescribeBackupLocalRequest struct + DrdsInstanceId string + func CreateDescribeBackupLocalRequest() (request *DescribeBackupLocalRequest) + type DescribeBackupLocalResponse struct + BackupPolicyDO BackupPolicyDO + RequestId string + Success bool + func CreateDescribeBackupLocalResponse() (response *DescribeBackupLocalResponse) + type DescribeBackupPolicyRequest struct + DrdsInstanceId string + func CreateDescribeBackupPolicyRequest() (request *DescribeBackupPolicyRequest) + type DescribeBackupPolicyResponse struct + BackupPolicyDO BackupPolicyDO + RequestId string + Success bool + func CreateDescribeBackupPolicyResponse() (response *DescribeBackupPolicyResponse) + type DescribeBackupSetsRequest struct + DrdsInstanceId string + EndTime string + StartTime string + func CreateDescribeBackupSetsRequest() (request *DescribeBackupSetsRequest) + type DescribeBackupSetsResponse struct + BackupSets BackupSets + RequestId string + Success bool + func CreateDescribeBackupSetsResponse() (response *DescribeBackupSetsResponse) + type DescribeBackupTimesRequest struct + DrdsInstanceId string + func CreateDescribeBackupTimesRequest() (request *DescribeBackupTimesRequest) + type DescribeBackupTimesResponse struct + RequestId string + RestoreTime RestoreTime + Success bool + func CreateDescribeBackupTimesResponse() (response *DescribeBackupTimesResponse) + type DescribeBroadcastTablesRequest struct + CurrentPage requests.Integer + DbName string + DrdsInstanceId string + PageSize requests.Integer + Query string + func CreateDescribeBroadcastTablesRequest() (request *DescribeBroadcastTablesRequest) + type DescribeBroadcastTablesResponse struct + IsShard bool + List []ListItem + PageNumber int + PageSize int + RequestId string + Success bool + Total int + func CreateDescribeBroadcastTablesResponse() (response *DescribeBroadcastTablesResponse) + type DescribeDbInstanceDbsRequest struct + AccountName string + DbInstType string + DbInstanceId string + DrdsInstanceId string + Password string + func CreateDescribeDbInstanceDbsRequest() (request *DescribeDbInstanceDbsRequest) + type DescribeDbInstanceDbsResponse struct + Databases Databases + RequestId string + Success bool + Total string + func CreateDescribeDbInstanceDbsResponse() (response *DescribeDbInstanceDbsResponse) + type DescribeDbInstancesRequest struct + DbInstType string + DrdsInstanceId string + PageNumber requests.Integer + PageSize requests.Integer + Search string + func CreateDescribeDbInstancesRequest() (request *DescribeDbInstancesRequest) + type DescribeDbInstancesResponse struct + Items ItemsInDescribeDbInstances + RequestId string + func CreateDescribeDbInstancesResponse() (response *DescribeDbInstancesResponse) + type DescribeDrdsDBClusterRequest struct + DbInstanceId string + DbName string + DrdsInstanceId string + func CreateDescribeDrdsDBClusterRequest() (request *DescribeDrdsDBClusterRequest) + type DescribeDrdsDBClusterResponse struct + DbInstance DbInstance + RequestId string + Success bool + func CreateDescribeDrdsDBClusterResponse() (response *DescribeDrdsDBClusterResponse) + type DescribeDrdsDBIpWhiteListRequest struct + DbName string + DrdsInstanceId string + GroupName string + func CreateDescribeDrdsDBIpWhiteListRequest() (request *DescribeDrdsDBIpWhiteListRequest) + type DescribeDrdsDBIpWhiteListResponse struct + IpWhiteList IpWhiteList + RequestId string + Success bool + func CreateDescribeDrdsDBIpWhiteListResponse() (response *DescribeDrdsDBIpWhiteListResponse) + type DescribeDrdsDBRequest struct + DbName string + DrdsInstanceId string + func CreateDescribeDrdsDBRequest() (request *DescribeDrdsDBRequest) + type DescribeDrdsDBResponse struct + Data Data + RequestId string + Success bool + func CreateDescribeDrdsDBResponse() (response *DescribeDrdsDBResponse) + type DescribeDrdsDBsRequest struct + DrdsInstanceId string + PageNumber requests.Integer + PageSize requests.Integer + func CreateDescribeDrdsDBsRequest() (request *DescribeDrdsDBsRequest) + type DescribeDrdsDBsResponse struct + Data DataInDescribeDrdsDBs + PageNumber string + PageSize string + RequestId string + Success bool + Total string + func CreateDescribeDrdsDBsResponse() (response *DescribeDrdsDBsResponse) + type DescribeDrdsDbInstanceRequest struct + DbInstanceId string + DbName string + DrdsInstanceId string + func CreateDescribeDrdsDbInstanceRequest() (request *DescribeDrdsDbInstanceRequest) + type DescribeDrdsDbInstanceResponse struct + DbInstance DbInstance + RequestId string + Success bool + func CreateDescribeDrdsDbInstanceResponse() (response *DescribeDrdsDbInstanceResponse) + type DescribeDrdsDbInstancesRequest struct + DbName string + DrdsInstanceId string + PageNumber requests.Integer + PageSize requests.Integer + func CreateDescribeDrdsDbInstancesRequest() (request *DescribeDrdsDbInstancesRequest) + type DescribeDrdsDbInstancesResponse struct + DbInstances DbInstancesInDescribeDrdsDbInstances + PageNumber string + PageSize string + RequestId string + Success bool + Total string + func CreateDescribeDrdsDbInstancesResponse() (response *DescribeDrdsDbInstancesResponse) + type DescribeDrdsDbRdsNameListRequest struct + DbName string + DrdsInstanceId string + func CreateDescribeDrdsDbRdsNameListRequest() (request *DescribeDrdsDbRdsNameListRequest) + type DescribeDrdsDbRdsNameListResponse struct + InstanceNameList InstanceNameList + RequestId string + Success bool + func CreateDescribeDrdsDbRdsNameListResponse() (response *DescribeDrdsDbRdsNameListResponse) + type DescribeDrdsDbTasksRequest struct + DbName string + DrdsInstanceId string + TaskType string + func CreateDescribeDrdsDbTasksRequest() (request *DescribeDrdsDbTasksRequest) + type DescribeDrdsDbTasksResponse struct + RequestId string + Success bool + Tasks TasksInDescribeDrdsDbTasks + func CreateDescribeDrdsDbTasksResponse() (response *DescribeDrdsDbTasksResponse) + type DescribeDrdsInstanceDbMonitorRequest struct + DbName string + DrdsInstanceId string + EndTime requests.Integer + Key string + StartTime requests.Integer + func CreateDescribeDrdsInstanceDbMonitorRequest() (request *DescribeDrdsInstanceDbMonitorRequest) + type DescribeDrdsInstanceDbMonitorResponse struct + Data []PartialPerformanceData + RequestId string + Success bool + func CreateDescribeDrdsInstanceDbMonitorResponse() (response *DescribeDrdsInstanceDbMonitorResponse) + type DescribeDrdsInstanceLevelTasksRequest struct + DrdsInstanceId string + func CreateDescribeDrdsInstanceLevelTasksRequest() (request *DescribeDrdsInstanceLevelTasksRequest) + type DescribeDrdsInstanceLevelTasksResponse struct + RequestId string + Success bool + Tasks TasksInDescribeDrdsInstanceLevelTasks + func CreateDescribeDrdsInstanceLevelTasksResponse() (response *DescribeDrdsInstanceLevelTasksResponse) + type DescribeDrdsInstanceMonitorRequest struct + DrdsInstanceId string + EndTime requests.Integer + Key string + PeriodMultiple requests.Integer + StartTime requests.Integer + func CreateDescribeDrdsInstanceMonitorRequest() (request *DescribeDrdsInstanceMonitorRequest) + type DescribeDrdsInstanceMonitorResponse struct + Data []PartialPerformanceData + RequestId string + func CreateDescribeDrdsInstanceMonitorResponse() (response *DescribeDrdsInstanceMonitorResponse) + type DescribeDrdsInstanceRequest struct + DrdsInstanceId string + func CreateDescribeDrdsInstanceRequest() (request *DescribeDrdsInstanceRequest) + type DescribeDrdsInstanceResponse struct + Data DataInDescribeDrdsInstance + RequestId string + Success bool + func CreateDescribeDrdsInstanceResponse() (response *DescribeDrdsInstanceResponse) + type DescribeDrdsInstanceVersionRequest struct + DrdsInstanceId string + func CreateDescribeDrdsInstanceVersionRequest() (request *DescribeDrdsInstanceVersionRequest) + type DescribeDrdsInstanceVersionResponse struct + Data Data + RequestId string + Success bool + func CreateDescribeDrdsInstanceVersionResponse() (response *DescribeDrdsInstanceVersionResponse) + type DescribeDrdsInstancesRequest struct + Description string + Expired requests.Boolean + Mix requests.Boolean + PageNumber requests.Integer + PageSize requests.Integer + ProductVersion string + ResourceGroupId string + Tag *[]DescribeDrdsInstancesTag + Type string + func CreateDescribeDrdsInstancesRequest() (request *DescribeDrdsInstancesRequest) + type DescribeDrdsInstancesResponse struct + Instances Instances + PageNumber int + PageSize int + RequestId string + Total int + func CreateDescribeDrdsInstancesResponse() (response *DescribeDrdsInstancesResponse) + type DescribeDrdsInstancesTag struct + Key string + Value string + type DescribeDrdsParamsRequest struct + DbName string + DrdsInstanceId string + ParamLevel string + func CreateDescribeDrdsParamsRequest() (request *DescribeDrdsParamsRequest) + type DescribeDrdsParamsResponse struct + List []ListItem + RequestId string + Success bool + func CreateDescribeDrdsParamsResponse() (response *DescribeDrdsParamsResponse) + type DescribeDrdsRdsInstancesRequest struct + DbInstType string + DrdsInstanceId string + PageNumber requests.Integer + PageSize requests.Integer + func CreateDescribeDrdsRdsInstancesRequest() (request *DescribeDrdsRdsInstancesRequest) + type DescribeDrdsRdsInstancesResponse struct + DbInstances DbInstancesInDescribeDrdsRdsInstances + PageNumber string + PageSize string + RequestId string + Success bool + Total string + func CreateDescribeDrdsRdsInstancesResponse() (response *DescribeDrdsRdsInstancesResponse) + type DescribeDrdsShardingDbsRequest struct + DbName string + DbNamePattern string + DrdsInstanceId string + func CreateDescribeDrdsShardingDbsRequest() (request *DescribeDrdsShardingDbsRequest) + type DescribeDrdsShardingDbsResponse struct + RequestId string + ShardingDbs ShardingDbs + Success bool + func CreateDescribeDrdsShardingDbsResponse() (response *DescribeDrdsShardingDbsResponse) + type DescribeDrdsSlowSqlsRequest struct + DbName string + DrdsInstanceId string + EndTime requests.Integer + ExeTime requests.Integer + PageNumber requests.Integer + PageSize requests.Integer + StartTime requests.Integer + func CreateDescribeDrdsSlowSqlsRequest() (request *DescribeDrdsSlowSqlsRequest) + type DescribeDrdsSlowSqlsResponse struct + Items ItemsInDescribeDrdsSlowSqls + PageNumber int + PageSize int + RequestId string + Success bool + Total int + func CreateDescribeDrdsSlowSqlsResponse() (response *DescribeDrdsSlowSqlsResponse) + type DescribeDrdsSqlAuditStatusRequest struct + DrdsInstanceId string + func CreateDescribeDrdsSqlAuditStatusRequest() (request *DescribeDrdsSqlAuditStatusRequest) + type DescribeDrdsSqlAuditStatusResponse struct + Data DataInDescribeDrdsSqlAuditStatus + RequestId string + Success bool + func CreateDescribeDrdsSqlAuditStatusResponse() (response *DescribeDrdsSqlAuditStatusResponse) + type DescribeDrdsTasksRequest struct + DbName string + DrdsInstanceId string + TaskType string + func CreateDescribeDrdsTasksRequest() (request *DescribeDrdsTasksRequest) + type DescribeDrdsTasksResponse struct + RequestId string + Success bool + Tasks TasksInDescribeDrdsTasks + func CreateDescribeDrdsTasksResponse() (response *DescribeDrdsTasksResponse) + type DescribeExpandLogicTableInfoListRequest struct + DbName string + DrdsInstanceId string + func CreateDescribeExpandLogicTableInfoListRequest() (request *DescribeExpandLogicTableInfoListRequest) + type DescribeExpandLogicTableInfoListResponse struct + Data DataInDescribeExpandLogicTableInfoList + RequestId string + Success bool + func CreateDescribeExpandLogicTableInfoListResponse() (response *DescribeExpandLogicTableInfoListResponse) + type DescribeHiStoreInstanceInfoRequest struct + DrdsInstanceId string + HistoreInstanceId string + func CreateDescribeHiStoreInstanceInfoRequest() (request *DescribeHiStoreInstanceInfoRequest) + type DescribeHiStoreInstanceInfoResponse struct + HiStoreInstanceInfo HiStoreInstanceInfo + RequestId string + Success bool + func CreateDescribeHiStoreInstanceInfoResponse() (response *DescribeHiStoreInstanceInfoResponse) + type DescribeHotDbListRequest struct + DbName string + DrdsInstanceId string + func CreateDescribeHotDbListRequest() (request *DescribeHotDbListRequest) + type DescribeHotDbListResponse struct + Data Data + Msg string + RequestId string + Success bool + func CreateDescribeHotDbListResponse() (response *DescribeHotDbListResponse) + type DescribeInstDbLogInfoRequest struct + DbName string + DrdsInstanceId string + func CreateDescribeInstDbLogInfoRequest() (request *DescribeInstDbLogInfoRequest) + type DescribeInstDbLogInfoResponse struct + LogTimeRange LogTimeRange + RequestId string + Success bool + func CreateDescribeInstDbLogInfoResponse() (response *DescribeInstDbLogInfoResponse) + type DescribeInstDbSlsInfoRequest struct + DbName string + DrdsInstanceId string + func CreateDescribeInstDbSlsInfoRequest() (request *DescribeInstDbSlsInfoRequest) + type DescribeInstDbSlsInfoResponse struct + AuditInfo AuditInfo + RequestId string + Success bool + func CreateDescribeInstDbSlsInfoResponse() (response *DescribeInstDbSlsInfoResponse) + type DescribeInstanceAccountsRequest struct + DrdsInstanceId string + func CreateDescribeInstanceAccountsRequest() (request *DescribeInstanceAccountsRequest) + type DescribeInstanceAccountsResponse struct + InstanceAccounts InstanceAccounts + RequestId string + Success bool + func CreateDescribeInstanceAccountsResponse() (response *DescribeInstanceAccountsResponse) + type DescribeInstanceMenuSwitchRequest struct + DrdsInstanceId string + func CreateDescribeInstanceMenuSwitchRequest() (request *DescribeInstanceMenuSwitchRequest) + type DescribeInstanceMenuSwitchResponse struct + Config map[string]interface{} + RequestId string + Success bool + func CreateDescribeInstanceMenuSwitchResponse() (response *DescribeInstanceMenuSwitchResponse) + type DescribeInstanceSwitchAzoneRequest struct + DrdsInstanceId string + func CreateDescribeInstanceSwitchAzoneRequest() (request *DescribeInstanceSwitchAzoneRequest) + type DescribeInstanceSwitchAzoneResponse struct + RequestId string + Result Result + Success bool + func CreateDescribeInstanceSwitchAzoneResponse() (response *DescribeInstanceSwitchAzoneResponse) + type DescribeInstanceSwitchNetworkRequest struct + DrdsInstanceId string + func CreateDescribeInstanceSwitchNetworkRequest() (request *DescribeInstanceSwitchNetworkRequest) + type DescribeInstanceSwitchNetworkResponse struct + RequestId string + Success bool + VpcInfos VpcInfos + func CreateDescribeInstanceSwitchNetworkResponse() (response *DescribeInstanceSwitchNetworkResponse) + type DescribePreCheckResultRequest struct + DrdsInstanceId string + TaskId string + func CreateDescribePreCheckResultRequest() (request *DescribePreCheckResultRequest) + type DescribePreCheckResultResponse struct + PreCheckResult PreCheckResult + RequestId string + Success bool + func CreateDescribePreCheckResultResponse() (response *DescribePreCheckResultResponse) + type DescribeRDSPerformanceRequest struct + DbInstType string + DrdsInstanceId string + EndTime requests.Integer + Keys string + RdsInstanceId string + StartTime requests.Integer + func CreateDescribeRDSPerformanceRequest() (request *DescribeRDSPerformanceRequest) + type DescribeRDSPerformanceResponse struct + Data []PartialPerformanceData + RequestId string + Success bool + func CreateDescribeRDSPerformanceResponse() (response *DescribeRDSPerformanceResponse) + type DescribeRdsCommodityRequest struct + CommodityCode string + DrdsInstanceId string + OrderType string + func CreateDescribeRdsCommodityRequest() (request *DescribeRdsCommodityRequest) + type DescribeRdsCommodityResponse struct + Data string + RequestId string + Success bool + func CreateDescribeRdsCommodityResponse() (response *DescribeRdsCommodityResponse) + type DescribeRdsPerformanceSummaryRequest struct + DrdsInstanceId string + RdsInstanceId *[]string + func CreateDescribeRdsPerformanceSummaryRequest() (request *DescribeRdsPerformanceSummaryRequest) + type DescribeRdsPerformanceSummaryResponse struct + RdsPerformanceInfos []RdsPerformanceInfo + RequestId string + Success bool + func CreateDescribeRdsPerformanceSummaryResponse() (response *DescribeRdsPerformanceSummaryResponse) + type DescribeRdsSuperAccountInstancesRequest struct + DbInstType string + DrdsInstanceId string + RdsInstance *[]string + func CreateDescribeRdsSuperAccountInstancesRequest() (request *DescribeRdsSuperAccountInstancesRequest) + type DescribeRdsSuperAccountInstancesResponse struct + DbInstances DbInstancesInDescribeRdsSuperAccountInstances + RequestId string + func CreateDescribeRdsSuperAccountInstancesResponse() (response *DescribeRdsSuperAccountInstancesResponse) + type DescribeRestoreOrderRequest struct + BackupDbNames string + BackupId string + BackupLevel string + BackupMode string + DrdsInstanceId string + PreferredBackupTime string + func CreateDescribeRestoreOrderRequest() (request *DescribeRestoreOrderRequest) + type DescribeRestoreOrderResponse struct + RequestId string + RestoreOrderDO RestoreOrderDO + Success bool + func CreateDescribeRestoreOrderResponse() (response *DescribeRestoreOrderResponse) + type DescribeShardTaskInfoRequest struct + DbName string + DrdsInstanceId string + SourceTableName string + TargetTableName string + func CreateDescribeShardTaskInfoRequest() (request *DescribeShardTaskInfoRequest) + type DescribeShardTaskInfoResponse struct + Data Data + RequestId string + Success bool + func CreateDescribeShardTaskInfoResponse() (response *DescribeShardTaskInfoResponse) + type DescribeShardTaskListRequest struct + CurrentPage requests.Integer + DbName string + DrdsInstanceId string + PageSize requests.Integer + Query string + TaskType string + func CreateDescribeShardTaskListRequest() (request *DescribeShardTaskListRequest) + type DescribeShardTaskListResponse struct + List []ListItem + PageNumber int + PageSize int + RequestId string + Success bool + Total int + func CreateDescribeShardTaskListResponse() (response *DescribeShardTaskListResponse) + type DescribeSqlFlashbakTaskRequest struct + DrdsInstanceId string + func CreateDescribeSqlFlashbakTaskRequest() (request *DescribeSqlFlashbakTaskRequest) + type DescribeSqlFlashbakTaskResponse struct + RequestId string + SqlFlashbackTasks SqlFlashbackTasks + Success bool + func CreateDescribeSqlFlashbakTaskResponse() (response *DescribeSqlFlashbakTaskResponse) + type DescribeTableListByTypeRequest struct + CurrentPage requests.Integer + DbName string + DrdsInstanceId string + PageSize requests.Integer + Query string + TableType string + func CreateDescribeTableListByTypeRequest() (request *DescribeTableListByTypeRequest) + type DescribeTableListByTypeResponse struct + List []ListItem + PageNumber int + PageSize int + RequestId string + Success bool + Total int + func CreateDescribeTableListByTypeResponse() (response *DescribeTableListByTypeResponse) + type DescribeTableRequest struct + DbName string + DrdsInstanceId string + TableName string + func CreateDescribeTableRequest() (request *DescribeTableRequest) + type DescribeTableResponse struct + Data DataInDescribeTable + RequestId string + Success bool + func CreateDescribeTableResponse() (response *DescribeTableResponse) + type DescribeTablesRequest struct + CurrentPage requests.Integer + DbName string + DrdsInstanceId string + PageSize requests.Integer + Query string + func CreateDescribeTablesRequest() (request *DescribeTablesRequest) + type DescribeTablesResponse struct + List []ListItem + PageNumber int + PageSize int + RequestId string + Success bool + Total int + func CreateDescribeTablesResponse() (response *DescribeTablesResponse) + type DisableSqlAuditRequest struct + DbName string + DrdsInstanceId string + func CreateDisableSqlAuditRequest() (request *DisableSqlAuditRequest) + type DisableSqlAuditResponse struct + RequestId string + Result bool + Success bool + func CreateDisableSqlAuditResponse() (response *DisableSqlAuditResponse) + type DrdsInstanceIdList struct + DrdsInstanceIdList []string + type DrdsOrderDOList struct + DrdsOrderDOListItem []DrdsOrderDOListItem + type DrdsOrderDOListItem struct + AzoneId string + InstSpec string + Network string + RegionId string + VSwtichId string + VpcId string + type EnableSqlAuditRequest struct + DbName string + DrdsInstanceId string + IsRecall requests.Boolean + RecallEndTimestamp string + RecallStartTimestamp string + func CreateEnableSqlAuditRequest() (request *EnableSqlAuditRequest) + type EnableSqlAuditResponse struct + RequestId string + Result bool + Success bool + func CreateEnableSqlAuditResponse() (response *EnableSqlAuditResponse) + type EnableSqlFlashbackMatchSwitchRequest struct + DbName string + DrdsInstanceId string + func CreateEnableSqlFlashbackMatchSwitchRequest() (request *EnableSqlFlashbackMatchSwitchRequest) + type EnableSqlFlashbackMatchSwitchResponse struct + RequestId string + Result bool + Success bool + func CreateEnableSqlFlashbackMatchSwitchResponse() (response *EnableSqlFlashbackMatchSwitchResponse) + type Endpoint struct + EndpointId string + NodeIds string + ReadWeight int + type Endpoints struct + Endpoint []Endpoint + type ErrorMsgParams struct + ErrorMsgParams []string + type Full struct + Expired int + Progress int + StartTime string + Total int + Tps int + type FullCheck struct + Expired int + Progress int + StartTime string + Total int + Tps int + type FullRevise struct + Expired int + Progress int + StartTime string + Total int + Tps int + type GetDrdsDbRdsRelationInfoRequest struct + DbName string + DrdsInstanceId string + func CreateGetDrdsDbRdsRelationInfoRequest() (request *GetDrdsDbRdsRelationInfoRequest) + type GetDrdsDbRdsRelationInfoResponse struct + Data []DataItem + RequestId string + Success bool + func CreateGetDrdsDbRdsRelationInfoResponse() (response *GetDrdsDbRdsRelationInfoResponse) + type HiStoreInstanceInfo struct + DiskSize int + GmtCreate int64 + HistoreInstanceId string + MachineSpec string + RpmVersion string + type HotDbList struct + Data []string + type Increment struct + Delay int + StartTime string + Tps int + type Instance struct + CommodityCode string + CreateTime int64 + Description string + DrdsInstanceId string + ExpireDate int64 + InstRole string + InstanceSeries string + InstanceSpec string + Label string + MachineType string + MasterInstanceId string + NetworkType string + OrderInstanceId string + ProductVersion string + ReadOnlyDBInstanceIds ReadOnlyDBInstanceIdsInDescribeDrdsInstances + RegionId string + ResourceGroupId string + Status string + Type string + Version int64 + VersionAction string + Vips VipsInDescribeDrdsInstances + VpcCloudInstanceId string + VpcId string + ZoneId string + type InstanceAccount struct + AccountName string + AccountType int + DbPrivileges DbPrivileges + Description string + Host string + type InstanceAccounts struct + InstanceAccount []InstanceAccount + type InstanceDb struct + HotDbList HotDbList + InstanceName string + type InstanceNameList struct + InstanceName []string + type Instances struct + Instance []Instance + type IpWhiteList struct + Ip []string + type Item struct + Host string + ResponseTime int64 + Schema string + SendTime int64 + Sql string + type ItemsInDescribeDbInstances struct + DBInstance []DBInstance + type ItemsInDescribeDrdsSlowSqls struct + Item []Item + type List struct + MenuName string + Support bool + type ListInDescribeBackMenu struct + List []List + type ListInDescribeBroadcastTables struct + ListItem []ListItem + type ListInDescribeDrdsParams struct + ListItem []ListItem + type ListInDescribeHotDbList struct + InstanceDb []InstanceDb + type ListInDescribeShardTaskList struct + ListItem []ListItem + type ListInDescribeTable struct + ColumnInfo []ColumnInfo + type ListInDescribeTableListByType struct + ListItem []ListItem + type ListInDescribeTables struct + ListItem []ListItem + type ListInValidateShardTask struct + ListItem []ListItem + type ListItem struct + AllowFullTableScan bool + Broadcast bool + BroadcastType string + DbInstType int + DbName string + Delay int + Expired int64 + IsLocked bool + IsShard bool + Item string + NeedRestart bool + ParamDefaultValue string + ParamDesc string + ParamEnglishName string + ParamLevel string + ParamName string + ParamRanges string + ParamType string + ParamValue string + ParamVariableName string + Progress int + Property string + Result int + ShardKey string + SourceTableName string + Stage int + Status int + Table string + TableName string + TargetTableName string + UserVisible bool + type ListTagResourcesRequest struct + NextToken string + NoRole requests.Boolean + ResourceId *[]string + ResourceType string + Tag *[]ListTagResourcesTag + func CreateListTagResourcesRequest() (request *ListTagResourcesRequest) + type ListTagResourcesResponse struct + NextToken string + RequestId string + Success bool + TagResources TagResources + func CreateListTagResourcesResponse() (response *ListTagResourcesResponse) + type ListTagResourcesTag struct + Key string + Value string + type LogTimeRange struct + SupportLatestTime int64 + SupportOldestTime int64 + type ManagePrivateRdsRequest struct + DBInstanceId string + DrdsInstanceId string + Params string + RdsAction string + func CreateManagePrivateRdsRequest() (request *ManagePrivateRdsRequest) + type ManagePrivateRdsResponse struct + Data string + RequestId string + Success bool + func CreateManagePrivateRdsResponse() (response *ManagePrivateRdsResponse) + type ModifyDrdsInstanceDescriptionRequest struct + Description string + DrdsInstanceId string + func CreateModifyDrdsInstanceDescriptionRequest() (request *ModifyDrdsInstanceDescriptionRequest) + type ModifyDrdsInstanceDescriptionResponse struct + RequestId string + Success bool + func CreateModifyDrdsInstanceDescriptionResponse() (response *ModifyDrdsInstanceDescriptionResponse) + type ModifyDrdsIpWhiteListRequest struct + DbName string + DrdsInstanceId string + GroupAttribute string + GroupName string + IpWhiteList string + Mode requests.Boolean + func CreateModifyDrdsIpWhiteListRequest() (request *ModifyDrdsIpWhiteListRequest) + type ModifyDrdsIpWhiteListResponse struct + RequestId string + Success bool + func CreateModifyDrdsIpWhiteListResponse() (response *ModifyDrdsIpWhiteListResponse) + type ModifyRdsReadWeightRequest struct + DbName string + DrdsInstanceId string + InstanceNames string + Weights string + func CreateModifyRdsReadWeightRequest() (request *ModifyRdsReadWeightRequest) + type ModifyRdsReadWeightResponse struct + RequestId string + Success bool + func CreateModifyRdsReadWeightResponse() (response *ModifyRdsReadWeightResponse) + type PartialPerformanceData struct + Key string + NodeName string + NodeNum int + Unit string + Values []PerformanceValue + type PerformanceValue struct + Date int64 + Value string + type PolarOrderDOList struct + PolarOrderDOListItem []PolarOrderDOListItem + type PolarOrderDOListItem struct + AzoneId string + DbInstanceStorage string + Engine string + InstanceClass string + Network string + Num int64 + RegionId string + Version string + type PreCheckResult struct + PreCheckName string + State string + SubCheckItems []SubCheckItemsItem + type PutStartBackupRequest struct + BackupDbNames string + BackupLevel string + BackupMode string + DrdsInstanceId string + func CreatePutStartBackupRequest() (request *PutStartBackupRequest) + type PutStartBackupResponse struct + RequestId string + Result string + Success bool + func CreatePutStartBackupResponse() (response *PutStartBackupResponse) + type RdsOrderDOList struct + RdsOrderDOListItem []RdsOrderDOListItem + type RdsOrderDOListItem struct + AzoneId string + DbInstanceStorage string + Engine string + InstanceClass string + Network string + Num int64 + RegionId string + Version string + type RdsPerformanceInfo struct + ActiveSessions int + Cpu float64 + Iops float64 + RdsId string + SpaceUsage int64 + TotalSessions int + type RdsPerformanceInfos struct + RdsPerformanceInfo []RdsPerformanceInfo + type ReadOnlyDBInstanceId struct + ReadOnlyDBInstanceId []string + type ReadOnlyDBInstanceIdsInDescribeDrdsInstance struct + ReadOnlyDBInstanceId []string + type ReadOnlyDBInstanceIdsInDescribeDrdsInstances struct + ReadOnlyDBInstanceId []string + type ReadOnlyInstance struct + ConnectUrl string + DBInstanceId string + DBInstanceStatus string + DbInstType string + DmInstanceId string + Engine string + EngineVersion string + ExpireTime string + NetworkType string + PayType string + Port int + RdsInstType string + ReadWeight int + RemainDays string + VersionAction int + type ReadOnlyInstanceInDescribeDrdsDbInstances struct + ConnectUrl string + DBInstanceStatus string + DbInstType string + DmInstanceId string + Engine string + EngineVersion string + ExpireTime string + InstanceName string + NetworkType string + PayType string + Port int + RdsInstType string + ReadWeight int + RemainDays int + type ReadOnlyInstanceInfo struct + ReadOnlyInstanceIds []string + type ReadOnlyInstancesInDescribeDrdsDbInstance struct + ReadOnlyInstance []ReadOnlyInstance + type ReadOnlyInstancesInDescribeDrdsDbInstances struct + ReadOnlyInstance []ReadOnlyInstanceInDescribeDrdsDbInstances + type ReleaseInstanceInternetAddressRequest struct + DrdsInstanceId string + DrdsPassword string + func CreateReleaseInstanceInternetAddressRequest() (request *ReleaseInstanceInternetAddressRequest) + type ReleaseInstanceInternetAddressResponse struct + Data bool + RequestId string + func CreateReleaseInstanceInternetAddressResponse() (response *ReleaseInstanceInternetAddressResponse) + type RemoveBackupsSetRequest struct + BackupId string + DrdsInstanceId string + func CreateRemoveBackupsSetRequest() (request *RemoveBackupsSetRequest) + type RemoveBackupsSetResponse struct + RequestId string + Result string + Success bool + func CreateRemoveBackupsSetResponse() (response *RemoveBackupsSetResponse) + type RemoveDrdsDbFailedRecordRequest struct + DbName string + DrdsInstanceId string + func CreateRemoveDrdsDbFailedRecordRequest() (request *RemoveDrdsDbFailedRecordRequest) + type RemoveDrdsDbFailedRecordResponse struct + RequestId string + Result bool + Success bool + func CreateRemoveDrdsDbFailedRecordResponse() (response *RemoveDrdsDbFailedRecordResponse) + type RemoveDrdsDbRequest struct + DbName string + DrdsInstanceId string + func CreateRemoveDrdsDbRequest() (request *RemoveDrdsDbRequest) + type RemoveDrdsDbResponse struct + RequestId string + Success bool + func CreateRemoveDrdsDbResponse() (response *RemoveDrdsDbResponse) + type RemoveDrdsInstanceRequest struct + DrdsInstanceId string + func CreateRemoveDrdsInstanceRequest() (request *RemoveDrdsInstanceRequest) + type RemoveDrdsInstanceResponse struct + RequestId string + Success bool + func CreateRemoveDrdsInstanceResponse() (response *RemoveDrdsInstanceResponse) + type RemoveInstanceAccountRequest struct + AccountName string + DrdsInstanceId string + func CreateRemoveInstanceAccountRequest() (request *RemoveInstanceAccountRequest) + type RemoveInstanceAccountResponse struct + RequestId string + Success bool + func CreateRemoveInstanceAccountResponse() (response *RemoveInstanceAccountResponse) + type RestoreOrderDO struct + DrdsOrderDOList DrdsOrderDOList + PolarOrderDOList PolarOrderDOList + RdsOrderDOList RdsOrderDOList + type RestoreTime struct + EndTime string + StartTime string + type Result struct + OriginAzoneId string + RegionId string + SwitchAble bool + TargetAzones TargetAzones + type Review struct + Expired int + Progress int + StartTime string + Total int + Tps int + type SetBackupLocalRequest struct + DrdsInstanceId string + HighSpaceUsageProtection string + LocalLogRetentionHours string + LocalLogRetentionSpace string + func CreateSetBackupLocalRequest() (request *SetBackupLocalRequest) + type SetBackupLocalResponse struct + RequestId string + Result string + Success bool + func CreateSetBackupLocalResponse() (response *SetBackupLocalResponse) + type SetBackupPolicyRequest struct + BackupDbNames string + BackupLevel string + BackupLog string + BackupMode string + DataBackupRetentionPeriod string + DrdsInstanceId string + LogBackupRetentionPeriod string + PreferredBackupEndTime string + PreferredBackupPeriod string + PreferredBackupStartTime string + func CreateSetBackupPolicyRequest() (request *SetBackupPolicyRequest) + type SetBackupPolicyResponse struct + RequestId string + Result string + Success bool + func CreateSetBackupPolicyResponse() (response *SetBackupPolicyResponse) + type SetupBroadcastTablesRequest struct + Active requests.Boolean + DbName string + DrdsInstanceId string + TableName *[]string + func CreateSetupBroadcastTablesRequest() (request *SetupBroadcastTablesRequest) + type SetupBroadcastTablesResponse struct + Data bool + RequestId string + Success bool + func CreateSetupBroadcastTablesResponse() (response *SetupBroadcastTablesResponse) + type SetupDrdsParamsData struct + DbName string + ParamRanges string + ParamType string + ParamValue string + ParamVariableName string + type SetupDrdsParamsRequest struct + Data *[]SetupDrdsParamsData + DrdsInstanceId string + ParamLevel string + func CreateSetupDrdsParamsRequest() (request *SetupDrdsParamsRequest) + type SetupDrdsParamsResponse struct + Data bool + RequestId string + Success bool + func CreateSetupDrdsParamsResponse() (response *SetupDrdsParamsResponse) + type SetupTableRequest struct + AllowFullTableScan requests.Boolean + DbName string + DrdsInstanceId string + TableName *[]string + func CreateSetupTableRequest() (request *SetupTableRequest) + type SetupTableResponse struct + Data bool + RequestId string + Success bool + func CreateSetupTableResponse() (response *SetupTableResponse) + type ShardingDb struct + BlockingTimeout int + ConnectUrl string + ConnectionProperties string + DbInstanceId string + DbStatus string + DbType string + GroupName string + IdleTimeOut int + MaxPoolSize int + MinPoolSize int + PreparedStatementCacheSize int + ShardingDbName string + UserName string + type ShardingDbs struct + ShardingDb []ShardingDb + type SqlFlashbackTask struct + DbName string + DownloadUrl string + ExpireTime int64 + GmtCreate int64 + GmtModified int64 + Id int64 + InstId string + RecallProgress int + RecallRestoreType int + RecallStatus int + RecallType int + SearchEndTime int64 + SearchStartTime int64 + SqlCounter int64 + SqlPk string + SqlType string + TableName string + TraceId string + type SqlFlashbackTasks struct + SqlFlashbackTask []SqlFlashbackTask + type StartRestoreRequest struct + BackupDbNames string + BackupId string + BackupLevel string + BackupMode string + DrdsInstanceId string + PreferredBackupTime string + func CreateStartRestoreRequest() (request *StartRestoreRequest) + type StartRestoreResponse struct + RequestId string + Result string + Success bool + func CreateStartRestoreResponse() (response *StartRestoreResponse) + type SubCheckItems struct + SubCheckItemsItem []SubCheckItemsItem + type SubCheckItemsItem struct + ErrorMsgCode string + ErrorMsgParams []string + PreCheckItemName string + State string + type SubmitCleanTaskRequest struct + DbName string + DrdsInstanceId string + ExpandType string + JobId string + ParentJobId string + func CreateSubmitCleanTaskRequest() (request *SubmitCleanTaskRequest) + type SubmitCleanTaskResponse struct + RequestId string + Success bool + func CreateSubmitCleanTaskResponse() (response *SubmitCleanTaskResponse) + type SubmitHotExpandPreCheckTaskRequest struct + DbInstType string + DbName string + DrdsInstanceId string + TableList *[]string + func CreateSubmitHotExpandPreCheckTaskRequest() (request *SubmitHotExpandPreCheckTaskRequest) + type SubmitHotExpandPreCheckTaskResponse struct + Msg string + RequestId string + Success bool + TaskId int64 + func CreateSubmitHotExpandPreCheckTaskResponse() (response *SubmitHotExpandPreCheckTaskResponse) + type SubmitHotExpandTaskExtendedMapping struct + SrcDb string + SrcInstanceId string + type SubmitHotExpandTaskInstanceDbMapping struct + DbList string + InstanceName string + type SubmitHotExpandTaskMapping struct + DbShardColumn string + HotDbName string + HotTableName string + LogicTable string + ShardDbValue string + ShardTbValue string + TbShardColumn string + type SubmitHotExpandTaskRequest struct + DbName string + DrdsInstanceId string + ExtendedMapping *[]SubmitHotExpandTaskExtendedMapping + InstanceDbMapping *[]SubmitHotExpandTaskInstanceDbMapping + Mapping *[]SubmitHotExpandTaskMapping + SupperAccountMapping *[]SubmitHotExpandTaskSupperAccountMapping + TaskDesc string + TaskName string + func CreateSubmitHotExpandTaskRequest() (request *SubmitHotExpandTaskRequest) + type SubmitHotExpandTaskResponse struct + RequestId string + Success bool + func CreateSubmitHotExpandTaskResponse() (response *SubmitHotExpandTaskResponse) + type SubmitHotExpandTaskSupperAccountMapping struct + InstanceName string + SupperAccount string + SupperPassword string + type SubmitSmoothExpandPreCheckRequest struct + DbInstType string + DbName string + DrdsInstanceId string + func CreateSubmitSmoothExpandPreCheckRequest() (request *SubmitSmoothExpandPreCheckRequest) + type SubmitSmoothExpandPreCheckResponse struct + Msg string + RequestId string + Success bool + TaskId int64 + func CreateSubmitSmoothExpandPreCheckResponse() (response *SubmitSmoothExpandPreCheckResponse) + type SubmitSmoothExpandPreCheckTaskRequest struct + DbName string + DrdsInstanceId string + func CreateSubmitSmoothExpandPreCheckTaskRequest() (request *SubmitSmoothExpandPreCheckTaskRequest) + type SubmitSmoothExpandPreCheckTaskResponse struct + Msg string + RequestId string + Success bool + TaskId int64 + func CreateSubmitSmoothExpandPreCheckTaskResponse() (response *SubmitSmoothExpandPreCheckTaskResponse) + type SubmitSmoothExpandTaskRdsSuperInstances struct + AccountName string + Password string + RdsName string + type SubmitSmoothExpandTaskRequest struct + DbInstanceIsCreating requests.Boolean + DbName string + DrdsInstanceId string + RdsSuperInstances *[]SubmitSmoothExpandTaskRdsSuperInstances + TransferTaskInfos *[]SubmitSmoothExpandTaskTransferTaskInfos + func CreateSubmitSmoothExpandTaskRequest() (request *SubmitSmoothExpandTaskRequest) + type SubmitSmoothExpandTaskResponse struct + RequestId string + Success bool + func CreateSubmitSmoothExpandTaskResponse() (response *SubmitSmoothExpandTaskResponse) + type SubmitSmoothExpandTaskTransferTaskInfos struct + DbName string + DstInstanceName string + InstanceType string + SrcInstanceName string + type SubmitSqlFlashbackTaskRequest struct + DbName string + DrdsInstanceId string + EndTime string + RecallRestoreType requests.Integer + RecallType requests.Integer + SqlPk string + SqlType string + StartTime string + TableName string + TraceId string + func CreateSubmitSqlFlashbackTaskRequest() (request *SubmitSqlFlashbackTaskRequest) + type SubmitSqlFlashbackTaskResponse struct + RequestId string + Success bool + TaskId int64 + func CreateSubmitSqlFlashbackTaskResponse() (response *SubmitSqlFlashbackTaskResponse) + type SubmitSwitchTaskRequest struct + DbName string + DrdsInstanceId string + ExpandType string + JobId string + ParentJobId string + func CreateSubmitSwitchTaskRequest() (request *SubmitSwitchTaskRequest) + type SubmitSwitchTaskResponse struct + RequestId string + Success bool + func CreateSubmitSwitchTaskResponse() (response *SubmitSwitchTaskResponse) + type SwitchGlobalBroadcastTypeRequest struct + DbName string + DrdsInstanceId string + func CreateSwitchGlobalBroadcastTypeRequest() (request *SwitchGlobalBroadcastTypeRequest) + type SwitchGlobalBroadcastTypeResponse struct + Data bool + RequestId string + Success bool + func CreateSwitchGlobalBroadcastTypeResponse() (response *SwitchGlobalBroadcastTypeResponse) + type TagResource struct + ResourceId string + ResourceType string + TagKey string + TagValue string + type TagResources struct + TagResource []TagResource + type TagResourcesRequest struct + NoRole requests.Boolean + ResourceId *[]string + ResourceType string + Tag *[]TagResourcesTag + func CreateTagResourcesRequest() (request *TagResourcesRequest) + type TagResourcesResponse struct + RequestId string + Success bool + func CreateTagResourcesResponse() (response *TagResourcesResponse) + type TagResourcesTag struct + Key string + Value string + type TargetAzones struct + TargetAzone []string + type Task struct + AllowCancel bool + Content string + DbComputeLength int + DetailTaskId string + ErrMsg string + ExpandType string + GmtCreate int64 + Id int64 + Label string + ParentJobId string + Progress int + ProgressDescription string + ShowProgress bool + State string + TargetId int64 + TaskDetail string + TaskName string + TaskPhase string + TaskStatus int + TaskType int + TbComputeLength int + type TasksInDescribeDrdsDbTasks struct + Task []Task + type TasksInDescribeDrdsInstanceLevelTasks struct + Task []Task + type TasksInDescribeDrdsTasks struct + Task []Task + type UntagResourcesRequest struct + All requests.Boolean + NoRole requests.Boolean + ResourceId *[]string + ResourceType string + TagKey *[]string + func CreateUntagResourcesRequest() (request *UntagResourcesRequest) + type UntagResourcesResponse struct + RequestId string + Success bool + func CreateUntagResourcesResponse() (response *UntagResourcesResponse) + type UpdateInstanceNetworkRequest struct + ClassicExpiredDays requests.Integer + DrdsInstanceId string + RetainClassic requests.Boolean + SrcInstanceNetworkType string + func CreateUpdateInstanceNetworkRequest() (request *UpdateInstanceNetworkRequest) + type UpdateInstanceNetworkResponse struct + RequestId string + Success bool + func CreateUpdateInstanceNetworkResponse() (response *UpdateInstanceNetworkResponse) + type UpdatePrivateRdsClassRequest struct + AutoUseCoupon requests.Boolean + DBInstanceId string + DrdsInstanceId string + PrePayDuration requests.Integer + RdsClass string + Storage string + func CreateUpdatePrivateRdsClassRequest() (request *UpdatePrivateRdsClassRequest) + type UpdatePrivateRdsClassResponse struct + Data string + RequestId string + Success bool + func CreateUpdatePrivateRdsClassResponse() (response *UpdatePrivateRdsClassResponse) + type UpdateResourceGroupAttributeRequest struct + DrdsInstanceId string + NewResourceGroupId string + func CreateUpdateResourceGroupAttributeRequest() (request *UpdateResourceGroupAttributeRequest) + type UpdateResourceGroupAttributeResponse struct + RequestId string + func CreateUpdateResourceGroupAttributeResponse() (response *UpdateResourceGroupAttributeResponse) + type UpgradeHiStoreInstanceRequest struct + DrdsInstanceId string + DrdsPassword string + HistoreInstanceId string + func CreateUpgradeHiStoreInstanceRequest() (request *UpgradeHiStoreInstanceRequest) + type UpgradeHiStoreInstanceResponse struct + Data string + RequestId string + func CreateUpgradeHiStoreInstanceResponse() (response *UpgradeHiStoreInstanceResponse) + type UpgradeInstanceVersionRequest struct + DrdsInstanceId string + DrdsPassword string + Rpm string + func CreateUpgradeInstanceVersionRequest() (request *UpgradeInstanceVersionRequest) + type UpgradeInstanceVersionResponse struct + Data string + RequestId string + func CreateUpgradeInstanceVersionResponse() (response *UpgradeInstanceVersionResponse) + type ValidateShardTaskRequest struct + DbName string + DrdsInstanceId string + SourceTableName string + TargetTableName string + TaskType string + func CreateValidateShardTaskRequest() (request *ValidateShardTaskRequest) + type ValidateShardTaskResponse struct + List []ListItem + RequestId string + Success bool + func CreateValidateShardTaskResponse() (response *ValidateShardTaskResponse) + type ValuesInDescribeDrdsInstanceDbMonitor struct + PerformanceValue []PerformanceValue + type ValuesInDescribeDrdsInstanceMonitor struct + PerformanceValue []PerformanceValue + type ValuesInDescribeRDSPerformance struct + PerformanceValue []PerformanceValue + type Vip struct + Dns string + ExpireDays int64 + IP string + Port string + Type string + VpcId string + VswitchId string + type VipsInDescribeDrdsInstance struct + Vip []Vip + type VipsInDescribeDrdsInstances struct + Vip []Vip + type VpcInfo struct + RegionId string + VpcId string + VpcName string + VswitchInfos VswitchInfos + type VpcInfos struct + VpcInfo []VpcInfo + type VswitchInfo struct + AzoneId string + DrdsSupported bool + VpcId string + VswitchId string + VswitchName string + type VswitchInfos struct + VswitchInfo []VswitchInfo