Documentation ¶
Index ¶
- Variables
- func GetEndpointMap() map[string]string
- func GetEndpointType() string
- func SetClientProperty(client *Client, propertyName string, propertyValue interface{})
- func SetEndpointDataToClient(client *Client)
- type Account
- type AccountsInDescribeAccounts
- type AccountsInDescribeDatabases
- type Address
- type AddressItemsInDescribeDBClusterEndpoints
- type AddressItemsInDescribeDBClusterMigration
- type AutoRenewAttribute
- type AvailableResource
- type AvailableResources
- type AvailableZone
- type AvailableZones
- type Backup
- type BackupJob
- type BackupLog
- type CancelScheduleTasksRequest
- type CancelScheduleTasksResponse
- type CharacterSetNameItems
- type CheckAccountNameRequest
- type CheckAccountNameResponse
- type CheckDBNameRequest
- type CheckDBNameResponse
- type CheckKMSAuthorizedRequest
- type CheckKMSAuthorizedResponse
- type CheckServiceLinkedRoleRequest
- type CheckServiceLinkedRoleResponse
- type Client
- 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) CancelScheduleTasks(request *CancelScheduleTasksRequest) (response *CancelScheduleTasksResponse, err error)
- func (client *Client) CancelScheduleTasksWithCallback(request *CancelScheduleTasksRequest, ...) <-chan int
- func (client *Client) CancelScheduleTasksWithChan(request *CancelScheduleTasksRequest) (<-chan *CancelScheduleTasksResponse, <-chan error)
- func (client *Client) CheckAccountName(request *CheckAccountNameRequest) (response *CheckAccountNameResponse, err error)
- func (client *Client) CheckAccountNameWithCallback(request *CheckAccountNameRequest, ...) <-chan int
- func (client *Client) CheckAccountNameWithChan(request *CheckAccountNameRequest) (<-chan *CheckAccountNameResponse, <-chan error)
- func (client *Client) CheckDBName(request *CheckDBNameRequest) (response *CheckDBNameResponse, err error)
- func (client *Client) CheckDBNameWithCallback(request *CheckDBNameRequest, ...) <-chan int
- func (client *Client) CheckDBNameWithChan(request *CheckDBNameRequest) (<-chan *CheckDBNameResponse, <-chan error)
- func (client *Client) CheckKMSAuthorized(request *CheckKMSAuthorizedRequest) (response *CheckKMSAuthorizedResponse, err error)
- func (client *Client) CheckKMSAuthorizedWithCallback(request *CheckKMSAuthorizedRequest, ...) <-chan int
- func (client *Client) CheckKMSAuthorizedWithChan(request *CheckKMSAuthorizedRequest) (<-chan *CheckKMSAuthorizedResponse, <-chan error)
- func (client *Client) CheckServiceLinkedRole(request *CheckServiceLinkedRoleRequest) (response *CheckServiceLinkedRoleResponse, err error)
- func (client *Client) CheckServiceLinkedRoleWithCallback(request *CheckServiceLinkedRoleRequest, ...) <-chan int
- func (client *Client) CheckServiceLinkedRoleWithChan(request *CheckServiceLinkedRoleRequest) (<-chan *CheckServiceLinkedRoleResponse, <-chan error)
- func (client *Client) CloseAITask(request *CloseAITaskRequest) (response *CloseAITaskResponse, err error)
- func (client *Client) CloseAITaskWithCallback(request *CloseAITaskRequest, ...) <-chan int
- func (client *Client) CloseAITaskWithChan(request *CloseAITaskRequest) (<-chan *CloseAITaskResponse, <-chan error)
- func (client *Client) CloseDBClusterMigration(request *CloseDBClusterMigrationRequest) (response *CloseDBClusterMigrationResponse, err error)
- func (client *Client) CloseDBClusterMigrationWithCallback(request *CloseDBClusterMigrationRequest, ...) <-chan int
- func (client *Client) CloseDBClusterMigrationWithChan(request *CloseDBClusterMigrationRequest) (<-chan *CloseDBClusterMigrationResponse, <-chan error)
- func (client *Client) CreateAccount(request *CreateAccountRequest) (response *CreateAccountResponse, err error)
- func (client *Client) CreateAccountWithCallback(request *CreateAccountRequest, ...) <-chan int
- func (client *Client) CreateAccountWithChan(request *CreateAccountRequest) (<-chan *CreateAccountResponse, <-chan error)
- func (client *Client) CreateBackup(request *CreateBackupRequest) (response *CreateBackupResponse, err error)
- func (client *Client) CreateBackupWithCallback(request *CreateBackupRequest, ...) <-chan int
- func (client *Client) CreateBackupWithChan(request *CreateBackupRequest) (<-chan *CreateBackupResponse, <-chan error)
- func (client *Client) CreateDBCluster(request *CreateDBClusterRequest) (response *CreateDBClusterResponse, err error)
- func (client *Client) CreateDBClusterEndpoint(request *CreateDBClusterEndpointRequest) (response *CreateDBClusterEndpointResponse, err error)
- func (client *Client) CreateDBClusterEndpointWithCallback(request *CreateDBClusterEndpointRequest, ...) <-chan int
- func (client *Client) CreateDBClusterEndpointWithChan(request *CreateDBClusterEndpointRequest) (<-chan *CreateDBClusterEndpointResponse, <-chan error)
- func (client *Client) CreateDBClusterWithCallback(request *CreateDBClusterRequest, ...) <-chan int
- func (client *Client) CreateDBClusterWithChan(request *CreateDBClusterRequest) (<-chan *CreateDBClusterResponse, <-chan error)
- func (client *Client) CreateDBEndpointAddress(request *CreateDBEndpointAddressRequest) (response *CreateDBEndpointAddressResponse, err error)
- func (client *Client) CreateDBEndpointAddressWithCallback(request *CreateDBEndpointAddressRequest, ...) <-chan int
- func (client *Client) CreateDBEndpointAddressWithChan(request *CreateDBEndpointAddressRequest) (<-chan *CreateDBEndpointAddressResponse, <-chan error)
- func (client *Client) CreateDBLink(request *CreateDBLinkRequest) (response *CreateDBLinkResponse, err error)
- func (client *Client) CreateDBLinkWithCallback(request *CreateDBLinkRequest, ...) <-chan int
- func (client *Client) CreateDBLinkWithChan(request *CreateDBLinkRequest) (<-chan *CreateDBLinkResponse, <-chan error)
- func (client *Client) CreateDBNodes(request *CreateDBNodesRequest) (response *CreateDBNodesResponse, err error)
- func (client *Client) CreateDBNodesWithCallback(request *CreateDBNodesRequest, ...) <-chan int
- func (client *Client) CreateDBNodesWithChan(request *CreateDBNodesRequest) (<-chan *CreateDBNodesResponse, <-chan error)
- func (client *Client) CreateDatabase(request *CreateDatabaseRequest) (response *CreateDatabaseResponse, err error)
- func (client *Client) CreateDatabaseWithCallback(request *CreateDatabaseRequest, ...) <-chan int
- func (client *Client) CreateDatabaseWithChan(request *CreateDatabaseRequest) (<-chan *CreateDatabaseResponse, <-chan error)
- func (client *Client) CreateGlobalDatabaseNetwork(request *CreateGlobalDatabaseNetworkRequest) (response *CreateGlobalDatabaseNetworkResponse, err error)
- func (client *Client) CreateGlobalDatabaseNetworkWithCallback(request *CreateGlobalDatabaseNetworkRequest, ...) <-chan int
- func (client *Client) CreateGlobalDatabaseNetworkWithChan(request *CreateGlobalDatabaseNetworkRequest) (<-chan *CreateGlobalDatabaseNetworkResponse, <-chan error)
- func (client *Client) CreateGlobalSecurityIPGroup(request *CreateGlobalSecurityIPGroupRequest) (response *CreateGlobalSecurityIPGroupResponse, err error)
- func (client *Client) CreateGlobalSecurityIPGroupWithCallback(request *CreateGlobalSecurityIPGroupRequest, ...) <-chan int
- func (client *Client) CreateGlobalSecurityIPGroupWithChan(request *CreateGlobalSecurityIPGroupRequest) (<-chan *CreateGlobalSecurityIPGroupResponse, <-chan error)
- func (client *Client) CreateParameterGroup(request *CreateParameterGroupRequest) (response *CreateParameterGroupResponse, err error)
- func (client *Client) CreateParameterGroupWithCallback(request *CreateParameterGroupRequest, ...) <-chan int
- func (client *Client) CreateParameterGroupWithChan(request *CreateParameterGroupRequest) (<-chan *CreateParameterGroupResponse, <-chan error)
- func (client *Client) CreateServiceLinkedRole(request *CreateServiceLinkedRoleRequest) (response *CreateServiceLinkedRoleResponse, err error)
- func (client *Client) CreateServiceLinkedRoleWithCallback(request *CreateServiceLinkedRoleRequest, ...) <-chan int
- func (client *Client) CreateServiceLinkedRoleWithChan(request *CreateServiceLinkedRoleRequest) (<-chan *CreateServiceLinkedRoleResponse, <-chan error)
- func (client *Client) CreateStoragePlan(request *CreateStoragePlanRequest) (response *CreateStoragePlanResponse, err error)
- func (client *Client) CreateStoragePlanWithCallback(request *CreateStoragePlanRequest, ...) <-chan int
- func (client *Client) CreateStoragePlanWithChan(request *CreateStoragePlanRequest) (<-chan *CreateStoragePlanResponse, <-chan error)
- func (client *Client) DeleteAccount(request *DeleteAccountRequest) (response *DeleteAccountResponse, err error)
- func (client *Client) DeleteAccountWithCallback(request *DeleteAccountRequest, ...) <-chan int
- func (client *Client) DeleteAccountWithChan(request *DeleteAccountRequest) (<-chan *DeleteAccountResponse, <-chan error)
- func (client *Client) DeleteBackup(request *DeleteBackupRequest) (response *DeleteBackupResponse, err error)
- func (client *Client) DeleteBackupWithCallback(request *DeleteBackupRequest, ...) <-chan int
- func (client *Client) DeleteBackupWithChan(request *DeleteBackupRequest) (<-chan *DeleteBackupResponse, <-chan error)
- func (client *Client) DeleteDBCluster(request *DeleteDBClusterRequest) (response *DeleteDBClusterResponse, err error)
- func (client *Client) DeleteDBClusterEndpoint(request *DeleteDBClusterEndpointRequest) (response *DeleteDBClusterEndpointResponse, err error)
- func (client *Client) DeleteDBClusterEndpointWithCallback(request *DeleteDBClusterEndpointRequest, ...) <-chan int
- func (client *Client) DeleteDBClusterEndpointWithChan(request *DeleteDBClusterEndpointRequest) (<-chan *DeleteDBClusterEndpointResponse, <-chan error)
- func (client *Client) DeleteDBClusterWithCallback(request *DeleteDBClusterRequest, ...) <-chan int
- func (client *Client) DeleteDBClusterWithChan(request *DeleteDBClusterRequest) (<-chan *DeleteDBClusterResponse, <-chan error)
- func (client *Client) DeleteDBEndpointAddress(request *DeleteDBEndpointAddressRequest) (response *DeleteDBEndpointAddressResponse, err error)
- func (client *Client) DeleteDBEndpointAddressWithCallback(request *DeleteDBEndpointAddressRequest, ...) <-chan int
- func (client *Client) DeleteDBEndpointAddressWithChan(request *DeleteDBEndpointAddressRequest) (<-chan *DeleteDBEndpointAddressResponse, <-chan error)
- func (client *Client) DeleteDBLink(request *DeleteDBLinkRequest) (response *DeleteDBLinkResponse, err error)
- func (client *Client) DeleteDBLinkWithCallback(request *DeleteDBLinkRequest, ...) <-chan int
- func (client *Client) DeleteDBLinkWithChan(request *DeleteDBLinkRequest) (<-chan *DeleteDBLinkResponse, <-chan error)
- func (client *Client) DeleteDBNodes(request *DeleteDBNodesRequest) (response *DeleteDBNodesResponse, err error)
- func (client *Client) DeleteDBNodesWithCallback(request *DeleteDBNodesRequest, ...) <-chan int
- func (client *Client) DeleteDBNodesWithChan(request *DeleteDBNodesRequest) (<-chan *DeleteDBNodesResponse, <-chan error)
- func (client *Client) DeleteDatabase(request *DeleteDatabaseRequest) (response *DeleteDatabaseResponse, err error)
- func (client *Client) DeleteDatabaseWithCallback(request *DeleteDatabaseRequest, ...) <-chan int
- func (client *Client) DeleteDatabaseWithChan(request *DeleteDatabaseRequest) (<-chan *DeleteDatabaseResponse, <-chan error)
- func (client *Client) DeleteGlobalDatabaseNetwork(request *DeleteGlobalDatabaseNetworkRequest) (response *DeleteGlobalDatabaseNetworkResponse, err error)
- func (client *Client) DeleteGlobalDatabaseNetworkWithCallback(request *DeleteGlobalDatabaseNetworkRequest, ...) <-chan int
- func (client *Client) DeleteGlobalDatabaseNetworkWithChan(request *DeleteGlobalDatabaseNetworkRequest) (<-chan *DeleteGlobalDatabaseNetworkResponse, <-chan error)
- func (client *Client) DeleteGlobalSecurityIPGroup(request *DeleteGlobalSecurityIPGroupRequest) (response *DeleteGlobalSecurityIPGroupResponse, err error)
- func (client *Client) DeleteGlobalSecurityIPGroupWithCallback(request *DeleteGlobalSecurityIPGroupRequest, ...) <-chan int
- func (client *Client) DeleteGlobalSecurityIPGroupWithChan(request *DeleteGlobalSecurityIPGroupRequest) (<-chan *DeleteGlobalSecurityIPGroupResponse, <-chan error)
- func (client *Client) DeleteMaskingRules(request *DeleteMaskingRulesRequest) (response *DeleteMaskingRulesResponse, err error)
- func (client *Client) DeleteMaskingRulesWithCallback(request *DeleteMaskingRulesRequest, ...) <-chan int
- func (client *Client) DeleteMaskingRulesWithChan(request *DeleteMaskingRulesRequest) (<-chan *DeleteMaskingRulesResponse, <-chan error)
- func (client *Client) DeleteParameterGroup(request *DeleteParameterGroupRequest) (response *DeleteParameterGroupResponse, err error)
- func (client *Client) DeleteParameterGroupWithCallback(request *DeleteParameterGroupRequest, ...) <-chan int
- func (client *Client) DeleteParameterGroupWithChan(request *DeleteParameterGroupRequest) (<-chan *DeleteParameterGroupResponse, <-chan error)
- func (client *Client) DescribeAITaskStatus(request *DescribeAITaskStatusRequest) (response *DescribeAITaskStatusResponse, err error)
- func (client *Client) DescribeAITaskStatusWithCallback(request *DescribeAITaskStatusRequest, ...) <-chan int
- func (client *Client) DescribeAITaskStatusWithChan(request *DescribeAITaskStatusRequest) (<-chan *DescribeAITaskStatusResponse, <-chan error)
- func (client *Client) DescribeAccounts(request *DescribeAccountsRequest) (response *DescribeAccountsResponse, err error)
- func (client *Client) DescribeAccountsWithCallback(request *DescribeAccountsRequest, ...) <-chan int
- func (client *Client) DescribeAccountsWithChan(request *DescribeAccountsRequest) (<-chan *DescribeAccountsResponse, <-chan error)
- func (client *Client) DescribeAutoRenewAttribute(request *DescribeAutoRenewAttributeRequest) (response *DescribeAutoRenewAttributeResponse, err error)
- func (client *Client) DescribeAutoRenewAttributeWithCallback(request *DescribeAutoRenewAttributeRequest, ...) <-chan int
- func (client *Client) DescribeAutoRenewAttributeWithChan(request *DescribeAutoRenewAttributeRequest) (<-chan *DescribeAutoRenewAttributeResponse, <-chan error)
- func (client *Client) DescribeBackupLogs(request *DescribeBackupLogsRequest) (response *DescribeBackupLogsResponse, err error)
- func (client *Client) DescribeBackupLogsWithCallback(request *DescribeBackupLogsRequest, ...) <-chan int
- func (client *Client) DescribeBackupLogsWithChan(request *DescribeBackupLogsRequest) (<-chan *DescribeBackupLogsResponse, <-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) DescribeBackupTasks(request *DescribeBackupTasksRequest) (response *DescribeBackupTasksResponse, err error)
- func (client *Client) DescribeBackupTasksWithCallback(request *DescribeBackupTasksRequest, ...) <-chan int
- func (client *Client) DescribeBackupTasksWithChan(request *DescribeBackupTasksRequest) (<-chan *DescribeBackupTasksResponse, <-chan error)
- func (client *Client) DescribeBackups(request *DescribeBackupsRequest) (response *DescribeBackupsResponse, err error)
- func (client *Client) DescribeBackupsWithCallback(request *DescribeBackupsRequest, ...) <-chan int
- func (client *Client) DescribeBackupsWithChan(request *DescribeBackupsRequest) (<-chan *DescribeBackupsResponse, <-chan error)
- func (client *Client) DescribeCharacterSetName(request *DescribeCharacterSetNameRequest) (response *DescribeCharacterSetNameResponse, err error)
- func (client *Client) DescribeCharacterSetNameWithCallback(request *DescribeCharacterSetNameRequest, ...) <-chan int
- func (client *Client) DescribeCharacterSetNameWithChan(request *DescribeCharacterSetNameRequest) (<-chan *DescribeCharacterSetNameResponse, <-chan error)
- func (client *Client) DescribeClassList(request *DescribeClassListRequest) (response *DescribeClassListResponse, err error)
- func (client *Client) DescribeClassListWithCallback(request *DescribeClassListRequest, ...) <-chan int
- func (client *Client) DescribeClassListWithChan(request *DescribeClassListRequest) (<-chan *DescribeClassListResponse, <-chan error)
- func (client *Client) DescribeDBClusterAccessWhitelist(request *DescribeDBClusterAccessWhitelistRequest) (response *DescribeDBClusterAccessWhitelistResponse, err error)
- func (client *Client) DescribeDBClusterAccessWhitelistWithCallback(request *DescribeDBClusterAccessWhitelistRequest, ...) <-chan int
- func (client *Client) DescribeDBClusterAccessWhitelistWithChan(request *DescribeDBClusterAccessWhitelistRequest) (<-chan *DescribeDBClusterAccessWhitelistResponse, <-chan error)
- func (client *Client) DescribeDBClusterAttribute(request *DescribeDBClusterAttributeRequest) (response *DescribeDBClusterAttributeResponse, err error)
- func (client *Client) DescribeDBClusterAttributeWithCallback(request *DescribeDBClusterAttributeRequest, ...) <-chan int
- func (client *Client) DescribeDBClusterAttributeWithChan(request *DescribeDBClusterAttributeRequest) (<-chan *DescribeDBClusterAttributeResponse, <-chan error)
- func (client *Client) DescribeDBClusterAuditLogCollector(request *DescribeDBClusterAuditLogCollectorRequest) (response *DescribeDBClusterAuditLogCollectorResponse, err error)
- func (client *Client) DescribeDBClusterAuditLogCollectorWithCallback(request *DescribeDBClusterAuditLogCollectorRequest, ...) <-chan int
- func (client *Client) DescribeDBClusterAuditLogCollectorWithChan(request *DescribeDBClusterAuditLogCollectorRequest) (<-chan *DescribeDBClusterAuditLogCollectorResponse, <-chan error)
- func (client *Client) DescribeDBClusterAvailableResources(request *DescribeDBClusterAvailableResourcesRequest) (response *DescribeDBClusterAvailableResourcesResponse, err error)
- func (client *Client) DescribeDBClusterAvailableResourcesWithCallback(request *DescribeDBClusterAvailableResourcesRequest, ...) <-chan int
- func (client *Client) DescribeDBClusterAvailableResourcesWithChan(request *DescribeDBClusterAvailableResourcesRequest) (<-chan *DescribeDBClusterAvailableResourcesResponse, <-chan error)
- func (client *Client) DescribeDBClusterConnectivity(request *DescribeDBClusterConnectivityRequest) (response *DescribeDBClusterConnectivityResponse, err error)
- func (client *Client) DescribeDBClusterConnectivityWithCallback(request *DescribeDBClusterConnectivityRequest, ...) <-chan int
- func (client *Client) DescribeDBClusterConnectivityWithChan(request *DescribeDBClusterConnectivityRequest) (<-chan *DescribeDBClusterConnectivityResponse, <-chan error)
- func (client *Client) DescribeDBClusterEndpoints(request *DescribeDBClusterEndpointsRequest) (response *DescribeDBClusterEndpointsResponse, err error)
- func (client *Client) DescribeDBClusterEndpointsWithCallback(request *DescribeDBClusterEndpointsRequest, ...) <-chan int
- func (client *Client) DescribeDBClusterEndpointsWithChan(request *DescribeDBClusterEndpointsRequest) (<-chan *DescribeDBClusterEndpointsResponse, <-chan error)
- func (client *Client) DescribeDBClusterMigration(request *DescribeDBClusterMigrationRequest) (response *DescribeDBClusterMigrationResponse, err error)
- func (client *Client) DescribeDBClusterMigrationWithCallback(request *DescribeDBClusterMigrationRequest, ...) <-chan int
- func (client *Client) DescribeDBClusterMigrationWithChan(request *DescribeDBClusterMigrationRequest) (<-chan *DescribeDBClusterMigrationResponse, <-chan error)
- func (client *Client) DescribeDBClusterMonitor(request *DescribeDBClusterMonitorRequest) (response *DescribeDBClusterMonitorResponse, err error)
- func (client *Client) DescribeDBClusterMonitorWithCallback(request *DescribeDBClusterMonitorRequest, ...) <-chan int
- func (client *Client) DescribeDBClusterMonitorWithChan(request *DescribeDBClusterMonitorRequest) (<-chan *DescribeDBClusterMonitorResponse, <-chan error)
- func (client *Client) DescribeDBClusterParameters(request *DescribeDBClusterParametersRequest) (response *DescribeDBClusterParametersResponse, err error)
- func (client *Client) DescribeDBClusterParametersWithCallback(request *DescribeDBClusterParametersRequest, ...) <-chan int
- func (client *Client) DescribeDBClusterParametersWithChan(request *DescribeDBClusterParametersRequest) (<-chan *DescribeDBClusterParametersResponse, <-chan error)
- func (client *Client) DescribeDBClusterPerformance(request *DescribeDBClusterPerformanceRequest) (response *DescribeDBClusterPerformanceResponse, err error)
- func (client *Client) DescribeDBClusterPerformanceWithCallback(request *DescribeDBClusterPerformanceRequest, ...) <-chan int
- func (client *Client) DescribeDBClusterPerformanceWithChan(request *DescribeDBClusterPerformanceRequest) (<-chan *DescribeDBClusterPerformanceResponse, <-chan error)
- func (client *Client) DescribeDBClusterSSL(request *DescribeDBClusterSSLRequest) (response *DescribeDBClusterSSLResponse, err error)
- func (client *Client) DescribeDBClusterSSLWithCallback(request *DescribeDBClusterSSLRequest, ...) <-chan int
- func (client *Client) DescribeDBClusterSSLWithChan(request *DescribeDBClusterSSLRequest) (<-chan *DescribeDBClusterSSLResponse, <-chan error)
- func (client *Client) DescribeDBClusterServerlessConf(request *DescribeDBClusterServerlessConfRequest) (response *DescribeDBClusterServerlessConfResponse, err error)
- func (client *Client) DescribeDBClusterServerlessConfWithCallback(request *DescribeDBClusterServerlessConfRequest, ...) <-chan int
- func (client *Client) DescribeDBClusterServerlessConfWithChan(request *DescribeDBClusterServerlessConfRequest) (<-chan *DescribeDBClusterServerlessConfResponse, <-chan error)
- func (client *Client) DescribeDBClusterTDE(request *DescribeDBClusterTDERequest) (response *DescribeDBClusterTDEResponse, err error)
- func (client *Client) DescribeDBClusterTDEWithCallback(request *DescribeDBClusterTDERequest, ...) <-chan int
- func (client *Client) DescribeDBClusterTDEWithChan(request *DescribeDBClusterTDERequest) (<-chan *DescribeDBClusterTDEResponse, <-chan error)
- func (client *Client) DescribeDBClusterVersion(request *DescribeDBClusterVersionRequest) (response *DescribeDBClusterVersionResponse, err error)
- func (client *Client) DescribeDBClusterVersionWithCallback(request *DescribeDBClusterVersionRequest, ...) <-chan int
- func (client *Client) DescribeDBClusterVersionWithChan(request *DescribeDBClusterVersionRequest) (<-chan *DescribeDBClusterVersionResponse, <-chan error)
- func (client *Client) DescribeDBClusters(request *DescribeDBClustersRequest) (response *DescribeDBClustersResponse, err error)
- func (client *Client) DescribeDBClustersWithBackups(request *DescribeDBClustersWithBackupsRequest) (response *DescribeDBClustersWithBackupsResponse, err error)
- func (client *Client) DescribeDBClustersWithBackupsWithCallback(request *DescribeDBClustersWithBackupsRequest, ...) <-chan int
- func (client *Client) DescribeDBClustersWithBackupsWithChan(request *DescribeDBClustersWithBackupsRequest) (<-chan *DescribeDBClustersWithBackupsResponse, <-chan error)
- func (client *Client) DescribeDBClustersWithCallback(request *DescribeDBClustersRequest, ...) <-chan int
- func (client *Client) DescribeDBClustersWithChan(request *DescribeDBClustersRequest) (<-chan *DescribeDBClustersResponse, <-chan error)
- func (client *Client) DescribeDBInitializeVariable(request *DescribeDBInitializeVariableRequest) (response *DescribeDBInitializeVariableResponse, err error)
- func (client *Client) DescribeDBInitializeVariableWithCallback(request *DescribeDBInitializeVariableRequest, ...) <-chan int
- func (client *Client) DescribeDBInitializeVariableWithChan(request *DescribeDBInitializeVariableRequest) (<-chan *DescribeDBInitializeVariableResponse, <-chan error)
- func (client *Client) DescribeDBLinks(request *DescribeDBLinksRequest) (response *DescribeDBLinksResponse, err error)
- func (client *Client) DescribeDBLinksWithCallback(request *DescribeDBLinksRequest, ...) <-chan int
- func (client *Client) DescribeDBLinksWithChan(request *DescribeDBLinksRequest) (<-chan *DescribeDBLinksResponse, <-chan error)
- func (client *Client) DescribeDBNodePerformance(request *DescribeDBNodePerformanceRequest) (response *DescribeDBNodePerformanceResponse, err error)
- func (client *Client) DescribeDBNodePerformanceWithCallback(request *DescribeDBNodePerformanceRequest, ...) <-chan int
- func (client *Client) DescribeDBNodePerformanceWithChan(request *DescribeDBNodePerformanceRequest) (<-chan *DescribeDBNodePerformanceResponse, <-chan error)
- func (client *Client) DescribeDBNodesParameters(request *DescribeDBNodesParametersRequest) (response *DescribeDBNodesParametersResponse, err error)
- func (client *Client) DescribeDBNodesParametersWithCallback(request *DescribeDBNodesParametersRequest, ...) <-chan int
- func (client *Client) DescribeDBNodesParametersWithChan(request *DescribeDBNodesParametersRequest) (<-chan *DescribeDBNodesParametersResponse, <-chan error)
- func (client *Client) DescribeDBProxyPerformance(request *DescribeDBProxyPerformanceRequest) (response *DescribeDBProxyPerformanceResponse, err error)
- func (client *Client) DescribeDBProxyPerformanceWithCallback(request *DescribeDBProxyPerformanceRequest, ...) <-chan int
- func (client *Client) DescribeDBProxyPerformanceWithChan(request *DescribeDBProxyPerformanceRequest) (<-chan *DescribeDBProxyPerformanceResponse, <-chan error)
- func (client *Client) DescribeDatabases(request *DescribeDatabasesRequest) (response *DescribeDatabasesResponse, err error)
- func (client *Client) DescribeDatabasesWithCallback(request *DescribeDatabasesRequest, ...) <-chan int
- func (client *Client) DescribeDatabasesWithChan(request *DescribeDatabasesRequest) (<-chan *DescribeDatabasesResponse, <-chan error)
- func (client *Client) DescribeDetachedBackups(request *DescribeDetachedBackupsRequest) (response *DescribeDetachedBackupsResponse, err error)
- func (client *Client) DescribeDetachedBackupsWithCallback(request *DescribeDetachedBackupsRequest, ...) <-chan int
- func (client *Client) DescribeDetachedBackupsWithChan(request *DescribeDetachedBackupsRequest) (<-chan *DescribeDetachedBackupsResponse, <-chan error)
- func (client *Client) DescribeGlobalDatabaseNetwork(request *DescribeGlobalDatabaseNetworkRequest) (response *DescribeGlobalDatabaseNetworkResponse, err error)
- func (client *Client) DescribeGlobalDatabaseNetworkWithCallback(request *DescribeGlobalDatabaseNetworkRequest, ...) <-chan int
- func (client *Client) DescribeGlobalDatabaseNetworkWithChan(request *DescribeGlobalDatabaseNetworkRequest) (<-chan *DescribeGlobalDatabaseNetworkResponse, <-chan error)
- func (client *Client) DescribeGlobalDatabaseNetworks(request *DescribeGlobalDatabaseNetworksRequest) (response *DescribeGlobalDatabaseNetworksResponse, err error)
- func (client *Client) DescribeGlobalDatabaseNetworksWithCallback(request *DescribeGlobalDatabaseNetworksRequest, ...) <-chan int
- func (client *Client) DescribeGlobalDatabaseNetworksWithChan(request *DescribeGlobalDatabaseNetworksRequest) (<-chan *DescribeGlobalDatabaseNetworksResponse, <-chan error)
- func (client *Client) DescribeGlobalSecurityIPGroup(request *DescribeGlobalSecurityIPGroupRequest) (response *DescribeGlobalSecurityIPGroupResponse, err error)
- func (client *Client) DescribeGlobalSecurityIPGroupRelation(request *DescribeGlobalSecurityIPGroupRelationRequest) (response *DescribeGlobalSecurityIPGroupRelationResponse, err error)
- func (client *Client) DescribeGlobalSecurityIPGroupRelationWithCallback(request *DescribeGlobalSecurityIPGroupRelationRequest, ...) <-chan int
- func (client *Client) DescribeGlobalSecurityIPGroupRelationWithChan(request *DescribeGlobalSecurityIPGroupRelationRequest) (<-chan *DescribeGlobalSecurityIPGroupRelationResponse, <-chan error)
- func (client *Client) DescribeGlobalSecurityIPGroupWithCallback(request *DescribeGlobalSecurityIPGroupRequest, ...) <-chan int
- func (client *Client) DescribeGlobalSecurityIPGroupWithChan(request *DescribeGlobalSecurityIPGroupRequest) (<-chan *DescribeGlobalSecurityIPGroupResponse, <-chan error)
- func (client *Client) DescribeLogBackupPolicy(request *DescribeLogBackupPolicyRequest) (response *DescribeLogBackupPolicyResponse, err error)
- func (client *Client) DescribeLogBackupPolicyWithCallback(request *DescribeLogBackupPolicyRequest, ...) <-chan int
- func (client *Client) DescribeLogBackupPolicyWithChan(request *DescribeLogBackupPolicyRequest) (<-chan *DescribeLogBackupPolicyResponse, <-chan error)
- func (client *Client) DescribeMaskingRules(request *DescribeMaskingRulesRequest) (response *DescribeMaskingRulesResponse, err error)
- func (client *Client) DescribeMaskingRulesWithCallback(request *DescribeMaskingRulesRequest, ...) <-chan int
- func (client *Client) DescribeMaskingRulesWithChan(request *DescribeMaskingRulesRequest) (<-chan *DescribeMaskingRulesResponse, <-chan error)
- func (client *Client) DescribeMetaList(request *DescribeMetaListRequest) (response *DescribeMetaListResponse, err error)
- func (client *Client) DescribeMetaListWithCallback(request *DescribeMetaListRequest, ...) <-chan int
- func (client *Client) DescribeMetaListWithChan(request *DescribeMetaListRequest) (<-chan *DescribeMetaListResponse, <-chan error)
- func (client *Client) DescribeParameterGroup(request *DescribeParameterGroupRequest) (response *DescribeParameterGroupResponse, err error)
- func (client *Client) DescribeParameterGroupWithCallback(request *DescribeParameterGroupRequest, ...) <-chan int
- func (client *Client) DescribeParameterGroupWithChan(request *DescribeParameterGroupRequest) (<-chan *DescribeParameterGroupResponse, <-chan error)
- func (client *Client) DescribeParameterGroups(request *DescribeParameterGroupsRequest) (response *DescribeParameterGroupsResponse, err error)
- func (client *Client) DescribeParameterGroupsWithCallback(request *DescribeParameterGroupsRequest, ...) <-chan int
- func (client *Client) DescribeParameterGroupsWithChan(request *DescribeParameterGroupsRequest) (<-chan *DescribeParameterGroupsResponse, <-chan error)
- func (client *Client) DescribeParameterTemplates(request *DescribeParameterTemplatesRequest) (response *DescribeParameterTemplatesResponse, err error)
- func (client *Client) DescribeParameterTemplatesWithCallback(request *DescribeParameterTemplatesRequest, ...) <-chan int
- func (client *Client) DescribeParameterTemplatesWithChan(request *DescribeParameterTemplatesRequest) (<-chan *DescribeParameterTemplatesResponse, <-chan error)
- func (client *Client) DescribePendingMaintenanceAction(request *DescribePendingMaintenanceActionRequest) (response *DescribePendingMaintenanceActionResponse, err error)
- func (client *Client) DescribePendingMaintenanceActionWithCallback(request *DescribePendingMaintenanceActionRequest, ...) <-chan int
- func (client *Client) DescribePendingMaintenanceActionWithChan(request *DescribePendingMaintenanceActionRequest) (<-chan *DescribePendingMaintenanceActionResponse, <-chan error)
- func (client *Client) DescribePendingMaintenanceActions(request *DescribePendingMaintenanceActionsRequest) (response *DescribePendingMaintenanceActionsResponse, err error)
- func (client *Client) DescribePendingMaintenanceActionsWithCallback(request *DescribePendingMaintenanceActionsRequest, ...) <-chan int
- func (client *Client) DescribePendingMaintenanceActionsWithChan(request *DescribePendingMaintenanceActionsRequest) (<-chan *DescribePendingMaintenanceActionsResponse, <-chan error)
- func (client *Client) DescribePolarSQLCollectorPolicy(request *DescribePolarSQLCollectorPolicyRequest) (response *DescribePolarSQLCollectorPolicyResponse, err error)
- func (client *Client) DescribePolarSQLCollectorPolicyWithCallback(request *DescribePolarSQLCollectorPolicyRequest, ...) <-chan int
- func (client *Client) DescribePolarSQLCollectorPolicyWithChan(request *DescribePolarSQLCollectorPolicyRequest) (<-chan *DescribePolarSQLCollectorPolicyResponse, <-chan error)
- func (client *Client) DescribeRegions(request *DescribeRegionsRequest) (response *DescribeRegionsResponse, err error)
- func (client *Client) DescribeRegionsWithCallback(request *DescribeRegionsRequest, ...) <-chan int
- func (client *Client) DescribeRegionsWithChan(request *DescribeRegionsRequest) (<-chan *DescribeRegionsResponse, <-chan error)
- func (client *Client) DescribeScheduleTasks(request *DescribeScheduleTasksRequest) (response *DescribeScheduleTasksResponse, err error)
- func (client *Client) DescribeScheduleTasksWithCallback(request *DescribeScheduleTasksRequest, ...) <-chan int
- func (client *Client) DescribeScheduleTasksWithChan(request *DescribeScheduleTasksRequest) (<-chan *DescribeScheduleTasksResponse, <-chan error)
- func (client *Client) DescribeSlowLogRecords(request *DescribeSlowLogRecordsRequest) (response *DescribeSlowLogRecordsResponse, err error)
- func (client *Client) DescribeSlowLogRecordsWithCallback(request *DescribeSlowLogRecordsRequest, ...) <-chan int
- func (client *Client) DescribeSlowLogRecordsWithChan(request *DescribeSlowLogRecordsRequest) (<-chan *DescribeSlowLogRecordsResponse, <-chan error)
- func (client *Client) DescribeSlowLogs(request *DescribeSlowLogsRequest) (response *DescribeSlowLogsResponse, err error)
- func (client *Client) DescribeSlowLogsWithCallback(request *DescribeSlowLogsRequest, ...) <-chan int
- func (client *Client) DescribeSlowLogsWithChan(request *DescribeSlowLogsRequest) (<-chan *DescribeSlowLogsResponse, <-chan error)
- func (client *Client) DescribeTasks(request *DescribeTasksRequest) (response *DescribeTasksResponse, err error)
- func (client *Client) DescribeTasksWithCallback(request *DescribeTasksRequest, ...) <-chan int
- func (client *Client) DescribeTasksWithChan(request *DescribeTasksRequest) (<-chan *DescribeTasksResponse, <-chan error)
- func (client *Client) DescribeUserEncryptionKeyList(request *DescribeUserEncryptionKeyListRequest) (response *DescribeUserEncryptionKeyListResponse, err error)
- func (client *Client) DescribeUserEncryptionKeyListWithCallback(request *DescribeUserEncryptionKeyListRequest, ...) <-chan int
- func (client *Client) DescribeUserEncryptionKeyListWithChan(request *DescribeUserEncryptionKeyListRequest) (<-chan *DescribeUserEncryptionKeyListResponse, <-chan error)
- func (client *Client) DescribeVSwitches(request *DescribeVSwitchesRequest) (response *DescribeVSwitchesResponse, err error)
- func (client *Client) DescribeVSwitchesWithCallback(request *DescribeVSwitchesRequest, ...) <-chan int
- func (client *Client) DescribeVSwitchesWithChan(request *DescribeVSwitchesRequest) (<-chan *DescribeVSwitchesResponse, <-chan error)
- func (client *Client) EnableFirewallRules(request *EnableFirewallRulesRequest) (response *EnableFirewallRulesResponse, err error)
- func (client *Client) EnableFirewallRulesWithCallback(request *EnableFirewallRulesRequest, ...) <-chan int
- func (client *Client) EnableFirewallRulesWithChan(request *EnableFirewallRulesRequest) (<-chan *EnableFirewallRulesResponse, <-chan error)
- func (client *Client) EvaluateRegionResource(request *EvaluateRegionResourceRequest) (response *EvaluateRegionResourceResponse, err error)
- func (client *Client) EvaluateRegionResourceWithCallback(request *EvaluateRegionResourceRequest, ...) <-chan int
- func (client *Client) EvaluateRegionResourceWithChan(request *EvaluateRegionResourceRequest) (<-chan *EvaluateRegionResourceResponse, <-chan error)
- func (client *Client) FailoverDBCluster(request *FailoverDBClusterRequest) (response *FailoverDBClusterResponse, err error)
- func (client *Client) FailoverDBClusterWithCallback(request *FailoverDBClusterRequest, ...) <-chan int
- func (client *Client) FailoverDBClusterWithChan(request *FailoverDBClusterRequest) (<-chan *FailoverDBClusterResponse, <-chan error)
- func (client *Client) GrantAccountPrivilege(request *GrantAccountPrivilegeRequest) (response *GrantAccountPrivilegeResponse, err error)
- func (client *Client) GrantAccountPrivilegeWithCallback(request *GrantAccountPrivilegeRequest, ...) <-chan int
- func (client *Client) GrantAccountPrivilegeWithChan(request *GrantAccountPrivilegeRequest) (<-chan *GrantAccountPrivilegeResponse, <-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) ManuallyStartDBCluster(request *ManuallyStartDBClusterRequest) (response *ManuallyStartDBClusterResponse, err error)
- func (client *Client) ManuallyStartDBClusterWithCallback(request *ManuallyStartDBClusterRequest, ...) <-chan int
- func (client *Client) ManuallyStartDBClusterWithChan(request *ManuallyStartDBClusterRequest) (<-chan *ManuallyStartDBClusterResponse, <-chan error)
- func (client *Client) ModifyAccountDescription(request *ModifyAccountDescriptionRequest) (response *ModifyAccountDescriptionResponse, err error)
- func (client *Client) ModifyAccountDescriptionWithCallback(request *ModifyAccountDescriptionRequest, ...) <-chan int
- func (client *Client) ModifyAccountDescriptionWithChan(request *ModifyAccountDescriptionRequest) (<-chan *ModifyAccountDescriptionResponse, <-chan error)
- func (client *Client) ModifyAccountPassword(request *ModifyAccountPasswordRequest) (response *ModifyAccountPasswordResponse, err error)
- func (client *Client) ModifyAccountPasswordWithCallback(request *ModifyAccountPasswordRequest, ...) <-chan int
- func (client *Client) ModifyAccountPasswordWithChan(request *ModifyAccountPasswordRequest) (<-chan *ModifyAccountPasswordResponse, <-chan error)
- func (client *Client) ModifyAutoRenewAttribute(request *ModifyAutoRenewAttributeRequest) (response *ModifyAutoRenewAttributeResponse, err error)
- func (client *Client) ModifyAutoRenewAttributeWithCallback(request *ModifyAutoRenewAttributeRequest, ...) <-chan int
- func (client *Client) ModifyAutoRenewAttributeWithChan(request *ModifyAutoRenewAttributeRequest) (<-chan *ModifyAutoRenewAttributeResponse, <-chan error)
- func (client *Client) ModifyBackupPolicy(request *ModifyBackupPolicyRequest) (response *ModifyBackupPolicyResponse, err error)
- func (client *Client) ModifyBackupPolicyWithCallback(request *ModifyBackupPolicyRequest, ...) <-chan int
- func (client *Client) ModifyBackupPolicyWithChan(request *ModifyBackupPolicyRequest) (<-chan *ModifyBackupPolicyResponse, <-chan error)
- func (client *Client) ModifyDBCluster(request *ModifyDBClusterRequest) (response *ModifyDBClusterResponse, err error)
- func (client *Client) ModifyDBClusterAccessWhitelist(request *ModifyDBClusterAccessWhitelistRequest) (response *ModifyDBClusterAccessWhitelistResponse, err error)
- func (client *Client) ModifyDBClusterAccessWhitelistWithCallback(request *ModifyDBClusterAccessWhitelistRequest, ...) <-chan int
- func (client *Client) ModifyDBClusterAccessWhitelistWithChan(request *ModifyDBClusterAccessWhitelistRequest) (<-chan *ModifyDBClusterAccessWhitelistResponse, <-chan error)
- func (client *Client) ModifyDBClusterAndNodesParameters(request *ModifyDBClusterAndNodesParametersRequest) (response *ModifyDBClusterAndNodesParametersResponse, err error)
- func (client *Client) ModifyDBClusterAndNodesParametersWithCallback(request *ModifyDBClusterAndNodesParametersRequest, ...) <-chan int
- func (client *Client) ModifyDBClusterAndNodesParametersWithChan(request *ModifyDBClusterAndNodesParametersRequest) (<-chan *ModifyDBClusterAndNodesParametersResponse, <-chan error)
- func (client *Client) ModifyDBClusterAuditLogCollector(request *ModifyDBClusterAuditLogCollectorRequest) (response *ModifyDBClusterAuditLogCollectorResponse, err error)
- func (client *Client) ModifyDBClusterAuditLogCollectorWithCallback(request *ModifyDBClusterAuditLogCollectorRequest, ...) <-chan int
- func (client *Client) ModifyDBClusterAuditLogCollectorWithChan(request *ModifyDBClusterAuditLogCollectorRequest) (<-chan *ModifyDBClusterAuditLogCollectorResponse, <-chan error)
- func (client *Client) ModifyDBClusterDeletion(request *ModifyDBClusterDeletionRequest) (response *ModifyDBClusterDeletionResponse, err error)
- func (client *Client) ModifyDBClusterDeletionWithCallback(request *ModifyDBClusterDeletionRequest, ...) <-chan int
- func (client *Client) ModifyDBClusterDeletionWithChan(request *ModifyDBClusterDeletionRequest) (<-chan *ModifyDBClusterDeletionResponse, <-chan error)
- func (client *Client) ModifyDBClusterDescription(request *ModifyDBClusterDescriptionRequest) (response *ModifyDBClusterDescriptionResponse, err error)
- func (client *Client) ModifyDBClusterDescriptionWithCallback(request *ModifyDBClusterDescriptionRequest, ...) <-chan int
- func (client *Client) ModifyDBClusterDescriptionWithChan(request *ModifyDBClusterDescriptionRequest) (<-chan *ModifyDBClusterDescriptionResponse, <-chan error)
- func (client *Client) ModifyDBClusterEndpoint(request *ModifyDBClusterEndpointRequest) (response *ModifyDBClusterEndpointResponse, err error)
- func (client *Client) ModifyDBClusterEndpointWithCallback(request *ModifyDBClusterEndpointRequest, ...) <-chan int
- func (client *Client) ModifyDBClusterEndpointWithChan(request *ModifyDBClusterEndpointRequest) (<-chan *ModifyDBClusterEndpointResponse, <-chan error)
- func (client *Client) ModifyDBClusterMaintainTime(request *ModifyDBClusterMaintainTimeRequest) (response *ModifyDBClusterMaintainTimeResponse, err error)
- func (client *Client) ModifyDBClusterMaintainTimeWithCallback(request *ModifyDBClusterMaintainTimeRequest, ...) <-chan int
- func (client *Client) ModifyDBClusterMaintainTimeWithChan(request *ModifyDBClusterMaintainTimeRequest) (<-chan *ModifyDBClusterMaintainTimeResponse, <-chan error)
- func (client *Client) ModifyDBClusterMigration(request *ModifyDBClusterMigrationRequest) (response *ModifyDBClusterMigrationResponse, err error)
- func (client *Client) ModifyDBClusterMigrationWithCallback(request *ModifyDBClusterMigrationRequest, ...) <-chan int
- func (client *Client) ModifyDBClusterMigrationWithChan(request *ModifyDBClusterMigrationRequest) (<-chan *ModifyDBClusterMigrationResponse, <-chan error)
- func (client *Client) ModifyDBClusterMonitor(request *ModifyDBClusterMonitorRequest) (response *ModifyDBClusterMonitorResponse, err error)
- func (client *Client) ModifyDBClusterMonitorWithCallback(request *ModifyDBClusterMonitorRequest, ...) <-chan int
- func (client *Client) ModifyDBClusterMonitorWithChan(request *ModifyDBClusterMonitorRequest) (<-chan *ModifyDBClusterMonitorResponse, <-chan error)
- func (client *Client) ModifyDBClusterParameters(request *ModifyDBClusterParametersRequest) (response *ModifyDBClusterParametersResponse, err error)
- func (client *Client) ModifyDBClusterParametersWithCallback(request *ModifyDBClusterParametersRequest, ...) <-chan int
- func (client *Client) ModifyDBClusterParametersWithChan(request *ModifyDBClusterParametersRequest) (<-chan *ModifyDBClusterParametersResponse, <-chan error)
- func (client *Client) ModifyDBClusterPrimaryZone(request *ModifyDBClusterPrimaryZoneRequest) (response *ModifyDBClusterPrimaryZoneResponse, err error)
- func (client *Client) ModifyDBClusterPrimaryZoneWithCallback(request *ModifyDBClusterPrimaryZoneRequest, ...) <-chan int
- func (client *Client) ModifyDBClusterPrimaryZoneWithChan(request *ModifyDBClusterPrimaryZoneRequest) (<-chan *ModifyDBClusterPrimaryZoneResponse, <-chan error)
- func (client *Client) ModifyDBClusterResourceGroup(request *ModifyDBClusterResourceGroupRequest) (response *ModifyDBClusterResourceGroupResponse, err error)
- func (client *Client) ModifyDBClusterResourceGroupWithCallback(request *ModifyDBClusterResourceGroupRequest, ...) <-chan int
- func (client *Client) ModifyDBClusterResourceGroupWithChan(request *ModifyDBClusterResourceGroupRequest) (<-chan *ModifyDBClusterResourceGroupResponse, <-chan error)
- func (client *Client) ModifyDBClusterSSL(request *ModifyDBClusterSSLRequest) (response *ModifyDBClusterSSLResponse, err error)
- func (client *Client) ModifyDBClusterSSLWithCallback(request *ModifyDBClusterSSLRequest, ...) <-chan int
- func (client *Client) ModifyDBClusterSSLWithChan(request *ModifyDBClusterSSLRequest) (<-chan *ModifyDBClusterSSLResponse, <-chan error)
- func (client *Client) ModifyDBClusterServerlessConf(request *ModifyDBClusterServerlessConfRequest) (response *ModifyDBClusterServerlessConfResponse, err error)
- func (client *Client) ModifyDBClusterServerlessConfWithCallback(request *ModifyDBClusterServerlessConfRequest, ...) <-chan int
- func (client *Client) ModifyDBClusterServerlessConfWithChan(request *ModifyDBClusterServerlessConfRequest) (<-chan *ModifyDBClusterServerlessConfResponse, <-chan error)
- func (client *Client) ModifyDBClusterStorageSpace(request *ModifyDBClusterStorageSpaceRequest) (response *ModifyDBClusterStorageSpaceResponse, err error)
- func (client *Client) ModifyDBClusterStorageSpaceWithCallback(request *ModifyDBClusterStorageSpaceRequest, ...) <-chan int
- func (client *Client) ModifyDBClusterStorageSpaceWithChan(request *ModifyDBClusterStorageSpaceRequest) (<-chan *ModifyDBClusterStorageSpaceResponse, <-chan error)
- func (client *Client) ModifyDBClusterTDE(request *ModifyDBClusterTDERequest) (response *ModifyDBClusterTDEResponse, err error)
- func (client *Client) ModifyDBClusterTDEWithCallback(request *ModifyDBClusterTDERequest, ...) <-chan int
- func (client *Client) ModifyDBClusterTDEWithChan(request *ModifyDBClusterTDERequest) (<-chan *ModifyDBClusterTDEResponse, <-chan error)
- func (client *Client) ModifyDBClusterWithCallback(request *ModifyDBClusterRequest, ...) <-chan int
- func (client *Client) ModifyDBClusterWithChan(request *ModifyDBClusterRequest) (<-chan *ModifyDBClusterResponse, <-chan error)
- func (client *Client) ModifyDBDescription(request *ModifyDBDescriptionRequest) (response *ModifyDBDescriptionResponse, err error)
- func (client *Client) ModifyDBDescriptionWithCallback(request *ModifyDBDescriptionRequest, ...) <-chan int
- func (client *Client) ModifyDBDescriptionWithChan(request *ModifyDBDescriptionRequest) (<-chan *ModifyDBDescriptionResponse, <-chan error)
- func (client *Client) ModifyDBEndpointAddress(request *ModifyDBEndpointAddressRequest) (response *ModifyDBEndpointAddressResponse, err error)
- func (client *Client) ModifyDBEndpointAddressWithCallback(request *ModifyDBEndpointAddressRequest, ...) <-chan int
- func (client *Client) ModifyDBEndpointAddressWithChan(request *ModifyDBEndpointAddressRequest) (<-chan *ModifyDBEndpointAddressResponse, <-chan error)
- func (client *Client) ModifyDBNodeClass(request *ModifyDBNodeClassRequest) (response *ModifyDBNodeClassResponse, err error)
- func (client *Client) ModifyDBNodeClassWithCallback(request *ModifyDBNodeClassRequest, ...) <-chan int
- func (client *Client) ModifyDBNodeClassWithChan(request *ModifyDBNodeClassRequest) (<-chan *ModifyDBNodeClassResponse, <-chan error)
- func (client *Client) ModifyDBNodeHotReplicaMode(request *ModifyDBNodeHotReplicaModeRequest) (response *ModifyDBNodeHotReplicaModeResponse, err error)
- func (client *Client) ModifyDBNodeHotReplicaModeWithCallback(request *ModifyDBNodeHotReplicaModeRequest, ...) <-chan int
- func (client *Client) ModifyDBNodeHotReplicaModeWithChan(request *ModifyDBNodeHotReplicaModeRequest) (<-chan *ModifyDBNodeHotReplicaModeResponse, <-chan error)
- func (client *Client) ModifyDBNodesClass(request *ModifyDBNodesClassRequest) (response *ModifyDBNodesClassResponse, err error)
- func (client *Client) ModifyDBNodesClassWithCallback(request *ModifyDBNodesClassRequest, ...) <-chan int
- func (client *Client) ModifyDBNodesClassWithChan(request *ModifyDBNodesClassRequest) (<-chan *ModifyDBNodesClassResponse, <-chan error)
- func (client *Client) ModifyDBNodesParameters(request *ModifyDBNodesParametersRequest) (response *ModifyDBNodesParametersResponse, err error)
- func (client *Client) ModifyDBNodesParametersWithCallback(request *ModifyDBNodesParametersRequest, ...) <-chan int
- func (client *Client) ModifyDBNodesParametersWithChan(request *ModifyDBNodesParametersRequest) (<-chan *ModifyDBNodesParametersResponse, <-chan error)
- func (client *Client) ModifyGlobalDatabaseNetwork(request *ModifyGlobalDatabaseNetworkRequest) (response *ModifyGlobalDatabaseNetworkResponse, err error)
- func (client *Client) ModifyGlobalDatabaseNetworkWithCallback(request *ModifyGlobalDatabaseNetworkRequest, ...) <-chan int
- func (client *Client) ModifyGlobalDatabaseNetworkWithChan(request *ModifyGlobalDatabaseNetworkRequest) (<-chan *ModifyGlobalDatabaseNetworkResponse, <-chan error)
- func (client *Client) ModifyGlobalSecurityIPGroup(request *ModifyGlobalSecurityIPGroupRequest) (response *ModifyGlobalSecurityIPGroupResponse, err error)
- func (client *Client) ModifyGlobalSecurityIPGroupName(request *ModifyGlobalSecurityIPGroupNameRequest) (response *ModifyGlobalSecurityIPGroupNameResponse, err error)
- func (client *Client) ModifyGlobalSecurityIPGroupNameWithCallback(request *ModifyGlobalSecurityIPGroupNameRequest, ...) <-chan int
- func (client *Client) ModifyGlobalSecurityIPGroupNameWithChan(request *ModifyGlobalSecurityIPGroupNameRequest) (<-chan *ModifyGlobalSecurityIPGroupNameResponse, <-chan error)
- func (client *Client) ModifyGlobalSecurityIPGroupRelation(request *ModifyGlobalSecurityIPGroupRelationRequest) (response *ModifyGlobalSecurityIPGroupRelationResponse, err error)
- func (client *Client) ModifyGlobalSecurityIPGroupRelationWithCallback(request *ModifyGlobalSecurityIPGroupRelationRequest, ...) <-chan int
- func (client *Client) ModifyGlobalSecurityIPGroupRelationWithChan(request *ModifyGlobalSecurityIPGroupRelationRequest) (<-chan *ModifyGlobalSecurityIPGroupRelationResponse, <-chan error)
- func (client *Client) ModifyGlobalSecurityIPGroupWithCallback(request *ModifyGlobalSecurityIPGroupRequest, ...) <-chan int
- func (client *Client) ModifyGlobalSecurityIPGroupWithChan(request *ModifyGlobalSecurityIPGroupRequest) (<-chan *ModifyGlobalSecurityIPGroupResponse, <-chan error)
- func (client *Client) ModifyLogBackupPolicy(request *ModifyLogBackupPolicyRequest) (response *ModifyLogBackupPolicyResponse, err error)
- func (client *Client) ModifyLogBackupPolicyWithCallback(request *ModifyLogBackupPolicyRequest, ...) <-chan int
- func (client *Client) ModifyLogBackupPolicyWithChan(request *ModifyLogBackupPolicyRequest) (<-chan *ModifyLogBackupPolicyResponse, <-chan error)
- func (client *Client) ModifyMaskingRules(request *ModifyMaskingRulesRequest) (response *ModifyMaskingRulesResponse, err error)
- func (client *Client) ModifyMaskingRulesWithCallback(request *ModifyMaskingRulesRequest, ...) <-chan int
- func (client *Client) ModifyMaskingRulesWithChan(request *ModifyMaskingRulesRequest) (<-chan *ModifyMaskingRulesResponse, <-chan error)
- func (client *Client) ModifyPendingMaintenanceAction(request *ModifyPendingMaintenanceActionRequest) (response *ModifyPendingMaintenanceActionResponse, err error)
- func (client *Client) ModifyPendingMaintenanceActionWithCallback(request *ModifyPendingMaintenanceActionRequest, ...) <-chan int
- func (client *Client) ModifyPendingMaintenanceActionWithChan(request *ModifyPendingMaintenanceActionRequest) (<-chan *ModifyPendingMaintenanceActionResponse, <-chan error)
- func (client *Client) OpenAITask(request *OpenAITaskRequest) (response *OpenAITaskResponse, err error)
- func (client *Client) OpenAITaskWithCallback(request *OpenAITaskRequest, ...) <-chan int
- func (client *Client) OpenAITaskWithChan(request *OpenAITaskRequest) (<-chan *OpenAITaskResponse, <-chan error)
- func (client *Client) RefreshDBClusterStorageUsage(request *RefreshDBClusterStorageUsageRequest) (response *RefreshDBClusterStorageUsageResponse, err error)
- func (client *Client) RefreshDBClusterStorageUsageWithCallback(request *RefreshDBClusterStorageUsageRequest, ...) <-chan int
- func (client *Client) RefreshDBClusterStorageUsageWithChan(request *RefreshDBClusterStorageUsageRequest) (<-chan *RefreshDBClusterStorageUsageResponse, <-chan error)
- func (client *Client) RemoveDBClusterFromGDN(request *RemoveDBClusterFromGDNRequest) (response *RemoveDBClusterFromGDNResponse, err error)
- func (client *Client) RemoveDBClusterFromGDNWithCallback(request *RemoveDBClusterFromGDNRequest, ...) <-chan int
- func (client *Client) RemoveDBClusterFromGDNWithChan(request *RemoveDBClusterFromGDNRequest) (<-chan *RemoveDBClusterFromGDNResponse, <-chan error)
- func (client *Client) ResetAccount(request *ResetAccountRequest) (response *ResetAccountResponse, err error)
- func (client *Client) ResetAccountWithCallback(request *ResetAccountRequest, ...) <-chan int
- func (client *Client) ResetAccountWithChan(request *ResetAccountRequest) (<-chan *ResetAccountResponse, <-chan error)
- func (client *Client) ResetGlobalDatabaseNetwork(request *ResetGlobalDatabaseNetworkRequest) (response *ResetGlobalDatabaseNetworkResponse, err error)
- func (client *Client) ResetGlobalDatabaseNetworkWithCallback(request *ResetGlobalDatabaseNetworkRequest, ...) <-chan int
- func (client *Client) ResetGlobalDatabaseNetworkWithChan(request *ResetGlobalDatabaseNetworkRequest) (<-chan *ResetGlobalDatabaseNetworkResponse, <-chan error)
- func (client *Client) RestartDBNode(request *RestartDBNodeRequest) (response *RestartDBNodeResponse, err error)
- func (client *Client) RestartDBNodeWithCallback(request *RestartDBNodeRequest, ...) <-chan int
- func (client *Client) RestartDBNodeWithChan(request *RestartDBNodeRequest) (<-chan *RestartDBNodeResponse, <-chan error)
- func (client *Client) RestoreTable(request *RestoreTableRequest) (response *RestoreTableResponse, err error)
- func (client *Client) RestoreTableWithCallback(request *RestoreTableRequest, ...) <-chan int
- func (client *Client) RestoreTableWithChan(request *RestoreTableRequest) (<-chan *RestoreTableResponse, <-chan error)
- func (client *Client) RevokeAccountPrivilege(request *RevokeAccountPrivilegeRequest) (response *RevokeAccountPrivilegeResponse, err error)
- func (client *Client) RevokeAccountPrivilegeWithCallback(request *RevokeAccountPrivilegeRequest, ...) <-chan int
- func (client *Client) RevokeAccountPrivilegeWithChan(request *RevokeAccountPrivilegeRequest) (<-chan *RevokeAccountPrivilegeResponse, <-chan error)
- func (client *Client) SwitchOverGlobalDatabaseNetwork(request *SwitchOverGlobalDatabaseNetworkRequest) (response *SwitchOverGlobalDatabaseNetworkResponse, err error)
- func (client *Client) SwitchOverGlobalDatabaseNetworkWithCallback(request *SwitchOverGlobalDatabaseNetworkRequest, ...) <-chan int
- func (client *Client) SwitchOverGlobalDatabaseNetworkWithChan(request *SwitchOverGlobalDatabaseNetworkRequest) (<-chan *SwitchOverGlobalDatabaseNetworkResponse, <-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) TempModifyDBNode(request *TempModifyDBNodeRequest) (response *TempModifyDBNodeResponse, err error)
- func (client *Client) TempModifyDBNodeWithCallback(request *TempModifyDBNodeRequest, ...) <-chan int
- func (client *Client) TempModifyDBNodeWithChan(request *TempModifyDBNodeRequest) (<-chan *TempModifyDBNodeResponse, <-chan error)
- func (client *Client) TransformDBClusterPayType(request *TransformDBClusterPayTypeRequest) (response *TransformDBClusterPayTypeResponse, err error)
- func (client *Client) TransformDBClusterPayTypeWithCallback(request *TransformDBClusterPayTypeRequest, ...) <-chan int
- func (client *Client) TransformDBClusterPayTypeWithChan(request *TransformDBClusterPayTypeRequest) (<-chan *TransformDBClusterPayTypeResponse, <-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) UpgradeDBClusterMinorVersion(request *UpgradeDBClusterMinorVersionRequest) (response *UpgradeDBClusterMinorVersionResponse, err error)
- func (client *Client) UpgradeDBClusterMinorVersionWithCallback(request *UpgradeDBClusterMinorVersionRequest, ...) <-chan int
- func (client *Client) UpgradeDBClusterMinorVersionWithChan(request *UpgradeDBClusterMinorVersionRequest) (<-chan *UpgradeDBClusterMinorVersionResponse, <-chan error)
- func (client *Client) UpgradeDBClusterVersion(request *UpgradeDBClusterVersionRequest) (response *UpgradeDBClusterVersionResponse, err error)
- func (client *Client) UpgradeDBClusterVersionWithCallback(request *UpgradeDBClusterVersionRequest, ...) <-chan int
- func (client *Client) UpgradeDBClusterVersionWithChan(request *UpgradeDBClusterVersionRequest) (<-chan *UpgradeDBClusterVersionResponse, <-chan error)
- type CloseAITaskRequest
- type CloseAITaskResponse
- type CloseDBClusterMigrationRequest
- type CloseDBClusterMigrationResponse
- type Connection
- type Connections
- type CreateAccountRequest
- type CreateAccountResponse
- type CreateBackupRequest
- type CreateBackupResponse
- type CreateDBClusterEndpointRequest
- type CreateDBClusterEndpointResponse
- type CreateDBClusterRequest
- type CreateDBClusterResponse
- type CreateDBClusterTag
- type CreateDBEndpointAddressRequest
- type CreateDBEndpointAddressResponse
- type CreateDBEndpointAddressZoneInfo
- type CreateDBLinkRequest
- type CreateDBLinkResponse
- type CreateDBNodesDBNode
- type CreateDBNodesRequest
- type CreateDBNodesResponse
- type CreateDatabaseRequest
- type CreateDatabaseResponse
- type CreateGlobalDatabaseNetworkRequest
- type CreateGlobalDatabaseNetworkResponse
- type CreateGlobalSecurityIPGroupRequest
- type CreateGlobalSecurityIPGroupResponse
- type CreateParameterGroupRequest
- type CreateParameterGroupResponse
- type CreateServiceLinkedRoleRequest
- type CreateServiceLinkedRoleResponse
- type CreateStoragePlanRequest
- type CreateStoragePlanResponse
- type DBAccount
- type DBCluster
- type DBClusterEndpoint
- type DBClusterEndpointList
- type DBClusterIPArray
- type DBClusterInDescribeGlobalDatabaseNetwork
- type DBClusterSecurityGroup
- type DBClusterSecurityGroups
- type DBClustersInDescribeGlobalDatabaseNetwork
- type DBClustersInDescribeGlobalDatabaseNetworks
- type DBEndpoint
- type DBInstancesInDeleteGlobalSecurityIPGroup
- type DBInstancesInDescribeGlobalSecurityIPGroup
- type DBInstancesInModifyGlobalSecurityIPGroup
- type DBLinkInfos
- type DBLinkInfosItem
- type DBNode
- type DBNodeIdsInCreateDBNodes
- type DBNodeIdsInDescribeDBNodesParameters
- type DBNodeIdsInTempModifyDBNode
- type DBNodeParameter
- type DBNodesInDescribeDBClusterAttribute
- type DBNodesInDescribeDBClusters
- type DBNodesInDescribeGlobalDatabaseNetwork
- type DBRevisionVersionList
- type DBRevisionVersionListItem
- type Data
- type Database
- type DatabasePrivilege
- type DatabasePrivileges
- type Databases
- type DeleteAccountRequest
- type DeleteAccountResponse
- type DeleteBackupRequest
- type DeleteBackupResponse
- type DeleteDBClusterEndpointRequest
- type DeleteDBClusterEndpointResponse
- type DeleteDBClusterRequest
- type DeleteDBClusterResponse
- type DeleteDBEndpointAddressRequest
- type DeleteDBEndpointAddressResponse
- type DeleteDBLinkRequest
- type DeleteDBLinkResponse
- type DeleteDBNodesRequest
- type DeleteDBNodesResponse
- type DeleteDatabaseRequest
- type DeleteDatabaseResponse
- type DeleteGlobalDatabaseNetworkRequest
- type DeleteGlobalDatabaseNetworkResponse
- type DeleteGlobalSecurityIPGroupRequest
- type DeleteGlobalSecurityIPGroupResponse
- type DeleteMaskingRulesRequest
- type DeleteMaskingRulesResponse
- type DeleteParameterGroupRequest
- type DeleteParameterGroupResponse
- type DescribeAITaskStatusRequest
- type DescribeAITaskStatusResponse
- type DescribeAccountsRequest
- type DescribeAccountsResponse
- type DescribeAutoRenewAttributeRequest
- type DescribeAutoRenewAttributeResponse
- type DescribeBackupLogsRequest
- type DescribeBackupLogsResponse
- type DescribeBackupPolicyRequest
- type DescribeBackupPolicyResponse
- type DescribeBackupTasksRequest
- type DescribeBackupTasksResponse
- type DescribeBackupsRequest
- type DescribeBackupsResponse
- type DescribeCharacterSetNameRequest
- type DescribeCharacterSetNameResponse
- type DescribeClassListRequest
- type DescribeClassListResponse
- type DescribeDBClusterAccessWhitelistRequest
- type DescribeDBClusterAccessWhitelistResponse
- type DescribeDBClusterAttributeRequest
- type DescribeDBClusterAttributeResponse
- type DescribeDBClusterAuditLogCollectorRequest
- type DescribeDBClusterAuditLogCollectorResponse
- type DescribeDBClusterAvailableResourcesRequest
- type DescribeDBClusterAvailableResourcesResponse
- type DescribeDBClusterConnectivityRequest
- type DescribeDBClusterConnectivityResponse
- type DescribeDBClusterEndpointsRequest
- type DescribeDBClusterEndpointsResponse
- type DescribeDBClusterMigrationRequest
- type DescribeDBClusterMigrationResponse
- type DescribeDBClusterMonitorRequest
- type DescribeDBClusterMonitorResponse
- type DescribeDBClusterParametersRequest
- type DescribeDBClusterParametersResponse
- type DescribeDBClusterPerformanceRequest
- type DescribeDBClusterPerformanceResponse
- type DescribeDBClusterSSLRequest
- type DescribeDBClusterSSLResponse
- type DescribeDBClusterServerlessConfRequest
- type DescribeDBClusterServerlessConfResponse
- type DescribeDBClusterTDERequest
- type DescribeDBClusterTDEResponse
- type DescribeDBClusterVersionRequest
- type DescribeDBClusterVersionResponse
- type DescribeDBClustersRequest
- type DescribeDBClustersResponse
- type DescribeDBClustersTag
- type DescribeDBClustersWithBackupsRequest
- type DescribeDBClustersWithBackupsResponse
- type DescribeDBInitializeVariableRequest
- type DescribeDBInitializeVariableResponse
- type DescribeDBLinksRequest
- type DescribeDBLinksResponse
- type DescribeDBNodePerformanceRequest
- type DescribeDBNodePerformanceResponse
- type DescribeDBNodesParametersRequest
- type DescribeDBNodesParametersResponse
- type DescribeDBProxyPerformanceRequest
- type DescribeDBProxyPerformanceResponse
- type DescribeDatabasesRequest
- type DescribeDatabasesResponse
- type DescribeDetachedBackupsRequest
- type DescribeDetachedBackupsResponse
- type DescribeGlobalDatabaseNetworkRequest
- type DescribeGlobalDatabaseNetworkResponse
- type DescribeGlobalDatabaseNetworksRequest
- type DescribeGlobalDatabaseNetworksResponse
- type DescribeGlobalSecurityIPGroupRelationRequest
- type DescribeGlobalSecurityIPGroupRelationResponse
- type DescribeGlobalSecurityIPGroupRequest
- type DescribeGlobalSecurityIPGroupResponse
- type DescribeLogBackupPolicyRequest
- type DescribeLogBackupPolicyResponse
- type DescribeMaskingRulesRequest
- type DescribeMaskingRulesResponse
- type DescribeMetaListRequest
- type DescribeMetaListResponse
- type DescribeParameterGroupRequest
- type DescribeParameterGroupResponse
- type DescribeParameterGroupsRequest
- type DescribeParameterGroupsResponse
- type DescribeParameterTemplatesRequest
- type DescribeParameterTemplatesResponse
- type DescribePendingMaintenanceActionRequest
- type DescribePendingMaintenanceActionResponse
- type DescribePendingMaintenanceActionsRequest
- type DescribePendingMaintenanceActionsResponse
- type DescribePolarSQLCollectorPolicyRequest
- type DescribePolarSQLCollectorPolicyResponse
- type DescribeRegionsRequest
- type DescribeRegionsResponse
- type DescribeScheduleTasksRequest
- type DescribeScheduleTasksResponse
- type DescribeSlowLogRecordsRequest
- type DescribeSlowLogRecordsResponse
- type DescribeSlowLogsRequest
- type DescribeSlowLogsResponse
- type DescribeTasksRequest
- type DescribeTasksResponse
- type DescribeUserEncryptionKeyListRequest
- type DescribeUserEncryptionKeyListResponse
- type DescribeVSwitchesRequest
- type DescribeVSwitchesResponse
- type EnableFirewallRulesRequest
- type EnableFirewallRulesResponse
- type EvaluateRegionResourceRequest
- type EvaluateRegionResourceResponse
- type FailoverDBClusterRequest
- type FailoverDBClusterResponse
- type GlobalDatabaseNetwork
- type GlobalSecurityIPGroupInCreateGlobalSecurityIPGroup
- type GlobalSecurityIPGroupInDeleteGlobalSecurityIPGroup
- type GlobalSecurityIPGroupInDescribeGlobalSecurityIPGroup
- type GlobalSecurityIPGroupInModifyGlobalSecurityIPGroup
- type GlobalSecurityIPGroupInModifyGlobalSecurityIPGroupName
- type GlobalSecurityIPGroupItem
- type GlobalSecurityIPGroupRelInDescribeGlobalSecurityIPGroupRelation
- type GlobalSecurityIPGroupRelInModifyGlobalSecurityIPGroupRelation
- type GlobalSecurityIPGroupRelItem
- type GrantAccountPrivilegeRequest
- type GrantAccountPrivilegeResponse
- type Item
- type Items
- type ItemsInDescribeAutoRenewAttribute
- type ItemsInDescribeBackupLogs
- type ItemsInDescribeBackupTasks
- type ItemsInDescribeBackups
- type ItemsInDescribeClassList
- type ItemsInDescribeDBClusterAccessWhitelist
- type ItemsInDescribeDBClusterEndpoints
- type ItemsInDescribeDBClusterSSL
- type ItemsInDescribeDBClusters
- type ItemsInDescribeDBClustersWithBackups
- type ItemsInDescribeDetachedBackups
- type ItemsInDescribeGlobalDatabaseNetworks
- type ItemsInDescribeMetaList
- type ItemsInDescribePendingMaintenanceAction
- type ItemsInDescribeSlowLogRecords
- type ItemsInDescribeSlowLogs
- type ItemsItem
- type KeyList
- type ListTagResourcesRequest
- type ListTagResourcesResponse
- type ListTagResourcesTag
- type ManuallyStartDBClusterRequest
- type ManuallyStartDBClusterResponse
- type MetaItem
- type ModifyAccountDescriptionRequest
- type ModifyAccountDescriptionResponse
- type ModifyAccountPasswordRequest
- type ModifyAccountPasswordResponse
- type ModifyAutoRenewAttributeRequest
- type ModifyAutoRenewAttributeResponse
- type ModifyBackupPolicyRequest
- type ModifyBackupPolicyResponse
- type ModifyDBClusterAccessWhitelistRequest
- type ModifyDBClusterAccessWhitelistResponse
- type ModifyDBClusterAndNodesParametersRequest
- type ModifyDBClusterAndNodesParametersResponse
- type ModifyDBClusterAuditLogCollectorRequest
- type ModifyDBClusterAuditLogCollectorResponse
- type ModifyDBClusterDeletionRequest
- type ModifyDBClusterDeletionResponse
- type ModifyDBClusterDescriptionRequest
- type ModifyDBClusterDescriptionResponse
- type ModifyDBClusterEndpointRequest
- type ModifyDBClusterEndpointResponse
- type ModifyDBClusterMaintainTimeRequest
- type ModifyDBClusterMaintainTimeResponse
- type ModifyDBClusterMigrationRequest
- type ModifyDBClusterMigrationResponse
- type ModifyDBClusterMonitorRequest
- type ModifyDBClusterMonitorResponse
- type ModifyDBClusterParametersRequest
- type ModifyDBClusterParametersResponse
- type ModifyDBClusterPrimaryZoneRequest
- type ModifyDBClusterPrimaryZoneResponse
- type ModifyDBClusterRequest
- type ModifyDBClusterResourceGroupRequest
- type ModifyDBClusterResourceGroupResponse
- type ModifyDBClusterResponse
- type ModifyDBClusterSSLRequest
- type ModifyDBClusterSSLResponse
- type ModifyDBClusterServerlessConfRequest
- type ModifyDBClusterServerlessConfResponse
- type ModifyDBClusterStorageSpaceRequest
- type ModifyDBClusterStorageSpaceResponse
- type ModifyDBClusterTDERequest
- type ModifyDBClusterTDEResponse
- type ModifyDBDescriptionRequest
- type ModifyDBDescriptionResponse
- type ModifyDBEndpointAddressRequest
- type ModifyDBEndpointAddressResponse
- type ModifyDBNodeClassRequest
- type ModifyDBNodeClassResponse
- type ModifyDBNodeHotReplicaModeRequest
- type ModifyDBNodeHotReplicaModeResponse
- type ModifyDBNodesClassDBNode
- type ModifyDBNodesClassRequest
- type ModifyDBNodesClassResponse
- type ModifyDBNodesParametersRequest
- type ModifyDBNodesParametersResponse
- type ModifyGlobalDatabaseNetworkRequest
- type ModifyGlobalDatabaseNetworkResponse
- type ModifyGlobalSecurityIPGroupNameRequest
- type ModifyGlobalSecurityIPGroupNameResponse
- type ModifyGlobalSecurityIPGroupRelationRequest
- type ModifyGlobalSecurityIPGroupRelationResponse
- type ModifyGlobalSecurityIPGroupRequest
- type ModifyGlobalSecurityIPGroupResponse
- type ModifyLogBackupPolicyRequest
- type ModifyLogBackupPolicyResponse
- type ModifyMaskingRulesRequest
- type ModifyMaskingRulesResponse
- type ModifyPendingMaintenanceActionRequest
- type ModifyPendingMaintenanceActionResponse
- type OpenAITaskRequest
- type OpenAITaskResponse
- type Parameter
- type ParameterDetail
- type ParameterDetailItem
- type ParameterGroup
- type ParameterGroupItem
- type ParameterGroups
- type ParameterGroupsItem
- type ParametersInDescribeDBClusterParameters
- type ParametersInDescribeParameterTemplates
- type ParametersItem
- type PerformanceItem
- type PerformanceItemValue
- type PerformanceKeysInDescribeDBClusterPerformance
- type PerformanceKeysInDescribeDBNodePerformance
- type PerformanceKeysInDescribeDBProxyPerformance
- type PointsInDescribeDBClusterPerformance
- type PointsInDescribeDBNodePerformance
- type PointsInDescribeDBProxyPerformance
- type RdsEndpoint
- type RdsEndpointList
- type RefreshDBClusterStorageUsageRequest
- type RefreshDBClusterStorageUsageResponse
- type Region
- type Regions
- type RelatedAPInstance
- type RemoveDBClusterFromGDNRequest
- type RemoveDBClusterFromGDNResponse
- type ResetAccountRequest
- type ResetAccountResponse
- type ResetGlobalDatabaseNetworkRequest
- type ResetGlobalDatabaseNetworkResponse
- type RestartDBNodeRequest
- type RestartDBNodeResponse
- type RestoreTableRequest
- type RestoreTableResponse
- type RevokeAccountPrivilegeRequest
- type RevokeAccountPrivilegeResponse
- type RuleList
- type RunningParametersInDescribeDBClusterParameters
- type RunningParametersInDescribeDBNodesParameters
- type SQLSlowLog
- type SQLSlowRecord
- type SupportedEngine
- type SupportedEngines
- type SwitchOverGlobalDatabaseNetworkRequest
- type SwitchOverGlobalDatabaseNetworkResponse
- type Tables
- type Tag
- type TagResource
- type TagResources
- type TagResourcesRequest
- type TagResourcesResponse
- type TagResourcesTag
- type TagsInDescribeDBClusterAttribute
- type TagsInDescribeDBClusters
- type Task
- type Tasks
- type TempModifyDBNodeDBNode
- type TempModifyDBNodeRequest
- type TempModifyDBNodeResponse
- type TemplateRecord
- type TimerInfos
- type TimerInfosItem
- type TransformDBClusterPayTypeRequest
- type TransformDBClusterPayTypeResponse
- type TypeList
- type UntagResourcesRequest
- type UntagResourcesResponse
- type UpgradeDBClusterMinorVersionRequest
- type UpgradeDBClusterMinorVersionResponse
- type UpgradeDBClusterVersionRequest
- type UpgradeDBClusterVersionResponse
- type VSwitch
- type VSwitchs
- type Variable
- type Variables
- type Zone
- type Zones
Constants ¶
This section is empty.
Variables ¶
var EndpointMap map[string]string
EndpointMap Endpoint Data
var EndpointType = "regional"
EndpointType regional or central
Functions ¶
func SetClientProperty ¶
SetClientProperty Set Property by Reflect
func SetEndpointDataToClient ¶
func SetEndpointDataToClient(client *Client)
SetEndpointDataToClient Set EndpointMap and ENdpointType
Types ¶
type Account ¶
type Account struct { PrivilegeStatus string `json:"PrivilegeStatus" xml:"PrivilegeStatus"` AccountStatus string `json:"AccountStatus" xml:"AccountStatus"` AccountPrivilege string `json:"AccountPrivilege" xml:"AccountPrivilege"` AccountName string `json:"AccountName" xml:"AccountName"` }
Account is a nested struct in polardb response
type AccountsInDescribeAccounts ¶
type AccountsInDescribeAccounts struct {
DBAccount []DBAccount `json:"DBAccount" xml:"DBAccount"`
}
AccountsInDescribeAccounts is a nested struct in polardb response
type AccountsInDescribeDatabases ¶
type AccountsInDescribeDatabases struct {
Account []Account `json:"Account" xml:"Account"`
}
AccountsInDescribeDatabases is a nested struct in polardb response
type Address ¶
type Address struct { PrivateZoneConnectionString string `json:"PrivateZoneConnectionString" xml:"PrivateZoneConnectionString"` VpcInstanceId string `json:"VpcInstanceId" xml:"VpcInstanceId"` VPCId string `json:"VPCId" xml:"VPCId"` Port string `json:"Port" xml:"Port"` VSwitchId string `json:"VSwitchId" xml:"VSwitchId"` SSLEnabled string `json:"SSLEnabled" xml:"SSLEnabled"` ConnectionString string `json:"ConnectionString" xml:"ConnectionString"` IPAddress string `json:"IPAddress" xml:"IPAddress"` NetType string `json:"NetType" xml:"NetType"` }
Address is a nested struct in polardb response
type AddressItemsInDescribeDBClusterEndpoints ¶ added in v1.61.330
type AddressItemsInDescribeDBClusterEndpoints struct {
Address []Address `json:"Address" xml:"Address"`
}
AddressItemsInDescribeDBClusterEndpoints is a nested struct in polardb response
type AddressItemsInDescribeDBClusterMigration ¶ added in v1.61.330
type AddressItemsInDescribeDBClusterMigration struct {
Address []Address `json:"Address" xml:"Address"`
}
AddressItemsInDescribeDBClusterMigration is a nested struct in polardb response
type AutoRenewAttribute ¶
type AutoRenewAttribute struct { DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` PeriodUnit string `json:"PeriodUnit" xml:"PeriodUnit"` Duration int `json:"Duration" xml:"Duration"` RenewalStatus string `json:"RenewalStatus" xml:"RenewalStatus"` AutoRenewEnabled bool `json:"AutoRenewEnabled" xml:"AutoRenewEnabled"` RegionId string `json:"RegionId" xml:"RegionId"` }
AutoRenewAttribute is a nested struct in polardb response
type AvailableResource ¶ added in v1.61.98
type AvailableResource struct { DBNodeClass string `json:"DBNodeClass" xml:"DBNodeClass"` Category string `json:"Category" xml:"Category"` }
AvailableResource is a nested struct in polardb response
type AvailableResources ¶ added in v1.61.98
type AvailableResources struct {
AvailableResource []AvailableResource `json:"AvailableResource" xml:"AvailableResource"`
}
AvailableResources is a nested struct in polardb response
type AvailableZone ¶ added in v1.61.98
type AvailableZone struct { ZoneId string `json:"ZoneId" xml:"ZoneId"` RegionId string `json:"RegionId" xml:"RegionId"` SupportedEngines []SupportedEngine `json:"SupportedEngines" xml:"SupportedEngines"` }
AvailableZone is a nested struct in polardb response
type AvailableZones ¶ added in v1.61.98
type AvailableZones struct {
AvailableZone []AvailableZone `json:"AvailableZone" xml:"AvailableZone"`
}
AvailableZones is a nested struct in polardb response
type Backup ¶
type Backup struct { ExpectExpireTime string `json:"ExpectExpireTime" xml:"ExpectExpireTime"` IsAvail string `json:"IsAvail" xml:"IsAvail"` BackupMode string `json:"BackupMode" xml:"BackupMode"` BackupSetSize string `json:"BackupSetSize" xml:"BackupSetSize"` BackupEndTime string `json:"BackupEndTime" xml:"BackupEndTime"` BackupMethod string `json:"BackupMethod" xml:"BackupMethod"` BackupType string `json:"BackupType" xml:"BackupType"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` ExpectExpireType string `json:"ExpectExpireType" xml:"ExpectExpireType"` StoreStatus string `json:"StoreStatus" xml:"StoreStatus"` BackupStatus string `json:"BackupStatus" xml:"BackupStatus"` BackupStartTime string `json:"BackupStartTime" xml:"BackupStartTime"` ConsistentTime string `json:"ConsistentTime" xml:"ConsistentTime"` BackupsLevel string `json:"BackupsLevel" xml:"BackupsLevel"` BackupId string `json:"BackupId" xml:"BackupId"` }
Backup is a nested struct in polardb response
type BackupJob ¶ added in v1.61.352
type BackupJob struct { StartTime string `json:"StartTime" xml:"StartTime"` Process string `json:"Process" xml:"Process"` BackupJobId string `json:"BackupJobId" xml:"BackupJobId"` JobMode string `json:"JobMode" xml:"JobMode"` BackupProgressStatus string `json:"BackupProgressStatus" xml:"BackupProgressStatus"` TaskAction string `json:"TaskAction" xml:"TaskAction"` }
BackupJob is a nested struct in polardb response
type BackupLog ¶ added in v1.60.359
type BackupLog struct { BackupLogId string `json:"BackupLogId" xml:"BackupLogId"` IntranetDownloadLink string `json:"IntranetDownloadLink" xml:"IntranetDownloadLink"` LinkExpiredTime string `json:"LinkExpiredTime" xml:"LinkExpiredTime"` BackupLogStartTime string `json:"BackupLogStartTime" xml:"BackupLogStartTime"` BackupLogEndTime string `json:"BackupLogEndTime" xml:"BackupLogEndTime"` DownloadLink string `json:"DownloadLink" xml:"DownloadLink"` BackupLogSize string `json:"BackupLogSize" xml:"BackupLogSize"` BackupLogName string `json:"BackupLogName" xml:"BackupLogName"` }
BackupLog is a nested struct in polardb response
type CancelScheduleTasksRequest ¶ added in v1.61.838
type CancelScheduleTasksRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` TaskId string `position:"Query" name:"TaskId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
CancelScheduleTasksRequest is the request struct for api CancelScheduleTasks
func CreateCancelScheduleTasksRequest ¶ added in v1.61.838
func CreateCancelScheduleTasksRequest() (request *CancelScheduleTasksRequest)
CreateCancelScheduleTasksRequest creates a request to invoke CancelScheduleTasks API
type CancelScheduleTasksResponse ¶ added in v1.61.838
type CancelScheduleTasksResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Success bool `json:"Success" xml:"Success"` }
CancelScheduleTasksResponse is the response struct for api CancelScheduleTasks
func CreateCancelScheduleTasksResponse ¶ added in v1.61.838
func CreateCancelScheduleTasksResponse() (response *CancelScheduleTasksResponse)
CreateCancelScheduleTasksResponse creates a response to parse from CancelScheduleTasks response
type CharacterSetNameItems ¶ added in v1.61.838
type CharacterSetNameItems struct {
CharacterSetName []string `json:"CharacterSetName" xml:"CharacterSetName"`
}
CharacterSetNameItems is a nested struct in polardb response
type CheckAccountNameRequest ¶ added in v1.61.838
type CheckAccountNameRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` AccountName string `position:"Query" name:"AccountName"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
CheckAccountNameRequest is the request struct for api CheckAccountName
func CreateCheckAccountNameRequest ¶ added in v1.61.838
func CreateCheckAccountNameRequest() (request *CheckAccountNameRequest)
CreateCheckAccountNameRequest creates a request to invoke CheckAccountName API
type CheckAccountNameResponse ¶ added in v1.61.838
type CheckAccountNameResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
CheckAccountNameResponse is the response struct for api CheckAccountName
func CreateCheckAccountNameResponse ¶ added in v1.61.838
func CreateCheckAccountNameResponse() (response *CheckAccountNameResponse)
CreateCheckAccountNameResponse creates a response to parse from CheckAccountName response
type CheckDBNameRequest ¶ added in v1.61.838
type CheckDBNameRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` DBName string `position:"Query" name:"DBName"` }
CheckDBNameRequest is the request struct for api CheckDBName
func CreateCheckDBNameRequest ¶ added in v1.61.838
func CreateCheckDBNameRequest() (request *CheckDBNameRequest)
CreateCheckDBNameRequest creates a request to invoke CheckDBName API
type CheckDBNameResponse ¶ added in v1.61.838
type CheckDBNameResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` DBName string `json:"DBName" xml:"DBName"` }
CheckDBNameResponse is the response struct for api CheckDBName
func CreateCheckDBNameResponse ¶ added in v1.61.838
func CreateCheckDBNameResponse() (response *CheckDBNameResponse)
CreateCheckDBNameResponse creates a response to parse from CheckDBName response
type CheckKMSAuthorizedRequest ¶ added in v1.61.1826
type CheckKMSAuthorizedRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` TDERegion string `position:"Query" name:"TDERegion"` }
CheckKMSAuthorizedRequest is the request struct for api CheckKMSAuthorized
func CreateCheckKMSAuthorizedRequest ¶ added in v1.61.1826
func CreateCheckKMSAuthorizedRequest() (request *CheckKMSAuthorizedRequest)
CreateCheckKMSAuthorizedRequest creates a request to invoke CheckKMSAuthorized API
type CheckKMSAuthorizedResponse ¶ added in v1.61.1826
type CheckKMSAuthorizedResponse struct { *responses.BaseResponse AuthorizationState int `json:"AuthorizationState" xml:"AuthorizationState"` RequestId string `json:"RequestId" xml:"RequestId"` RoleArn string `json:"RoleArn" xml:"RoleArn"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` }
CheckKMSAuthorizedResponse is the response struct for api CheckKMSAuthorized
func CreateCheckKMSAuthorizedResponse ¶ added in v1.61.1826
func CreateCheckKMSAuthorizedResponse() (response *CheckKMSAuthorizedResponse)
CreateCheckKMSAuthorizedResponse creates a response to parse from CheckKMSAuthorized response
type CheckServiceLinkedRoleRequest ¶ added in v1.62.478
type CheckServiceLinkedRoleRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
CheckServiceLinkedRoleRequest is the request struct for api CheckServiceLinkedRole
func CreateCheckServiceLinkedRoleRequest ¶ added in v1.62.478
func CreateCheckServiceLinkedRoleRequest() (request *CheckServiceLinkedRoleRequest)
CreateCheckServiceLinkedRoleRequest creates a request to invoke CheckServiceLinkedRole API
type CheckServiceLinkedRoleResponse ¶ added in v1.62.478
type CheckServiceLinkedRoleResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` HasServiceLinkedRole bool `json:"HasServiceLinkedRole" xml:"HasServiceLinkedRole"` }
CheckServiceLinkedRoleResponse is the response struct for api CheckServiceLinkedRole
func CreateCheckServiceLinkedRoleResponse ¶ added in v1.62.478
func CreateCheckServiceLinkedRoleResponse() (response *CheckServiceLinkedRoleResponse)
CreateCheckServiceLinkedRoleResponse creates a response to parse from CheckServiceLinkedRole response
type Client ¶
Client is the sdk client struct, each func corresponds to an OpenAPI
func NewClientWithAccessKey ¶
func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error)
NewClientWithAccessKey is a shortcut to create sdk client with accesskey usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithEcsRamRole ¶
NewClientWithEcsRamRole is a shortcut to create sdk client with ecs ram role usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithOptions ¶
func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error)
NewClientWithOptions creates a sdk client with regionId/sdkConfig/credential this is the common api to create a sdk client
func NewClientWithProvider ¶
func NewClientWithProvider(regionId string, providers ...provider.Provider) (client *Client, err error)
NewClientWithProvider creates a sdk client with providers usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithRamRoleArn ¶
func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error)
NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithRamRoleArnAndPolicy ¶
func NewClientWithRamRoleArnAndPolicy(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName, policy string) (client *Client, err error)
NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn and policy usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithRsaKeyPair ¶
func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error)
NewClientWithRsaKeyPair is a shortcut to create sdk client with rsa key pair usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithStsToken ¶
func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error)
NewClientWithStsToken is a shortcut to create sdk client with sts token usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func (*Client) CancelScheduleTasks ¶ added in v1.61.838
func (client *Client) CancelScheduleTasks(request *CancelScheduleTasksRequest) (response *CancelScheduleTasksResponse, err error)
CancelScheduleTasks invokes the polardb.CancelScheduleTasks API synchronously
func (*Client) CancelScheduleTasksWithCallback ¶ added in v1.61.838
func (client *Client) CancelScheduleTasksWithCallback(request *CancelScheduleTasksRequest, callback func(response *CancelScheduleTasksResponse, err error)) <-chan int
CancelScheduleTasksWithCallback invokes the polardb.CancelScheduleTasks API asynchronously
func (*Client) CancelScheduleTasksWithChan ¶ added in v1.61.838
func (client *Client) CancelScheduleTasksWithChan(request *CancelScheduleTasksRequest) (<-chan *CancelScheduleTasksResponse, <-chan error)
CancelScheduleTasksWithChan invokes the polardb.CancelScheduleTasks API asynchronously
func (*Client) CheckAccountName ¶ added in v1.61.838
func (client *Client) CheckAccountName(request *CheckAccountNameRequest) (response *CheckAccountNameResponse, err error)
CheckAccountName invokes the polardb.CheckAccountName API synchronously
func (*Client) CheckAccountNameWithCallback ¶ added in v1.61.838
func (client *Client) CheckAccountNameWithCallback(request *CheckAccountNameRequest, callback func(response *CheckAccountNameResponse, err error)) <-chan int
CheckAccountNameWithCallback invokes the polardb.CheckAccountName API asynchronously
func (*Client) CheckAccountNameWithChan ¶ added in v1.61.838
func (client *Client) CheckAccountNameWithChan(request *CheckAccountNameRequest) (<-chan *CheckAccountNameResponse, <-chan error)
CheckAccountNameWithChan invokes the polardb.CheckAccountName API asynchronously
func (*Client) CheckDBName ¶ added in v1.61.838
func (client *Client) CheckDBName(request *CheckDBNameRequest) (response *CheckDBNameResponse, err error)
CheckDBName invokes the polardb.CheckDBName API synchronously
func (*Client) CheckDBNameWithCallback ¶ added in v1.61.838
func (client *Client) CheckDBNameWithCallback(request *CheckDBNameRequest, callback func(response *CheckDBNameResponse, err error)) <-chan int
CheckDBNameWithCallback invokes the polardb.CheckDBName API asynchronously
func (*Client) CheckDBNameWithChan ¶ added in v1.61.838
func (client *Client) CheckDBNameWithChan(request *CheckDBNameRequest) (<-chan *CheckDBNameResponse, <-chan error)
CheckDBNameWithChan invokes the polardb.CheckDBName API asynchronously
func (*Client) CheckKMSAuthorized ¶ added in v1.61.1826
func (client *Client) CheckKMSAuthorized(request *CheckKMSAuthorizedRequest) (response *CheckKMSAuthorizedResponse, err error)
CheckKMSAuthorized invokes the polardb.CheckKMSAuthorized API synchronously
func (*Client) CheckKMSAuthorizedWithCallback ¶ added in v1.61.1826
func (client *Client) CheckKMSAuthorizedWithCallback(request *CheckKMSAuthorizedRequest, callback func(response *CheckKMSAuthorizedResponse, err error)) <-chan int
CheckKMSAuthorizedWithCallback invokes the polardb.CheckKMSAuthorized API asynchronously
func (*Client) CheckKMSAuthorizedWithChan ¶ added in v1.61.1826
func (client *Client) CheckKMSAuthorizedWithChan(request *CheckKMSAuthorizedRequest) (<-chan *CheckKMSAuthorizedResponse, <-chan error)
CheckKMSAuthorizedWithChan invokes the polardb.CheckKMSAuthorized API asynchronously
func (*Client) CheckServiceLinkedRole ¶ added in v1.62.478
func (client *Client) CheckServiceLinkedRole(request *CheckServiceLinkedRoleRequest) (response *CheckServiceLinkedRoleResponse, err error)
CheckServiceLinkedRole invokes the polardb.CheckServiceLinkedRole API synchronously
func (*Client) CheckServiceLinkedRoleWithCallback ¶ added in v1.62.478
func (client *Client) CheckServiceLinkedRoleWithCallback(request *CheckServiceLinkedRoleRequest, callback func(response *CheckServiceLinkedRoleResponse, err error)) <-chan int
CheckServiceLinkedRoleWithCallback invokes the polardb.CheckServiceLinkedRole API asynchronously
func (*Client) CheckServiceLinkedRoleWithChan ¶ added in v1.62.478
func (client *Client) CheckServiceLinkedRoleWithChan(request *CheckServiceLinkedRoleRequest) (<-chan *CheckServiceLinkedRoleResponse, <-chan error)
CheckServiceLinkedRoleWithChan invokes the polardb.CheckServiceLinkedRole API asynchronously
func (*Client) CloseAITask ¶ added in v1.61.1710
func (client *Client) CloseAITask(request *CloseAITaskRequest) (response *CloseAITaskResponse, err error)
CloseAITask invokes the polardb.CloseAITask API synchronously
func (*Client) CloseAITaskWithCallback ¶ added in v1.61.1710
func (client *Client) CloseAITaskWithCallback(request *CloseAITaskRequest, callback func(response *CloseAITaskResponse, err error)) <-chan int
CloseAITaskWithCallback invokes the polardb.CloseAITask API asynchronously
func (*Client) CloseAITaskWithChan ¶ added in v1.61.1710
func (client *Client) CloseAITaskWithChan(request *CloseAITaskRequest) (<-chan *CloseAITaskResponse, <-chan error)
CloseAITaskWithChan invokes the polardb.CloseAITask API asynchronously
func (*Client) CloseDBClusterMigration ¶
func (client *Client) CloseDBClusterMigration(request *CloseDBClusterMigrationRequest) (response *CloseDBClusterMigrationResponse, err error)
CloseDBClusterMigration invokes the polardb.CloseDBClusterMigration API synchronously
func (*Client) CloseDBClusterMigrationWithCallback ¶
func (client *Client) CloseDBClusterMigrationWithCallback(request *CloseDBClusterMigrationRequest, callback func(response *CloseDBClusterMigrationResponse, err error)) <-chan int
CloseDBClusterMigrationWithCallback invokes the polardb.CloseDBClusterMigration API asynchronously
func (*Client) CloseDBClusterMigrationWithChan ¶
func (client *Client) CloseDBClusterMigrationWithChan(request *CloseDBClusterMigrationRequest) (<-chan *CloseDBClusterMigrationResponse, <-chan error)
CloseDBClusterMigrationWithChan invokes the polardb.CloseDBClusterMigration API asynchronously
func (*Client) CreateAccount ¶
func (client *Client) CreateAccount(request *CreateAccountRequest) (response *CreateAccountResponse, err error)
CreateAccount invokes the polardb.CreateAccount API synchronously
func (*Client) CreateAccountWithCallback ¶
func (client *Client) CreateAccountWithCallback(request *CreateAccountRequest, callback func(response *CreateAccountResponse, err error)) <-chan int
CreateAccountWithCallback invokes the polardb.CreateAccount API asynchronously
func (*Client) CreateAccountWithChan ¶
func (client *Client) CreateAccountWithChan(request *CreateAccountRequest) (<-chan *CreateAccountResponse, <-chan error)
CreateAccountWithChan invokes the polardb.CreateAccount API asynchronously
func (*Client) CreateBackup ¶
func (client *Client) CreateBackup(request *CreateBackupRequest) (response *CreateBackupResponse, err error)
CreateBackup invokes the polardb.CreateBackup API synchronously
func (*Client) CreateBackupWithCallback ¶
func (client *Client) CreateBackupWithCallback(request *CreateBackupRequest, callback func(response *CreateBackupResponse, err error)) <-chan int
CreateBackupWithCallback invokes the polardb.CreateBackup API asynchronously
func (*Client) CreateBackupWithChan ¶
func (client *Client) CreateBackupWithChan(request *CreateBackupRequest) (<-chan *CreateBackupResponse, <-chan error)
CreateBackupWithChan invokes the polardb.CreateBackup API asynchronously
func (*Client) CreateDBCluster ¶
func (client *Client) CreateDBCluster(request *CreateDBClusterRequest) (response *CreateDBClusterResponse, err error)
CreateDBCluster invokes the polardb.CreateDBCluster API synchronously
func (*Client) CreateDBClusterEndpoint ¶
func (client *Client) CreateDBClusterEndpoint(request *CreateDBClusterEndpointRequest) (response *CreateDBClusterEndpointResponse, err error)
CreateDBClusterEndpoint invokes the polardb.CreateDBClusterEndpoint API synchronously
func (*Client) CreateDBClusterEndpointWithCallback ¶
func (client *Client) CreateDBClusterEndpointWithCallback(request *CreateDBClusterEndpointRequest, callback func(response *CreateDBClusterEndpointResponse, err error)) <-chan int
CreateDBClusterEndpointWithCallback invokes the polardb.CreateDBClusterEndpoint API asynchronously
func (*Client) CreateDBClusterEndpointWithChan ¶
func (client *Client) CreateDBClusterEndpointWithChan(request *CreateDBClusterEndpointRequest) (<-chan *CreateDBClusterEndpointResponse, <-chan error)
CreateDBClusterEndpointWithChan invokes the polardb.CreateDBClusterEndpoint API asynchronously
func (*Client) CreateDBClusterWithCallback ¶
func (client *Client) CreateDBClusterWithCallback(request *CreateDBClusterRequest, callback func(response *CreateDBClusterResponse, err error)) <-chan int
CreateDBClusterWithCallback invokes the polardb.CreateDBCluster API asynchronously
func (*Client) CreateDBClusterWithChan ¶
func (client *Client) CreateDBClusterWithChan(request *CreateDBClusterRequest) (<-chan *CreateDBClusterResponse, <-chan error)
CreateDBClusterWithChan invokes the polardb.CreateDBCluster API asynchronously
func (*Client) CreateDBEndpointAddress ¶
func (client *Client) CreateDBEndpointAddress(request *CreateDBEndpointAddressRequest) (response *CreateDBEndpointAddressResponse, err error)
CreateDBEndpointAddress invokes the polardb.CreateDBEndpointAddress API synchronously
func (*Client) CreateDBEndpointAddressWithCallback ¶
func (client *Client) CreateDBEndpointAddressWithCallback(request *CreateDBEndpointAddressRequest, callback func(response *CreateDBEndpointAddressResponse, err error)) <-chan int
CreateDBEndpointAddressWithCallback invokes the polardb.CreateDBEndpointAddress API asynchronously
func (*Client) CreateDBEndpointAddressWithChan ¶
func (client *Client) CreateDBEndpointAddressWithChan(request *CreateDBEndpointAddressRequest) (<-chan *CreateDBEndpointAddressResponse, <-chan error)
CreateDBEndpointAddressWithChan invokes the polardb.CreateDBEndpointAddress API asynchronously
func (*Client) CreateDBLink ¶ added in v1.61.732
func (client *Client) CreateDBLink(request *CreateDBLinkRequest) (response *CreateDBLinkResponse, err error)
CreateDBLink invokes the polardb.CreateDBLink API synchronously
func (*Client) CreateDBLinkWithCallback ¶ added in v1.61.732
func (client *Client) CreateDBLinkWithCallback(request *CreateDBLinkRequest, callback func(response *CreateDBLinkResponse, err error)) <-chan int
CreateDBLinkWithCallback invokes the polardb.CreateDBLink API asynchronously
func (*Client) CreateDBLinkWithChan ¶ added in v1.61.732
func (client *Client) CreateDBLinkWithChan(request *CreateDBLinkRequest) (<-chan *CreateDBLinkResponse, <-chan error)
CreateDBLinkWithChan invokes the polardb.CreateDBLink API asynchronously
func (*Client) CreateDBNodes ¶
func (client *Client) CreateDBNodes(request *CreateDBNodesRequest) (response *CreateDBNodesResponse, err error)
CreateDBNodes invokes the polardb.CreateDBNodes API synchronously
func (*Client) CreateDBNodesWithCallback ¶
func (client *Client) CreateDBNodesWithCallback(request *CreateDBNodesRequest, callback func(response *CreateDBNodesResponse, err error)) <-chan int
CreateDBNodesWithCallback invokes the polardb.CreateDBNodes API asynchronously
func (*Client) CreateDBNodesWithChan ¶
func (client *Client) CreateDBNodesWithChan(request *CreateDBNodesRequest) (<-chan *CreateDBNodesResponse, <-chan error)
CreateDBNodesWithChan invokes the polardb.CreateDBNodes API asynchronously
func (*Client) CreateDatabase ¶
func (client *Client) CreateDatabase(request *CreateDatabaseRequest) (response *CreateDatabaseResponse, err error)
CreateDatabase invokes the polardb.CreateDatabase API synchronously
func (*Client) CreateDatabaseWithCallback ¶
func (client *Client) CreateDatabaseWithCallback(request *CreateDatabaseRequest, callback func(response *CreateDatabaseResponse, err error)) <-chan int
CreateDatabaseWithCallback invokes the polardb.CreateDatabase API asynchronously
func (*Client) CreateDatabaseWithChan ¶
func (client *Client) CreateDatabaseWithChan(request *CreateDatabaseRequest) (<-chan *CreateDatabaseResponse, <-chan error)
CreateDatabaseWithChan invokes the polardb.CreateDatabase API asynchronously
func (*Client) CreateGlobalDatabaseNetwork ¶ added in v1.61.1155
func (client *Client) CreateGlobalDatabaseNetwork(request *CreateGlobalDatabaseNetworkRequest) (response *CreateGlobalDatabaseNetworkResponse, err error)
CreateGlobalDatabaseNetwork invokes the polardb.CreateGlobalDatabaseNetwork API synchronously
func (*Client) CreateGlobalDatabaseNetworkWithCallback ¶ added in v1.61.1155
func (client *Client) CreateGlobalDatabaseNetworkWithCallback(request *CreateGlobalDatabaseNetworkRequest, callback func(response *CreateGlobalDatabaseNetworkResponse, err error)) <-chan int
CreateGlobalDatabaseNetworkWithCallback invokes the polardb.CreateGlobalDatabaseNetwork API asynchronously
func (*Client) CreateGlobalDatabaseNetworkWithChan ¶ added in v1.61.1155
func (client *Client) CreateGlobalDatabaseNetworkWithChan(request *CreateGlobalDatabaseNetworkRequest) (<-chan *CreateGlobalDatabaseNetworkResponse, <-chan error)
CreateGlobalDatabaseNetworkWithChan invokes the polardb.CreateGlobalDatabaseNetwork API asynchronously
func (*Client) CreateGlobalSecurityIPGroup ¶ added in v1.61.1826
func (client *Client) CreateGlobalSecurityIPGroup(request *CreateGlobalSecurityIPGroupRequest) (response *CreateGlobalSecurityIPGroupResponse, err error)
CreateGlobalSecurityIPGroup invokes the polardb.CreateGlobalSecurityIPGroup API synchronously
func (*Client) CreateGlobalSecurityIPGroupWithCallback ¶ added in v1.61.1826
func (client *Client) CreateGlobalSecurityIPGroupWithCallback(request *CreateGlobalSecurityIPGroupRequest, callback func(response *CreateGlobalSecurityIPGroupResponse, err error)) <-chan int
CreateGlobalSecurityIPGroupWithCallback invokes the polardb.CreateGlobalSecurityIPGroup API asynchronously
func (*Client) CreateGlobalSecurityIPGroupWithChan ¶ added in v1.61.1826
func (client *Client) CreateGlobalSecurityIPGroupWithChan(request *CreateGlobalSecurityIPGroupRequest) (<-chan *CreateGlobalSecurityIPGroupResponse, <-chan error)
CreateGlobalSecurityIPGroupWithChan invokes the polardb.CreateGlobalSecurityIPGroup API asynchronously
func (*Client) CreateParameterGroup ¶ added in v1.61.975
func (client *Client) CreateParameterGroup(request *CreateParameterGroupRequest) (response *CreateParameterGroupResponse, err error)
CreateParameterGroup invokes the polardb.CreateParameterGroup API synchronously
func (*Client) CreateParameterGroupWithCallback ¶ added in v1.61.975
func (client *Client) CreateParameterGroupWithCallback(request *CreateParameterGroupRequest, callback func(response *CreateParameterGroupResponse, err error)) <-chan int
CreateParameterGroupWithCallback invokes the polardb.CreateParameterGroup API asynchronously
func (*Client) CreateParameterGroupWithChan ¶ added in v1.61.975
func (client *Client) CreateParameterGroupWithChan(request *CreateParameterGroupRequest) (<-chan *CreateParameterGroupResponse, <-chan error)
CreateParameterGroupWithChan invokes the polardb.CreateParameterGroup API asynchronously
func (*Client) CreateServiceLinkedRole ¶ added in v1.62.478
func (client *Client) CreateServiceLinkedRole(request *CreateServiceLinkedRoleRequest) (response *CreateServiceLinkedRoleResponse, err error)
CreateServiceLinkedRole invokes the polardb.CreateServiceLinkedRole API synchronously
func (*Client) CreateServiceLinkedRoleWithCallback ¶ added in v1.62.478
func (client *Client) CreateServiceLinkedRoleWithCallback(request *CreateServiceLinkedRoleRequest, callback func(response *CreateServiceLinkedRoleResponse, err error)) <-chan int
CreateServiceLinkedRoleWithCallback invokes the polardb.CreateServiceLinkedRole API asynchronously
func (*Client) CreateServiceLinkedRoleWithChan ¶ added in v1.62.478
func (client *Client) CreateServiceLinkedRoleWithChan(request *CreateServiceLinkedRoleRequest) (<-chan *CreateServiceLinkedRoleResponse, <-chan error)
CreateServiceLinkedRoleWithChan invokes the polardb.CreateServiceLinkedRole API asynchronously
func (*Client) CreateStoragePlan ¶ added in v1.61.1271
func (client *Client) CreateStoragePlan(request *CreateStoragePlanRequest) (response *CreateStoragePlanResponse, err error)
CreateStoragePlan invokes the polardb.CreateStoragePlan API synchronously
func (*Client) CreateStoragePlanWithCallback ¶ added in v1.61.1271
func (client *Client) CreateStoragePlanWithCallback(request *CreateStoragePlanRequest, callback func(response *CreateStoragePlanResponse, err error)) <-chan int
CreateStoragePlanWithCallback invokes the polardb.CreateStoragePlan API asynchronously
func (*Client) CreateStoragePlanWithChan ¶ added in v1.61.1271
func (client *Client) CreateStoragePlanWithChan(request *CreateStoragePlanRequest) (<-chan *CreateStoragePlanResponse, <-chan error)
CreateStoragePlanWithChan invokes the polardb.CreateStoragePlan API asynchronously
func (*Client) DeleteAccount ¶
func (client *Client) DeleteAccount(request *DeleteAccountRequest) (response *DeleteAccountResponse, err error)
DeleteAccount invokes the polardb.DeleteAccount API synchronously
func (*Client) DeleteAccountWithCallback ¶
func (client *Client) DeleteAccountWithCallback(request *DeleteAccountRequest, callback func(response *DeleteAccountResponse, err error)) <-chan int
DeleteAccountWithCallback invokes the polardb.DeleteAccount API asynchronously
func (*Client) DeleteAccountWithChan ¶
func (client *Client) DeleteAccountWithChan(request *DeleteAccountRequest) (<-chan *DeleteAccountResponse, <-chan error)
DeleteAccountWithChan invokes the polardb.DeleteAccount API asynchronously
func (*Client) DeleteBackup ¶
func (client *Client) DeleteBackup(request *DeleteBackupRequest) (response *DeleteBackupResponse, err error)
DeleteBackup invokes the polardb.DeleteBackup API synchronously
func (*Client) DeleteBackupWithCallback ¶
func (client *Client) DeleteBackupWithCallback(request *DeleteBackupRequest, callback func(response *DeleteBackupResponse, err error)) <-chan int
DeleteBackupWithCallback invokes the polardb.DeleteBackup API asynchronously
func (*Client) DeleteBackupWithChan ¶
func (client *Client) DeleteBackupWithChan(request *DeleteBackupRequest) (<-chan *DeleteBackupResponse, <-chan error)
DeleteBackupWithChan invokes the polardb.DeleteBackup API asynchronously
func (*Client) DeleteDBCluster ¶
func (client *Client) DeleteDBCluster(request *DeleteDBClusterRequest) (response *DeleteDBClusterResponse, err error)
DeleteDBCluster invokes the polardb.DeleteDBCluster API synchronously
func (*Client) DeleteDBClusterEndpoint ¶
func (client *Client) DeleteDBClusterEndpoint(request *DeleteDBClusterEndpointRequest) (response *DeleteDBClusterEndpointResponse, err error)
DeleteDBClusterEndpoint invokes the polardb.DeleteDBClusterEndpoint API synchronously
func (*Client) DeleteDBClusterEndpointWithCallback ¶
func (client *Client) DeleteDBClusterEndpointWithCallback(request *DeleteDBClusterEndpointRequest, callback func(response *DeleteDBClusterEndpointResponse, err error)) <-chan int
DeleteDBClusterEndpointWithCallback invokes the polardb.DeleteDBClusterEndpoint API asynchronously
func (*Client) DeleteDBClusterEndpointWithChan ¶
func (client *Client) DeleteDBClusterEndpointWithChan(request *DeleteDBClusterEndpointRequest) (<-chan *DeleteDBClusterEndpointResponse, <-chan error)
DeleteDBClusterEndpointWithChan invokes the polardb.DeleteDBClusterEndpoint API asynchronously
func (*Client) DeleteDBClusterWithCallback ¶
func (client *Client) DeleteDBClusterWithCallback(request *DeleteDBClusterRequest, callback func(response *DeleteDBClusterResponse, err error)) <-chan int
DeleteDBClusterWithCallback invokes the polardb.DeleteDBCluster API asynchronously
func (*Client) DeleteDBClusterWithChan ¶
func (client *Client) DeleteDBClusterWithChan(request *DeleteDBClusterRequest) (<-chan *DeleteDBClusterResponse, <-chan error)
DeleteDBClusterWithChan invokes the polardb.DeleteDBCluster API asynchronously
func (*Client) DeleteDBEndpointAddress ¶
func (client *Client) DeleteDBEndpointAddress(request *DeleteDBEndpointAddressRequest) (response *DeleteDBEndpointAddressResponse, err error)
DeleteDBEndpointAddress invokes the polardb.DeleteDBEndpointAddress API synchronously
func (*Client) DeleteDBEndpointAddressWithCallback ¶
func (client *Client) DeleteDBEndpointAddressWithCallback(request *DeleteDBEndpointAddressRequest, callback func(response *DeleteDBEndpointAddressResponse, err error)) <-chan int
DeleteDBEndpointAddressWithCallback invokes the polardb.DeleteDBEndpointAddress API asynchronously
func (*Client) DeleteDBEndpointAddressWithChan ¶
func (client *Client) DeleteDBEndpointAddressWithChan(request *DeleteDBEndpointAddressRequest) (<-chan *DeleteDBEndpointAddressResponse, <-chan error)
DeleteDBEndpointAddressWithChan invokes the polardb.DeleteDBEndpointAddress API asynchronously
func (*Client) DeleteDBLink ¶ added in v1.61.732
func (client *Client) DeleteDBLink(request *DeleteDBLinkRequest) (response *DeleteDBLinkResponse, err error)
DeleteDBLink invokes the polardb.DeleteDBLink API synchronously
func (*Client) DeleteDBLinkWithCallback ¶ added in v1.61.732
func (client *Client) DeleteDBLinkWithCallback(request *DeleteDBLinkRequest, callback func(response *DeleteDBLinkResponse, err error)) <-chan int
DeleteDBLinkWithCallback invokes the polardb.DeleteDBLink API asynchronously
func (*Client) DeleteDBLinkWithChan ¶ added in v1.61.732
func (client *Client) DeleteDBLinkWithChan(request *DeleteDBLinkRequest) (<-chan *DeleteDBLinkResponse, <-chan error)
DeleteDBLinkWithChan invokes the polardb.DeleteDBLink API asynchronously
func (*Client) DeleteDBNodes ¶
func (client *Client) DeleteDBNodes(request *DeleteDBNodesRequest) (response *DeleteDBNodesResponse, err error)
DeleteDBNodes invokes the polardb.DeleteDBNodes API synchronously
func (*Client) DeleteDBNodesWithCallback ¶
func (client *Client) DeleteDBNodesWithCallback(request *DeleteDBNodesRequest, callback func(response *DeleteDBNodesResponse, err error)) <-chan int
DeleteDBNodesWithCallback invokes the polardb.DeleteDBNodes API asynchronously
func (*Client) DeleteDBNodesWithChan ¶
func (client *Client) DeleteDBNodesWithChan(request *DeleteDBNodesRequest) (<-chan *DeleteDBNodesResponse, <-chan error)
DeleteDBNodesWithChan invokes the polardb.DeleteDBNodes API asynchronously
func (*Client) DeleteDatabase ¶
func (client *Client) DeleteDatabase(request *DeleteDatabaseRequest) (response *DeleteDatabaseResponse, err error)
DeleteDatabase invokes the polardb.DeleteDatabase API synchronously
func (*Client) DeleteDatabaseWithCallback ¶
func (client *Client) DeleteDatabaseWithCallback(request *DeleteDatabaseRequest, callback func(response *DeleteDatabaseResponse, err error)) <-chan int
DeleteDatabaseWithCallback invokes the polardb.DeleteDatabase API asynchronously
func (*Client) DeleteDatabaseWithChan ¶
func (client *Client) DeleteDatabaseWithChan(request *DeleteDatabaseRequest) (<-chan *DeleteDatabaseResponse, <-chan error)
DeleteDatabaseWithChan invokes the polardb.DeleteDatabase API asynchronously
func (*Client) DeleteGlobalDatabaseNetwork ¶ added in v1.61.1155
func (client *Client) DeleteGlobalDatabaseNetwork(request *DeleteGlobalDatabaseNetworkRequest) (response *DeleteGlobalDatabaseNetworkResponse, err error)
DeleteGlobalDatabaseNetwork invokes the polardb.DeleteGlobalDatabaseNetwork API synchronously
func (*Client) DeleteGlobalDatabaseNetworkWithCallback ¶ added in v1.61.1155
func (client *Client) DeleteGlobalDatabaseNetworkWithCallback(request *DeleteGlobalDatabaseNetworkRequest, callback func(response *DeleteGlobalDatabaseNetworkResponse, err error)) <-chan int
DeleteGlobalDatabaseNetworkWithCallback invokes the polardb.DeleteGlobalDatabaseNetwork API asynchronously
func (*Client) DeleteGlobalDatabaseNetworkWithChan ¶ added in v1.61.1155
func (client *Client) DeleteGlobalDatabaseNetworkWithChan(request *DeleteGlobalDatabaseNetworkRequest) (<-chan *DeleteGlobalDatabaseNetworkResponse, <-chan error)
DeleteGlobalDatabaseNetworkWithChan invokes the polardb.DeleteGlobalDatabaseNetwork API asynchronously
func (*Client) DeleteGlobalSecurityIPGroup ¶ added in v1.61.1826
func (client *Client) DeleteGlobalSecurityIPGroup(request *DeleteGlobalSecurityIPGroupRequest) (response *DeleteGlobalSecurityIPGroupResponse, err error)
DeleteGlobalSecurityIPGroup invokes the polardb.DeleteGlobalSecurityIPGroup API synchronously
func (*Client) DeleteGlobalSecurityIPGroupWithCallback ¶ added in v1.61.1826
func (client *Client) DeleteGlobalSecurityIPGroupWithCallback(request *DeleteGlobalSecurityIPGroupRequest, callback func(response *DeleteGlobalSecurityIPGroupResponse, err error)) <-chan int
DeleteGlobalSecurityIPGroupWithCallback invokes the polardb.DeleteGlobalSecurityIPGroup API asynchronously
func (*Client) DeleteGlobalSecurityIPGroupWithChan ¶ added in v1.61.1826
func (client *Client) DeleteGlobalSecurityIPGroupWithChan(request *DeleteGlobalSecurityIPGroupRequest) (<-chan *DeleteGlobalSecurityIPGroupResponse, <-chan error)
DeleteGlobalSecurityIPGroupWithChan invokes the polardb.DeleteGlobalSecurityIPGroup API asynchronously
func (*Client) DeleteMaskingRules ¶ added in v1.61.1203
func (client *Client) DeleteMaskingRules(request *DeleteMaskingRulesRequest) (response *DeleteMaskingRulesResponse, err error)
DeleteMaskingRules invokes the polardb.DeleteMaskingRules API synchronously
func (*Client) DeleteMaskingRulesWithCallback ¶ added in v1.61.1203
func (client *Client) DeleteMaskingRulesWithCallback(request *DeleteMaskingRulesRequest, callback func(response *DeleteMaskingRulesResponse, err error)) <-chan int
DeleteMaskingRulesWithCallback invokes the polardb.DeleteMaskingRules API asynchronously
func (*Client) DeleteMaskingRulesWithChan ¶ added in v1.61.1203
func (client *Client) DeleteMaskingRulesWithChan(request *DeleteMaskingRulesRequest) (<-chan *DeleteMaskingRulesResponse, <-chan error)
DeleteMaskingRulesWithChan invokes the polardb.DeleteMaskingRules API asynchronously
func (*Client) DeleteParameterGroup ¶ added in v1.61.975
func (client *Client) DeleteParameterGroup(request *DeleteParameterGroupRequest) (response *DeleteParameterGroupResponse, err error)
DeleteParameterGroup invokes the polardb.DeleteParameterGroup API synchronously
func (*Client) DeleteParameterGroupWithCallback ¶ added in v1.61.975
func (client *Client) DeleteParameterGroupWithCallback(request *DeleteParameterGroupRequest, callback func(response *DeleteParameterGroupResponse, err error)) <-chan int
DeleteParameterGroupWithCallback invokes the polardb.DeleteParameterGroup API asynchronously
func (*Client) DeleteParameterGroupWithChan ¶ added in v1.61.975
func (client *Client) DeleteParameterGroupWithChan(request *DeleteParameterGroupRequest) (<-chan *DeleteParameterGroupResponse, <-chan error)
DeleteParameterGroupWithChan invokes the polardb.DeleteParameterGroup API asynchronously
func (*Client) DescribeAITaskStatus ¶ added in v1.61.1710
func (client *Client) DescribeAITaskStatus(request *DescribeAITaskStatusRequest) (response *DescribeAITaskStatusResponse, err error)
DescribeAITaskStatus invokes the polardb.DescribeAITaskStatus API synchronously
func (*Client) DescribeAITaskStatusWithCallback ¶ added in v1.61.1710
func (client *Client) DescribeAITaskStatusWithCallback(request *DescribeAITaskStatusRequest, callback func(response *DescribeAITaskStatusResponse, err error)) <-chan int
DescribeAITaskStatusWithCallback invokes the polardb.DescribeAITaskStatus API asynchronously
func (*Client) DescribeAITaskStatusWithChan ¶ added in v1.61.1710
func (client *Client) DescribeAITaskStatusWithChan(request *DescribeAITaskStatusRequest) (<-chan *DescribeAITaskStatusResponse, <-chan error)
DescribeAITaskStatusWithChan invokes the polardb.DescribeAITaskStatus API asynchronously
func (*Client) DescribeAccounts ¶
func (client *Client) DescribeAccounts(request *DescribeAccountsRequest) (response *DescribeAccountsResponse, err error)
DescribeAccounts invokes the polardb.DescribeAccounts API synchronously
func (*Client) DescribeAccountsWithCallback ¶
func (client *Client) DescribeAccountsWithCallback(request *DescribeAccountsRequest, callback func(response *DescribeAccountsResponse, err error)) <-chan int
DescribeAccountsWithCallback invokes the polardb.DescribeAccounts API asynchronously
func (*Client) DescribeAccountsWithChan ¶
func (client *Client) DescribeAccountsWithChan(request *DescribeAccountsRequest) (<-chan *DescribeAccountsResponse, <-chan error)
DescribeAccountsWithChan invokes the polardb.DescribeAccounts API asynchronously
func (*Client) DescribeAutoRenewAttribute ¶
func (client *Client) DescribeAutoRenewAttribute(request *DescribeAutoRenewAttributeRequest) (response *DescribeAutoRenewAttributeResponse, err error)
DescribeAutoRenewAttribute invokes the polardb.DescribeAutoRenewAttribute API synchronously
func (*Client) DescribeAutoRenewAttributeWithCallback ¶
func (client *Client) DescribeAutoRenewAttributeWithCallback(request *DescribeAutoRenewAttributeRequest, callback func(response *DescribeAutoRenewAttributeResponse, err error)) <-chan int
DescribeAutoRenewAttributeWithCallback invokes the polardb.DescribeAutoRenewAttribute API asynchronously
func (*Client) DescribeAutoRenewAttributeWithChan ¶
func (client *Client) DescribeAutoRenewAttributeWithChan(request *DescribeAutoRenewAttributeRequest) (<-chan *DescribeAutoRenewAttributeResponse, <-chan error)
DescribeAutoRenewAttributeWithChan invokes the polardb.DescribeAutoRenewAttribute API asynchronously
func (*Client) DescribeBackupLogs ¶ added in v1.60.359
func (client *Client) DescribeBackupLogs(request *DescribeBackupLogsRequest) (response *DescribeBackupLogsResponse, err error)
DescribeBackupLogs invokes the polardb.DescribeBackupLogs API synchronously
func (*Client) DescribeBackupLogsWithCallback ¶ added in v1.60.359
func (client *Client) DescribeBackupLogsWithCallback(request *DescribeBackupLogsRequest, callback func(response *DescribeBackupLogsResponse, err error)) <-chan int
DescribeBackupLogsWithCallback invokes the polardb.DescribeBackupLogs API asynchronously
func (*Client) DescribeBackupLogsWithChan ¶ added in v1.60.359
func (client *Client) DescribeBackupLogsWithChan(request *DescribeBackupLogsRequest) (<-chan *DescribeBackupLogsResponse, <-chan error)
DescribeBackupLogsWithChan invokes the polardb.DescribeBackupLogs API asynchronously
func (*Client) DescribeBackupPolicy ¶
func (client *Client) DescribeBackupPolicy(request *DescribeBackupPolicyRequest) (response *DescribeBackupPolicyResponse, err error)
DescribeBackupPolicy invokes the polardb.DescribeBackupPolicy API synchronously
func (*Client) DescribeBackupPolicyWithCallback ¶
func (client *Client) DescribeBackupPolicyWithCallback(request *DescribeBackupPolicyRequest, callback func(response *DescribeBackupPolicyResponse, err error)) <-chan int
DescribeBackupPolicyWithCallback invokes the polardb.DescribeBackupPolicy API asynchronously
func (*Client) DescribeBackupPolicyWithChan ¶
func (client *Client) DescribeBackupPolicyWithChan(request *DescribeBackupPolicyRequest) (<-chan *DescribeBackupPolicyResponse, <-chan error)
DescribeBackupPolicyWithChan invokes the polardb.DescribeBackupPolicy API asynchronously
func (*Client) DescribeBackupTasks ¶ added in v1.61.352
func (client *Client) DescribeBackupTasks(request *DescribeBackupTasksRequest) (response *DescribeBackupTasksResponse, err error)
DescribeBackupTasks invokes the polardb.DescribeBackupTasks API synchronously
func (*Client) DescribeBackupTasksWithCallback ¶ added in v1.61.352
func (client *Client) DescribeBackupTasksWithCallback(request *DescribeBackupTasksRequest, callback func(response *DescribeBackupTasksResponse, err error)) <-chan int
DescribeBackupTasksWithCallback invokes the polardb.DescribeBackupTasks API asynchronously
func (*Client) DescribeBackupTasksWithChan ¶ added in v1.61.352
func (client *Client) DescribeBackupTasksWithChan(request *DescribeBackupTasksRequest) (<-chan *DescribeBackupTasksResponse, <-chan error)
DescribeBackupTasksWithChan invokes the polardb.DescribeBackupTasks API asynchronously
func (*Client) DescribeBackups ¶
func (client *Client) DescribeBackups(request *DescribeBackupsRequest) (response *DescribeBackupsResponse, err error)
DescribeBackups invokes the polardb.DescribeBackups API synchronously
func (*Client) DescribeBackupsWithCallback ¶
func (client *Client) DescribeBackupsWithCallback(request *DescribeBackupsRequest, callback func(response *DescribeBackupsResponse, err error)) <-chan int
DescribeBackupsWithCallback invokes the polardb.DescribeBackups API asynchronously
func (*Client) DescribeBackupsWithChan ¶
func (client *Client) DescribeBackupsWithChan(request *DescribeBackupsRequest) (<-chan *DescribeBackupsResponse, <-chan error)
DescribeBackupsWithChan invokes the polardb.DescribeBackups API asynchronously
func (*Client) DescribeCharacterSetName ¶ added in v1.61.838
func (client *Client) DescribeCharacterSetName(request *DescribeCharacterSetNameRequest) (response *DescribeCharacterSetNameResponse, err error)
DescribeCharacterSetName invokes the polardb.DescribeCharacterSetName API synchronously
func (*Client) DescribeCharacterSetNameWithCallback ¶ added in v1.61.838
func (client *Client) DescribeCharacterSetNameWithCallback(request *DescribeCharacterSetNameRequest, callback func(response *DescribeCharacterSetNameResponse, err error)) <-chan int
DescribeCharacterSetNameWithCallback invokes the polardb.DescribeCharacterSetName API asynchronously
func (*Client) DescribeCharacterSetNameWithChan ¶ added in v1.61.838
func (client *Client) DescribeCharacterSetNameWithChan(request *DescribeCharacterSetNameRequest) (<-chan *DescribeCharacterSetNameResponse, <-chan error)
DescribeCharacterSetNameWithChan invokes the polardb.DescribeCharacterSetName API asynchronously
func (*Client) DescribeClassList ¶ added in v1.61.1767
func (client *Client) DescribeClassList(request *DescribeClassListRequest) (response *DescribeClassListResponse, err error)
DescribeClassList invokes the polardb.DescribeClassList API synchronously
func (*Client) DescribeClassListWithCallback ¶ added in v1.61.1767
func (client *Client) DescribeClassListWithCallback(request *DescribeClassListRequest, callback func(response *DescribeClassListResponse, err error)) <-chan int
DescribeClassListWithCallback invokes the polardb.DescribeClassList API asynchronously
func (*Client) DescribeClassListWithChan ¶ added in v1.61.1767
func (client *Client) DescribeClassListWithChan(request *DescribeClassListRequest) (<-chan *DescribeClassListResponse, <-chan error)
DescribeClassListWithChan invokes the polardb.DescribeClassList API asynchronously
func (*Client) DescribeDBClusterAccessWhitelist ¶
func (client *Client) DescribeDBClusterAccessWhitelist(request *DescribeDBClusterAccessWhitelistRequest) (response *DescribeDBClusterAccessWhitelistResponse, err error)
DescribeDBClusterAccessWhitelist invokes the polardb.DescribeDBClusterAccessWhitelist API synchronously
func (*Client) DescribeDBClusterAccessWhitelistWithCallback ¶
func (client *Client) DescribeDBClusterAccessWhitelistWithCallback(request *DescribeDBClusterAccessWhitelistRequest, callback func(response *DescribeDBClusterAccessWhitelistResponse, err error)) <-chan int
DescribeDBClusterAccessWhitelistWithCallback invokes the polardb.DescribeDBClusterAccessWhitelist API asynchronously
func (*Client) DescribeDBClusterAccessWhitelistWithChan ¶
func (client *Client) DescribeDBClusterAccessWhitelistWithChan(request *DescribeDBClusterAccessWhitelistRequest) (<-chan *DescribeDBClusterAccessWhitelistResponse, <-chan error)
DescribeDBClusterAccessWhitelistWithChan invokes the polardb.DescribeDBClusterAccessWhitelist API asynchronously
func (*Client) DescribeDBClusterAttribute ¶
func (client *Client) DescribeDBClusterAttribute(request *DescribeDBClusterAttributeRequest) (response *DescribeDBClusterAttributeResponse, err error)
DescribeDBClusterAttribute invokes the polardb.DescribeDBClusterAttribute API synchronously
func (*Client) DescribeDBClusterAttributeWithCallback ¶
func (client *Client) DescribeDBClusterAttributeWithCallback(request *DescribeDBClusterAttributeRequest, callback func(response *DescribeDBClusterAttributeResponse, err error)) <-chan int
DescribeDBClusterAttributeWithCallback invokes the polardb.DescribeDBClusterAttribute API asynchronously
func (*Client) DescribeDBClusterAttributeWithChan ¶
func (client *Client) DescribeDBClusterAttributeWithChan(request *DescribeDBClusterAttributeRequest) (<-chan *DescribeDBClusterAttributeResponse, <-chan error)
DescribeDBClusterAttributeWithChan invokes the polardb.DescribeDBClusterAttribute API asynchronously
func (*Client) DescribeDBClusterAuditLogCollector ¶ added in v1.61.330
func (client *Client) DescribeDBClusterAuditLogCollector(request *DescribeDBClusterAuditLogCollectorRequest) (response *DescribeDBClusterAuditLogCollectorResponse, err error)
DescribeDBClusterAuditLogCollector invokes the polardb.DescribeDBClusterAuditLogCollector API synchronously
func (*Client) DescribeDBClusterAuditLogCollectorWithCallback ¶ added in v1.61.330
func (client *Client) DescribeDBClusterAuditLogCollectorWithCallback(request *DescribeDBClusterAuditLogCollectorRequest, callback func(response *DescribeDBClusterAuditLogCollectorResponse, err error)) <-chan int
DescribeDBClusterAuditLogCollectorWithCallback invokes the polardb.DescribeDBClusterAuditLogCollector API asynchronously
func (*Client) DescribeDBClusterAuditLogCollectorWithChan ¶ added in v1.61.330
func (client *Client) DescribeDBClusterAuditLogCollectorWithChan(request *DescribeDBClusterAuditLogCollectorRequest) (<-chan *DescribeDBClusterAuditLogCollectorResponse, <-chan error)
DescribeDBClusterAuditLogCollectorWithChan invokes the polardb.DescribeDBClusterAuditLogCollector API asynchronously
func (*Client) DescribeDBClusterAvailableResources ¶ added in v1.61.98
func (client *Client) DescribeDBClusterAvailableResources(request *DescribeDBClusterAvailableResourcesRequest) (response *DescribeDBClusterAvailableResourcesResponse, err error)
DescribeDBClusterAvailableResources invokes the polardb.DescribeDBClusterAvailableResources API synchronously
func (*Client) DescribeDBClusterAvailableResourcesWithCallback ¶ added in v1.61.98
func (client *Client) DescribeDBClusterAvailableResourcesWithCallback(request *DescribeDBClusterAvailableResourcesRequest, callback func(response *DescribeDBClusterAvailableResourcesResponse, err error)) <-chan int
DescribeDBClusterAvailableResourcesWithCallback invokes the polardb.DescribeDBClusterAvailableResources API asynchronously
func (*Client) DescribeDBClusterAvailableResourcesWithChan ¶ added in v1.61.98
func (client *Client) DescribeDBClusterAvailableResourcesWithChan(request *DescribeDBClusterAvailableResourcesRequest) (<-chan *DescribeDBClusterAvailableResourcesResponse, <-chan error)
DescribeDBClusterAvailableResourcesWithChan invokes the polardb.DescribeDBClusterAvailableResources API asynchronously
func (*Client) DescribeDBClusterConnectivity ¶ added in v1.62.344
func (client *Client) DescribeDBClusterConnectivity(request *DescribeDBClusterConnectivityRequest) (response *DescribeDBClusterConnectivityResponse, err error)
DescribeDBClusterConnectivity invokes the polardb.DescribeDBClusterConnectivity API synchronously
func (*Client) DescribeDBClusterConnectivityWithCallback ¶ added in v1.62.344
func (client *Client) DescribeDBClusterConnectivityWithCallback(request *DescribeDBClusterConnectivityRequest, callback func(response *DescribeDBClusterConnectivityResponse, err error)) <-chan int
DescribeDBClusterConnectivityWithCallback invokes the polardb.DescribeDBClusterConnectivity API asynchronously
func (*Client) DescribeDBClusterConnectivityWithChan ¶ added in v1.62.344
func (client *Client) DescribeDBClusterConnectivityWithChan(request *DescribeDBClusterConnectivityRequest) (<-chan *DescribeDBClusterConnectivityResponse, <-chan error)
DescribeDBClusterConnectivityWithChan invokes the polardb.DescribeDBClusterConnectivity API asynchronously
func (*Client) DescribeDBClusterEndpoints ¶
func (client *Client) DescribeDBClusterEndpoints(request *DescribeDBClusterEndpointsRequest) (response *DescribeDBClusterEndpointsResponse, err error)
DescribeDBClusterEndpoints invokes the polardb.DescribeDBClusterEndpoints API synchronously
func (*Client) DescribeDBClusterEndpointsWithCallback ¶
func (client *Client) DescribeDBClusterEndpointsWithCallback(request *DescribeDBClusterEndpointsRequest, callback func(response *DescribeDBClusterEndpointsResponse, err error)) <-chan int
DescribeDBClusterEndpointsWithCallback invokes the polardb.DescribeDBClusterEndpoints API asynchronously
func (*Client) DescribeDBClusterEndpointsWithChan ¶
func (client *Client) DescribeDBClusterEndpointsWithChan(request *DescribeDBClusterEndpointsRequest) (<-chan *DescribeDBClusterEndpointsResponse, <-chan error)
DescribeDBClusterEndpointsWithChan invokes the polardb.DescribeDBClusterEndpoints API asynchronously
func (*Client) DescribeDBClusterMigration ¶
func (client *Client) DescribeDBClusterMigration(request *DescribeDBClusterMigrationRequest) (response *DescribeDBClusterMigrationResponse, err error)
DescribeDBClusterMigration invokes the polardb.DescribeDBClusterMigration API synchronously
func (*Client) DescribeDBClusterMigrationWithCallback ¶
func (client *Client) DescribeDBClusterMigrationWithCallback(request *DescribeDBClusterMigrationRequest, callback func(response *DescribeDBClusterMigrationResponse, err error)) <-chan int
DescribeDBClusterMigrationWithCallback invokes the polardb.DescribeDBClusterMigration API asynchronously
func (*Client) DescribeDBClusterMigrationWithChan ¶
func (client *Client) DescribeDBClusterMigrationWithChan(request *DescribeDBClusterMigrationRequest) (<-chan *DescribeDBClusterMigrationResponse, <-chan error)
DescribeDBClusterMigrationWithChan invokes the polardb.DescribeDBClusterMigration API asynchronously
func (*Client) DescribeDBClusterMonitor ¶ added in v1.61.98
func (client *Client) DescribeDBClusterMonitor(request *DescribeDBClusterMonitorRequest) (response *DescribeDBClusterMonitorResponse, err error)
DescribeDBClusterMonitor invokes the polardb.DescribeDBClusterMonitor API synchronously
func (*Client) DescribeDBClusterMonitorWithCallback ¶ added in v1.61.98
func (client *Client) DescribeDBClusterMonitorWithCallback(request *DescribeDBClusterMonitorRequest, callback func(response *DescribeDBClusterMonitorResponse, err error)) <-chan int
DescribeDBClusterMonitorWithCallback invokes the polardb.DescribeDBClusterMonitor API asynchronously
func (*Client) DescribeDBClusterMonitorWithChan ¶ added in v1.61.98
func (client *Client) DescribeDBClusterMonitorWithChan(request *DescribeDBClusterMonitorRequest) (<-chan *DescribeDBClusterMonitorResponse, <-chan error)
DescribeDBClusterMonitorWithChan invokes the polardb.DescribeDBClusterMonitor API asynchronously
func (*Client) DescribeDBClusterParameters ¶
func (client *Client) DescribeDBClusterParameters(request *DescribeDBClusterParametersRequest) (response *DescribeDBClusterParametersResponse, err error)
DescribeDBClusterParameters invokes the polardb.DescribeDBClusterParameters API synchronously
func (*Client) DescribeDBClusterParametersWithCallback ¶
func (client *Client) DescribeDBClusterParametersWithCallback(request *DescribeDBClusterParametersRequest, callback func(response *DescribeDBClusterParametersResponse, err error)) <-chan int
DescribeDBClusterParametersWithCallback invokes the polardb.DescribeDBClusterParameters API asynchronously
func (*Client) DescribeDBClusterParametersWithChan ¶
func (client *Client) DescribeDBClusterParametersWithChan(request *DescribeDBClusterParametersRequest) (<-chan *DescribeDBClusterParametersResponse, <-chan error)
DescribeDBClusterParametersWithChan invokes the polardb.DescribeDBClusterParameters API asynchronously
func (*Client) DescribeDBClusterPerformance ¶
func (client *Client) DescribeDBClusterPerformance(request *DescribeDBClusterPerformanceRequest) (response *DescribeDBClusterPerformanceResponse, err error)
DescribeDBClusterPerformance invokes the polardb.DescribeDBClusterPerformance API synchronously
func (*Client) DescribeDBClusterPerformanceWithCallback ¶
func (client *Client) DescribeDBClusterPerformanceWithCallback(request *DescribeDBClusterPerformanceRequest, callback func(response *DescribeDBClusterPerformanceResponse, err error)) <-chan int
DescribeDBClusterPerformanceWithCallback invokes the polardb.DescribeDBClusterPerformance API asynchronously
func (*Client) DescribeDBClusterPerformanceWithChan ¶
func (client *Client) DescribeDBClusterPerformanceWithChan(request *DescribeDBClusterPerformanceRequest) (<-chan *DescribeDBClusterPerformanceResponse, <-chan error)
DescribeDBClusterPerformanceWithChan invokes the polardb.DescribeDBClusterPerformance API asynchronously
func (*Client) DescribeDBClusterSSL ¶ added in v1.60.380
func (client *Client) DescribeDBClusterSSL(request *DescribeDBClusterSSLRequest) (response *DescribeDBClusterSSLResponse, err error)
DescribeDBClusterSSL invokes the polardb.DescribeDBClusterSSL API synchronously
func (*Client) DescribeDBClusterSSLWithCallback ¶ added in v1.60.380
func (client *Client) DescribeDBClusterSSLWithCallback(request *DescribeDBClusterSSLRequest, callback func(response *DescribeDBClusterSSLResponse, err error)) <-chan int
DescribeDBClusterSSLWithCallback invokes the polardb.DescribeDBClusterSSL API asynchronously
func (*Client) DescribeDBClusterSSLWithChan ¶ added in v1.60.380
func (client *Client) DescribeDBClusterSSLWithChan(request *DescribeDBClusterSSLRequest) (<-chan *DescribeDBClusterSSLResponse, <-chan error)
DescribeDBClusterSSLWithChan invokes the polardb.DescribeDBClusterSSL API asynchronously
func (*Client) DescribeDBClusterServerlessConf ¶ added in v1.61.1826
func (client *Client) DescribeDBClusterServerlessConf(request *DescribeDBClusterServerlessConfRequest) (response *DescribeDBClusterServerlessConfResponse, err error)
DescribeDBClusterServerlessConf invokes the polardb.DescribeDBClusterServerlessConf API synchronously
func (*Client) DescribeDBClusterServerlessConfWithCallback ¶ added in v1.61.1826
func (client *Client) DescribeDBClusterServerlessConfWithCallback(request *DescribeDBClusterServerlessConfRequest, callback func(response *DescribeDBClusterServerlessConfResponse, err error)) <-chan int
DescribeDBClusterServerlessConfWithCallback invokes the polardb.DescribeDBClusterServerlessConf API asynchronously
func (*Client) DescribeDBClusterServerlessConfWithChan ¶ added in v1.61.1826
func (client *Client) DescribeDBClusterServerlessConfWithChan(request *DescribeDBClusterServerlessConfRequest) (<-chan *DescribeDBClusterServerlessConfResponse, <-chan error)
DescribeDBClusterServerlessConfWithChan invokes the polardb.DescribeDBClusterServerlessConf API asynchronously
func (*Client) DescribeDBClusterTDE ¶ added in v1.61.628
func (client *Client) DescribeDBClusterTDE(request *DescribeDBClusterTDERequest) (response *DescribeDBClusterTDEResponse, err error)
DescribeDBClusterTDE invokes the polardb.DescribeDBClusterTDE API synchronously
func (*Client) DescribeDBClusterTDEWithCallback ¶ added in v1.61.628
func (client *Client) DescribeDBClusterTDEWithCallback(request *DescribeDBClusterTDERequest, callback func(response *DescribeDBClusterTDEResponse, err error)) <-chan int
DescribeDBClusterTDEWithCallback invokes the polardb.DescribeDBClusterTDE API asynchronously
func (*Client) DescribeDBClusterTDEWithChan ¶ added in v1.61.628
func (client *Client) DescribeDBClusterTDEWithChan(request *DescribeDBClusterTDERequest) (<-chan *DescribeDBClusterTDEResponse, <-chan error)
DescribeDBClusterTDEWithChan invokes the polardb.DescribeDBClusterTDE API asynchronously
func (*Client) DescribeDBClusterVersion ¶ added in v1.61.692
func (client *Client) DescribeDBClusterVersion(request *DescribeDBClusterVersionRequest) (response *DescribeDBClusterVersionResponse, err error)
DescribeDBClusterVersion invokes the polardb.DescribeDBClusterVersion API synchronously
func (*Client) DescribeDBClusterVersionWithCallback ¶ added in v1.61.692
func (client *Client) DescribeDBClusterVersionWithCallback(request *DescribeDBClusterVersionRequest, callback func(response *DescribeDBClusterVersionResponse, err error)) <-chan int
DescribeDBClusterVersionWithCallback invokes the polardb.DescribeDBClusterVersion API asynchronously
func (*Client) DescribeDBClusterVersionWithChan ¶ added in v1.61.692
func (client *Client) DescribeDBClusterVersionWithChan(request *DescribeDBClusterVersionRequest) (<-chan *DescribeDBClusterVersionResponse, <-chan error)
DescribeDBClusterVersionWithChan invokes the polardb.DescribeDBClusterVersion API asynchronously
func (*Client) DescribeDBClusters ¶
func (client *Client) DescribeDBClusters(request *DescribeDBClustersRequest) (response *DescribeDBClustersResponse, err error)
DescribeDBClusters invokes the polardb.DescribeDBClusters API synchronously
func (*Client) DescribeDBClustersWithBackups ¶ added in v1.61.180
func (client *Client) DescribeDBClustersWithBackups(request *DescribeDBClustersWithBackupsRequest) (response *DescribeDBClustersWithBackupsResponse, err error)
DescribeDBClustersWithBackups invokes the polardb.DescribeDBClustersWithBackups API synchronously
func (*Client) DescribeDBClustersWithBackupsWithCallback ¶ added in v1.61.180
func (client *Client) DescribeDBClustersWithBackupsWithCallback(request *DescribeDBClustersWithBackupsRequest, callback func(response *DescribeDBClustersWithBackupsResponse, err error)) <-chan int
DescribeDBClustersWithBackupsWithCallback invokes the polardb.DescribeDBClustersWithBackups API asynchronously
func (*Client) DescribeDBClustersWithBackupsWithChan ¶ added in v1.61.180
func (client *Client) DescribeDBClustersWithBackupsWithChan(request *DescribeDBClustersWithBackupsRequest) (<-chan *DescribeDBClustersWithBackupsResponse, <-chan error)
DescribeDBClustersWithBackupsWithChan invokes the polardb.DescribeDBClustersWithBackups API asynchronously
func (*Client) DescribeDBClustersWithCallback ¶
func (client *Client) DescribeDBClustersWithCallback(request *DescribeDBClustersRequest, callback func(response *DescribeDBClustersResponse, err error)) <-chan int
DescribeDBClustersWithCallback invokes the polardb.DescribeDBClusters API asynchronously
func (*Client) DescribeDBClustersWithChan ¶
func (client *Client) DescribeDBClustersWithChan(request *DescribeDBClustersRequest) (<-chan *DescribeDBClustersResponse, <-chan error)
DescribeDBClustersWithChan invokes the polardb.DescribeDBClusters API asynchronously
func (*Client) DescribeDBInitializeVariable ¶ added in v1.61.838
func (client *Client) DescribeDBInitializeVariable(request *DescribeDBInitializeVariableRequest) (response *DescribeDBInitializeVariableResponse, err error)
DescribeDBInitializeVariable invokes the polardb.DescribeDBInitializeVariable API synchronously
func (*Client) DescribeDBInitializeVariableWithCallback ¶ added in v1.61.838
func (client *Client) DescribeDBInitializeVariableWithCallback(request *DescribeDBInitializeVariableRequest, callback func(response *DescribeDBInitializeVariableResponse, err error)) <-chan int
DescribeDBInitializeVariableWithCallback invokes the polardb.DescribeDBInitializeVariable API asynchronously
func (*Client) DescribeDBInitializeVariableWithChan ¶ added in v1.61.838
func (client *Client) DescribeDBInitializeVariableWithChan(request *DescribeDBInitializeVariableRequest) (<-chan *DescribeDBInitializeVariableResponse, <-chan error)
DescribeDBInitializeVariableWithChan invokes the polardb.DescribeDBInitializeVariable API asynchronously
func (*Client) DescribeDBLinks ¶ added in v1.61.732
func (client *Client) DescribeDBLinks(request *DescribeDBLinksRequest) (response *DescribeDBLinksResponse, err error)
DescribeDBLinks invokes the polardb.DescribeDBLinks API synchronously
func (*Client) DescribeDBLinksWithCallback ¶ added in v1.61.732
func (client *Client) DescribeDBLinksWithCallback(request *DescribeDBLinksRequest, callback func(response *DescribeDBLinksResponse, err error)) <-chan int
DescribeDBLinksWithCallback invokes the polardb.DescribeDBLinks API asynchronously
func (*Client) DescribeDBLinksWithChan ¶ added in v1.61.732
func (client *Client) DescribeDBLinksWithChan(request *DescribeDBLinksRequest) (<-chan *DescribeDBLinksResponse, <-chan error)
DescribeDBLinksWithChan invokes the polardb.DescribeDBLinks API asynchronously
func (*Client) DescribeDBNodePerformance ¶
func (client *Client) DescribeDBNodePerformance(request *DescribeDBNodePerformanceRequest) (response *DescribeDBNodePerformanceResponse, err error)
DescribeDBNodePerformance invokes the polardb.DescribeDBNodePerformance API synchronously
func (*Client) DescribeDBNodePerformanceWithCallback ¶
func (client *Client) DescribeDBNodePerformanceWithCallback(request *DescribeDBNodePerformanceRequest, callback func(response *DescribeDBNodePerformanceResponse, err error)) <-chan int
DescribeDBNodePerformanceWithCallback invokes the polardb.DescribeDBNodePerformance API asynchronously
func (*Client) DescribeDBNodePerformanceWithChan ¶
func (client *Client) DescribeDBNodePerformanceWithChan(request *DescribeDBNodePerformanceRequest) (<-chan *DescribeDBNodePerformanceResponse, <-chan error)
DescribeDBNodePerformanceWithChan invokes the polardb.DescribeDBNodePerformance API asynchronously
func (*Client) DescribeDBNodesParameters ¶ added in v1.61.1512
func (client *Client) DescribeDBNodesParameters(request *DescribeDBNodesParametersRequest) (response *DescribeDBNodesParametersResponse, err error)
DescribeDBNodesParameters invokes the polardb.DescribeDBNodesParameters API synchronously
func (*Client) DescribeDBNodesParametersWithCallback ¶ added in v1.61.1512
func (client *Client) DescribeDBNodesParametersWithCallback(request *DescribeDBNodesParametersRequest, callback func(response *DescribeDBNodesParametersResponse, err error)) <-chan int
DescribeDBNodesParametersWithCallback invokes the polardb.DescribeDBNodesParameters API asynchronously
func (*Client) DescribeDBNodesParametersWithChan ¶ added in v1.61.1512
func (client *Client) DescribeDBNodesParametersWithChan(request *DescribeDBNodesParametersRequest) (<-chan *DescribeDBNodesParametersResponse, <-chan error)
DescribeDBNodesParametersWithChan invokes the polardb.DescribeDBNodesParameters API asynchronously
func (*Client) DescribeDBProxyPerformance ¶ added in v1.61.1467
func (client *Client) DescribeDBProxyPerformance(request *DescribeDBProxyPerformanceRequest) (response *DescribeDBProxyPerformanceResponse, err error)
DescribeDBProxyPerformance invokes the polardb.DescribeDBProxyPerformance API synchronously
func (*Client) DescribeDBProxyPerformanceWithCallback ¶ added in v1.61.1467
func (client *Client) DescribeDBProxyPerformanceWithCallback(request *DescribeDBProxyPerformanceRequest, callback func(response *DescribeDBProxyPerformanceResponse, err error)) <-chan int
DescribeDBProxyPerformanceWithCallback invokes the polardb.DescribeDBProxyPerformance API asynchronously
func (*Client) DescribeDBProxyPerformanceWithChan ¶ added in v1.61.1467
func (client *Client) DescribeDBProxyPerformanceWithChan(request *DescribeDBProxyPerformanceRequest) (<-chan *DescribeDBProxyPerformanceResponse, <-chan error)
DescribeDBProxyPerformanceWithChan invokes the polardb.DescribeDBProxyPerformance API asynchronously
func (*Client) DescribeDatabases ¶
func (client *Client) DescribeDatabases(request *DescribeDatabasesRequest) (response *DescribeDatabasesResponse, err error)
DescribeDatabases invokes the polardb.DescribeDatabases API synchronously
func (*Client) DescribeDatabasesWithCallback ¶
func (client *Client) DescribeDatabasesWithCallback(request *DescribeDatabasesRequest, callback func(response *DescribeDatabasesResponse, err error)) <-chan int
DescribeDatabasesWithCallback invokes the polardb.DescribeDatabases API asynchronously
func (*Client) DescribeDatabasesWithChan ¶
func (client *Client) DescribeDatabasesWithChan(request *DescribeDatabasesRequest) (<-chan *DescribeDatabasesResponse, <-chan error)
DescribeDatabasesWithChan invokes the polardb.DescribeDatabases API asynchronously
func (*Client) DescribeDetachedBackups ¶ added in v1.61.180
func (client *Client) DescribeDetachedBackups(request *DescribeDetachedBackupsRequest) (response *DescribeDetachedBackupsResponse, err error)
DescribeDetachedBackups invokes the polardb.DescribeDetachedBackups API synchronously
func (*Client) DescribeDetachedBackupsWithCallback ¶ added in v1.61.180
func (client *Client) DescribeDetachedBackupsWithCallback(request *DescribeDetachedBackupsRequest, callback func(response *DescribeDetachedBackupsResponse, err error)) <-chan int
DescribeDetachedBackupsWithCallback invokes the polardb.DescribeDetachedBackups API asynchronously
func (*Client) DescribeDetachedBackupsWithChan ¶ added in v1.61.180
func (client *Client) DescribeDetachedBackupsWithChan(request *DescribeDetachedBackupsRequest) (<-chan *DescribeDetachedBackupsResponse, <-chan error)
DescribeDetachedBackupsWithChan invokes the polardb.DescribeDetachedBackups API asynchronously
func (*Client) DescribeGlobalDatabaseNetwork ¶ added in v1.61.1155
func (client *Client) DescribeGlobalDatabaseNetwork(request *DescribeGlobalDatabaseNetworkRequest) (response *DescribeGlobalDatabaseNetworkResponse, err error)
DescribeGlobalDatabaseNetwork invokes the polardb.DescribeGlobalDatabaseNetwork API synchronously
func (*Client) DescribeGlobalDatabaseNetworkWithCallback ¶ added in v1.61.1155
func (client *Client) DescribeGlobalDatabaseNetworkWithCallback(request *DescribeGlobalDatabaseNetworkRequest, callback func(response *DescribeGlobalDatabaseNetworkResponse, err error)) <-chan int
DescribeGlobalDatabaseNetworkWithCallback invokes the polardb.DescribeGlobalDatabaseNetwork API asynchronously
func (*Client) DescribeGlobalDatabaseNetworkWithChan ¶ added in v1.61.1155
func (client *Client) DescribeGlobalDatabaseNetworkWithChan(request *DescribeGlobalDatabaseNetworkRequest) (<-chan *DescribeGlobalDatabaseNetworkResponse, <-chan error)
DescribeGlobalDatabaseNetworkWithChan invokes the polardb.DescribeGlobalDatabaseNetwork API asynchronously
func (*Client) DescribeGlobalDatabaseNetworks ¶ added in v1.61.656
func (client *Client) DescribeGlobalDatabaseNetworks(request *DescribeGlobalDatabaseNetworksRequest) (response *DescribeGlobalDatabaseNetworksResponse, err error)
DescribeGlobalDatabaseNetworks invokes the polardb.DescribeGlobalDatabaseNetworks API synchronously
func (*Client) DescribeGlobalDatabaseNetworksWithCallback ¶ added in v1.61.656
func (client *Client) DescribeGlobalDatabaseNetworksWithCallback(request *DescribeGlobalDatabaseNetworksRequest, callback func(response *DescribeGlobalDatabaseNetworksResponse, err error)) <-chan int
DescribeGlobalDatabaseNetworksWithCallback invokes the polardb.DescribeGlobalDatabaseNetworks API asynchronously
func (*Client) DescribeGlobalDatabaseNetworksWithChan ¶ added in v1.61.656
func (client *Client) DescribeGlobalDatabaseNetworksWithChan(request *DescribeGlobalDatabaseNetworksRequest) (<-chan *DescribeGlobalDatabaseNetworksResponse, <-chan error)
DescribeGlobalDatabaseNetworksWithChan invokes the polardb.DescribeGlobalDatabaseNetworks API asynchronously
func (*Client) DescribeGlobalSecurityIPGroup ¶ added in v1.61.1826
func (client *Client) DescribeGlobalSecurityIPGroup(request *DescribeGlobalSecurityIPGroupRequest) (response *DescribeGlobalSecurityIPGroupResponse, err error)
DescribeGlobalSecurityIPGroup invokes the polardb.DescribeGlobalSecurityIPGroup API synchronously
func (*Client) DescribeGlobalSecurityIPGroupRelation ¶ added in v1.61.1826
func (client *Client) DescribeGlobalSecurityIPGroupRelation(request *DescribeGlobalSecurityIPGroupRelationRequest) (response *DescribeGlobalSecurityIPGroupRelationResponse, err error)
DescribeGlobalSecurityIPGroupRelation invokes the polardb.DescribeGlobalSecurityIPGroupRelation API synchronously
func (*Client) DescribeGlobalSecurityIPGroupRelationWithCallback ¶ added in v1.61.1826
func (client *Client) DescribeGlobalSecurityIPGroupRelationWithCallback(request *DescribeGlobalSecurityIPGroupRelationRequest, callback func(response *DescribeGlobalSecurityIPGroupRelationResponse, err error)) <-chan int
DescribeGlobalSecurityIPGroupRelationWithCallback invokes the polardb.DescribeGlobalSecurityIPGroupRelation API asynchronously
func (*Client) DescribeGlobalSecurityIPGroupRelationWithChan ¶ added in v1.61.1826
func (client *Client) DescribeGlobalSecurityIPGroupRelationWithChan(request *DescribeGlobalSecurityIPGroupRelationRequest) (<-chan *DescribeGlobalSecurityIPGroupRelationResponse, <-chan error)
DescribeGlobalSecurityIPGroupRelationWithChan invokes the polardb.DescribeGlobalSecurityIPGroupRelation API asynchronously
func (*Client) DescribeGlobalSecurityIPGroupWithCallback ¶ added in v1.61.1826
func (client *Client) DescribeGlobalSecurityIPGroupWithCallback(request *DescribeGlobalSecurityIPGroupRequest, callback func(response *DescribeGlobalSecurityIPGroupResponse, err error)) <-chan int
DescribeGlobalSecurityIPGroupWithCallback invokes the polardb.DescribeGlobalSecurityIPGroup API asynchronously
func (*Client) DescribeGlobalSecurityIPGroupWithChan ¶ added in v1.61.1826
func (client *Client) DescribeGlobalSecurityIPGroupWithChan(request *DescribeGlobalSecurityIPGroupRequest) (<-chan *DescribeGlobalSecurityIPGroupResponse, <-chan error)
DescribeGlobalSecurityIPGroupWithChan invokes the polardb.DescribeGlobalSecurityIPGroup API asynchronously
func (*Client) DescribeLogBackupPolicy ¶ added in v1.61.180
func (client *Client) DescribeLogBackupPolicy(request *DescribeLogBackupPolicyRequest) (response *DescribeLogBackupPolicyResponse, err error)
DescribeLogBackupPolicy invokes the polardb.DescribeLogBackupPolicy API synchronously
func (*Client) DescribeLogBackupPolicyWithCallback ¶ added in v1.61.180
func (client *Client) DescribeLogBackupPolicyWithCallback(request *DescribeLogBackupPolicyRequest, callback func(response *DescribeLogBackupPolicyResponse, err error)) <-chan int
DescribeLogBackupPolicyWithCallback invokes the polardb.DescribeLogBackupPolicy API asynchronously
func (*Client) DescribeLogBackupPolicyWithChan ¶ added in v1.61.180
func (client *Client) DescribeLogBackupPolicyWithChan(request *DescribeLogBackupPolicyRequest) (<-chan *DescribeLogBackupPolicyResponse, <-chan error)
DescribeLogBackupPolicyWithChan invokes the polardb.DescribeLogBackupPolicy API asynchronously
func (*Client) DescribeMaskingRules ¶ added in v1.61.1203
func (client *Client) DescribeMaskingRules(request *DescribeMaskingRulesRequest) (response *DescribeMaskingRulesResponse, err error)
DescribeMaskingRules invokes the polardb.DescribeMaskingRules API synchronously
func (*Client) DescribeMaskingRulesWithCallback ¶ added in v1.61.1203
func (client *Client) DescribeMaskingRulesWithCallback(request *DescribeMaskingRulesRequest, callback func(response *DescribeMaskingRulesResponse, err error)) <-chan int
DescribeMaskingRulesWithCallback invokes the polardb.DescribeMaskingRules API asynchronously
func (*Client) DescribeMaskingRulesWithChan ¶ added in v1.61.1203
func (client *Client) DescribeMaskingRulesWithChan(request *DescribeMaskingRulesRequest) (<-chan *DescribeMaskingRulesResponse, <-chan error)
DescribeMaskingRulesWithChan invokes the polardb.DescribeMaskingRules API asynchronously
func (*Client) DescribeMetaList ¶ added in v1.61.732
func (client *Client) DescribeMetaList(request *DescribeMetaListRequest) (response *DescribeMetaListResponse, err error)
DescribeMetaList invokes the polardb.DescribeMetaList API synchronously
func (*Client) DescribeMetaListWithCallback ¶ added in v1.61.732
func (client *Client) DescribeMetaListWithCallback(request *DescribeMetaListRequest, callback func(response *DescribeMetaListResponse, err error)) <-chan int
DescribeMetaListWithCallback invokes the polardb.DescribeMetaList API asynchronously
func (*Client) DescribeMetaListWithChan ¶ added in v1.61.732
func (client *Client) DescribeMetaListWithChan(request *DescribeMetaListRequest) (<-chan *DescribeMetaListResponse, <-chan error)
DescribeMetaListWithChan invokes the polardb.DescribeMetaList API asynchronously
func (*Client) DescribeParameterGroup ¶ added in v1.61.975
func (client *Client) DescribeParameterGroup(request *DescribeParameterGroupRequest) (response *DescribeParameterGroupResponse, err error)
DescribeParameterGroup invokes the polardb.DescribeParameterGroup API synchronously
func (*Client) DescribeParameterGroupWithCallback ¶ added in v1.61.975
func (client *Client) DescribeParameterGroupWithCallback(request *DescribeParameterGroupRequest, callback func(response *DescribeParameterGroupResponse, err error)) <-chan int
DescribeParameterGroupWithCallback invokes the polardb.DescribeParameterGroup API asynchronously
func (*Client) DescribeParameterGroupWithChan ¶ added in v1.61.975
func (client *Client) DescribeParameterGroupWithChan(request *DescribeParameterGroupRequest) (<-chan *DescribeParameterGroupResponse, <-chan error)
DescribeParameterGroupWithChan invokes the polardb.DescribeParameterGroup API asynchronously
func (*Client) DescribeParameterGroups ¶ added in v1.61.975
func (client *Client) DescribeParameterGroups(request *DescribeParameterGroupsRequest) (response *DescribeParameterGroupsResponse, err error)
DescribeParameterGroups invokes the polardb.DescribeParameterGroups API synchronously
func (*Client) DescribeParameterGroupsWithCallback ¶ added in v1.61.975
func (client *Client) DescribeParameterGroupsWithCallback(request *DescribeParameterGroupsRequest, callback func(response *DescribeParameterGroupsResponse, err error)) <-chan int
DescribeParameterGroupsWithCallback invokes the polardb.DescribeParameterGroups API asynchronously
func (*Client) DescribeParameterGroupsWithChan ¶ added in v1.61.975
func (client *Client) DescribeParameterGroupsWithChan(request *DescribeParameterGroupsRequest) (<-chan *DescribeParameterGroupsResponse, <-chan error)
DescribeParameterGroupsWithChan invokes the polardb.DescribeParameterGroups API asynchronously
func (*Client) DescribeParameterTemplates ¶ added in v1.61.1061
func (client *Client) DescribeParameterTemplates(request *DescribeParameterTemplatesRequest) (response *DescribeParameterTemplatesResponse, err error)
DescribeParameterTemplates invokes the polardb.DescribeParameterTemplates API synchronously
func (*Client) DescribeParameterTemplatesWithCallback ¶ added in v1.61.1061
func (client *Client) DescribeParameterTemplatesWithCallback(request *DescribeParameterTemplatesRequest, callback func(response *DescribeParameterTemplatesResponse, err error)) <-chan int
DescribeParameterTemplatesWithCallback invokes the polardb.DescribeParameterTemplates API asynchronously
func (*Client) DescribeParameterTemplatesWithChan ¶ added in v1.61.1061
func (client *Client) DescribeParameterTemplatesWithChan(request *DescribeParameterTemplatesRequest) (<-chan *DescribeParameterTemplatesResponse, <-chan error)
DescribeParameterTemplatesWithChan invokes the polardb.DescribeParameterTemplates API asynchronously
func (*Client) DescribePendingMaintenanceAction ¶ added in v1.61.611
func (client *Client) DescribePendingMaintenanceAction(request *DescribePendingMaintenanceActionRequest) (response *DescribePendingMaintenanceActionResponse, err error)
DescribePendingMaintenanceAction invokes the polardb.DescribePendingMaintenanceAction API synchronously
func (*Client) DescribePendingMaintenanceActionWithCallback ¶ added in v1.61.611
func (client *Client) DescribePendingMaintenanceActionWithCallback(request *DescribePendingMaintenanceActionRequest, callback func(response *DescribePendingMaintenanceActionResponse, err error)) <-chan int
DescribePendingMaintenanceActionWithCallback invokes the polardb.DescribePendingMaintenanceAction API asynchronously
func (*Client) DescribePendingMaintenanceActionWithChan ¶ added in v1.61.611
func (client *Client) DescribePendingMaintenanceActionWithChan(request *DescribePendingMaintenanceActionRequest) (<-chan *DescribePendingMaintenanceActionResponse, <-chan error)
DescribePendingMaintenanceActionWithChan invokes the polardb.DescribePendingMaintenanceAction API asynchronously
func (*Client) DescribePendingMaintenanceActions ¶ added in v1.61.611
func (client *Client) DescribePendingMaintenanceActions(request *DescribePendingMaintenanceActionsRequest) (response *DescribePendingMaintenanceActionsResponse, err error)
DescribePendingMaintenanceActions invokes the polardb.DescribePendingMaintenanceActions API synchronously
func (*Client) DescribePendingMaintenanceActionsWithCallback ¶ added in v1.61.611
func (client *Client) DescribePendingMaintenanceActionsWithCallback(request *DescribePendingMaintenanceActionsRequest, callback func(response *DescribePendingMaintenanceActionsResponse, err error)) <-chan int
DescribePendingMaintenanceActionsWithCallback invokes the polardb.DescribePendingMaintenanceActions API asynchronously
func (*Client) DescribePendingMaintenanceActionsWithChan ¶ added in v1.61.611
func (client *Client) DescribePendingMaintenanceActionsWithChan(request *DescribePendingMaintenanceActionsRequest) (<-chan *DescribePendingMaintenanceActionsResponse, <-chan error)
DescribePendingMaintenanceActionsWithChan invokes the polardb.DescribePendingMaintenanceActions API asynchronously
func (*Client) DescribePolarSQLCollectorPolicy ¶ added in v1.61.1061
func (client *Client) DescribePolarSQLCollectorPolicy(request *DescribePolarSQLCollectorPolicyRequest) (response *DescribePolarSQLCollectorPolicyResponse, err error)
DescribePolarSQLCollectorPolicy invokes the polardb.DescribePolarSQLCollectorPolicy API synchronously
func (*Client) DescribePolarSQLCollectorPolicyWithCallback ¶ added in v1.61.1061
func (client *Client) DescribePolarSQLCollectorPolicyWithCallback(request *DescribePolarSQLCollectorPolicyRequest, callback func(response *DescribePolarSQLCollectorPolicyResponse, err error)) <-chan int
DescribePolarSQLCollectorPolicyWithCallback invokes the polardb.DescribePolarSQLCollectorPolicy API asynchronously
func (*Client) DescribePolarSQLCollectorPolicyWithChan ¶ added in v1.61.1061
func (client *Client) DescribePolarSQLCollectorPolicyWithChan(request *DescribePolarSQLCollectorPolicyRequest) (<-chan *DescribePolarSQLCollectorPolicyResponse, <-chan error)
DescribePolarSQLCollectorPolicyWithChan invokes the polardb.DescribePolarSQLCollectorPolicy API asynchronously
func (*Client) DescribeRegions ¶
func (client *Client) DescribeRegions(request *DescribeRegionsRequest) (response *DescribeRegionsResponse, err error)
DescribeRegions invokes the polardb.DescribeRegions API synchronously
func (*Client) DescribeRegionsWithCallback ¶
func (client *Client) DescribeRegionsWithCallback(request *DescribeRegionsRequest, callback func(response *DescribeRegionsResponse, err error)) <-chan int
DescribeRegionsWithCallback invokes the polardb.DescribeRegions API asynchronously
func (*Client) DescribeRegionsWithChan ¶
func (client *Client) DescribeRegionsWithChan(request *DescribeRegionsRequest) (<-chan *DescribeRegionsResponse, <-chan error)
DescribeRegionsWithChan invokes the polardb.DescribeRegions API asynchronously
func (*Client) DescribeScheduleTasks ¶ added in v1.61.838
func (client *Client) DescribeScheduleTasks(request *DescribeScheduleTasksRequest) (response *DescribeScheduleTasksResponse, err error)
DescribeScheduleTasks invokes the polardb.DescribeScheduleTasks API synchronously
func (*Client) DescribeScheduleTasksWithCallback ¶ added in v1.61.838
func (client *Client) DescribeScheduleTasksWithCallback(request *DescribeScheduleTasksRequest, callback func(response *DescribeScheduleTasksResponse, err error)) <-chan int
DescribeScheduleTasksWithCallback invokes the polardb.DescribeScheduleTasks API asynchronously
func (*Client) DescribeScheduleTasksWithChan ¶ added in v1.61.838
func (client *Client) DescribeScheduleTasksWithChan(request *DescribeScheduleTasksRequest) (<-chan *DescribeScheduleTasksResponse, <-chan error)
DescribeScheduleTasksWithChan invokes the polardb.DescribeScheduleTasks API asynchronously
func (*Client) DescribeSlowLogRecords ¶ added in v1.60.298
func (client *Client) DescribeSlowLogRecords(request *DescribeSlowLogRecordsRequest) (response *DescribeSlowLogRecordsResponse, err error)
DescribeSlowLogRecords invokes the polardb.DescribeSlowLogRecords API synchronously
func (*Client) DescribeSlowLogRecordsWithCallback ¶ added in v1.60.298
func (client *Client) DescribeSlowLogRecordsWithCallback(request *DescribeSlowLogRecordsRequest, callback func(response *DescribeSlowLogRecordsResponse, err error)) <-chan int
DescribeSlowLogRecordsWithCallback invokes the polardb.DescribeSlowLogRecords API asynchronously
func (*Client) DescribeSlowLogRecordsWithChan ¶ added in v1.60.298
func (client *Client) DescribeSlowLogRecordsWithChan(request *DescribeSlowLogRecordsRequest) (<-chan *DescribeSlowLogRecordsResponse, <-chan error)
DescribeSlowLogRecordsWithChan invokes the polardb.DescribeSlowLogRecords API asynchronously
func (*Client) DescribeSlowLogs ¶ added in v1.60.298
func (client *Client) DescribeSlowLogs(request *DescribeSlowLogsRequest) (response *DescribeSlowLogsResponse, err error)
DescribeSlowLogs invokes the polardb.DescribeSlowLogs API synchronously
func (*Client) DescribeSlowLogsWithCallback ¶ added in v1.60.298
func (client *Client) DescribeSlowLogsWithCallback(request *DescribeSlowLogsRequest, callback func(response *DescribeSlowLogsResponse, err error)) <-chan int
DescribeSlowLogsWithCallback invokes the polardb.DescribeSlowLogs API asynchronously
func (*Client) DescribeSlowLogsWithChan ¶ added in v1.60.298
func (client *Client) DescribeSlowLogsWithChan(request *DescribeSlowLogsRequest) (<-chan *DescribeSlowLogsResponse, <-chan error)
DescribeSlowLogsWithChan invokes the polardb.DescribeSlowLogs API asynchronously
func (*Client) DescribeTasks ¶ added in v1.61.732
func (client *Client) DescribeTasks(request *DescribeTasksRequest) (response *DescribeTasksResponse, err error)
DescribeTasks invokes the polardb.DescribeTasks API synchronously
func (*Client) DescribeTasksWithCallback ¶ added in v1.61.732
func (client *Client) DescribeTasksWithCallback(request *DescribeTasksRequest, callback func(response *DescribeTasksResponse, err error)) <-chan int
DescribeTasksWithCallback invokes the polardb.DescribeTasks API asynchronously
func (*Client) DescribeTasksWithChan ¶ added in v1.61.732
func (client *Client) DescribeTasksWithChan(request *DescribeTasksRequest) (<-chan *DescribeTasksResponse, <-chan error)
DescribeTasksWithChan invokes the polardb.DescribeTasks API asynchronously
func (*Client) DescribeUserEncryptionKeyList ¶ added in v1.61.1826
func (client *Client) DescribeUserEncryptionKeyList(request *DescribeUserEncryptionKeyListRequest) (response *DescribeUserEncryptionKeyListResponse, err error)
DescribeUserEncryptionKeyList invokes the polardb.DescribeUserEncryptionKeyList API synchronously
func (*Client) DescribeUserEncryptionKeyListWithCallback ¶ added in v1.61.1826
func (client *Client) DescribeUserEncryptionKeyListWithCallback(request *DescribeUserEncryptionKeyListRequest, callback func(response *DescribeUserEncryptionKeyListResponse, err error)) <-chan int
DescribeUserEncryptionKeyListWithCallback invokes the polardb.DescribeUserEncryptionKeyList API asynchronously
func (*Client) DescribeUserEncryptionKeyListWithChan ¶ added in v1.61.1826
func (client *Client) DescribeUserEncryptionKeyListWithChan(request *DescribeUserEncryptionKeyListRequest) (<-chan *DescribeUserEncryptionKeyListResponse, <-chan error)
DescribeUserEncryptionKeyListWithChan invokes the polardb.DescribeUserEncryptionKeyList API asynchronously
func (*Client) DescribeVSwitches ¶ added in v1.62.202
func (client *Client) DescribeVSwitches(request *DescribeVSwitchesRequest) (response *DescribeVSwitchesResponse, err error)
DescribeVSwitches invokes the polardb.DescribeVSwitches API synchronously
func (*Client) DescribeVSwitchesWithCallback ¶ added in v1.62.202
func (client *Client) DescribeVSwitchesWithCallback(request *DescribeVSwitchesRequest, callback func(response *DescribeVSwitchesResponse, err error)) <-chan int
DescribeVSwitchesWithCallback invokes the polardb.DescribeVSwitches API asynchronously
func (*Client) DescribeVSwitchesWithChan ¶ added in v1.62.202
func (client *Client) DescribeVSwitchesWithChan(request *DescribeVSwitchesRequest) (<-chan *DescribeVSwitchesResponse, <-chan error)
DescribeVSwitchesWithChan invokes the polardb.DescribeVSwitches API asynchronously
func (*Client) EnableFirewallRules ¶ added in v1.61.1705
func (client *Client) EnableFirewallRules(request *EnableFirewallRulesRequest) (response *EnableFirewallRulesResponse, err error)
EnableFirewallRules invokes the polardb.EnableFirewallRules API synchronously
func (*Client) EnableFirewallRulesWithCallback ¶ added in v1.61.1705
func (client *Client) EnableFirewallRulesWithCallback(request *EnableFirewallRulesRequest, callback func(response *EnableFirewallRulesResponse, err error)) <-chan int
EnableFirewallRulesWithCallback invokes the polardb.EnableFirewallRules API asynchronously
func (*Client) EnableFirewallRulesWithChan ¶ added in v1.61.1705
func (client *Client) EnableFirewallRulesWithChan(request *EnableFirewallRulesRequest) (<-chan *EnableFirewallRulesResponse, <-chan error)
EnableFirewallRulesWithChan invokes the polardb.EnableFirewallRules API asynchronously
func (*Client) EvaluateRegionResource ¶ added in v1.61.1767
func (client *Client) EvaluateRegionResource(request *EvaluateRegionResourceRequest) (response *EvaluateRegionResourceResponse, err error)
EvaluateRegionResource invokes the polardb.EvaluateRegionResource API synchronously
func (*Client) EvaluateRegionResourceWithCallback ¶ added in v1.61.1767
func (client *Client) EvaluateRegionResourceWithCallback(request *EvaluateRegionResourceRequest, callback func(response *EvaluateRegionResourceResponse, err error)) <-chan int
EvaluateRegionResourceWithCallback invokes the polardb.EvaluateRegionResource API asynchronously
func (*Client) EvaluateRegionResourceWithChan ¶ added in v1.61.1767
func (client *Client) EvaluateRegionResourceWithChan(request *EvaluateRegionResourceRequest) (<-chan *EvaluateRegionResourceResponse, <-chan error)
EvaluateRegionResourceWithChan invokes the polardb.EvaluateRegionResource API asynchronously
func (*Client) FailoverDBCluster ¶
func (client *Client) FailoverDBCluster(request *FailoverDBClusterRequest) (response *FailoverDBClusterResponse, err error)
FailoverDBCluster invokes the polardb.FailoverDBCluster API synchronously
func (*Client) FailoverDBClusterWithCallback ¶
func (client *Client) FailoverDBClusterWithCallback(request *FailoverDBClusterRequest, callback func(response *FailoverDBClusterResponse, err error)) <-chan int
FailoverDBClusterWithCallback invokes the polardb.FailoverDBCluster API asynchronously
func (*Client) FailoverDBClusterWithChan ¶
func (client *Client) FailoverDBClusterWithChan(request *FailoverDBClusterRequest) (<-chan *FailoverDBClusterResponse, <-chan error)
FailoverDBClusterWithChan invokes the polardb.FailoverDBCluster API asynchronously
func (*Client) GrantAccountPrivilege ¶
func (client *Client) GrantAccountPrivilege(request *GrantAccountPrivilegeRequest) (response *GrantAccountPrivilegeResponse, err error)
GrantAccountPrivilege invokes the polardb.GrantAccountPrivilege API synchronously
func (*Client) GrantAccountPrivilegeWithCallback ¶
func (client *Client) GrantAccountPrivilegeWithCallback(request *GrantAccountPrivilegeRequest, callback func(response *GrantAccountPrivilegeResponse, err error)) <-chan int
GrantAccountPrivilegeWithCallback invokes the polardb.GrantAccountPrivilege API asynchronously
func (*Client) GrantAccountPrivilegeWithChan ¶
func (client *Client) GrantAccountPrivilegeWithChan(request *GrantAccountPrivilegeRequest) (<-chan *GrantAccountPrivilegeResponse, <-chan error)
GrantAccountPrivilegeWithChan invokes the polardb.GrantAccountPrivilege API asynchronously
func (*Client) ListTagResources ¶ added in v1.60.298
func (client *Client) ListTagResources(request *ListTagResourcesRequest) (response *ListTagResourcesResponse, err error)
ListTagResources invokes the polardb.ListTagResources API synchronously
func (*Client) ListTagResourcesWithCallback ¶ added in v1.60.298
func (client *Client) ListTagResourcesWithCallback(request *ListTagResourcesRequest, callback func(response *ListTagResourcesResponse, err error)) <-chan int
ListTagResourcesWithCallback invokes the polardb.ListTagResources API asynchronously
func (*Client) ListTagResourcesWithChan ¶ added in v1.60.298
func (client *Client) ListTagResourcesWithChan(request *ListTagResourcesRequest) (<-chan *ListTagResourcesResponse, <-chan error)
ListTagResourcesWithChan invokes the polardb.ListTagResources API asynchronously
func (*Client) ManuallyStartDBCluster ¶ added in v1.62.344
func (client *Client) ManuallyStartDBCluster(request *ManuallyStartDBClusterRequest) (response *ManuallyStartDBClusterResponse, err error)
ManuallyStartDBCluster invokes the polardb.ManuallyStartDBCluster API synchronously
func (*Client) ManuallyStartDBClusterWithCallback ¶ added in v1.62.344
func (client *Client) ManuallyStartDBClusterWithCallback(request *ManuallyStartDBClusterRequest, callback func(response *ManuallyStartDBClusterResponse, err error)) <-chan int
ManuallyStartDBClusterWithCallback invokes the polardb.ManuallyStartDBCluster API asynchronously
func (*Client) ManuallyStartDBClusterWithChan ¶ added in v1.62.344
func (client *Client) ManuallyStartDBClusterWithChan(request *ManuallyStartDBClusterRequest) (<-chan *ManuallyStartDBClusterResponse, <-chan error)
ManuallyStartDBClusterWithChan invokes the polardb.ManuallyStartDBCluster API asynchronously
func (*Client) ModifyAccountDescription ¶
func (client *Client) ModifyAccountDescription(request *ModifyAccountDescriptionRequest) (response *ModifyAccountDescriptionResponse, err error)
ModifyAccountDescription invokes the polardb.ModifyAccountDescription API synchronously
func (*Client) ModifyAccountDescriptionWithCallback ¶
func (client *Client) ModifyAccountDescriptionWithCallback(request *ModifyAccountDescriptionRequest, callback func(response *ModifyAccountDescriptionResponse, err error)) <-chan int
ModifyAccountDescriptionWithCallback invokes the polardb.ModifyAccountDescription API asynchronously
func (*Client) ModifyAccountDescriptionWithChan ¶
func (client *Client) ModifyAccountDescriptionWithChan(request *ModifyAccountDescriptionRequest) (<-chan *ModifyAccountDescriptionResponse, <-chan error)
ModifyAccountDescriptionWithChan invokes the polardb.ModifyAccountDescription API asynchronously
func (*Client) ModifyAccountPassword ¶
func (client *Client) ModifyAccountPassword(request *ModifyAccountPasswordRequest) (response *ModifyAccountPasswordResponse, err error)
ModifyAccountPassword invokes the polardb.ModifyAccountPassword API synchronously
func (*Client) ModifyAccountPasswordWithCallback ¶
func (client *Client) ModifyAccountPasswordWithCallback(request *ModifyAccountPasswordRequest, callback func(response *ModifyAccountPasswordResponse, err error)) <-chan int
ModifyAccountPasswordWithCallback invokes the polardb.ModifyAccountPassword API asynchronously
func (*Client) ModifyAccountPasswordWithChan ¶
func (client *Client) ModifyAccountPasswordWithChan(request *ModifyAccountPasswordRequest) (<-chan *ModifyAccountPasswordResponse, <-chan error)
ModifyAccountPasswordWithChan invokes the polardb.ModifyAccountPassword API asynchronously
func (*Client) ModifyAutoRenewAttribute ¶
func (client *Client) ModifyAutoRenewAttribute(request *ModifyAutoRenewAttributeRequest) (response *ModifyAutoRenewAttributeResponse, err error)
ModifyAutoRenewAttribute invokes the polardb.ModifyAutoRenewAttribute API synchronously
func (*Client) ModifyAutoRenewAttributeWithCallback ¶
func (client *Client) ModifyAutoRenewAttributeWithCallback(request *ModifyAutoRenewAttributeRequest, callback func(response *ModifyAutoRenewAttributeResponse, err error)) <-chan int
ModifyAutoRenewAttributeWithCallback invokes the polardb.ModifyAutoRenewAttribute API asynchronously
func (*Client) ModifyAutoRenewAttributeWithChan ¶
func (client *Client) ModifyAutoRenewAttributeWithChan(request *ModifyAutoRenewAttributeRequest) (<-chan *ModifyAutoRenewAttributeResponse, <-chan error)
ModifyAutoRenewAttributeWithChan invokes the polardb.ModifyAutoRenewAttribute API asynchronously
func (*Client) ModifyBackupPolicy ¶
func (client *Client) ModifyBackupPolicy(request *ModifyBackupPolicyRequest) (response *ModifyBackupPolicyResponse, err error)
ModifyBackupPolicy invokes the polardb.ModifyBackupPolicy API synchronously
func (*Client) ModifyBackupPolicyWithCallback ¶
func (client *Client) ModifyBackupPolicyWithCallback(request *ModifyBackupPolicyRequest, callback func(response *ModifyBackupPolicyResponse, err error)) <-chan int
ModifyBackupPolicyWithCallback invokes the polardb.ModifyBackupPolicy API asynchronously
func (*Client) ModifyBackupPolicyWithChan ¶
func (client *Client) ModifyBackupPolicyWithChan(request *ModifyBackupPolicyRequest) (<-chan *ModifyBackupPolicyResponse, <-chan error)
ModifyBackupPolicyWithChan invokes the polardb.ModifyBackupPolicy API asynchronously
func (*Client) ModifyDBCluster ¶ added in v1.62.457
func (client *Client) ModifyDBCluster(request *ModifyDBClusterRequest) (response *ModifyDBClusterResponse, err error)
ModifyDBCluster invokes the polardb.ModifyDBCluster API synchronously
func (*Client) ModifyDBClusterAccessWhitelist ¶
func (client *Client) ModifyDBClusterAccessWhitelist(request *ModifyDBClusterAccessWhitelistRequest) (response *ModifyDBClusterAccessWhitelistResponse, err error)
ModifyDBClusterAccessWhitelist invokes the polardb.ModifyDBClusterAccessWhitelist API synchronously
func (*Client) ModifyDBClusterAccessWhitelistWithCallback ¶
func (client *Client) ModifyDBClusterAccessWhitelistWithCallback(request *ModifyDBClusterAccessWhitelistRequest, callback func(response *ModifyDBClusterAccessWhitelistResponse, err error)) <-chan int
ModifyDBClusterAccessWhitelistWithCallback invokes the polardb.ModifyDBClusterAccessWhitelist API asynchronously
func (*Client) ModifyDBClusterAccessWhitelistWithChan ¶
func (client *Client) ModifyDBClusterAccessWhitelistWithChan(request *ModifyDBClusterAccessWhitelistRequest) (<-chan *ModifyDBClusterAccessWhitelistResponse, <-chan error)
ModifyDBClusterAccessWhitelistWithChan invokes the polardb.ModifyDBClusterAccessWhitelist API asynchronously
func (*Client) ModifyDBClusterAndNodesParameters ¶ added in v1.61.1512
func (client *Client) ModifyDBClusterAndNodesParameters(request *ModifyDBClusterAndNodesParametersRequest) (response *ModifyDBClusterAndNodesParametersResponse, err error)
ModifyDBClusterAndNodesParameters invokes the polardb.ModifyDBClusterAndNodesParameters API synchronously
func (*Client) ModifyDBClusterAndNodesParametersWithCallback ¶ added in v1.61.1512
func (client *Client) ModifyDBClusterAndNodesParametersWithCallback(request *ModifyDBClusterAndNodesParametersRequest, callback func(response *ModifyDBClusterAndNodesParametersResponse, err error)) <-chan int
ModifyDBClusterAndNodesParametersWithCallback invokes the polardb.ModifyDBClusterAndNodesParameters API asynchronously
func (*Client) ModifyDBClusterAndNodesParametersWithChan ¶ added in v1.61.1512
func (client *Client) ModifyDBClusterAndNodesParametersWithChan(request *ModifyDBClusterAndNodesParametersRequest) (<-chan *ModifyDBClusterAndNodesParametersResponse, <-chan error)
ModifyDBClusterAndNodesParametersWithChan invokes the polardb.ModifyDBClusterAndNodesParameters API asynchronously
func (*Client) ModifyDBClusterAuditLogCollector ¶ added in v1.61.330
func (client *Client) ModifyDBClusterAuditLogCollector(request *ModifyDBClusterAuditLogCollectorRequest) (response *ModifyDBClusterAuditLogCollectorResponse, err error)
ModifyDBClusterAuditLogCollector invokes the polardb.ModifyDBClusterAuditLogCollector API synchronously
func (*Client) ModifyDBClusterAuditLogCollectorWithCallback ¶ added in v1.61.330
func (client *Client) ModifyDBClusterAuditLogCollectorWithCallback(request *ModifyDBClusterAuditLogCollectorRequest, callback func(response *ModifyDBClusterAuditLogCollectorResponse, err error)) <-chan int
ModifyDBClusterAuditLogCollectorWithCallback invokes the polardb.ModifyDBClusterAuditLogCollector API asynchronously
func (*Client) ModifyDBClusterAuditLogCollectorWithChan ¶ added in v1.61.330
func (client *Client) ModifyDBClusterAuditLogCollectorWithChan(request *ModifyDBClusterAuditLogCollectorRequest) (<-chan *ModifyDBClusterAuditLogCollectorResponse, <-chan error)
ModifyDBClusterAuditLogCollectorWithChan invokes the polardb.ModifyDBClusterAuditLogCollector API asynchronously
func (*Client) ModifyDBClusterDeletion ¶ added in v1.61.1710
func (client *Client) ModifyDBClusterDeletion(request *ModifyDBClusterDeletionRequest) (response *ModifyDBClusterDeletionResponse, err error)
ModifyDBClusterDeletion invokes the polardb.ModifyDBClusterDeletion API synchronously
func (*Client) ModifyDBClusterDeletionWithCallback ¶ added in v1.61.1710
func (client *Client) ModifyDBClusterDeletionWithCallback(request *ModifyDBClusterDeletionRequest, callback func(response *ModifyDBClusterDeletionResponse, err error)) <-chan int
ModifyDBClusterDeletionWithCallback invokes the polardb.ModifyDBClusterDeletion API asynchronously
func (*Client) ModifyDBClusterDeletionWithChan ¶ added in v1.61.1710
func (client *Client) ModifyDBClusterDeletionWithChan(request *ModifyDBClusterDeletionRequest) (<-chan *ModifyDBClusterDeletionResponse, <-chan error)
ModifyDBClusterDeletionWithChan invokes the polardb.ModifyDBClusterDeletion API asynchronously
func (*Client) ModifyDBClusterDescription ¶
func (client *Client) ModifyDBClusterDescription(request *ModifyDBClusterDescriptionRequest) (response *ModifyDBClusterDescriptionResponse, err error)
ModifyDBClusterDescription invokes the polardb.ModifyDBClusterDescription API synchronously
func (*Client) ModifyDBClusterDescriptionWithCallback ¶
func (client *Client) ModifyDBClusterDescriptionWithCallback(request *ModifyDBClusterDescriptionRequest, callback func(response *ModifyDBClusterDescriptionResponse, err error)) <-chan int
ModifyDBClusterDescriptionWithCallback invokes the polardb.ModifyDBClusterDescription API asynchronously
func (*Client) ModifyDBClusterDescriptionWithChan ¶
func (client *Client) ModifyDBClusterDescriptionWithChan(request *ModifyDBClusterDescriptionRequest) (<-chan *ModifyDBClusterDescriptionResponse, <-chan error)
ModifyDBClusterDescriptionWithChan invokes the polardb.ModifyDBClusterDescription API asynchronously
func (*Client) ModifyDBClusterEndpoint ¶
func (client *Client) ModifyDBClusterEndpoint(request *ModifyDBClusterEndpointRequest) (response *ModifyDBClusterEndpointResponse, err error)
ModifyDBClusterEndpoint invokes the polardb.ModifyDBClusterEndpoint API synchronously
func (*Client) ModifyDBClusterEndpointWithCallback ¶
func (client *Client) ModifyDBClusterEndpointWithCallback(request *ModifyDBClusterEndpointRequest, callback func(response *ModifyDBClusterEndpointResponse, err error)) <-chan int
ModifyDBClusterEndpointWithCallback invokes the polardb.ModifyDBClusterEndpoint API asynchronously
func (*Client) ModifyDBClusterEndpointWithChan ¶
func (client *Client) ModifyDBClusterEndpointWithChan(request *ModifyDBClusterEndpointRequest) (<-chan *ModifyDBClusterEndpointResponse, <-chan error)
ModifyDBClusterEndpointWithChan invokes the polardb.ModifyDBClusterEndpoint API asynchronously
func (*Client) ModifyDBClusterMaintainTime ¶
func (client *Client) ModifyDBClusterMaintainTime(request *ModifyDBClusterMaintainTimeRequest) (response *ModifyDBClusterMaintainTimeResponse, err error)
ModifyDBClusterMaintainTime invokes the polardb.ModifyDBClusterMaintainTime API synchronously
func (*Client) ModifyDBClusterMaintainTimeWithCallback ¶
func (client *Client) ModifyDBClusterMaintainTimeWithCallback(request *ModifyDBClusterMaintainTimeRequest, callback func(response *ModifyDBClusterMaintainTimeResponse, err error)) <-chan int
ModifyDBClusterMaintainTimeWithCallback invokes the polardb.ModifyDBClusterMaintainTime API asynchronously
func (*Client) ModifyDBClusterMaintainTimeWithChan ¶
func (client *Client) ModifyDBClusterMaintainTimeWithChan(request *ModifyDBClusterMaintainTimeRequest) (<-chan *ModifyDBClusterMaintainTimeResponse, <-chan error)
ModifyDBClusterMaintainTimeWithChan invokes the polardb.ModifyDBClusterMaintainTime API asynchronously
func (*Client) ModifyDBClusterMigration ¶
func (client *Client) ModifyDBClusterMigration(request *ModifyDBClusterMigrationRequest) (response *ModifyDBClusterMigrationResponse, err error)
ModifyDBClusterMigration invokes the polardb.ModifyDBClusterMigration API synchronously
func (*Client) ModifyDBClusterMigrationWithCallback ¶
func (client *Client) ModifyDBClusterMigrationWithCallback(request *ModifyDBClusterMigrationRequest, callback func(response *ModifyDBClusterMigrationResponse, err error)) <-chan int
ModifyDBClusterMigrationWithCallback invokes the polardb.ModifyDBClusterMigration API asynchronously
func (*Client) ModifyDBClusterMigrationWithChan ¶
func (client *Client) ModifyDBClusterMigrationWithChan(request *ModifyDBClusterMigrationRequest) (<-chan *ModifyDBClusterMigrationResponse, <-chan error)
ModifyDBClusterMigrationWithChan invokes the polardb.ModifyDBClusterMigration API asynchronously
func (*Client) ModifyDBClusterMonitor ¶ added in v1.61.98
func (client *Client) ModifyDBClusterMonitor(request *ModifyDBClusterMonitorRequest) (response *ModifyDBClusterMonitorResponse, err error)
ModifyDBClusterMonitor invokes the polardb.ModifyDBClusterMonitor API synchronously
func (*Client) ModifyDBClusterMonitorWithCallback ¶ added in v1.61.98
func (client *Client) ModifyDBClusterMonitorWithCallback(request *ModifyDBClusterMonitorRequest, callback func(response *ModifyDBClusterMonitorResponse, err error)) <-chan int
ModifyDBClusterMonitorWithCallback invokes the polardb.ModifyDBClusterMonitor API asynchronously
func (*Client) ModifyDBClusterMonitorWithChan ¶ added in v1.61.98
func (client *Client) ModifyDBClusterMonitorWithChan(request *ModifyDBClusterMonitorRequest) (<-chan *ModifyDBClusterMonitorResponse, <-chan error)
ModifyDBClusterMonitorWithChan invokes the polardb.ModifyDBClusterMonitor API asynchronously
func (*Client) ModifyDBClusterParameters ¶
func (client *Client) ModifyDBClusterParameters(request *ModifyDBClusterParametersRequest) (response *ModifyDBClusterParametersResponse, err error)
ModifyDBClusterParameters invokes the polardb.ModifyDBClusterParameters API synchronously
func (*Client) ModifyDBClusterParametersWithCallback ¶
func (client *Client) ModifyDBClusterParametersWithCallback(request *ModifyDBClusterParametersRequest, callback func(response *ModifyDBClusterParametersResponse, err error)) <-chan int
ModifyDBClusterParametersWithCallback invokes the polardb.ModifyDBClusterParameters API asynchronously
func (*Client) ModifyDBClusterParametersWithChan ¶
func (client *Client) ModifyDBClusterParametersWithChan(request *ModifyDBClusterParametersRequest) (<-chan *ModifyDBClusterParametersResponse, <-chan error)
ModifyDBClusterParametersWithChan invokes the polardb.ModifyDBClusterParameters API asynchronously
func (*Client) ModifyDBClusterPrimaryZone ¶ added in v1.61.656
func (client *Client) ModifyDBClusterPrimaryZone(request *ModifyDBClusterPrimaryZoneRequest) (response *ModifyDBClusterPrimaryZoneResponse, err error)
ModifyDBClusterPrimaryZone invokes the polardb.ModifyDBClusterPrimaryZone API synchronously
func (*Client) ModifyDBClusterPrimaryZoneWithCallback ¶ added in v1.61.656
func (client *Client) ModifyDBClusterPrimaryZoneWithCallback(request *ModifyDBClusterPrimaryZoneRequest, callback func(response *ModifyDBClusterPrimaryZoneResponse, err error)) <-chan int
ModifyDBClusterPrimaryZoneWithCallback invokes the polardb.ModifyDBClusterPrimaryZone API asynchronously
func (*Client) ModifyDBClusterPrimaryZoneWithChan ¶ added in v1.61.656
func (client *Client) ModifyDBClusterPrimaryZoneWithChan(request *ModifyDBClusterPrimaryZoneRequest) (<-chan *ModifyDBClusterPrimaryZoneResponse, <-chan error)
ModifyDBClusterPrimaryZoneWithChan invokes the polardb.ModifyDBClusterPrimaryZone API asynchronously
func (*Client) ModifyDBClusterResourceGroup ¶ added in v1.61.1705
func (client *Client) ModifyDBClusterResourceGroup(request *ModifyDBClusterResourceGroupRequest) (response *ModifyDBClusterResourceGroupResponse, err error)
ModifyDBClusterResourceGroup invokes the polardb.ModifyDBClusterResourceGroup API synchronously
func (*Client) ModifyDBClusterResourceGroupWithCallback ¶ added in v1.61.1705
func (client *Client) ModifyDBClusterResourceGroupWithCallback(request *ModifyDBClusterResourceGroupRequest, callback func(response *ModifyDBClusterResourceGroupResponse, err error)) <-chan int
ModifyDBClusterResourceGroupWithCallback invokes the polardb.ModifyDBClusterResourceGroup API asynchronously
func (*Client) ModifyDBClusterResourceGroupWithChan ¶ added in v1.61.1705
func (client *Client) ModifyDBClusterResourceGroupWithChan(request *ModifyDBClusterResourceGroupRequest) (<-chan *ModifyDBClusterResourceGroupResponse, <-chan error)
ModifyDBClusterResourceGroupWithChan invokes the polardb.ModifyDBClusterResourceGroup API asynchronously
func (*Client) ModifyDBClusterSSL ¶ added in v1.60.380
func (client *Client) ModifyDBClusterSSL(request *ModifyDBClusterSSLRequest) (response *ModifyDBClusterSSLResponse, err error)
ModifyDBClusterSSL invokes the polardb.ModifyDBClusterSSL API synchronously
func (*Client) ModifyDBClusterSSLWithCallback ¶ added in v1.60.380
func (client *Client) ModifyDBClusterSSLWithCallback(request *ModifyDBClusterSSLRequest, callback func(response *ModifyDBClusterSSLResponse, err error)) <-chan int
ModifyDBClusterSSLWithCallback invokes the polardb.ModifyDBClusterSSL API asynchronously
func (*Client) ModifyDBClusterSSLWithChan ¶ added in v1.60.380
func (client *Client) ModifyDBClusterSSLWithChan(request *ModifyDBClusterSSLRequest) (<-chan *ModifyDBClusterSSLResponse, <-chan error)
ModifyDBClusterSSLWithChan invokes the polardb.ModifyDBClusterSSL API asynchronously
func (*Client) ModifyDBClusterServerlessConf ¶ added in v1.61.1826
func (client *Client) ModifyDBClusterServerlessConf(request *ModifyDBClusterServerlessConfRequest) (response *ModifyDBClusterServerlessConfResponse, err error)
ModifyDBClusterServerlessConf invokes the polardb.ModifyDBClusterServerlessConf API synchronously
func (*Client) ModifyDBClusterServerlessConfWithCallback ¶ added in v1.61.1826
func (client *Client) ModifyDBClusterServerlessConfWithCallback(request *ModifyDBClusterServerlessConfRequest, callback func(response *ModifyDBClusterServerlessConfResponse, err error)) <-chan int
ModifyDBClusterServerlessConfWithCallback invokes the polardb.ModifyDBClusterServerlessConf API asynchronously
func (*Client) ModifyDBClusterServerlessConfWithChan ¶ added in v1.61.1826
func (client *Client) ModifyDBClusterServerlessConfWithChan(request *ModifyDBClusterServerlessConfRequest) (<-chan *ModifyDBClusterServerlessConfResponse, <-chan error)
ModifyDBClusterServerlessConfWithChan invokes the polardb.ModifyDBClusterServerlessConf API asynchronously
func (*Client) ModifyDBClusterStorageSpace ¶ added in v1.62.230
func (client *Client) ModifyDBClusterStorageSpace(request *ModifyDBClusterStorageSpaceRequest) (response *ModifyDBClusterStorageSpaceResponse, err error)
ModifyDBClusterStorageSpace invokes the polardb.ModifyDBClusterStorageSpace API synchronously
func (*Client) ModifyDBClusterStorageSpaceWithCallback ¶ added in v1.62.230
func (client *Client) ModifyDBClusterStorageSpaceWithCallback(request *ModifyDBClusterStorageSpaceRequest, callback func(response *ModifyDBClusterStorageSpaceResponse, err error)) <-chan int
ModifyDBClusterStorageSpaceWithCallback invokes the polardb.ModifyDBClusterStorageSpace API asynchronously
func (*Client) ModifyDBClusterStorageSpaceWithChan ¶ added in v1.62.230
func (client *Client) ModifyDBClusterStorageSpaceWithChan(request *ModifyDBClusterStorageSpaceRequest) (<-chan *ModifyDBClusterStorageSpaceResponse, <-chan error)
ModifyDBClusterStorageSpaceWithChan invokes the polardb.ModifyDBClusterStorageSpace API asynchronously
func (*Client) ModifyDBClusterTDE ¶ added in v1.61.628
func (client *Client) ModifyDBClusterTDE(request *ModifyDBClusterTDERequest) (response *ModifyDBClusterTDEResponse, err error)
ModifyDBClusterTDE invokes the polardb.ModifyDBClusterTDE API synchronously
func (*Client) ModifyDBClusterTDEWithCallback ¶ added in v1.61.628
func (client *Client) ModifyDBClusterTDEWithCallback(request *ModifyDBClusterTDERequest, callback func(response *ModifyDBClusterTDEResponse, err error)) <-chan int
ModifyDBClusterTDEWithCallback invokes the polardb.ModifyDBClusterTDE API asynchronously
func (*Client) ModifyDBClusterTDEWithChan ¶ added in v1.61.628
func (client *Client) ModifyDBClusterTDEWithChan(request *ModifyDBClusterTDERequest) (<-chan *ModifyDBClusterTDEResponse, <-chan error)
ModifyDBClusterTDEWithChan invokes the polardb.ModifyDBClusterTDE API asynchronously
func (*Client) ModifyDBClusterWithCallback ¶ added in v1.62.457
func (client *Client) ModifyDBClusterWithCallback(request *ModifyDBClusterRequest, callback func(response *ModifyDBClusterResponse, err error)) <-chan int
ModifyDBClusterWithCallback invokes the polardb.ModifyDBCluster API asynchronously
func (*Client) ModifyDBClusterWithChan ¶ added in v1.62.457
func (client *Client) ModifyDBClusterWithChan(request *ModifyDBClusterRequest) (<-chan *ModifyDBClusterResponse, <-chan error)
ModifyDBClusterWithChan invokes the polardb.ModifyDBCluster API asynchronously
func (*Client) ModifyDBDescription ¶
func (client *Client) ModifyDBDescription(request *ModifyDBDescriptionRequest) (response *ModifyDBDescriptionResponse, err error)
ModifyDBDescription invokes the polardb.ModifyDBDescription API synchronously
func (*Client) ModifyDBDescriptionWithCallback ¶
func (client *Client) ModifyDBDescriptionWithCallback(request *ModifyDBDescriptionRequest, callback func(response *ModifyDBDescriptionResponse, err error)) <-chan int
ModifyDBDescriptionWithCallback invokes the polardb.ModifyDBDescription API asynchronously
func (*Client) ModifyDBDescriptionWithChan ¶
func (client *Client) ModifyDBDescriptionWithChan(request *ModifyDBDescriptionRequest) (<-chan *ModifyDBDescriptionResponse, <-chan error)
ModifyDBDescriptionWithChan invokes the polardb.ModifyDBDescription API asynchronously
func (*Client) ModifyDBEndpointAddress ¶
func (client *Client) ModifyDBEndpointAddress(request *ModifyDBEndpointAddressRequest) (response *ModifyDBEndpointAddressResponse, err error)
ModifyDBEndpointAddress invokes the polardb.ModifyDBEndpointAddress API synchronously
func (*Client) ModifyDBEndpointAddressWithCallback ¶
func (client *Client) ModifyDBEndpointAddressWithCallback(request *ModifyDBEndpointAddressRequest, callback func(response *ModifyDBEndpointAddressResponse, err error)) <-chan int
ModifyDBEndpointAddressWithCallback invokes the polardb.ModifyDBEndpointAddress API asynchronously
func (*Client) ModifyDBEndpointAddressWithChan ¶
func (client *Client) ModifyDBEndpointAddressWithChan(request *ModifyDBEndpointAddressRequest) (<-chan *ModifyDBEndpointAddressResponse, <-chan error)
ModifyDBEndpointAddressWithChan invokes the polardb.ModifyDBEndpointAddress API asynchronously
func (*Client) ModifyDBNodeClass ¶
func (client *Client) ModifyDBNodeClass(request *ModifyDBNodeClassRequest) (response *ModifyDBNodeClassResponse, err error)
ModifyDBNodeClass invokes the polardb.ModifyDBNodeClass API synchronously
func (*Client) ModifyDBNodeClassWithCallback ¶
func (client *Client) ModifyDBNodeClassWithCallback(request *ModifyDBNodeClassRequest, callback func(response *ModifyDBNodeClassResponse, err error)) <-chan int
ModifyDBNodeClassWithCallback invokes the polardb.ModifyDBNodeClass API asynchronously
func (*Client) ModifyDBNodeClassWithChan ¶
func (client *Client) ModifyDBNodeClassWithChan(request *ModifyDBNodeClassRequest) (<-chan *ModifyDBNodeClassResponse, <-chan error)
ModifyDBNodeClassWithChan invokes the polardb.ModifyDBNodeClass API asynchronously
func (*Client) ModifyDBNodeHotReplicaMode ¶ added in v1.61.1467
func (client *Client) ModifyDBNodeHotReplicaMode(request *ModifyDBNodeHotReplicaModeRequest) (response *ModifyDBNodeHotReplicaModeResponse, err error)
ModifyDBNodeHotReplicaMode invokes the polardb.ModifyDBNodeHotReplicaMode API synchronously
func (*Client) ModifyDBNodeHotReplicaModeWithCallback ¶ added in v1.61.1467
func (client *Client) ModifyDBNodeHotReplicaModeWithCallback(request *ModifyDBNodeHotReplicaModeRequest, callback func(response *ModifyDBNodeHotReplicaModeResponse, err error)) <-chan int
ModifyDBNodeHotReplicaModeWithCallback invokes the polardb.ModifyDBNodeHotReplicaMode API asynchronously
func (*Client) ModifyDBNodeHotReplicaModeWithChan ¶ added in v1.61.1467
func (client *Client) ModifyDBNodeHotReplicaModeWithChan(request *ModifyDBNodeHotReplicaModeRequest) (<-chan *ModifyDBNodeHotReplicaModeResponse, <-chan error)
ModifyDBNodeHotReplicaModeWithChan invokes the polardb.ModifyDBNodeHotReplicaMode API asynchronously
func (*Client) ModifyDBNodesClass ¶ added in v1.61.1574
func (client *Client) ModifyDBNodesClass(request *ModifyDBNodesClassRequest) (response *ModifyDBNodesClassResponse, err error)
ModifyDBNodesClass invokes the polardb.ModifyDBNodesClass API synchronously
func (*Client) ModifyDBNodesClassWithCallback ¶ added in v1.61.1574
func (client *Client) ModifyDBNodesClassWithCallback(request *ModifyDBNodesClassRequest, callback func(response *ModifyDBNodesClassResponse, err error)) <-chan int
ModifyDBNodesClassWithCallback invokes the polardb.ModifyDBNodesClass API asynchronously
func (*Client) ModifyDBNodesClassWithChan ¶ added in v1.61.1574
func (client *Client) ModifyDBNodesClassWithChan(request *ModifyDBNodesClassRequest) (<-chan *ModifyDBNodesClassResponse, <-chan error)
ModifyDBNodesClassWithChan invokes the polardb.ModifyDBNodesClass API asynchronously
func (*Client) ModifyDBNodesParameters ¶ added in v1.61.1512
func (client *Client) ModifyDBNodesParameters(request *ModifyDBNodesParametersRequest) (response *ModifyDBNodesParametersResponse, err error)
ModifyDBNodesParameters invokes the polardb.ModifyDBNodesParameters API synchronously
func (*Client) ModifyDBNodesParametersWithCallback ¶ added in v1.61.1512
func (client *Client) ModifyDBNodesParametersWithCallback(request *ModifyDBNodesParametersRequest, callback func(response *ModifyDBNodesParametersResponse, err error)) <-chan int
ModifyDBNodesParametersWithCallback invokes the polardb.ModifyDBNodesParameters API asynchronously
func (*Client) ModifyDBNodesParametersWithChan ¶ added in v1.61.1512
func (client *Client) ModifyDBNodesParametersWithChan(request *ModifyDBNodesParametersRequest) (<-chan *ModifyDBNodesParametersResponse, <-chan error)
ModifyDBNodesParametersWithChan invokes the polardb.ModifyDBNodesParameters API asynchronously
func (*Client) ModifyGlobalDatabaseNetwork ¶ added in v1.61.1155
func (client *Client) ModifyGlobalDatabaseNetwork(request *ModifyGlobalDatabaseNetworkRequest) (response *ModifyGlobalDatabaseNetworkResponse, err error)
ModifyGlobalDatabaseNetwork invokes the polardb.ModifyGlobalDatabaseNetwork API synchronously
func (*Client) ModifyGlobalDatabaseNetworkWithCallback ¶ added in v1.61.1155
func (client *Client) ModifyGlobalDatabaseNetworkWithCallback(request *ModifyGlobalDatabaseNetworkRequest, callback func(response *ModifyGlobalDatabaseNetworkResponse, err error)) <-chan int
ModifyGlobalDatabaseNetworkWithCallback invokes the polardb.ModifyGlobalDatabaseNetwork API asynchronously
func (*Client) ModifyGlobalDatabaseNetworkWithChan ¶ added in v1.61.1155
func (client *Client) ModifyGlobalDatabaseNetworkWithChan(request *ModifyGlobalDatabaseNetworkRequest) (<-chan *ModifyGlobalDatabaseNetworkResponse, <-chan error)
ModifyGlobalDatabaseNetworkWithChan invokes the polardb.ModifyGlobalDatabaseNetwork API asynchronously
func (*Client) ModifyGlobalSecurityIPGroup ¶ added in v1.61.1826
func (client *Client) ModifyGlobalSecurityIPGroup(request *ModifyGlobalSecurityIPGroupRequest) (response *ModifyGlobalSecurityIPGroupResponse, err error)
ModifyGlobalSecurityIPGroup invokes the polardb.ModifyGlobalSecurityIPGroup API synchronously
func (*Client) ModifyGlobalSecurityIPGroupName ¶ added in v1.61.1826
func (client *Client) ModifyGlobalSecurityIPGroupName(request *ModifyGlobalSecurityIPGroupNameRequest) (response *ModifyGlobalSecurityIPGroupNameResponse, err error)
ModifyGlobalSecurityIPGroupName invokes the polardb.ModifyGlobalSecurityIPGroupName API synchronously
func (*Client) ModifyGlobalSecurityIPGroupNameWithCallback ¶ added in v1.61.1826
func (client *Client) ModifyGlobalSecurityIPGroupNameWithCallback(request *ModifyGlobalSecurityIPGroupNameRequest, callback func(response *ModifyGlobalSecurityIPGroupNameResponse, err error)) <-chan int
ModifyGlobalSecurityIPGroupNameWithCallback invokes the polardb.ModifyGlobalSecurityIPGroupName API asynchronously
func (*Client) ModifyGlobalSecurityIPGroupNameWithChan ¶ added in v1.61.1826
func (client *Client) ModifyGlobalSecurityIPGroupNameWithChan(request *ModifyGlobalSecurityIPGroupNameRequest) (<-chan *ModifyGlobalSecurityIPGroupNameResponse, <-chan error)
ModifyGlobalSecurityIPGroupNameWithChan invokes the polardb.ModifyGlobalSecurityIPGroupName API asynchronously
func (*Client) ModifyGlobalSecurityIPGroupRelation ¶ added in v1.61.1826
func (client *Client) ModifyGlobalSecurityIPGroupRelation(request *ModifyGlobalSecurityIPGroupRelationRequest) (response *ModifyGlobalSecurityIPGroupRelationResponse, err error)
ModifyGlobalSecurityIPGroupRelation invokes the polardb.ModifyGlobalSecurityIPGroupRelation API synchronously
func (*Client) ModifyGlobalSecurityIPGroupRelationWithCallback ¶ added in v1.61.1826
func (client *Client) ModifyGlobalSecurityIPGroupRelationWithCallback(request *ModifyGlobalSecurityIPGroupRelationRequest, callback func(response *ModifyGlobalSecurityIPGroupRelationResponse, err error)) <-chan int
ModifyGlobalSecurityIPGroupRelationWithCallback invokes the polardb.ModifyGlobalSecurityIPGroupRelation API asynchronously
func (*Client) ModifyGlobalSecurityIPGroupRelationWithChan ¶ added in v1.61.1826
func (client *Client) ModifyGlobalSecurityIPGroupRelationWithChan(request *ModifyGlobalSecurityIPGroupRelationRequest) (<-chan *ModifyGlobalSecurityIPGroupRelationResponse, <-chan error)
ModifyGlobalSecurityIPGroupRelationWithChan invokes the polardb.ModifyGlobalSecurityIPGroupRelation API asynchronously
func (*Client) ModifyGlobalSecurityIPGroupWithCallback ¶ added in v1.61.1826
func (client *Client) ModifyGlobalSecurityIPGroupWithCallback(request *ModifyGlobalSecurityIPGroupRequest, callback func(response *ModifyGlobalSecurityIPGroupResponse, err error)) <-chan int
ModifyGlobalSecurityIPGroupWithCallback invokes the polardb.ModifyGlobalSecurityIPGroup API asynchronously
func (*Client) ModifyGlobalSecurityIPGroupWithChan ¶ added in v1.61.1826
func (client *Client) ModifyGlobalSecurityIPGroupWithChan(request *ModifyGlobalSecurityIPGroupRequest) (<-chan *ModifyGlobalSecurityIPGroupResponse, <-chan error)
ModifyGlobalSecurityIPGroupWithChan invokes the polardb.ModifyGlobalSecurityIPGroup API asynchronously
func (*Client) ModifyLogBackupPolicy ¶ added in v1.61.180
func (client *Client) ModifyLogBackupPolicy(request *ModifyLogBackupPolicyRequest) (response *ModifyLogBackupPolicyResponse, err error)
ModifyLogBackupPolicy invokes the polardb.ModifyLogBackupPolicy API synchronously
func (*Client) ModifyLogBackupPolicyWithCallback ¶ added in v1.61.180
func (client *Client) ModifyLogBackupPolicyWithCallback(request *ModifyLogBackupPolicyRequest, callback func(response *ModifyLogBackupPolicyResponse, err error)) <-chan int
ModifyLogBackupPolicyWithCallback invokes the polardb.ModifyLogBackupPolicy API asynchronously
func (*Client) ModifyLogBackupPolicyWithChan ¶ added in v1.61.180
func (client *Client) ModifyLogBackupPolicyWithChan(request *ModifyLogBackupPolicyRequest) (<-chan *ModifyLogBackupPolicyResponse, <-chan error)
ModifyLogBackupPolicyWithChan invokes the polardb.ModifyLogBackupPolicy API asynchronously
func (*Client) ModifyMaskingRules ¶ added in v1.61.1203
func (client *Client) ModifyMaskingRules(request *ModifyMaskingRulesRequest) (response *ModifyMaskingRulesResponse, err error)
ModifyMaskingRules invokes the polardb.ModifyMaskingRules API synchronously
func (*Client) ModifyMaskingRulesWithCallback ¶ added in v1.61.1203
func (client *Client) ModifyMaskingRulesWithCallback(request *ModifyMaskingRulesRequest, callback func(response *ModifyMaskingRulesResponse, err error)) <-chan int
ModifyMaskingRulesWithCallback invokes the polardb.ModifyMaskingRules API asynchronously
func (*Client) ModifyMaskingRulesWithChan ¶ added in v1.61.1203
func (client *Client) ModifyMaskingRulesWithChan(request *ModifyMaskingRulesRequest) (<-chan *ModifyMaskingRulesResponse, <-chan error)
ModifyMaskingRulesWithChan invokes the polardb.ModifyMaskingRules API asynchronously
func (*Client) ModifyPendingMaintenanceAction ¶ added in v1.61.611
func (client *Client) ModifyPendingMaintenanceAction(request *ModifyPendingMaintenanceActionRequest) (response *ModifyPendingMaintenanceActionResponse, err error)
ModifyPendingMaintenanceAction invokes the polardb.ModifyPendingMaintenanceAction API synchronously
func (*Client) ModifyPendingMaintenanceActionWithCallback ¶ added in v1.61.611
func (client *Client) ModifyPendingMaintenanceActionWithCallback(request *ModifyPendingMaintenanceActionRequest, callback func(response *ModifyPendingMaintenanceActionResponse, err error)) <-chan int
ModifyPendingMaintenanceActionWithCallback invokes the polardb.ModifyPendingMaintenanceAction API asynchronously
func (*Client) ModifyPendingMaintenanceActionWithChan ¶ added in v1.61.611
func (client *Client) ModifyPendingMaintenanceActionWithChan(request *ModifyPendingMaintenanceActionRequest) (<-chan *ModifyPendingMaintenanceActionResponse, <-chan error)
ModifyPendingMaintenanceActionWithChan invokes the polardb.ModifyPendingMaintenanceAction API asynchronously
func (*Client) OpenAITask ¶ added in v1.61.1710
func (client *Client) OpenAITask(request *OpenAITaskRequest) (response *OpenAITaskResponse, err error)
OpenAITask invokes the polardb.OpenAITask API synchronously
func (*Client) OpenAITaskWithCallback ¶ added in v1.61.1710
func (client *Client) OpenAITaskWithCallback(request *OpenAITaskRequest, callback func(response *OpenAITaskResponse, err error)) <-chan int
OpenAITaskWithCallback invokes the polardb.OpenAITask API asynchronously
func (*Client) OpenAITaskWithChan ¶ added in v1.61.1710
func (client *Client) OpenAITaskWithChan(request *OpenAITaskRequest) (<-chan *OpenAITaskResponse, <-chan error)
OpenAITaskWithChan invokes the polardb.OpenAITask API asynchronously
func (*Client) RefreshDBClusterStorageUsage ¶ added in v1.61.1705
func (client *Client) RefreshDBClusterStorageUsage(request *RefreshDBClusterStorageUsageRequest) (response *RefreshDBClusterStorageUsageResponse, err error)
RefreshDBClusterStorageUsage invokes the polardb.RefreshDBClusterStorageUsage API synchronously
func (*Client) RefreshDBClusterStorageUsageWithCallback ¶ added in v1.61.1705
func (client *Client) RefreshDBClusterStorageUsageWithCallback(request *RefreshDBClusterStorageUsageRequest, callback func(response *RefreshDBClusterStorageUsageResponse, err error)) <-chan int
RefreshDBClusterStorageUsageWithCallback invokes the polardb.RefreshDBClusterStorageUsage API asynchronously
func (*Client) RefreshDBClusterStorageUsageWithChan ¶ added in v1.61.1705
func (client *Client) RefreshDBClusterStorageUsageWithChan(request *RefreshDBClusterStorageUsageRequest) (<-chan *RefreshDBClusterStorageUsageResponse, <-chan error)
RefreshDBClusterStorageUsageWithChan invokes the polardb.RefreshDBClusterStorageUsage API asynchronously
func (*Client) RemoveDBClusterFromGDN ¶ added in v1.61.1155
func (client *Client) RemoveDBClusterFromGDN(request *RemoveDBClusterFromGDNRequest) (response *RemoveDBClusterFromGDNResponse, err error)
RemoveDBClusterFromGDN invokes the polardb.RemoveDBClusterFromGDN API synchronously
func (*Client) RemoveDBClusterFromGDNWithCallback ¶ added in v1.61.1155
func (client *Client) RemoveDBClusterFromGDNWithCallback(request *RemoveDBClusterFromGDNRequest, callback func(response *RemoveDBClusterFromGDNResponse, err error)) <-chan int
RemoveDBClusterFromGDNWithCallback invokes the polardb.RemoveDBClusterFromGDN API asynchronously
func (*Client) RemoveDBClusterFromGDNWithChan ¶ added in v1.61.1155
func (client *Client) RemoveDBClusterFromGDNWithChan(request *RemoveDBClusterFromGDNRequest) (<-chan *RemoveDBClusterFromGDNResponse, <-chan error)
RemoveDBClusterFromGDNWithChan invokes the polardb.RemoveDBClusterFromGDN API asynchronously
func (*Client) ResetAccount ¶
func (client *Client) ResetAccount(request *ResetAccountRequest) (response *ResetAccountResponse, err error)
ResetAccount invokes the polardb.ResetAccount API synchronously
func (*Client) ResetAccountWithCallback ¶
func (client *Client) ResetAccountWithCallback(request *ResetAccountRequest, callback func(response *ResetAccountResponse, err error)) <-chan int
ResetAccountWithCallback invokes the polardb.ResetAccount API asynchronously
func (*Client) ResetAccountWithChan ¶
func (client *Client) ResetAccountWithChan(request *ResetAccountRequest) (<-chan *ResetAccountResponse, <-chan error)
ResetAccountWithChan invokes the polardb.ResetAccount API asynchronously
func (*Client) ResetGlobalDatabaseNetwork ¶ added in v1.62.318
func (client *Client) ResetGlobalDatabaseNetwork(request *ResetGlobalDatabaseNetworkRequest) (response *ResetGlobalDatabaseNetworkResponse, err error)
ResetGlobalDatabaseNetwork invokes the polardb.ResetGlobalDatabaseNetwork API synchronously
func (*Client) ResetGlobalDatabaseNetworkWithCallback ¶ added in v1.62.318
func (client *Client) ResetGlobalDatabaseNetworkWithCallback(request *ResetGlobalDatabaseNetworkRequest, callback func(response *ResetGlobalDatabaseNetworkResponse, err error)) <-chan int
ResetGlobalDatabaseNetworkWithCallback invokes the polardb.ResetGlobalDatabaseNetwork API asynchronously
func (*Client) ResetGlobalDatabaseNetworkWithChan ¶ added in v1.62.318
func (client *Client) ResetGlobalDatabaseNetworkWithChan(request *ResetGlobalDatabaseNetworkRequest) (<-chan *ResetGlobalDatabaseNetworkResponse, <-chan error)
ResetGlobalDatabaseNetworkWithChan invokes the polardb.ResetGlobalDatabaseNetwork API asynchronously
func (*Client) RestartDBNode ¶
func (client *Client) RestartDBNode(request *RestartDBNodeRequest) (response *RestartDBNodeResponse, err error)
RestartDBNode invokes the polardb.RestartDBNode API synchronously
func (*Client) RestartDBNodeWithCallback ¶
func (client *Client) RestartDBNodeWithCallback(request *RestartDBNodeRequest, callback func(response *RestartDBNodeResponse, err error)) <-chan int
RestartDBNodeWithCallback invokes the polardb.RestartDBNode API asynchronously
func (*Client) RestartDBNodeWithChan ¶
func (client *Client) RestartDBNodeWithChan(request *RestartDBNodeRequest) (<-chan *RestartDBNodeResponse, <-chan error)
RestartDBNodeWithChan invokes the polardb.RestartDBNode API asynchronously
func (*Client) RestoreTable ¶ added in v1.61.732
func (client *Client) RestoreTable(request *RestoreTableRequest) (response *RestoreTableResponse, err error)
RestoreTable invokes the polardb.RestoreTable API synchronously
func (*Client) RestoreTableWithCallback ¶ added in v1.61.732
func (client *Client) RestoreTableWithCallback(request *RestoreTableRequest, callback func(response *RestoreTableResponse, err error)) <-chan int
RestoreTableWithCallback invokes the polardb.RestoreTable API asynchronously
func (*Client) RestoreTableWithChan ¶ added in v1.61.732
func (client *Client) RestoreTableWithChan(request *RestoreTableRequest) (<-chan *RestoreTableResponse, <-chan error)
RestoreTableWithChan invokes the polardb.RestoreTable API asynchronously
func (*Client) RevokeAccountPrivilege ¶
func (client *Client) RevokeAccountPrivilege(request *RevokeAccountPrivilegeRequest) (response *RevokeAccountPrivilegeResponse, err error)
RevokeAccountPrivilege invokes the polardb.RevokeAccountPrivilege API synchronously
func (*Client) RevokeAccountPrivilegeWithCallback ¶
func (client *Client) RevokeAccountPrivilegeWithCallback(request *RevokeAccountPrivilegeRequest, callback func(response *RevokeAccountPrivilegeResponse, err error)) <-chan int
RevokeAccountPrivilegeWithCallback invokes the polardb.RevokeAccountPrivilege API asynchronously
func (*Client) RevokeAccountPrivilegeWithChan ¶
func (client *Client) RevokeAccountPrivilegeWithChan(request *RevokeAccountPrivilegeRequest) (<-chan *RevokeAccountPrivilegeResponse, <-chan error)
RevokeAccountPrivilegeWithChan invokes the polardb.RevokeAccountPrivilege API asynchronously
func (*Client) SwitchOverGlobalDatabaseNetwork ¶ added in v1.61.1705
func (client *Client) SwitchOverGlobalDatabaseNetwork(request *SwitchOverGlobalDatabaseNetworkRequest) (response *SwitchOverGlobalDatabaseNetworkResponse, err error)
SwitchOverGlobalDatabaseNetwork invokes the polardb.SwitchOverGlobalDatabaseNetwork API synchronously
func (*Client) SwitchOverGlobalDatabaseNetworkWithCallback ¶ added in v1.61.1705
func (client *Client) SwitchOverGlobalDatabaseNetworkWithCallback(request *SwitchOverGlobalDatabaseNetworkRequest, callback func(response *SwitchOverGlobalDatabaseNetworkResponse, err error)) <-chan int
SwitchOverGlobalDatabaseNetworkWithCallback invokes the polardb.SwitchOverGlobalDatabaseNetwork API asynchronously
func (*Client) SwitchOverGlobalDatabaseNetworkWithChan ¶ added in v1.61.1705
func (client *Client) SwitchOverGlobalDatabaseNetworkWithChan(request *SwitchOverGlobalDatabaseNetworkRequest) (<-chan *SwitchOverGlobalDatabaseNetworkResponse, <-chan error)
SwitchOverGlobalDatabaseNetworkWithChan invokes the polardb.SwitchOverGlobalDatabaseNetwork API asynchronously
func (*Client) TagResources ¶
func (client *Client) TagResources(request *TagResourcesRequest) (response *TagResourcesResponse, err error)
TagResources invokes the polardb.TagResources API synchronously
func (*Client) TagResourcesWithCallback ¶
func (client *Client) TagResourcesWithCallback(request *TagResourcesRequest, callback func(response *TagResourcesResponse, err error)) <-chan int
TagResourcesWithCallback invokes the polardb.TagResources API asynchronously
func (*Client) TagResourcesWithChan ¶
func (client *Client) TagResourcesWithChan(request *TagResourcesRequest) (<-chan *TagResourcesResponse, <-chan error)
TagResourcesWithChan invokes the polardb.TagResources API asynchronously
func (*Client) TempModifyDBNode ¶ added in v1.61.1271
func (client *Client) TempModifyDBNode(request *TempModifyDBNodeRequest) (response *TempModifyDBNodeResponse, err error)
TempModifyDBNode invokes the polardb.TempModifyDBNode API synchronously
func (*Client) TempModifyDBNodeWithCallback ¶ added in v1.61.1271
func (client *Client) TempModifyDBNodeWithCallback(request *TempModifyDBNodeRequest, callback func(response *TempModifyDBNodeResponse, err error)) <-chan int
TempModifyDBNodeWithCallback invokes the polardb.TempModifyDBNode API asynchronously
func (*Client) TempModifyDBNodeWithChan ¶ added in v1.61.1271
func (client *Client) TempModifyDBNodeWithChan(request *TempModifyDBNodeRequest) (<-chan *TempModifyDBNodeResponse, <-chan error)
TempModifyDBNodeWithChan invokes the polardb.TempModifyDBNode API asynchronously
func (*Client) TransformDBClusterPayType ¶ added in v1.61.1104
func (client *Client) TransformDBClusterPayType(request *TransformDBClusterPayTypeRequest) (response *TransformDBClusterPayTypeResponse, err error)
TransformDBClusterPayType invokes the polardb.TransformDBClusterPayType API synchronously
func (*Client) TransformDBClusterPayTypeWithCallback ¶ added in v1.61.1104
func (client *Client) TransformDBClusterPayTypeWithCallback(request *TransformDBClusterPayTypeRequest, callback func(response *TransformDBClusterPayTypeResponse, err error)) <-chan int
TransformDBClusterPayTypeWithCallback invokes the polardb.TransformDBClusterPayType API asynchronously
func (*Client) TransformDBClusterPayTypeWithChan ¶ added in v1.61.1104
func (client *Client) TransformDBClusterPayTypeWithChan(request *TransformDBClusterPayTypeRequest) (<-chan *TransformDBClusterPayTypeResponse, <-chan error)
TransformDBClusterPayTypeWithChan invokes the polardb.TransformDBClusterPayType API asynchronously
func (*Client) UntagResources ¶
func (client *Client) UntagResources(request *UntagResourcesRequest) (response *UntagResourcesResponse, err error)
UntagResources invokes the polardb.UntagResources API synchronously
func (*Client) UntagResourcesWithCallback ¶
func (client *Client) UntagResourcesWithCallback(request *UntagResourcesRequest, callback func(response *UntagResourcesResponse, err error)) <-chan int
UntagResourcesWithCallback invokes the polardb.UntagResources API asynchronously
func (*Client) UntagResourcesWithChan ¶
func (client *Client) UntagResourcesWithChan(request *UntagResourcesRequest) (<-chan *UntagResourcesResponse, <-chan error)
UntagResourcesWithChan invokes the polardb.UntagResources API asynchronously
func (*Client) UpgradeDBClusterMinorVersion ¶ added in v1.61.784
func (client *Client) UpgradeDBClusterMinorVersion(request *UpgradeDBClusterMinorVersionRequest) (response *UpgradeDBClusterMinorVersionResponse, err error)
UpgradeDBClusterMinorVersion invokes the polardb.UpgradeDBClusterMinorVersion API synchronously
func (*Client) UpgradeDBClusterMinorVersionWithCallback ¶ added in v1.61.784
func (client *Client) UpgradeDBClusterMinorVersionWithCallback(request *UpgradeDBClusterMinorVersionRequest, callback func(response *UpgradeDBClusterMinorVersionResponse, err error)) <-chan int
UpgradeDBClusterMinorVersionWithCallback invokes the polardb.UpgradeDBClusterMinorVersion API asynchronously
func (*Client) UpgradeDBClusterMinorVersionWithChan ¶ added in v1.61.784
func (client *Client) UpgradeDBClusterMinorVersionWithChan(request *UpgradeDBClusterMinorVersionRequest) (<-chan *UpgradeDBClusterMinorVersionResponse, <-chan error)
UpgradeDBClusterMinorVersionWithChan invokes the polardb.UpgradeDBClusterMinorVersion API asynchronously
func (*Client) UpgradeDBClusterVersion ¶ added in v1.61.881
func (client *Client) UpgradeDBClusterVersion(request *UpgradeDBClusterVersionRequest) (response *UpgradeDBClusterVersionResponse, err error)
UpgradeDBClusterVersion invokes the polardb.UpgradeDBClusterVersion API synchronously
func (*Client) UpgradeDBClusterVersionWithCallback ¶ added in v1.61.881
func (client *Client) UpgradeDBClusterVersionWithCallback(request *UpgradeDBClusterVersionRequest, callback func(response *UpgradeDBClusterVersionResponse, err error)) <-chan int
UpgradeDBClusterVersionWithCallback invokes the polardb.UpgradeDBClusterVersion API asynchronously
func (*Client) UpgradeDBClusterVersionWithChan ¶ added in v1.61.881
func (client *Client) UpgradeDBClusterVersionWithChan(request *UpgradeDBClusterVersionRequest) (<-chan *UpgradeDBClusterVersionResponse, <-chan error)
UpgradeDBClusterVersionWithChan invokes the polardb.UpgradeDBClusterVersion API asynchronously
type CloseAITaskRequest ¶ added in v1.61.1710
type CloseAITaskRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
CloseAITaskRequest is the request struct for api CloseAITask
func CreateCloseAITaskRequest ¶ added in v1.61.1710
func CreateCloseAITaskRequest() (request *CloseAITaskRequest)
CreateCloseAITaskRequest creates a request to invoke CloseAITask API
type CloseAITaskResponse ¶ added in v1.61.1710
type CloseAITaskResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TaskId string `json:"TaskId" xml:"TaskId"` }
CloseAITaskResponse is the response struct for api CloseAITask
func CreateCloseAITaskResponse ¶ added in v1.61.1710
func CreateCloseAITaskResponse() (response *CloseAITaskResponse)
CreateCloseAITaskResponse creates a response to parse from CloseAITask response
type CloseDBClusterMigrationRequest ¶
type CloseDBClusterMigrationRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` ContinueEnableBinlog requests.Boolean `position:"Query" name:"ContinueEnableBinlog"` }
CloseDBClusterMigrationRequest is the request struct for api CloseDBClusterMigration
func CreateCloseDBClusterMigrationRequest ¶
func CreateCloseDBClusterMigrationRequest() (request *CloseDBClusterMigrationRequest)
CreateCloseDBClusterMigrationRequest creates a request to invoke CloseDBClusterMigration API
type CloseDBClusterMigrationResponse ¶
type CloseDBClusterMigrationResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
CloseDBClusterMigrationResponse is the response struct for api CloseDBClusterMigration
func CreateCloseDBClusterMigrationResponse ¶
func CreateCloseDBClusterMigrationResponse() (response *CloseDBClusterMigrationResponse)
CreateCloseDBClusterMigrationResponse creates a response to parse from CloseDBClusterMigration response
type Connection ¶ added in v1.61.1155
type Connection struct { ConnectionString string `json:"ConnectionString" xml:"ConnectionString"` NetType string `json:"NetType" xml:"NetType"` Port string `json:"Port" xml:"Port"` }
Connection is a nested struct in polardb response
type Connections ¶ added in v1.61.1155
type Connections struct {
Connection []Connection `json:"Connection" xml:"Connection"`
}
Connections is a nested struct in polardb response
type CreateAccountRequest ¶
type CreateAccountRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ClientToken string `position:"Query" name:"ClientToken"` AccountType string `position:"Query" name:"AccountType"` AccountDescription string `position:"Query" name:"AccountDescription"` AccountPrivilege string `position:"Query" name:"AccountPrivilege"` AccountName string `position:"Query" name:"AccountName"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` AccountPassword string `position:"Query" name:"AccountPassword"` DBName string `position:"Query" name:"DBName"` PrivForAllDB string `position:"Query" name:"PrivForAllDB"` }
CreateAccountRequest is the request struct for api CreateAccount
func CreateCreateAccountRequest ¶
func CreateCreateAccountRequest() (request *CreateAccountRequest)
CreateCreateAccountRequest creates a request to invoke CreateAccount API
type CreateAccountResponse ¶
type CreateAccountResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
CreateAccountResponse is the response struct for api CreateAccount
func CreateCreateAccountResponse ¶
func CreateCreateAccountResponse() (response *CreateAccountResponse)
CreateCreateAccountResponse creates a response to parse from CreateAccount response
type CreateBackupRequest ¶
type CreateBackupRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ClientToken string `position:"Query" name:"ClientToken"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
CreateBackupRequest is the request struct for api CreateBackup
func CreateCreateBackupRequest ¶
func CreateCreateBackupRequest() (request *CreateBackupRequest)
CreateCreateBackupRequest creates a request to invoke CreateBackup API
type CreateBackupResponse ¶
type CreateBackupResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` BackupJobId string `json:"BackupJobId" xml:"BackupJobId"` }
CreateBackupResponse is the response struct for api CreateBackup
func CreateCreateBackupResponse ¶
func CreateCreateBackupResponse() (response *CreateBackupResponse)
CreateCreateBackupResponse creates a response to parse from CreateBackup response
type CreateDBClusterEndpointRequest ¶
type CreateDBClusterEndpointRequest struct { *requests.RpcRequest AutoAddNewNodes string `position:"Query" name:"AutoAddNewNodes"` ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ClientToken string `position:"Query" name:"ClientToken"` ReadWriteMode string `position:"Query" name:"ReadWriteMode"` EndpointType string `position:"Query" name:"EndpointType"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` EndpointConfig string `position:"Query" name:"EndpointConfig"` DBEndpointDescription string `position:"Query" name:"DBEndpointDescription"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` Nodes string `position:"Query" name:"Nodes"` }
CreateDBClusterEndpointRequest is the request struct for api CreateDBClusterEndpoint
func CreateCreateDBClusterEndpointRequest ¶
func CreateCreateDBClusterEndpointRequest() (request *CreateDBClusterEndpointRequest)
CreateCreateDBClusterEndpointRequest creates a request to invoke CreateDBClusterEndpoint API
type CreateDBClusterEndpointResponse ¶
type CreateDBClusterEndpointResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
CreateDBClusterEndpointResponse is the response struct for api CreateDBClusterEndpoint
func CreateCreateDBClusterEndpointResponse ¶
func CreateCreateDBClusterEndpointResponse() (response *CreateDBClusterEndpointResponse)
CreateCreateDBClusterEndpointResponse creates a response to parse from CreateDBClusterEndpoint response
type CreateDBClusterRequest ¶
type CreateDBClusterRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` DBClusterDescription string `position:"Query" name:"DBClusterDescription"` ProxyClass string `position:"Query" name:"ProxyClass"` ProxyType string `position:"Query" name:"ProxyType"` ScaleMax string `position:"Query" name:"ScaleMax"` StorageType string `position:"Query" name:"StorageType"` CreationCategory string `position:"Query" name:"CreationCategory"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` DBNodeClass string `position:"Query" name:"DBNodeClass"` CreationOption string `position:"Query" name:"CreationOption"` Tag *[]CreateDBClusterTag `position:"Query" name:"Tag" type:"Repeated"` SourceResourceId string `position:"Query" name:"SourceResourceId"` ScaleMin string `position:"Query" name:"ScaleMin"` BackupRetentionPolicyOnClusterDeletion string `position:"Query" name:"BackupRetentionPolicyOnClusterDeletion"` Period string `position:"Query" name:"Period"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` VSwitchId string `position:"Query" name:"VSwitchId"` SecurityIPList string `position:"Query" name:"SecurityIPList"` DBMinorVersion string `position:"Query" name:"DBMinorVersion"` AutoRenew requests.Boolean `position:"Query" name:"AutoRenew"` HotStandbyCluster string `position:"Query" name:"HotStandbyCluster"` StoragePayType string `position:"Query" name:"StoragePayType"` ZoneId string `position:"Query" name:"ZoneId"` StorageAutoScale string `position:"Query" name:"StorageAutoScale"` TDEStatus requests.Boolean `position:"Query" name:"TDEStatus"` AllowShutDown string `position:"Query" name:"AllowShutDown"` LowerCaseTableNames string `position:"Query" name:"LowerCaseTableNames"` ScaleRoNumMax string `position:"Query" name:"ScaleRoNumMax"` StandbyAZ string `position:"Query" name:"StandbyAZ"` ClientToken string `position:"Query" name:"ClientToken"` DefaultTimeZone string `position:"Query" name:"DefaultTimeZone"` ClusterNetworkType string `position:"Query" name:"ClusterNetworkType"` ParameterGroupId string `position:"Query" name:"ParameterGroupId"` Engine string `position:"Query" name:"Engine"` GDNId string `position:"Query" name:"GDNId"` LooseXEngine string `position:"Query" name:"LooseXEngine"` LoosePolarLogBin string `position:"Query" name:"LoosePolarLogBin"` Architecture string `position:"Query" name:"Architecture"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` LooseXEngineUseMemoryPct string `position:"Query" name:"LooseXEngineUseMemoryPct"` UsedTime string `position:"Query" name:"UsedTime"` DBNodeNum requests.Integer `position:"Query" name:"DBNodeNum"` StorageUpperBound requests.Integer `position:"Query" name:"StorageUpperBound"` VPCId string `position:"Query" name:"VPCId"` ScaleRoNumMin string `position:"Query" name:"ScaleRoNumMin"` DBType string `position:"Query" name:"DBType"` DBVersion string `position:"Query" name:"DBVersion"` StrictConsistency string `position:"Query" name:"StrictConsistency"` CloneDataPoint string `position:"Query" name:"CloneDataPoint"` PayType string `position:"Query" name:"PayType"` StorageSpace requests.Integer `position:"Query" name:"StorageSpace"` ServerlessType string `position:"Query" name:"ServerlessType"` }
CreateDBClusterRequest is the request struct for api CreateDBCluster
func CreateCreateDBClusterRequest ¶
func CreateCreateDBClusterRequest() (request *CreateDBClusterRequest)
CreateCreateDBClusterRequest creates a request to invoke CreateDBCluster API
type CreateDBClusterResponse ¶
type CreateDBClusterResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` ResourceGroupId string `json:"ResourceGroupId" xml:"ResourceGroupId"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` OrderId string `json:"OrderId" xml:"OrderId"` }
CreateDBClusterResponse is the response struct for api CreateDBCluster
func CreateCreateDBClusterResponse ¶
func CreateCreateDBClusterResponse() (response *CreateDBClusterResponse)
CreateCreateDBClusterResponse creates a response to parse from CreateDBCluster response
type CreateDBClusterTag ¶ added in v1.61.1767
CreateDBClusterTag is a repeated param struct in CreateDBClusterRequest
type CreateDBEndpointAddressRequest ¶
type CreateDBEndpointAddressRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ConnectionStringPrefix string `position:"Query" name:"ConnectionStringPrefix"` ZoneInfo *[]CreateDBEndpointAddressZoneInfo `position:"Query" name:"ZoneInfo" type:"Repeated"` SecurityGroupId string `position:"Query" name:"SecurityGroupId"` DBEndpointId string `position:"Query" name:"DBEndpointId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` NetType string `position:"Query" name:"NetType"` VPCId string `position:"Query" name:"VPCId"` }
CreateDBEndpointAddressRequest is the request struct for api CreateDBEndpointAddress
func CreateCreateDBEndpointAddressRequest ¶
func CreateCreateDBEndpointAddressRequest() (request *CreateDBEndpointAddressRequest)
CreateCreateDBEndpointAddressRequest creates a request to invoke CreateDBEndpointAddress API
type CreateDBEndpointAddressResponse ¶
type CreateDBEndpointAddressResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
CreateDBEndpointAddressResponse is the response struct for api CreateDBEndpointAddress
func CreateCreateDBEndpointAddressResponse ¶
func CreateCreateDBEndpointAddressResponse() (response *CreateDBEndpointAddressResponse)
CreateCreateDBEndpointAddressResponse creates a response to parse from CreateDBEndpointAddress response
type CreateDBEndpointAddressZoneInfo ¶ added in v1.62.318
type CreateDBEndpointAddressZoneInfo struct { VSwitchId string `name:"VSwitchId"` ZoneId string `name:"ZoneId"` }
CreateDBEndpointAddressZoneInfo is a repeated param struct in CreateDBEndpointAddressRequest
type CreateDBLinkRequest ¶ added in v1.61.732
type CreateDBLinkRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` SourceDBName string `position:"Query" name:"SourceDBName"` ClientToken string `position:"Query" name:"ClientToken"` TargetDBName string `position:"Query" name:"TargetDBName"` TargetIp string `position:"Query" name:"TargetIp"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` DBLinkName string `position:"Query" name:"DBLinkName"` TargetPort string `position:"Query" name:"TargetPort"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` TargetDBInstanceName string `position:"Query" name:"TargetDBInstanceName"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` TargetDBPasswd string `position:"Query" name:"TargetDBPasswd"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` TargetDBAccount string `position:"Query" name:"TargetDBAccount"` VpcId string `position:"Query" name:"VpcId"` }
CreateDBLinkRequest is the request struct for api CreateDBLink
func CreateCreateDBLinkRequest ¶ added in v1.61.732
func CreateCreateDBLinkRequest() (request *CreateDBLinkRequest)
CreateCreateDBLinkRequest creates a request to invoke CreateDBLink API
type CreateDBLinkResponse ¶ added in v1.61.732
type CreateDBLinkResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
CreateDBLinkResponse is the response struct for api CreateDBLink
func CreateCreateDBLinkResponse ¶ added in v1.61.732
func CreateCreateDBLinkResponse() (response *CreateDBLinkResponse)
CreateCreateDBLinkResponse creates a response to parse from CreateDBLink response
type CreateDBNodesDBNode ¶
type CreateDBNodesDBNode struct { TargetClass string `name:"TargetClass"` ZoneId string `name:"ZoneId"` }
CreateDBNodesDBNode is a repeated param struct in CreateDBNodesRequest
type CreateDBNodesRequest ¶
type CreateDBNodesRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ClientToken string `position:"Query" name:"ClientToken"` EndpointBindList string `position:"Query" name:"EndpointBindList"` PlannedEndTime string `position:"Query" name:"PlannedEndTime"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` DBNodeType string `position:"Query" name:"DBNodeType"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` PlannedStartTime string `position:"Query" name:"PlannedStartTime"` DBNode *[]CreateDBNodesDBNode `position:"Query" name:"DBNode" type:"Repeated"` ImciSwitch string `position:"Query" name:"ImciSwitch"` }
CreateDBNodesRequest is the request struct for api CreateDBNodes
func CreateCreateDBNodesRequest ¶
func CreateCreateDBNodesRequest() (request *CreateDBNodesRequest)
CreateCreateDBNodesRequest creates a request to invoke CreateDBNodes API
type CreateDBNodesResponse ¶
type CreateDBNodesResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` OrderId string `json:"OrderId" xml:"OrderId"` DBNodeIds DBNodeIdsInCreateDBNodes `json:"DBNodeIds" xml:"DBNodeIds"` }
CreateDBNodesResponse is the response struct for api CreateDBNodes
func CreateCreateDBNodesResponse ¶
func CreateCreateDBNodesResponse() (response *CreateDBNodesResponse)
CreateCreateDBNodesResponse creates a response to parse from CreateDBNodes response
type CreateDatabaseRequest ¶
type CreateDatabaseRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` AccountPrivilege string `position:"Query" name:"AccountPrivilege"` AccountName string `position:"Query" name:"AccountName"` DBDescription string `position:"Query" name:"DBDescription"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` Collate string `position:"Query" name:"Collate"` DBName string `position:"Query" name:"DBName"` Ctype string `position:"Query" name:"Ctype"` CharacterSetName string `position:"Query" name:"CharacterSetName"` }
CreateDatabaseRequest is the request struct for api CreateDatabase
func CreateCreateDatabaseRequest ¶
func CreateCreateDatabaseRequest() (request *CreateDatabaseRequest)
CreateCreateDatabaseRequest creates a request to invoke CreateDatabase API
type CreateDatabaseResponse ¶
type CreateDatabaseResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
CreateDatabaseResponse is the response struct for api CreateDatabase
func CreateCreateDatabaseResponse ¶
func CreateCreateDatabaseResponse() (response *CreateDatabaseResponse)
CreateCreateDatabaseResponse creates a response to parse from CreateDatabase response
type CreateGlobalDatabaseNetworkRequest ¶ added in v1.61.1155
type CreateGlobalDatabaseNetworkRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` SecurityToken string `position:"Query" name:"SecurityToken"` GDNDescription string `position:"Query" name:"GDNDescription"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
CreateGlobalDatabaseNetworkRequest is the request struct for api CreateGlobalDatabaseNetwork
func CreateCreateGlobalDatabaseNetworkRequest ¶ added in v1.61.1155
func CreateCreateGlobalDatabaseNetworkRequest() (request *CreateGlobalDatabaseNetworkRequest)
CreateCreateGlobalDatabaseNetworkRequest creates a request to invoke CreateGlobalDatabaseNetwork API
type CreateGlobalDatabaseNetworkResponse ¶ added in v1.61.1155
type CreateGlobalDatabaseNetworkResponse struct { *responses.BaseResponse GDNId string `json:"GDNId" xml:"GDNId"` RequestId string `json:"RequestId" xml:"RequestId"` }
CreateGlobalDatabaseNetworkResponse is the response struct for api CreateGlobalDatabaseNetwork
func CreateCreateGlobalDatabaseNetworkResponse ¶ added in v1.61.1155
func CreateCreateGlobalDatabaseNetworkResponse() (response *CreateGlobalDatabaseNetworkResponse)
CreateCreateGlobalDatabaseNetworkResponse creates a response to parse from CreateGlobalDatabaseNetwork response
type CreateGlobalSecurityIPGroupRequest ¶ added in v1.61.1826
type CreateGlobalSecurityIPGroupRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` GIpList string `position:"Query" name:"GIpList"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` SecurityToken string `position:"Query" name:"SecurityToken"` SecurityIPType string `position:"Query" name:"SecurityIPType"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` WhitelistNetType string `position:"Query" name:"WhitelistNetType"` GlobalIgName string `position:"Query" name:"GlobalIgName"` }
CreateGlobalSecurityIPGroupRequest is the request struct for api CreateGlobalSecurityIPGroup
func CreateCreateGlobalSecurityIPGroupRequest ¶ added in v1.61.1826
func CreateCreateGlobalSecurityIPGroupRequest() (request *CreateGlobalSecurityIPGroupRequest)
CreateCreateGlobalSecurityIPGroupRequest creates a request to invoke CreateGlobalSecurityIPGroup API
type CreateGlobalSecurityIPGroupResponse ¶ added in v1.61.1826
type CreateGlobalSecurityIPGroupResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` GlobalSecurityIPGroup []GlobalSecurityIPGroupItem `json:"GlobalSecurityIPGroup" xml:"GlobalSecurityIPGroup"` }
CreateGlobalSecurityIPGroupResponse is the response struct for api CreateGlobalSecurityIPGroup
func CreateCreateGlobalSecurityIPGroupResponse ¶ added in v1.61.1826
func CreateCreateGlobalSecurityIPGroupResponse() (response *CreateGlobalSecurityIPGroupResponse)
CreateCreateGlobalSecurityIPGroupResponse creates a response to parse from CreateGlobalSecurityIPGroup response
type CreateParameterGroupRequest ¶ added in v1.61.975
type CreateParameterGroupRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` DBType string `position:"Query" name:"DBType"` DBVersion string `position:"Query" name:"DBVersion"` ParameterGroupName string `position:"Query" name:"ParameterGroupName"` Parameters string `position:"Query" name:"Parameters"` ParameterGroupDesc string `position:"Query" name:"ParameterGroupDesc"` }
CreateParameterGroupRequest is the request struct for api CreateParameterGroup
func CreateCreateParameterGroupRequest ¶ added in v1.61.975
func CreateCreateParameterGroupRequest() (request *CreateParameterGroupRequest)
CreateCreateParameterGroupRequest creates a request to invoke CreateParameterGroup API
type CreateParameterGroupResponse ¶ added in v1.61.975
type CreateParameterGroupResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` ParameterGroupId string `json:"ParameterGroupId" xml:"ParameterGroupId"` }
CreateParameterGroupResponse is the response struct for api CreateParameterGroup
func CreateCreateParameterGroupResponse ¶ added in v1.61.975
func CreateCreateParameterGroupResponse() (response *CreateParameterGroupResponse)
CreateCreateParameterGroupResponse creates a response to parse from CreateParameterGroup response
type CreateServiceLinkedRoleRequest ¶ added in v1.62.478
type CreateServiceLinkedRoleRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
CreateServiceLinkedRoleRequest is the request struct for api CreateServiceLinkedRole
func CreateCreateServiceLinkedRoleRequest ¶ added in v1.62.478
func CreateCreateServiceLinkedRoleRequest() (request *CreateServiceLinkedRoleRequest)
CreateCreateServiceLinkedRoleRequest creates a request to invoke CreateServiceLinkedRole API
type CreateServiceLinkedRoleResponse ¶ added in v1.62.478
type CreateServiceLinkedRoleResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
CreateServiceLinkedRoleResponse is the response struct for api CreateServiceLinkedRole
func CreateCreateServiceLinkedRoleResponse ¶ added in v1.62.478
func CreateCreateServiceLinkedRoleResponse() (response *CreateServiceLinkedRoleResponse)
CreateCreateServiceLinkedRoleResponse creates a response to parse from CreateServiceLinkedRole response
type CreateStoragePlanRequest ¶ added in v1.61.1271
type CreateStoragePlanRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ClientToken string `position:"Query" name:"ClientToken"` StorageType string `position:"Query" name:"StorageType"` Period string `position:"Query" name:"Period"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` UsedTime string `position:"Query" name:"UsedTime"` StorageClass string `position:"Query" name:"StorageClass"` }
CreateStoragePlanRequest is the request struct for api CreateStoragePlan
func CreateCreateStoragePlanRequest ¶ added in v1.61.1271
func CreateCreateStoragePlanRequest() (request *CreateStoragePlanRequest)
CreateCreateStoragePlanRequest creates a request to invoke CreateStoragePlan API
type CreateStoragePlanResponse ¶ added in v1.61.1271
type CreateStoragePlanResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` DBInstanceId string `json:"DBInstanceId" xml:"DBInstanceId"` OrderId string `json:"OrderId" xml:"OrderId"` }
CreateStoragePlanResponse is the response struct for api CreateStoragePlan
func CreateCreateStoragePlanResponse ¶ added in v1.61.1271
func CreateCreateStoragePlanResponse() (response *CreateStoragePlanResponse)
CreateCreateStoragePlanResponse creates a response to parse from CreateStoragePlan response
type DBAccount ¶
type DBAccount struct { AccountStatus string `json:"AccountStatus" xml:"AccountStatus"` AccountDescription string `json:"AccountDescription" xml:"AccountDescription"` PrivilegeExceeded string `json:"PrivilegeExceeded" xml:"PrivilegeExceeded"` AccountPasswordValidTime string `json:"AccountPasswordValidTime" xml:"AccountPasswordValidTime"` AccountType string `json:"AccountType" xml:"AccountType"` AccountLockState string `json:"AccountLockState" xml:"AccountLockState"` AccountName string `json:"AccountName" xml:"AccountName"` AccountPassword string `json:"AccountPassword" xml:"AccountPassword"` DatabasePrivileges []DatabasePrivilege `json:"DatabasePrivileges" xml:"DatabasePrivileges"` }
DBAccount is a nested struct in polardb response
type DBCluster ¶
type DBCluster struct { DBNodeClass string `json:"DBNodeClass" xml:"DBNodeClass"` Category string `json:"Category" xml:"Category"` DBType string `json:"DBType" xml:"DBType"` Engine string `json:"Engine" xml:"Engine"` StoragePayType string `json:"StoragePayType" xml:"StoragePayType"` CreateTime string `json:"CreateTime" xml:"CreateTime"` DBClusterNetworkType string `json:"DBClusterNetworkType" xml:"DBClusterNetworkType"` ServerlessType string `json:"ServerlessType" xml:"ServerlessType"` AiType string `json:"AiType" xml:"AiType"` RegionId string `json:"RegionId" xml:"RegionId"` DeletedTime string `json:"DeletedTime" xml:"DeletedTime"` DBNodeNumber int `json:"DBNodeNumber" xml:"DBNodeNumber"` ResourceGroupId string `json:"ResourceGroupId" xml:"ResourceGroupId"` Role string `json:"Role" xml:"Role"` VswitchId string `json:"VswitchId" xml:"VswitchId"` ExpireTime string `json:"ExpireTime" xml:"ExpireTime"` VpcId string `json:"VpcId" xml:"VpcId"` Expired string `json:"Expired" xml:"Expired"` DeletionLock int `json:"DeletionLock" xml:"DeletionLock"` DBVersion string `json:"DBVersion" xml:"DBVersion"` PayType string `json:"PayType" xml:"PayType"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` CompressStorageUsed int64 `json:"CompressStorageUsed" xml:"CompressStorageUsed"` DBClusterStatus string `json:"DBClusterStatus" xml:"DBClusterStatus"` StrictConsistency string `json:"StrictConsistency" xml:"StrictConsistency"` ZoneId string `json:"ZoneId" xml:"ZoneId"` StorageUsed int64 `json:"StorageUsed" xml:"StorageUsed"` StorageSpace int64 `json:"StorageSpace" xml:"StorageSpace"` IsDeleted int `json:"IsDeleted" xml:"IsDeleted"` DBClusterDescription string `json:"DBClusterDescription" xml:"DBClusterDescription"` LockMode string `json:"LockMode" xml:"LockMode"` Tags TagsInDescribeDBClusters `json:"Tags" xml:"Tags"` DBNodes DBNodesInDescribeDBClusters `json:"DBNodes" xml:"DBNodes"` }
DBCluster is a nested struct in polardb response
type DBClusterEndpoint ¶ added in v1.61.330
type DBClusterEndpoint struct { DBEndpointId string `json:"DBEndpointId" xml:"DBEndpointId"` EndpointType string `json:"EndpointType" xml:"EndpointType"` AddressItems []Address `json:"AddressItems" xml:"AddressItems"` }
DBClusterEndpoint is a nested struct in polardb response
type DBClusterEndpointList ¶ added in v1.61.330
type DBClusterEndpointList struct {
DBClusterEndpoint []DBClusterEndpoint `json:"DBClusterEndpoint" xml:"DBClusterEndpoint"`
}
DBClusterEndpointList is a nested struct in polardb response
type DBClusterIPArray ¶
type DBClusterIPArray struct { DBClusterIPArrayAttribute string `json:"DBClusterIPArrayAttribute" xml:"DBClusterIPArrayAttribute"` DBClusterIPArrayName string `json:"DBClusterIPArrayName" xml:"DBClusterIPArrayName"` SecurityIps string `json:"SecurityIps" xml:"SecurityIps"` }
DBClusterIPArray is a nested struct in polardb response
type DBClusterInDescribeGlobalDatabaseNetwork ¶ added in v1.61.1155
type DBClusterInDescribeGlobalDatabaseNetwork struct { ReplicaLag string `json:"ReplicaLag" xml:"ReplicaLag"` ExpireTime string `json:"ExpireTime" xml:"ExpireTime"` Expired string `json:"Expired" xml:"Expired"` DBNodeClass string `json:"DBNodeClass" xml:"DBNodeClass"` PayType string `json:"PayType" xml:"PayType"` DBType string `json:"DBType" xml:"DBType"` RegionId string `json:"RegionId" xml:"RegionId"` DBVersion string `json:"DBVersion" xml:"DBVersion"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` DBClusterStatus string `json:"DBClusterStatus" xml:"DBClusterStatus"` StorageUsed string `json:"StorageUsed" xml:"StorageUsed"` DBClusterDescription string `json:"DBClusterDescription" xml:"DBClusterDescription"` Role string `json:"Role" xml:"Role"` DBNodes []DBNode `json:"DBNodes" xml:"DBNodes"` }
DBClusterInDescribeGlobalDatabaseNetwork is a nested struct in polardb response
type DBClusterSecurityGroup ¶ added in v1.60.298
type DBClusterSecurityGroup struct { SecurityGroupId string `json:"SecurityGroupId" xml:"SecurityGroupId"` SecurityGroupName string `json:"SecurityGroupName" xml:"SecurityGroupName"` }
DBClusterSecurityGroup is a nested struct in polardb response
type DBClusterSecurityGroups ¶ added in v1.60.298
type DBClusterSecurityGroups struct {
DBClusterSecurityGroup []DBClusterSecurityGroup `json:"DBClusterSecurityGroup" xml:"DBClusterSecurityGroup"`
}
DBClusterSecurityGroups is a nested struct in polardb response
type DBClustersInDescribeGlobalDatabaseNetwork ¶ added in v1.61.1155
type DBClustersInDescribeGlobalDatabaseNetwork struct {
DBCluster []DBClusterInDescribeGlobalDatabaseNetwork `json:"DBCluster" xml:"DBCluster"`
}
DBClustersInDescribeGlobalDatabaseNetwork is a nested struct in polardb response
type DBClustersInDescribeGlobalDatabaseNetworks ¶ added in v1.61.1155
type DBClustersInDescribeGlobalDatabaseNetworks struct {
DBCluster []DBCluster `json:"DBCluster" xml:"DBCluster"`
}
DBClustersInDescribeGlobalDatabaseNetworks is a nested struct in polardb response
type DBEndpoint ¶
type DBEndpoint struct { NodeWithRoles string `json:"NodeWithRoles" xml:"NodeWithRoles"` Nodes string `json:"Nodes" xml:"Nodes"` ReadWriteMode string `json:"ReadWriteMode" xml:"ReadWriteMode"` DBEndpointId string `json:"DBEndpointId" xml:"DBEndpointId"` EndpointConfig string `json:"EndpointConfig" xml:"EndpointConfig"` DBEndpointDescription string `json:"DBEndpointDescription" xml:"DBEndpointDescription"` EndpointType string `json:"EndpointType" xml:"EndpointType"` AutoAddNewNodes string `json:"AutoAddNewNodes" xml:"AutoAddNewNodes"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` AddressItems []Address `json:"AddressItems" xml:"AddressItems"` }
DBEndpoint is a nested struct in polardb response
type DBInstancesInDeleteGlobalSecurityIPGroup ¶ added in v1.61.1826
type DBInstancesInDeleteGlobalSecurityIPGroup struct {
DBInstances []string `json:"DBInstances" xml:"DBInstances"`
}
DBInstancesInDeleteGlobalSecurityIPGroup is a nested struct in polardb response
type DBInstancesInDescribeGlobalSecurityIPGroup ¶ added in v1.61.1826
type DBInstancesInDescribeGlobalSecurityIPGroup struct {
DBInstances []string `json:"DBInstances" xml:"DBInstances"`
}
DBInstancesInDescribeGlobalSecurityIPGroup is a nested struct in polardb response
type DBInstancesInModifyGlobalSecurityIPGroup ¶ added in v1.61.1826
type DBInstancesInModifyGlobalSecurityIPGroup struct {
DBInstances []string `json:"DBInstances" xml:"DBInstances"`
}
DBInstancesInModifyGlobalSecurityIPGroup is a nested struct in polardb response
type DBLinkInfos ¶ added in v1.61.732
type DBLinkInfos struct {
DBLinkInfosItem []DBLinkInfosItem `json:"DBLinkInfos" xml:"DBLinkInfos"`
}
DBLinkInfos is a nested struct in polardb response
type DBLinkInfosItem ¶ added in v1.61.732
type DBLinkInfosItem struct { DBInstanceName string `json:"DBInstanceName" xml:"DBInstanceName"` DBLinkName string `json:"DBLinkName" xml:"DBLinkName"` SourceDBName string `json:"SourceDBName" xml:"SourceDBName"` TargetDBName string `json:"TargetDBName" xml:"TargetDBName"` TargetDBInstanceName string `json:"TargetDBInstanceName" xml:"TargetDBInstanceName"` TargetAccount string `json:"TargetAccount" xml:"TargetAccount"` }
DBLinkInfosItem is a nested struct in polardb response
type DBNode ¶
type DBNode struct { MaxIOPS int `json:"MaxIOPS" xml:"MaxIOPS"` DBNodeClass string `json:"DBNodeClass" xml:"DBNodeClass"` FailoverPriority int `json:"FailoverPriority" xml:"FailoverPriority"` DBNodeRole string `json:"DBNodeRole" xml:"DBNodeRole"` DBNodeStatus string `json:"DBNodeStatus" xml:"DBNodeStatus"` MasterId string `json:"MasterId" xml:"MasterId"` CreationTime string `json:"CreationTime" xml:"CreationTime"` HotReplicaMode string `json:"HotReplicaMode" xml:"HotReplicaMode"` ServerlessType string `json:"ServerlessType" xml:"ServerlessType"` Serverless string `json:"Serverless" xml:"Serverless"` MaxConnections int `json:"MaxConnections" xml:"MaxConnections"` AddedCpuCores string `json:"AddedCpuCores" xml:"AddedCpuCores"` RegionId string `json:"RegionId" xml:"RegionId"` ZoneId string `json:"ZoneId" xml:"ZoneId"` ServerWeight string `json:"ServerWeight" xml:"ServerWeight"` DBNodeId string `json:"DBNodeId" xml:"DBNodeId"` SccMode string `json:"SccMode" xml:"SccMode"` ImciSwitch string `json:"ImciSwitch" xml:"ImciSwitch"` }
DBNode is a nested struct in polardb response
type DBNodeIdsInCreateDBNodes ¶ added in v1.61.1271
type DBNodeIdsInCreateDBNodes struct {
DBNodeId []string `json:"DBNodeId" xml:"DBNodeId"`
}
DBNodeIdsInCreateDBNodes is a nested struct in polardb response
type DBNodeIdsInDescribeDBNodesParameters ¶ added in v1.61.1574
type DBNodeIdsInDescribeDBNodesParameters struct {
DBNodeParameter []DBNodeParameter `json:"DBNodeParameter" xml:"DBNodeParameter"`
}
DBNodeIdsInDescribeDBNodesParameters is a nested struct in polardb response
type DBNodeIdsInTempModifyDBNode ¶ added in v1.61.1271
type DBNodeIdsInTempModifyDBNode struct {
DBNodeId []string `json:"DBNodeId" xml:"DBNodeId"`
}
DBNodeIdsInTempModifyDBNode is a nested struct in polardb response
type DBNodeParameter ¶ added in v1.61.1574
type DBNodeParameter struct { DBNodeId string `json:"DBNodeId" xml:"DBNodeId"` RunningParameters []Parameter `json:"RunningParameters" xml:"RunningParameters"` }
DBNodeParameter is a nested struct in polardb response
type DBNodesInDescribeDBClusterAttribute ¶
type DBNodesInDescribeDBClusterAttribute struct {
DBNode []DBNode `json:"DBNode" xml:"DBNode"`
}
DBNodesInDescribeDBClusterAttribute is a nested struct in polardb response
type DBNodesInDescribeDBClusters ¶
type DBNodesInDescribeDBClusters struct {
DBNode []DBNode `json:"DBNode" xml:"DBNode"`
}
DBNodesInDescribeDBClusters is a nested struct in polardb response
type DBNodesInDescribeGlobalDatabaseNetwork ¶ added in v1.61.1271
type DBNodesInDescribeGlobalDatabaseNetwork struct {
DBNode []DBNode `json:"DBNode" xml:"DBNode"`
}
DBNodesInDescribeGlobalDatabaseNetwork is a nested struct in polardb response
type DBRevisionVersionList ¶ added in v1.62.476
type DBRevisionVersionList struct {
DBRevisionVersionListItem []DBRevisionVersionListItem `json:"DBRevisionVersionList" xml:"DBRevisionVersionList"`
}
DBRevisionVersionList is a nested struct in polardb response
type DBRevisionVersionListItem ¶ added in v1.62.476
type DBRevisionVersionListItem struct { ReleaseType string `json:"ReleaseType" xml:"ReleaseType"` RevisionVersionCode string `json:"RevisionVersionCode" xml:"RevisionVersionCode"` RevisionVersionName string `json:"RevisionVersionName" xml:"RevisionVersionName"` ReleaseNote string `json:"ReleaseNote" xml:"ReleaseNote"` }
DBRevisionVersionListItem is a nested struct in polardb response
type Data ¶ added in v1.61.838
type Data struct { PageNumber int `json:"PageNumber" xml:"PageNumber"` PageSize int `json:"PageSize" xml:"PageSize"` TotalRecordCount int `json:"TotalRecordCount" xml:"TotalRecordCount"` RuleList []string `json:"RuleList" xml:"RuleList"` TimerInfos []TimerInfosItem `json:"TimerInfos" xml:"TimerInfos"` }
Data is a nested struct in polardb response
type Database ¶
type Database struct { DBDescription string `json:"DBDescription" xml:"DBDescription"` DBStatus string `json:"DBStatus" xml:"DBStatus"` DBName string `json:"DBName" xml:"DBName"` Engine string `json:"Engine" xml:"Engine"` MasterID string `json:"MasterID" xml:"MasterID"` CharacterSetName string `json:"CharacterSetName" xml:"CharacterSetName"` Accounts AccountsInDescribeDatabases `json:"Accounts" xml:"Accounts"` }
Database is a nested struct in polardb response
type DatabasePrivilege ¶
type DatabasePrivilege struct { DBName string `json:"DBName" xml:"DBName"` AccountPrivilege string `json:"AccountPrivilege" xml:"AccountPrivilege"` }
DatabasePrivilege is a nested struct in polardb response
type DatabasePrivileges ¶
type DatabasePrivileges struct {
DatabasePrivilege []DatabasePrivilege `json:"DatabasePrivilege" xml:"DatabasePrivilege"`
}
DatabasePrivileges is a nested struct in polardb response
type Databases ¶
type Databases struct {
Database []Database `json:"Database" xml:"Database"`
}
Databases is a nested struct in polardb response
type DeleteAccountRequest ¶
type DeleteAccountRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` AccountName string `position:"Query" name:"AccountName"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DeleteAccountRequest is the request struct for api DeleteAccount
func CreateDeleteAccountRequest ¶
func CreateDeleteAccountRequest() (request *DeleteAccountRequest)
CreateDeleteAccountRequest creates a request to invoke DeleteAccount API
type DeleteAccountResponse ¶
type DeleteAccountResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
DeleteAccountResponse is the response struct for api DeleteAccount
func CreateDeleteAccountResponse ¶
func CreateDeleteAccountResponse() (response *DeleteAccountResponse)
CreateDeleteAccountResponse creates a response to parse from DeleteAccount response
type DeleteBackupRequest ¶
type DeleteBackupRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` BackupId string `position:"Query" name:"BackupId"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DeleteBackupRequest is the request struct for api DeleteBackup
func CreateDeleteBackupRequest ¶
func CreateDeleteBackupRequest() (request *DeleteBackupRequest)
CreateDeleteBackupRequest creates a request to invoke DeleteBackup API
type DeleteBackupResponse ¶
type DeleteBackupResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
DeleteBackupResponse is the response struct for api DeleteBackup
func CreateDeleteBackupResponse ¶
func CreateDeleteBackupResponse() (response *DeleteBackupResponse)
CreateDeleteBackupResponse creates a response to parse from DeleteBackup response
type DeleteDBClusterEndpointRequest ¶
type DeleteDBClusterEndpointRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` DBEndpointId string `position:"Query" name:"DBEndpointId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DeleteDBClusterEndpointRequest is the request struct for api DeleteDBClusterEndpoint
func CreateDeleteDBClusterEndpointRequest ¶
func CreateDeleteDBClusterEndpointRequest() (request *DeleteDBClusterEndpointRequest)
CreateDeleteDBClusterEndpointRequest creates a request to invoke DeleteDBClusterEndpoint API
type DeleteDBClusterEndpointResponse ¶
type DeleteDBClusterEndpointResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
DeleteDBClusterEndpointResponse is the response struct for api DeleteDBClusterEndpoint
func CreateDeleteDBClusterEndpointResponse ¶
func CreateDeleteDBClusterEndpointResponse() (response *DeleteDBClusterEndpointResponse)
CreateDeleteDBClusterEndpointResponse creates a response to parse from DeleteDBClusterEndpoint response
type DeleteDBClusterRequest ¶
type DeleteDBClusterRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` BackupRetentionPolicyOnClusterDeletion string `position:"Query" name:"BackupRetentionPolicyOnClusterDeletion"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DeleteDBClusterRequest is the request struct for api DeleteDBCluster
func CreateDeleteDBClusterRequest ¶
func CreateDeleteDBClusterRequest() (request *DeleteDBClusterRequest)
CreateDeleteDBClusterRequest creates a request to invoke DeleteDBCluster API
type DeleteDBClusterResponse ¶
type DeleteDBClusterResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
DeleteDBClusterResponse is the response struct for api DeleteDBCluster
func CreateDeleteDBClusterResponse ¶
func CreateDeleteDBClusterResponse() (response *DeleteDBClusterResponse)
CreateDeleteDBClusterResponse creates a response to parse from DeleteDBCluster response
type DeleteDBEndpointAddressRequest ¶
type DeleteDBEndpointAddressRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` DBEndpointId string `position:"Query" name:"DBEndpointId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` NetType string `position:"Query" name:"NetType"` }
DeleteDBEndpointAddressRequest is the request struct for api DeleteDBEndpointAddress
func CreateDeleteDBEndpointAddressRequest ¶
func CreateDeleteDBEndpointAddressRequest() (request *DeleteDBEndpointAddressRequest)
CreateDeleteDBEndpointAddressRequest creates a request to invoke DeleteDBEndpointAddress API
type DeleteDBEndpointAddressResponse ¶
type DeleteDBEndpointAddressResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
DeleteDBEndpointAddressResponse is the response struct for api DeleteDBEndpointAddress
func CreateDeleteDBEndpointAddressResponse ¶
func CreateDeleteDBEndpointAddressResponse() (response *DeleteDBEndpointAddressResponse)
CreateDeleteDBEndpointAddressResponse creates a response to parse from DeleteDBEndpointAddress response
type DeleteDBLinkRequest ¶ added in v1.61.732
type DeleteDBLinkRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` DBLinkName string `position:"Query" name:"DBLinkName"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DeleteDBLinkRequest is the request struct for api DeleteDBLink
func CreateDeleteDBLinkRequest ¶ added in v1.61.732
func CreateDeleteDBLinkRequest() (request *DeleteDBLinkRequest)
CreateDeleteDBLinkRequest creates a request to invoke DeleteDBLink API
type DeleteDBLinkResponse ¶ added in v1.61.732
type DeleteDBLinkResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
DeleteDBLinkResponse is the response struct for api DeleteDBLink
func CreateDeleteDBLinkResponse ¶ added in v1.61.732
func CreateDeleteDBLinkResponse() (response *DeleteDBLinkResponse)
CreateDeleteDBLinkResponse creates a response to parse from DeleteDBLink response
type DeleteDBNodesRequest ¶
type DeleteDBNodesRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` DBNodeId *[]string `position:"Query" name:"DBNodeId" type:"Repeated"` ClientToken string `position:"Query" name:"ClientToken"` DBNodeType string `position:"Query" name:"DBNodeType"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DeleteDBNodesRequest is the request struct for api DeleteDBNodes
func CreateDeleteDBNodesRequest ¶
func CreateDeleteDBNodesRequest() (request *DeleteDBNodesRequest)
CreateDeleteDBNodesRequest creates a request to invoke DeleteDBNodes API
type DeleteDBNodesResponse ¶
type DeleteDBNodesResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` OrderId string `json:"OrderId" xml:"OrderId"` }
DeleteDBNodesResponse is the response struct for api DeleteDBNodes
func CreateDeleteDBNodesResponse ¶
func CreateDeleteDBNodesResponse() (response *DeleteDBNodesResponse)
CreateDeleteDBNodesResponse creates a response to parse from DeleteDBNodes response
type DeleteDatabaseRequest ¶
type DeleteDatabaseRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` DBName string `position:"Query" name:"DBName"` }
DeleteDatabaseRequest is the request struct for api DeleteDatabase
func CreateDeleteDatabaseRequest ¶
func CreateDeleteDatabaseRequest() (request *DeleteDatabaseRequest)
CreateDeleteDatabaseRequest creates a request to invoke DeleteDatabase API
type DeleteDatabaseResponse ¶
type DeleteDatabaseResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
DeleteDatabaseResponse is the response struct for api DeleteDatabase
func CreateDeleteDatabaseResponse ¶
func CreateDeleteDatabaseResponse() (response *DeleteDatabaseResponse)
CreateDeleteDatabaseResponse creates a response to parse from DeleteDatabase response
type DeleteGlobalDatabaseNetworkRequest ¶ added in v1.61.1155
type DeleteGlobalDatabaseNetworkRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` SecurityToken string `position:"Query" name:"SecurityToken"` GDNId string `position:"Query" name:"GDNId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DeleteGlobalDatabaseNetworkRequest is the request struct for api DeleteGlobalDatabaseNetwork
func CreateDeleteGlobalDatabaseNetworkRequest ¶ added in v1.61.1155
func CreateDeleteGlobalDatabaseNetworkRequest() (request *DeleteGlobalDatabaseNetworkRequest)
CreateDeleteGlobalDatabaseNetworkRequest creates a request to invoke DeleteGlobalDatabaseNetwork API
type DeleteGlobalDatabaseNetworkResponse ¶ added in v1.61.1155
type DeleteGlobalDatabaseNetworkResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
DeleteGlobalDatabaseNetworkResponse is the response struct for api DeleteGlobalDatabaseNetwork
func CreateDeleteGlobalDatabaseNetworkResponse ¶ added in v1.61.1155
func CreateDeleteGlobalDatabaseNetworkResponse() (response *DeleteGlobalDatabaseNetworkResponse)
CreateDeleteGlobalDatabaseNetworkResponse creates a response to parse from DeleteGlobalDatabaseNetwork response
type DeleteGlobalSecurityIPGroupRequest ¶ added in v1.61.1826
type DeleteGlobalSecurityIPGroupRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` GlobalSecurityGroupId string `position:"Query" name:"GlobalSecurityGroupId"` SecurityToken string `position:"Query" name:"SecurityToken"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` GlobalIgName string `position:"Query" name:"GlobalIgName"` }
DeleteGlobalSecurityIPGroupRequest is the request struct for api DeleteGlobalSecurityIPGroup
func CreateDeleteGlobalSecurityIPGroupRequest ¶ added in v1.61.1826
func CreateDeleteGlobalSecurityIPGroupRequest() (request *DeleteGlobalSecurityIPGroupRequest)
CreateDeleteGlobalSecurityIPGroupRequest creates a request to invoke DeleteGlobalSecurityIPGroup API
type DeleteGlobalSecurityIPGroupResponse ¶ added in v1.61.1826
type DeleteGlobalSecurityIPGroupResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` GlobalSecurityIPGroup []GlobalSecurityIPGroupItem `json:"GlobalSecurityIPGroup" xml:"GlobalSecurityIPGroup"` }
DeleteGlobalSecurityIPGroupResponse is the response struct for api DeleteGlobalSecurityIPGroup
func CreateDeleteGlobalSecurityIPGroupResponse ¶ added in v1.61.1826
func CreateDeleteGlobalSecurityIPGroupResponse() (response *DeleteGlobalSecurityIPGroupResponse)
CreateDeleteGlobalSecurityIPGroupResponse creates a response to parse from DeleteGlobalSecurityIPGroup response
type DeleteMaskingRulesRequest ¶ added in v1.61.1203
type DeleteMaskingRulesRequest struct { *requests.RpcRequest DBClusterId string `position:"Query" name:"DBClusterId"` RuleNameList string `position:"Query" name:"RuleNameList"` }
DeleteMaskingRulesRequest is the request struct for api DeleteMaskingRules
func CreateDeleteMaskingRulesRequest ¶ added in v1.61.1203
func CreateDeleteMaskingRulesRequest() (request *DeleteMaskingRulesRequest)
CreateDeleteMaskingRulesRequest creates a request to invoke DeleteMaskingRules API
type DeleteMaskingRulesResponse ¶ added in v1.61.1203
type DeleteMaskingRulesResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Message string `json:"Message" xml:"Message"` Success bool `json:"Success" xml:"Success"` }
DeleteMaskingRulesResponse is the response struct for api DeleteMaskingRules
func CreateDeleteMaskingRulesResponse ¶ added in v1.61.1203
func CreateDeleteMaskingRulesResponse() (response *DeleteMaskingRulesResponse)
CreateDeleteMaskingRulesResponse creates a response to parse from DeleteMaskingRules response
type DeleteParameterGroupRequest ¶ added in v1.61.975
type DeleteParameterGroupRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` ParameterGroupId string `position:"Query" name:"ParameterGroupId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DeleteParameterGroupRequest is the request struct for api DeleteParameterGroup
func CreateDeleteParameterGroupRequest ¶ added in v1.61.975
func CreateDeleteParameterGroupRequest() (request *DeleteParameterGroupRequest)
CreateDeleteParameterGroupRequest creates a request to invoke DeleteParameterGroup API
type DeleteParameterGroupResponse ¶ added in v1.61.975
type DeleteParameterGroupResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
DeleteParameterGroupResponse is the response struct for api DeleteParameterGroup
func CreateDeleteParameterGroupResponse ¶ added in v1.61.975
func CreateDeleteParameterGroupResponse() (response *DeleteParameterGroupResponse)
CreateDeleteParameterGroupResponse creates a response to parse from DeleteParameterGroup response
type DescribeAITaskStatusRequest ¶ added in v1.61.1710
type DescribeAITaskStatusRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribeAITaskStatusRequest is the request struct for api DescribeAITaskStatus
func CreateDescribeAITaskStatusRequest ¶ added in v1.61.1710
func CreateDescribeAITaskStatusRequest() (request *DescribeAITaskStatusRequest)
CreateDescribeAITaskStatusRequest creates a request to invoke DescribeAITaskStatus API
type DescribeAITaskStatusResponse ¶ added in v1.61.1710
type DescribeAITaskStatusResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Status string `json:"Status" xml:"Status"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` StatusName string `json:"StatusName" xml:"StatusName"` }
DescribeAITaskStatusResponse is the response struct for api DescribeAITaskStatus
func CreateDescribeAITaskStatusResponse ¶ added in v1.61.1710
func CreateDescribeAITaskStatusResponse() (response *DescribeAITaskStatusResponse)
CreateDescribeAITaskStatusResponse creates a response to parse from DescribeAITaskStatus response
type DescribeAccountsRequest ¶
type DescribeAccountsRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` PageNumber requests.Integer `position:"Query" name:"PageNumber"` AccountName string `position:"Query" name:"AccountName"` PageSize requests.Integer `position:"Query" name:"PageSize"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribeAccountsRequest is the request struct for api DescribeAccounts
func CreateDescribeAccountsRequest ¶
func CreateDescribeAccountsRequest() (request *DescribeAccountsRequest)
CreateDescribeAccountsRequest creates a request to invoke DescribeAccounts API
type DescribeAccountsResponse ¶
type DescribeAccountsResponse struct { *responses.BaseResponse PageRecordCount int `json:"PageRecordCount" xml:"PageRecordCount"` RequestId string `json:"RequestId" xml:"RequestId"` PageNumber int `json:"PageNumber" xml:"PageNumber"` Accounts []DBAccount `json:"Accounts" xml:"Accounts"` }
DescribeAccountsResponse is the response struct for api DescribeAccounts
func CreateDescribeAccountsResponse ¶
func CreateDescribeAccountsResponse() (response *DescribeAccountsResponse)
CreateDescribeAccountsResponse creates a response to parse from DescribeAccounts response
type DescribeAutoRenewAttributeRequest ¶
type DescribeAutoRenewAttributeRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` PageNumber requests.Integer `position:"Query" name:"PageNumber"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` PageSize requests.Integer `position:"Query" name:"PageSize"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` DBClusterIds string `position:"Query" name:"DBClusterIds"` }
DescribeAutoRenewAttributeRequest is the request struct for api DescribeAutoRenewAttribute
func CreateDescribeAutoRenewAttributeRequest ¶
func CreateDescribeAutoRenewAttributeRequest() (request *DescribeAutoRenewAttributeRequest)
CreateDescribeAutoRenewAttributeRequest creates a request to invoke DescribeAutoRenewAttribute API
type DescribeAutoRenewAttributeResponse ¶
type DescribeAutoRenewAttributeResponse struct { *responses.BaseResponse TotalRecordCount int `json:"TotalRecordCount" xml:"TotalRecordCount"` PageRecordCount int `json:"PageRecordCount" xml:"PageRecordCount"` RequestId string `json:"RequestId" xml:"RequestId"` PageNumber int `json:"PageNumber" xml:"PageNumber"` Items ItemsInDescribeAutoRenewAttribute `json:"Items" xml:"Items"` }
DescribeAutoRenewAttributeResponse is the response struct for api DescribeAutoRenewAttribute
func CreateDescribeAutoRenewAttributeResponse ¶
func CreateDescribeAutoRenewAttributeResponse() (response *DescribeAutoRenewAttributeResponse)
CreateDescribeAutoRenewAttributeResponse creates a response to parse from DescribeAutoRenewAttribute response
type DescribeBackupLogsRequest ¶ added in v1.60.359
type DescribeBackupLogsRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` StartTime string `position:"Query" name:"StartTime"` PageNumber requests.Integer `position:"Query" name:"PageNumber"` PageSize requests.Integer `position:"Query" name:"PageSize"` BackupRegion string `position:"Query" name:"BackupRegion"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` EndTime string `position:"Query" name:"EndTime"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribeBackupLogsRequest is the request struct for api DescribeBackupLogs
func CreateDescribeBackupLogsRequest ¶ added in v1.60.359
func CreateDescribeBackupLogsRequest() (request *DescribeBackupLogsRequest)
CreateDescribeBackupLogsRequest creates a request to invoke DescribeBackupLogs API
type DescribeBackupLogsResponse ¶ added in v1.60.359
type DescribeBackupLogsResponse struct { *responses.BaseResponse TotalRecordCount string `json:"TotalRecordCount" xml:"TotalRecordCount"` PageRecordCount string `json:"PageRecordCount" xml:"PageRecordCount"` RequestId string `json:"RequestId" xml:"RequestId"` PageNumber string `json:"PageNumber" xml:"PageNumber"` Items ItemsInDescribeBackupLogs `json:"Items" xml:"Items"` }
DescribeBackupLogsResponse is the response struct for api DescribeBackupLogs
func CreateDescribeBackupLogsResponse ¶ added in v1.60.359
func CreateDescribeBackupLogsResponse() (response *DescribeBackupLogsResponse)
CreateDescribeBackupLogsResponse creates a response to parse from DescribeBackupLogs response
type DescribeBackupPolicyRequest ¶
type DescribeBackupPolicyRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribeBackupPolicyRequest is the request struct for api DescribeBackupPolicy
func CreateDescribeBackupPolicyRequest ¶
func CreateDescribeBackupPolicyRequest() (request *DescribeBackupPolicyRequest)
CreateDescribeBackupPolicyRequest creates a request to invoke DescribeBackupPolicy API
type DescribeBackupPolicyResponse ¶
type DescribeBackupPolicyResponse struct { *responses.BaseResponse PreferredBackupPeriod string `json:"PreferredBackupPeriod" xml:"PreferredBackupPeriod"` DataLevel1BackupRetentionPeriod string `json:"DataLevel1BackupRetentionPeriod" xml:"DataLevel1BackupRetentionPeriod"` RequestId string `json:"RequestId" xml:"RequestId"` PreferredBackupTime string `json:"PreferredBackupTime" xml:"PreferredBackupTime"` BackupRetentionPolicyOnClusterDeletion string `json:"BackupRetentionPolicyOnClusterDeletion" xml:"BackupRetentionPolicyOnClusterDeletion"` BackupRetentionPeriod int `json:"BackupRetentionPeriod" xml:"BackupRetentionPeriod"` PreferredNextBackupTime string `json:"PreferredNextBackupTime" xml:"PreferredNextBackupTime"` DataLevel2BackupRetentionPeriod string `json:"DataLevel2BackupRetentionPeriod" xml:"DataLevel2BackupRetentionPeriod"` BackupFrequency string `json:"BackupFrequency" xml:"BackupFrequency"` DataLevel1BackupFrequency string `json:"DataLevel1BackupFrequency" xml:"DataLevel1BackupFrequency"` DataLevel1BackupPeriod string `json:"DataLevel1BackupPeriod" xml:"DataLevel1BackupPeriod"` DataLevel1BackupTime string `json:"DataLevel1BackupTime" xml:"DataLevel1BackupTime"` DataLevel2BackupPeriod string `json:"DataLevel2BackupPeriod" xml:"DataLevel2BackupPeriod"` DataLevel2BackupAnotherRegionRetentionPeriod string `json:"DataLevel2BackupAnotherRegionRetentionPeriod" xml:"DataLevel2BackupAnotherRegionRetentionPeriod"` DataLevel2BackupAnotherRegionRegion string `json:"DataLevel2BackupAnotherRegionRegion" xml:"DataLevel2BackupAnotherRegionRegion"` }
DescribeBackupPolicyResponse is the response struct for api DescribeBackupPolicy
func CreateDescribeBackupPolicyResponse ¶
func CreateDescribeBackupPolicyResponse() (response *DescribeBackupPolicyResponse)
CreateDescribeBackupPolicyResponse creates a response to parse from DescribeBackupPolicy response
type DescribeBackupTasksRequest ¶ added in v1.61.352
type DescribeBackupTasksRequest struct { *requests.RpcRequest BackupJobId string `position:"Query" name:"BackupJobId"` ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` BackupMode string `position:"Query" name:"BackupMode"` }
DescribeBackupTasksRequest is the request struct for api DescribeBackupTasks
func CreateDescribeBackupTasksRequest ¶ added in v1.61.352
func CreateDescribeBackupTasksRequest() (request *DescribeBackupTasksRequest)
CreateDescribeBackupTasksRequest creates a request to invoke DescribeBackupTasks API
type DescribeBackupTasksResponse ¶ added in v1.61.352
type DescribeBackupTasksResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Items ItemsInDescribeBackupTasks `json:"Items" xml:"Items"` }
DescribeBackupTasksResponse is the response struct for api DescribeBackupTasks
func CreateDescribeBackupTasksResponse ¶ added in v1.61.352
func CreateDescribeBackupTasksResponse() (response *DescribeBackupTasksResponse)
CreateDescribeBackupTasksResponse creates a response to parse from DescribeBackupTasks response
type DescribeBackupsRequest ¶
type DescribeBackupsRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` StartTime string `position:"Query" name:"StartTime"` PageNumber requests.Integer `position:"Query" name:"PageNumber"` PageSize requests.Integer `position:"Query" name:"PageSize"` BackupRegion string `position:"Query" name:"BackupRegion"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` BackupId string `position:"Query" name:"BackupId"` EndTime string `position:"Query" name:"EndTime"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` BackupStatus string `position:"Query" name:"BackupStatus"` BackupMode string `position:"Query" name:"BackupMode"` }
DescribeBackupsRequest is the request struct for api DescribeBackups
func CreateDescribeBackupsRequest ¶
func CreateDescribeBackupsRequest() (request *DescribeBackupsRequest)
CreateDescribeBackupsRequest creates a request to invoke DescribeBackups API
type DescribeBackupsResponse ¶
type DescribeBackupsResponse struct { *responses.BaseResponse TotalRecordCount string `json:"TotalRecordCount" xml:"TotalRecordCount"` PageRecordCount string `json:"PageRecordCount" xml:"PageRecordCount"` RequestId string `json:"RequestId" xml:"RequestId"` PageNumber string `json:"PageNumber" xml:"PageNumber"` Items ItemsInDescribeBackups `json:"Items" xml:"Items"` }
DescribeBackupsResponse is the response struct for api DescribeBackups
func CreateDescribeBackupsResponse ¶
func CreateDescribeBackupsResponse() (response *DescribeBackupsResponse)
CreateDescribeBackupsResponse creates a response to parse from DescribeBackups response
type DescribeCharacterSetNameRequest ¶ added in v1.61.838
type DescribeCharacterSetNameRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribeCharacterSetNameRequest is the request struct for api DescribeCharacterSetName
func CreateDescribeCharacterSetNameRequest ¶ added in v1.61.838
func CreateDescribeCharacterSetNameRequest() (request *DescribeCharacterSetNameRequest)
CreateDescribeCharacterSetNameRequest creates a request to invoke DescribeCharacterSetName API
type DescribeCharacterSetNameResponse ¶ added in v1.61.838
type DescribeCharacterSetNameResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Engine string `json:"Engine" xml:"Engine"` CharacterSetNameItems CharacterSetNameItems `json:"CharacterSetNameItems" xml:"CharacterSetNameItems"` }
DescribeCharacterSetNameResponse is the response struct for api DescribeCharacterSetName
func CreateDescribeCharacterSetNameResponse ¶ added in v1.61.838
func CreateDescribeCharacterSetNameResponse() (response *DescribeCharacterSetNameResponse)
CreateDescribeCharacterSetNameResponse creates a response to parse from DescribeCharacterSetName response
type DescribeClassListRequest ¶ added in v1.61.1767
type DescribeClassListRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` CommodityCode string `position:"Query" name:"CommodityCode"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` MasterHa string `position:"Query" name:"MasterHa"` OrderType string `position:"Query" name:"OrderType"` }
DescribeClassListRequest is the request struct for api DescribeClassList
func CreateDescribeClassListRequest ¶ added in v1.61.1767
func CreateDescribeClassListRequest() (request *DescribeClassListRequest)
CreateDescribeClassListRequest creates a request to invoke DescribeClassList API
type DescribeClassListResponse ¶ added in v1.61.1767
type DescribeClassListResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` RegionId string `json:"RegionId" xml:"RegionId"` Items []ItemsItem `json:"Items" xml:"Items"` }
DescribeClassListResponse is the response struct for api DescribeClassList
func CreateDescribeClassListResponse ¶ added in v1.61.1767
func CreateDescribeClassListResponse() (response *DescribeClassListResponse)
CreateDescribeClassListResponse creates a response to parse from DescribeClassList response
type DescribeDBClusterAccessWhitelistRequest ¶
type DescribeDBClusterAccessWhitelistRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribeDBClusterAccessWhitelistRequest is the request struct for api DescribeDBClusterAccessWhitelist
func CreateDescribeDBClusterAccessWhitelistRequest ¶
func CreateDescribeDBClusterAccessWhitelistRequest() (request *DescribeDBClusterAccessWhitelistRequest)
CreateDescribeDBClusterAccessWhitelistRequest creates a request to invoke DescribeDBClusterAccessWhitelist API
type DescribeDBClusterAccessWhitelistResponse ¶
type DescribeDBClusterAccessWhitelistResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Items ItemsInDescribeDBClusterAccessWhitelist `json:"Items" xml:"Items"` DBClusterSecurityGroups DBClusterSecurityGroups `json:"DBClusterSecurityGroups" xml:"DBClusterSecurityGroups"` }
DescribeDBClusterAccessWhitelistResponse is the response struct for api DescribeDBClusterAccessWhitelist
func CreateDescribeDBClusterAccessWhitelistResponse ¶
func CreateDescribeDBClusterAccessWhitelistResponse() (response *DescribeDBClusterAccessWhitelistResponse)
CreateDescribeDBClusterAccessWhitelistResponse creates a response to parse from DescribeDBClusterAccessWhitelist response
type DescribeDBClusterAttributeRequest ¶
type DescribeDBClusterAttributeRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` DescribeType string `position:"Query" name:"DescribeType"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribeDBClusterAttributeRequest is the request struct for api DescribeDBClusterAttribute
func CreateDescribeDBClusterAttributeRequest ¶
func CreateDescribeDBClusterAttributeRequest() (request *DescribeDBClusterAttributeRequest)
CreateDescribeDBClusterAttributeRequest creates a request to invoke DescribeDBClusterAttribute API
type DescribeDBClusterAttributeResponse ¶
type DescribeDBClusterAttributeResponse struct { *responses.BaseResponse DeletionLock int `json:"DeletionLock" xml:"DeletionLock"` Category string `json:"Category" xml:"Category"` ResourceGroupId string `json:"ResourceGroupId" xml:"ResourceGroupId"` DataLevel1BackupChainSize int64 `json:"DataLevel1BackupChainSize" xml:"DataLevel1BackupChainSize"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` DBType string `json:"DBType" xml:"DBType"` DBClusterNetworkType string `json:"DBClusterNetworkType" xml:"DBClusterNetworkType"` IsLatestVersion bool `json:"IsLatestVersion" xml:"IsLatestVersion"` HasCompleteStandbyRes bool `json:"HasCompleteStandbyRes" xml:"HasCompleteStandbyRes"` HotStandbyCluster string `json:"HotStandbyCluster" xml:"HotStandbyCluster"` DataSyncMode string `json:"DataSyncMode" xml:"DataSyncMode"` StandbyHAMode string `json:"StandbyHAMode" xml:"StandbyHAMode"` CompressStorageMode string `json:"CompressStorageMode" xml:"CompressStorageMode"` StorageMax int64 `json:"StorageMax" xml:"StorageMax"` DBVersion string `json:"DBVersion" xml:"DBVersion"` ZoneIds string `json:"ZoneIds" xml:"ZoneIds"` MaintainTime string `json:"MaintainTime" xml:"MaintainTime"` Engine string `json:"Engine" xml:"Engine"` RequestId string `json:"RequestId" xml:"RequestId"` VPCId string `json:"VPCId" xml:"VPCId"` DBClusterStatus string `json:"DBClusterStatus" xml:"DBClusterStatus"` VSwitchId string `json:"VSwitchId" xml:"VSwitchId"` DBClusterDescription string `json:"DBClusterDescription" xml:"DBClusterDescription"` Expired string `json:"Expired" xml:"Expired"` PayType string `json:"PayType" xml:"PayType"` StoragePayType string `json:"StoragePayType" xml:"StoragePayType"` LockMode string `json:"LockMode" xml:"LockMode"` StorageUsed int64 `json:"StorageUsed" xml:"StorageUsed"` CompressStorageUsed int64 `json:"CompressStorageUsed" xml:"CompressStorageUsed"` StorageSpace int64 `json:"StorageSpace" xml:"StorageSpace"` DBVersionStatus string `json:"DBVersionStatus" xml:"DBVersionStatus"` CreationTime string `json:"CreationTime" xml:"CreationTime"` SQLSize int64 `json:"SQLSize" xml:"SQLSize"` InodeTotal int64 `json:"InodeTotal" xml:"InodeTotal"` InodeUsed int64 `json:"InodeUsed" xml:"InodeUsed"` BlktagTotal int64 `json:"BlktagTotal" xml:"BlktagTotal"` BlktagUsed int64 `json:"BlktagUsed" xml:"BlktagUsed"` RegionId string `json:"RegionId" xml:"RegionId"` ExpireTime string `json:"ExpireTime" xml:"ExpireTime"` SubCategory string `json:"SubCategory" xml:"SubCategory"` DeployUnit string `json:"DeployUnit" xml:"DeployUnit"` IsProxyLatestVersion bool `json:"IsProxyLatestVersion" xml:"IsProxyLatestVersion"` StorageType string `json:"StorageType" xml:"StorageType"` ServerlessType string `json:"ServerlessType" xml:"ServerlessType"` StrictConsistency string `json:"StrictConsistency" xml:"StrictConsistency"` ProxyCpuCores string `json:"ProxyCpuCores" xml:"ProxyCpuCores"` ProxyStandardCpuCores string `json:"ProxyStandardCpuCores" xml:"ProxyStandardCpuCores"` ProxyType string `json:"ProxyType" xml:"ProxyType"` ProxyStatus string `json:"ProxyStatus" xml:"ProxyStatus"` FeatureHTAPSupported string `json:"FeatureHTAPSupported" xml:"FeatureHTAPSupported"` ProxyServerlessType string `json:"ProxyServerlessType" xml:"ProxyServerlessType"` Architecture string `json:"Architecture" xml:"Architecture"` AiType string `json:"AiType" xml:"AiType"` RelatedAPInstance RelatedAPInstance `json:"RelatedAPInstance" xml:"RelatedAPInstance"` DBNodes []DBNode `json:"DBNodes" xml:"DBNodes"` Tags []Tag `json:"Tags" xml:"Tags"` }
DescribeDBClusterAttributeResponse is the response struct for api DescribeDBClusterAttribute
func CreateDescribeDBClusterAttributeResponse ¶
func CreateDescribeDBClusterAttributeResponse() (response *DescribeDBClusterAttributeResponse)
CreateDescribeDBClusterAttributeResponse creates a response to parse from DescribeDBClusterAttribute response
type DescribeDBClusterAuditLogCollectorRequest ¶ added in v1.61.330
type DescribeDBClusterAuditLogCollectorRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribeDBClusterAuditLogCollectorRequest is the request struct for api DescribeDBClusterAuditLogCollector
func CreateDescribeDBClusterAuditLogCollectorRequest ¶ added in v1.61.330
func CreateDescribeDBClusterAuditLogCollectorRequest() (request *DescribeDBClusterAuditLogCollectorRequest)
CreateDescribeDBClusterAuditLogCollectorRequest creates a request to invoke DescribeDBClusterAuditLogCollector API
type DescribeDBClusterAuditLogCollectorResponse ¶ added in v1.61.330
type DescribeDBClusterAuditLogCollectorResponse struct { *responses.BaseResponse CollectorStatus string `json:"CollectorStatus" xml:"CollectorStatus"` RequestId string `json:"RequestId" xml:"RequestId"` }
DescribeDBClusterAuditLogCollectorResponse is the response struct for api DescribeDBClusterAuditLogCollector
func CreateDescribeDBClusterAuditLogCollectorResponse ¶ added in v1.61.330
func CreateDescribeDBClusterAuditLogCollectorResponse() (response *DescribeDBClusterAuditLogCollectorResponse)
CreateDescribeDBClusterAuditLogCollectorResponse creates a response to parse from DescribeDBClusterAuditLogCollector response
type DescribeDBClusterAvailableResourcesRequest ¶ added in v1.61.98
type DescribeDBClusterAvailableResourcesRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` DBNodeClass string `position:"Query" name:"DBNodeClass"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` DBType string `position:"Query" name:"DBType"` DBVersion string `position:"Query" name:"DBVersion"` ZoneId string `position:"Query" name:"ZoneId"` PayType string `position:"Query" name:"PayType"` }
DescribeDBClusterAvailableResourcesRequest is the request struct for api DescribeDBClusterAvailableResources
func CreateDescribeDBClusterAvailableResourcesRequest ¶ added in v1.61.98
func CreateDescribeDBClusterAvailableResourcesRequest() (request *DescribeDBClusterAvailableResourcesRequest)
CreateDescribeDBClusterAvailableResourcesRequest creates a request to invoke DescribeDBClusterAvailableResources API
type DescribeDBClusterAvailableResourcesResponse ¶ added in v1.61.98
type DescribeDBClusterAvailableResourcesResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` AvailableZones []AvailableZone `json:"AvailableZones" xml:"AvailableZones"` }
DescribeDBClusterAvailableResourcesResponse is the response struct for api DescribeDBClusterAvailableResources
func CreateDescribeDBClusterAvailableResourcesResponse ¶ added in v1.61.98
func CreateDescribeDBClusterAvailableResourcesResponse() (response *DescribeDBClusterAvailableResourcesResponse)
CreateDescribeDBClusterAvailableResourcesResponse creates a response to parse from DescribeDBClusterAvailableResources response
type DescribeDBClusterConnectivityRequest ¶ added in v1.62.344
type DescribeDBClusterConnectivityRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` SecurityToken string `position:"Query" name:"SecurityToken"` SourceIpAddress string `position:"Query" name:"SourceIpAddress"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribeDBClusterConnectivityRequest is the request struct for api DescribeDBClusterConnectivity
func CreateDescribeDBClusterConnectivityRequest ¶ added in v1.62.344
func CreateDescribeDBClusterConnectivityRequest() (request *DescribeDBClusterConnectivityRequest)
CreateDescribeDBClusterConnectivityRequest creates a request to invoke DescribeDBClusterConnectivity API
type DescribeDBClusterConnectivityResponse ¶ added in v1.62.344
type DescribeDBClusterConnectivityResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` ConnCheckResult string `json:"ConnCheckResult" xml:"ConnCheckResult"` ConnCheckErrorCode string `json:"ConnCheckErrorCode" xml:"ConnCheckErrorCode"` ConnCheckErrorMessage string `json:"ConnCheckErrorMessage" xml:"ConnCheckErrorMessage"` }
DescribeDBClusterConnectivityResponse is the response struct for api DescribeDBClusterConnectivity
func CreateDescribeDBClusterConnectivityResponse ¶ added in v1.62.344
func CreateDescribeDBClusterConnectivityResponse() (response *DescribeDBClusterConnectivityResponse)
CreateDescribeDBClusterConnectivityResponse creates a response to parse from DescribeDBClusterConnectivity response
type DescribeDBClusterEndpointsRequest ¶
type DescribeDBClusterEndpointsRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` DBEndpointId string `position:"Query" name:"DBEndpointId"` DescribeType string `position:"Query" name:"DescribeType"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribeDBClusterEndpointsRequest is the request struct for api DescribeDBClusterEndpoints
func CreateDescribeDBClusterEndpointsRequest ¶
func CreateDescribeDBClusterEndpointsRequest() (request *DescribeDBClusterEndpointsRequest)
CreateDescribeDBClusterEndpointsRequest creates a request to invoke DescribeDBClusterEndpoints API
type DescribeDBClusterEndpointsResponse ¶
type DescribeDBClusterEndpointsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Items []DBEndpoint `json:"Items" xml:"Items"` }
DescribeDBClusterEndpointsResponse is the response struct for api DescribeDBClusterEndpoints
func CreateDescribeDBClusterEndpointsResponse ¶
func CreateDescribeDBClusterEndpointsResponse() (response *DescribeDBClusterEndpointsResponse)
CreateDescribeDBClusterEndpointsResponse creates a response to parse from DescribeDBClusterEndpoints response
type DescribeDBClusterMigrationRequest ¶
type DescribeDBClusterMigrationRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribeDBClusterMigrationRequest is the request struct for api DescribeDBClusterMigration
func CreateDescribeDBClusterMigrationRequest ¶
func CreateDescribeDBClusterMigrationRequest() (request *DescribeDBClusterMigrationRequest)
CreateDescribeDBClusterMigrationRequest creates a request to invoke DescribeDBClusterMigration API
type DescribeDBClusterMigrationResponse ¶
type DescribeDBClusterMigrationResponse struct { *responses.BaseResponse Comment string `json:"Comment" xml:"Comment"` RequestId string `json:"RequestId" xml:"RequestId"` ExpiredTime string `json:"ExpiredTime" xml:"ExpiredTime"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` Topologies string `json:"Topologies" xml:"Topologies"` RdsReadWriteMode string `json:"RdsReadWriteMode" xml:"RdsReadWriteMode"` SourceRDSDBInstanceId string `json:"SourceRDSDBInstanceId" xml:"SourceRDSDBInstanceId"` DBClusterReadWriteMode string `json:"DBClusterReadWriteMode" xml:"DBClusterReadWriteMode"` DelayedSeconds int `json:"DelayedSeconds" xml:"DelayedSeconds"` MigrationStatus string `json:"MigrationStatus" xml:"MigrationStatus"` DtsInstanceId string `json:"DtsInstanceId" xml:"DtsInstanceId"` SrcDbType string `json:"SrcDbType" xml:"SrcDbType"` DBClusterEndpointList []DBClusterEndpoint `json:"DBClusterEndpointList" xml:"DBClusterEndpointList"` RdsEndpointList []RdsEndpoint `json:"RdsEndpointList" xml:"RdsEndpointList"` }
DescribeDBClusterMigrationResponse is the response struct for api DescribeDBClusterMigration
func CreateDescribeDBClusterMigrationResponse ¶
func CreateDescribeDBClusterMigrationResponse() (response *DescribeDBClusterMigrationResponse)
CreateDescribeDBClusterMigrationResponse creates a response to parse from DescribeDBClusterMigration response
type DescribeDBClusterMonitorRequest ¶ added in v1.61.98
type DescribeDBClusterMonitorRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribeDBClusterMonitorRequest is the request struct for api DescribeDBClusterMonitor
func CreateDescribeDBClusterMonitorRequest ¶ added in v1.61.98
func CreateDescribeDBClusterMonitorRequest() (request *DescribeDBClusterMonitorRequest)
CreateDescribeDBClusterMonitorRequest creates a request to invoke DescribeDBClusterMonitor API
type DescribeDBClusterMonitorResponse ¶ added in v1.61.98
type DescribeDBClusterMonitorResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Period string `json:"Period" xml:"Period"` }
DescribeDBClusterMonitorResponse is the response struct for api DescribeDBClusterMonitor
func CreateDescribeDBClusterMonitorResponse ¶ added in v1.61.98
func CreateDescribeDBClusterMonitorResponse() (response *DescribeDBClusterMonitorResponse)
CreateDescribeDBClusterMonitorResponse creates a response to parse from DescribeDBClusterMonitor response
type DescribeDBClusterParametersRequest ¶
type DescribeDBClusterParametersRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` DescribeType string `position:"Query" name:"DescribeType"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribeDBClusterParametersRequest is the request struct for api DescribeDBClusterParameters
func CreateDescribeDBClusterParametersRequest ¶
func CreateDescribeDBClusterParametersRequest() (request *DescribeDBClusterParametersRequest)
CreateDescribeDBClusterParametersRequest creates a request to invoke DescribeDBClusterParameters API
type DescribeDBClusterParametersResponse ¶
type DescribeDBClusterParametersResponse struct { *responses.BaseResponse DBVersion string `json:"DBVersion" xml:"DBVersion"` RequestId string `json:"RequestId" xml:"RequestId"` DBType string `json:"DBType" xml:"DBType"` Engine string `json:"Engine" xml:"Engine"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` ParameterNumbers string `json:"ParameterNumbers" xml:"ParameterNumbers"` RunningParameters RunningParametersInDescribeDBClusterParameters `json:"RunningParameters" xml:"RunningParameters"` Parameters ParametersInDescribeDBClusterParameters `json:"Parameters" xml:"Parameters"` }
DescribeDBClusterParametersResponse is the response struct for api DescribeDBClusterParameters
func CreateDescribeDBClusterParametersResponse ¶
func CreateDescribeDBClusterParametersResponse() (response *DescribeDBClusterParametersResponse)
CreateDescribeDBClusterParametersResponse creates a response to parse from DescribeDBClusterParameters response
type DescribeDBClusterPerformanceRequest ¶
type DescribeDBClusterPerformanceRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` StartTime string `position:"Query" name:"StartTime"` Key string `position:"Query" name:"Key"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` EndTime string `position:"Query" name:"EndTime"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` Metric string `position:"Query" name:"Metric"` }
DescribeDBClusterPerformanceRequest is the request struct for api DescribeDBClusterPerformance
func CreateDescribeDBClusterPerformanceRequest ¶
func CreateDescribeDBClusterPerformanceRequest() (request *DescribeDBClusterPerformanceRequest)
CreateDescribeDBClusterPerformanceRequest creates a request to invoke DescribeDBClusterPerformance API
type DescribeDBClusterPerformanceResponse ¶
type DescribeDBClusterPerformanceResponse struct { *responses.BaseResponse DBVersion string `json:"DBVersion" xml:"DBVersion"` EndTime string `json:"EndTime" xml:"EndTime"` RequestId string `json:"RequestId" xml:"RequestId"` StartTime string `json:"StartTime" xml:"StartTime"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` DBType string `json:"DBType" xml:"DBType"` Engine string `json:"Engine" xml:"Engine"` PerformanceKeys PerformanceKeysInDescribeDBClusterPerformance `json:"PerformanceKeys" xml:"PerformanceKeys"` }
DescribeDBClusterPerformanceResponse is the response struct for api DescribeDBClusterPerformance
func CreateDescribeDBClusterPerformanceResponse ¶
func CreateDescribeDBClusterPerformanceResponse() (response *DescribeDBClusterPerformanceResponse)
CreateDescribeDBClusterPerformanceResponse creates a response to parse from DescribeDBClusterPerformance response
type DescribeDBClusterSSLRequest ¶ added in v1.60.380
type DescribeDBClusterSSLRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribeDBClusterSSLRequest is the request struct for api DescribeDBClusterSSL
func CreateDescribeDBClusterSSLRequest ¶ added in v1.60.380
func CreateDescribeDBClusterSSLRequest() (request *DescribeDBClusterSSLRequest)
CreateDescribeDBClusterSSLRequest creates a request to invoke DescribeDBClusterSSL API
type DescribeDBClusterSSLResponse ¶ added in v1.60.380
type DescribeDBClusterSSLResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` SSLAutoRotate string `json:"SSLAutoRotate" xml:"SSLAutoRotate"` Items []Item `json:"Items" xml:"Items"` }
DescribeDBClusterSSLResponse is the response struct for api DescribeDBClusterSSL
func CreateDescribeDBClusterSSLResponse ¶ added in v1.60.380
func CreateDescribeDBClusterSSLResponse() (response *DescribeDBClusterSSLResponse)
CreateDescribeDBClusterSSLResponse creates a response to parse from DescribeDBClusterSSL response
type DescribeDBClusterServerlessConfRequest ¶ added in v1.61.1826
type DescribeDBClusterServerlessConfRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` RequestType string `position:"Query" name:"RequestType"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribeDBClusterServerlessConfRequest is the request struct for api DescribeDBClusterServerlessConf
func CreateDescribeDBClusterServerlessConfRequest ¶ added in v1.61.1826
func CreateDescribeDBClusterServerlessConfRequest() (request *DescribeDBClusterServerlessConfRequest)
CreateDescribeDBClusterServerlessConfRequest creates a request to invoke DescribeDBClusterServerlessConf API
type DescribeDBClusterServerlessConfResponse ¶ added in v1.61.1826
type DescribeDBClusterServerlessConfResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` ScaleMin string `json:"ScaleMin" xml:"ScaleMin"` ScaleMax string `json:"ScaleMax" xml:"ScaleMax"` ScaleRoNumMin string `json:"ScaleRoNumMin" xml:"ScaleRoNumMin"` ScaleRoNumMax string `json:"ScaleRoNumMax" xml:"ScaleRoNumMax"` AllowShutDown string `json:"AllowShutDown" xml:"AllowShutDown"` SecondsUntilAutoPause string `json:"SecondsUntilAutoPause" xml:"SecondsUntilAutoPause"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` ScaleApRoNumMin string `json:"ScaleApRoNumMin" xml:"ScaleApRoNumMin"` ScaleApRoNumMax string `json:"ScaleApRoNumMax" xml:"ScaleApRoNumMax"` Switchs string `json:"Switchs" xml:"Switchs"` DBMaxscaleId string `json:"DBMaxscaleId" xml:"DBMaxscaleId"` }
DescribeDBClusterServerlessConfResponse is the response struct for api DescribeDBClusterServerlessConf
func CreateDescribeDBClusterServerlessConfResponse ¶ added in v1.61.1826
func CreateDescribeDBClusterServerlessConfResponse() (response *DescribeDBClusterServerlessConfResponse)
CreateDescribeDBClusterServerlessConfResponse creates a response to parse from DescribeDBClusterServerlessConf response
type DescribeDBClusterTDERequest ¶ added in v1.61.628
type DescribeDBClusterTDERequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribeDBClusterTDERequest is the request struct for api DescribeDBClusterTDE
func CreateDescribeDBClusterTDERequest ¶ added in v1.61.628
func CreateDescribeDBClusterTDERequest() (request *DescribeDBClusterTDERequest)
CreateDescribeDBClusterTDERequest creates a request to invoke DescribeDBClusterTDE API
type DescribeDBClusterTDEResponse ¶ added in v1.61.628
type DescribeDBClusterTDEResponse struct { *responses.BaseResponse TDEStatus string `json:"TDEStatus" xml:"TDEStatus"` RequestId string `json:"RequestId" xml:"RequestId"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` EncryptionKey string `json:"EncryptionKey" xml:"EncryptionKey"` EncryptNewTables string `json:"EncryptNewTables" xml:"EncryptNewTables"` TDERegion string `json:"TDERegion" xml:"TDERegion"` }
DescribeDBClusterTDEResponse is the response struct for api DescribeDBClusterTDE
func CreateDescribeDBClusterTDEResponse ¶ added in v1.61.628
func CreateDescribeDBClusterTDEResponse() (response *DescribeDBClusterTDEResponse)
CreateDescribeDBClusterTDEResponse creates a response to parse from DescribeDBClusterTDE response
type DescribeDBClusterVersionRequest ¶ added in v1.61.692
type DescribeDBClusterVersionRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` DescribeType string `position:"Query" name:"DescribeType"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribeDBClusterVersionRequest is the request struct for api DescribeDBClusterVersion
func CreateDescribeDBClusterVersionRequest ¶ added in v1.61.692
func CreateDescribeDBClusterVersionRequest() (request *DescribeDBClusterVersionRequest)
CreateDescribeDBClusterVersionRequest creates a request to invoke DescribeDBClusterVersion API
type DescribeDBClusterVersionResponse ¶ added in v1.61.692
type DescribeDBClusterVersionResponse struct { *responses.BaseResponse IsLatestVersion string `json:"IsLatestVersion" xml:"IsLatestVersion"` IsProxyLatestVersion string `json:"IsProxyLatestVersion" xml:"IsProxyLatestVersion"` DBVersion string `json:"DBVersion" xml:"DBVersion"` DBRevisionVersion string `json:"DBRevisionVersion" xml:"DBRevisionVersion"` RequestId string `json:"RequestId" xml:"RequestId"` DBVersionStatus string `json:"DBVersionStatus" xml:"DBVersionStatus"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` DBMinorVersion string `json:"DBMinorVersion" xml:"DBMinorVersion"` ProxyRevisionVersion string `json:"ProxyRevisionVersion" xml:"ProxyRevisionVersion"` ProxyVersionStatus string `json:"ProxyVersionStatus" xml:"ProxyVersionStatus"` ProxyLatestVersion string `json:"ProxyLatestVersion" xml:"ProxyLatestVersion"` DBLatestVersion string `json:"DBLatestVersion" xml:"DBLatestVersion"` ProxyLatestVersionAfterDBEngineUpgraded string `json:"ProxyLatestVersionAfterDBEngineUpgraded" xml:"ProxyLatestVersionAfterDBEngineUpgraded"` DBRevisionVersionList []DBRevisionVersionListItem `json:"DBRevisionVersionList" xml:"DBRevisionVersionList"` }
DescribeDBClusterVersionResponse is the response struct for api DescribeDBClusterVersion
func CreateDescribeDBClusterVersionResponse ¶ added in v1.61.692
func CreateDescribeDBClusterVersionResponse() (response *DescribeDBClusterVersionResponse)
CreateDescribeDBClusterVersionResponse creates a response to parse from DescribeDBClusterVersion response
type DescribeDBClustersRequest ¶
type DescribeDBClustersRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` DBClusterDescription string `position:"Query" name:"DBClusterDescription"` DBClusterStatus string `position:"Query" name:"DBClusterStatus"` ConnectionString string `position:"Query" name:"ConnectionString"` RecentExpirationInterval requests.Integer `position:"Query" name:"RecentExpirationInterval"` PageNumber requests.Integer `position:"Query" name:"PageNumber"` DBNodeIds string `position:"Query" name:"DBNodeIds"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` RecentCreationInterval requests.Integer `position:"Query" name:"RecentCreationInterval"` Expired requests.Boolean `position:"Query" name:"Expired"` PageSize requests.Integer `position:"Query" name:"PageSize"` Tag *[]DescribeDBClustersTag `position:"Query" name:"Tag" type:"Repeated"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` DBType string `position:"Query" name:"DBType"` DBVersion string `position:"Query" name:"DBVersion"` PayType string `position:"Query" name:"PayType"` DBClusterIds string `position:"Query" name:"DBClusterIds"` }
DescribeDBClustersRequest is the request struct for api DescribeDBClusters
func CreateDescribeDBClustersRequest ¶
func CreateDescribeDBClustersRequest() (request *DescribeDBClustersRequest)
CreateDescribeDBClustersRequest creates a request to invoke DescribeDBClusters API
type DescribeDBClustersResponse ¶
type DescribeDBClustersResponse struct { *responses.BaseResponse TotalRecordCount int `json:"TotalRecordCount" xml:"TotalRecordCount"` PageRecordCount int `json:"PageRecordCount" xml:"PageRecordCount"` RequestId string `json:"RequestId" xml:"RequestId"` PageNumber int `json:"PageNumber" xml:"PageNumber"` Items ItemsInDescribeDBClusters `json:"Items" xml:"Items"` }
DescribeDBClustersResponse is the response struct for api DescribeDBClusters
func CreateDescribeDBClustersResponse ¶
func CreateDescribeDBClustersResponse() (response *DescribeDBClustersResponse)
CreateDescribeDBClustersResponse creates a response to parse from DescribeDBClusters response
type DescribeDBClustersTag ¶
DescribeDBClustersTag is a repeated param struct in DescribeDBClustersRequest
type DescribeDBClustersWithBackupsRequest ¶ added in v1.61.180
type DescribeDBClustersWithBackupsRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` DBClusterDescription string `position:"Query" name:"DBClusterDescription"` IsDeleted requests.Integer `position:"Query" name:"IsDeleted"` PageNumber requests.Integer `position:"Query" name:"PageNumber"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` PageSize requests.Integer `position:"Query" name:"PageSize"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` DBType string `position:"Query" name:"DBType"` DBVersion string `position:"Query" name:"DBVersion"` DBClusterIds string `position:"Query" name:"DBClusterIds"` }
DescribeDBClustersWithBackupsRequest is the request struct for api DescribeDBClustersWithBackups
func CreateDescribeDBClustersWithBackupsRequest ¶ added in v1.61.180
func CreateDescribeDBClustersWithBackupsRequest() (request *DescribeDBClustersWithBackupsRequest)
CreateDescribeDBClustersWithBackupsRequest creates a request to invoke DescribeDBClustersWithBackups API
type DescribeDBClustersWithBackupsResponse ¶ added in v1.61.180
type DescribeDBClustersWithBackupsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` PageNumber int `json:"PageNumber" xml:"PageNumber"` PageRecordCount int `json:"PageRecordCount" xml:"PageRecordCount"` TotalRecordCount int `json:"TotalRecordCount" xml:"TotalRecordCount"` Items ItemsInDescribeDBClustersWithBackups `json:"Items" xml:"Items"` }
DescribeDBClustersWithBackupsResponse is the response struct for api DescribeDBClustersWithBackups
func CreateDescribeDBClustersWithBackupsResponse ¶ added in v1.61.180
func CreateDescribeDBClustersWithBackupsResponse() (response *DescribeDBClustersWithBackupsResponse)
CreateDescribeDBClustersWithBackupsResponse creates a response to parse from DescribeDBClustersWithBackups response
type DescribeDBInitializeVariableRequest ¶ added in v1.61.838
type DescribeDBInitializeVariableRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribeDBInitializeVariableRequest is the request struct for api DescribeDBInitializeVariable
func CreateDescribeDBInitializeVariableRequest ¶ added in v1.61.838
func CreateDescribeDBInitializeVariableRequest() (request *DescribeDBInitializeVariableRequest)
CreateDescribeDBInitializeVariableRequest creates a request to invoke DescribeDBInitializeVariable API
type DescribeDBInitializeVariableResponse ¶ added in v1.61.838
type DescribeDBInitializeVariableResponse struct { *responses.BaseResponse DBVersion string `json:"DBVersion" xml:"DBVersion"` RequestId string `json:"RequestId" xml:"RequestId"` DBType string `json:"DBType" xml:"DBType"` Variables Variables `json:"Variables" xml:"Variables"` }
DescribeDBInitializeVariableResponse is the response struct for api DescribeDBInitializeVariable
func CreateDescribeDBInitializeVariableResponse ¶ added in v1.61.838
func CreateDescribeDBInitializeVariableResponse() (response *DescribeDBInitializeVariableResponse)
CreateDescribeDBInitializeVariableResponse creates a response to parse from DescribeDBInitializeVariable response
type DescribeDBLinksRequest ¶ added in v1.61.732
type DescribeDBLinksRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` DBLinkName string `position:"Query" name:"DBLinkName"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribeDBLinksRequest is the request struct for api DescribeDBLinks
func CreateDescribeDBLinksRequest ¶ added in v1.61.732
func CreateDescribeDBLinksRequest() (request *DescribeDBLinksRequest)
CreateDescribeDBLinksRequest creates a request to invoke DescribeDBLinks API
type DescribeDBLinksResponse ¶ added in v1.61.732
type DescribeDBLinksResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` DBInstanceName string `json:"DBInstanceName" xml:"DBInstanceName"` DBLinkInfos []DBLinkInfosItem `json:"DBLinkInfos" xml:"DBLinkInfos"` }
DescribeDBLinksResponse is the response struct for api DescribeDBLinks
func CreateDescribeDBLinksResponse ¶ added in v1.61.732
func CreateDescribeDBLinksResponse() (response *DescribeDBLinksResponse)
CreateDescribeDBLinksResponse creates a response to parse from DescribeDBLinks response
type DescribeDBNodePerformanceRequest ¶
type DescribeDBNodePerformanceRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` DBNodeId string `position:"Query" name:"DBNodeId"` StartTime string `position:"Query" name:"StartTime"` Key string `position:"Query" name:"Key"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` EndTime string `position:"Query" name:"EndTime"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` Metric string `position:"Query" name:"Metric"` }
DescribeDBNodePerformanceRequest is the request struct for api DescribeDBNodePerformance
func CreateDescribeDBNodePerformanceRequest ¶
func CreateDescribeDBNodePerformanceRequest() (request *DescribeDBNodePerformanceRequest)
CreateDescribeDBNodePerformanceRequest creates a request to invoke DescribeDBNodePerformance API
type DescribeDBNodePerformanceResponse ¶
type DescribeDBNodePerformanceResponse struct { *responses.BaseResponse DBVersion string `json:"DBVersion" xml:"DBVersion"` EndTime string `json:"EndTime" xml:"EndTime"` RequestId string `json:"RequestId" xml:"RequestId"` StartTime string `json:"StartTime" xml:"StartTime"` DBType string `json:"DBType" xml:"DBType"` DBNodeId string `json:"DBNodeId" xml:"DBNodeId"` Engine string `json:"Engine" xml:"Engine"` PerformanceKeys PerformanceKeysInDescribeDBNodePerformance `json:"PerformanceKeys" xml:"PerformanceKeys"` }
DescribeDBNodePerformanceResponse is the response struct for api DescribeDBNodePerformance
func CreateDescribeDBNodePerformanceResponse ¶
func CreateDescribeDBNodePerformanceResponse() (response *DescribeDBNodePerformanceResponse)
CreateDescribeDBNodePerformanceResponse creates a response to parse from DescribeDBNodePerformance response
type DescribeDBNodesParametersRequest ¶ added in v1.61.1512
type DescribeDBNodesParametersRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` DBNodeIds string `position:"Query" name:"DBNodeIds"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribeDBNodesParametersRequest is the request struct for api DescribeDBNodesParameters
func CreateDescribeDBNodesParametersRequest ¶ added in v1.61.1512
func CreateDescribeDBNodesParametersRequest() (request *DescribeDBNodesParametersRequest)
CreateDescribeDBNodesParametersRequest creates a request to invoke DescribeDBNodesParameters API
type DescribeDBNodesParametersResponse ¶ added in v1.61.1512
type DescribeDBNodesParametersResponse struct { *responses.BaseResponse DBVersion string `json:"DBVersion" xml:"DBVersion"` RequestId string `json:"RequestId" xml:"RequestId"` DBType string `json:"DBType" xml:"DBType"` Engine string `json:"Engine" xml:"Engine"` DBNodeIds []DBNodeParameter `json:"DBNodeIds" xml:"DBNodeIds"` }
DescribeDBNodesParametersResponse is the response struct for api DescribeDBNodesParameters
func CreateDescribeDBNodesParametersResponse ¶ added in v1.61.1512
func CreateDescribeDBNodesParametersResponse() (response *DescribeDBNodesParametersResponse)
CreateDescribeDBNodesParametersResponse creates a response to parse from DescribeDBNodesParameters response
type DescribeDBProxyPerformanceRequest ¶ added in v1.61.1467
type DescribeDBProxyPerformanceRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` StartTime string `position:"Query" name:"StartTime"` Key string `position:"Query" name:"Key"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` EndTime string `position:"Query" name:"EndTime"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` Metric string `position:"Query" name:"Metric"` }
DescribeDBProxyPerformanceRequest is the request struct for api DescribeDBProxyPerformance
func CreateDescribeDBProxyPerformanceRequest ¶ added in v1.61.1467
func CreateDescribeDBProxyPerformanceRequest() (request *DescribeDBProxyPerformanceRequest)
CreateDescribeDBProxyPerformanceRequest creates a request to invoke DescribeDBProxyPerformance API
type DescribeDBProxyPerformanceResponse ¶ added in v1.61.1467
type DescribeDBProxyPerformanceResponse struct { *responses.BaseResponse DBVersion string `json:"DBVersion" xml:"DBVersion"` EndTime string `json:"EndTime" xml:"EndTime"` RequestId string `json:"RequestId" xml:"RequestId"` StartTime string `json:"StartTime" xml:"StartTime"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` DBType string `json:"DBType" xml:"DBType"` Engine string `json:"Engine" xml:"Engine"` PerformanceKeys PerformanceKeysInDescribeDBProxyPerformance `json:"PerformanceKeys" xml:"PerformanceKeys"` }
DescribeDBProxyPerformanceResponse is the response struct for api DescribeDBProxyPerformance
func CreateDescribeDBProxyPerformanceResponse ¶ added in v1.61.1467
func CreateDescribeDBProxyPerformanceResponse() (response *DescribeDBProxyPerformanceResponse)
CreateDescribeDBProxyPerformanceResponse creates a response to parse from DescribeDBProxyPerformance response
type DescribeDatabasesRequest ¶
type DescribeDatabasesRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` PageNumber requests.Integer `position:"Query" name:"PageNumber"` PageSize requests.Integer `position:"Query" name:"PageSize"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` DBName string `position:"Query" name:"DBName"` }
DescribeDatabasesRequest is the request struct for api DescribeDatabases
func CreateDescribeDatabasesRequest ¶
func CreateDescribeDatabasesRequest() (request *DescribeDatabasesRequest)
CreateDescribeDatabasesRequest creates a request to invoke DescribeDatabases API
type DescribeDatabasesResponse ¶
type DescribeDatabasesResponse struct { *responses.BaseResponse PageRecordCount int `json:"PageRecordCount" xml:"PageRecordCount"` RequestId string `json:"RequestId" xml:"RequestId"` PageNumber int `json:"PageNumber" xml:"PageNumber"` Databases Databases `json:"Databases" xml:"Databases"` }
DescribeDatabasesResponse is the response struct for api DescribeDatabases
func CreateDescribeDatabasesResponse ¶
func CreateDescribeDatabasesResponse() (response *DescribeDatabasesResponse)
CreateDescribeDatabasesResponse creates a response to parse from DescribeDatabases response
type DescribeDetachedBackupsRequest ¶ added in v1.61.180
type DescribeDetachedBackupsRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` StartTime string `position:"Query" name:"StartTime"` PageNumber requests.Integer `position:"Query" name:"PageNumber"` PageSize requests.Integer `position:"Query" name:"PageSize"` BackupRegion string `position:"Query" name:"BackupRegion"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` BackupId string `position:"Query" name:"BackupId"` EndTime string `position:"Query" name:"EndTime"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` BackupStatus string `position:"Query" name:"BackupStatus"` BackupMode string `position:"Query" name:"BackupMode"` }
DescribeDetachedBackupsRequest is the request struct for api DescribeDetachedBackups
func CreateDescribeDetachedBackupsRequest ¶ added in v1.61.180
func CreateDescribeDetachedBackupsRequest() (request *DescribeDetachedBackupsRequest)
CreateDescribeDetachedBackupsRequest creates a request to invoke DescribeDetachedBackups API
type DescribeDetachedBackupsResponse ¶ added in v1.61.180
type DescribeDetachedBackupsResponse struct { *responses.BaseResponse TotalRecordCount string `json:"TotalRecordCount" xml:"TotalRecordCount"` PageRecordCount string `json:"PageRecordCount" xml:"PageRecordCount"` RequestId string `json:"RequestId" xml:"RequestId"` PageNumber string `json:"PageNumber" xml:"PageNumber"` Items ItemsInDescribeDetachedBackups `json:"Items" xml:"Items"` }
DescribeDetachedBackupsResponse is the response struct for api DescribeDetachedBackups
func CreateDescribeDetachedBackupsResponse ¶ added in v1.61.180
func CreateDescribeDetachedBackupsResponse() (response *DescribeDetachedBackupsResponse)
CreateDescribeDetachedBackupsResponse creates a response to parse from DescribeDetachedBackups response
type DescribeGlobalDatabaseNetworkRequest ¶ added in v1.61.1155
type DescribeGlobalDatabaseNetworkRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` SecurityToken string `position:"Query" name:"SecurityToken"` GDNId string `position:"Query" name:"GDNId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribeGlobalDatabaseNetworkRequest is the request struct for api DescribeGlobalDatabaseNetwork
func CreateDescribeGlobalDatabaseNetworkRequest ¶ added in v1.61.1155
func CreateDescribeGlobalDatabaseNetworkRequest() (request *DescribeGlobalDatabaseNetworkRequest)
CreateDescribeGlobalDatabaseNetworkRequest creates a request to invoke DescribeGlobalDatabaseNetwork API
type DescribeGlobalDatabaseNetworkResponse ¶ added in v1.61.1155
type DescribeGlobalDatabaseNetworkResponse struct { *responses.BaseResponse GDNStatus string `json:"GDNStatus" xml:"GDNStatus"` DBVersion string `json:"DBVersion" xml:"DBVersion"` RequestId string `json:"RequestId" xml:"RequestId"` GDNId string `json:"GDNId" xml:"GDNId"` CreateTime string `json:"CreateTime" xml:"CreateTime"` DBType string `json:"DBType" xml:"DBType"` GDNDescription string `json:"GDNDescription" xml:"GDNDescription"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` ResourceGroupId string `json:"ResourceGroupId" xml:"ResourceGroupId"` Connections []Connection `json:"Connections" xml:"Connections"` DBClusters []DBClusterInDescribeGlobalDatabaseNetwork `json:"DBClusters" xml:"DBClusters"` }
DescribeGlobalDatabaseNetworkResponse is the response struct for api DescribeGlobalDatabaseNetwork
func CreateDescribeGlobalDatabaseNetworkResponse ¶ added in v1.61.1155
func CreateDescribeGlobalDatabaseNetworkResponse() (response *DescribeGlobalDatabaseNetworkResponse)
CreateDescribeGlobalDatabaseNetworkResponse creates a response to parse from DescribeGlobalDatabaseNetwork response
type DescribeGlobalDatabaseNetworksRequest ¶ added in v1.61.656
type DescribeGlobalDatabaseNetworksRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` PageNumber requests.Integer `position:"Query" name:"PageNumber"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` FilterRegion string `position:"Query" name:"FilterRegion"` SecurityToken string `position:"Query" name:"SecurityToken"` GDNId string `position:"Query" name:"GDNId"` PageSize requests.Integer `position:"Query" name:"PageSize"` GDNDescription string `position:"Query" name:"GDNDescription"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribeGlobalDatabaseNetworksRequest is the request struct for api DescribeGlobalDatabaseNetworks
func CreateDescribeGlobalDatabaseNetworksRequest ¶ added in v1.61.656
func CreateDescribeGlobalDatabaseNetworksRequest() (request *DescribeGlobalDatabaseNetworksRequest)
CreateDescribeGlobalDatabaseNetworksRequest creates a request to invoke DescribeGlobalDatabaseNetworks API
type DescribeGlobalDatabaseNetworksResponse ¶ added in v1.61.656
type DescribeGlobalDatabaseNetworksResponse struct { *responses.BaseResponse TotalRecordCount int `json:"TotalRecordCount" xml:"TotalRecordCount"` PageRecordCount int `json:"PageRecordCount" xml:"PageRecordCount"` RequestId string `json:"RequestId" xml:"RequestId"` PageNumber int `json:"PageNumber" xml:"PageNumber"` Items []GlobalDatabaseNetwork `json:"Items" xml:"Items"` }
DescribeGlobalDatabaseNetworksResponse is the response struct for api DescribeGlobalDatabaseNetworks
func CreateDescribeGlobalDatabaseNetworksResponse ¶ added in v1.61.656
func CreateDescribeGlobalDatabaseNetworksResponse() (response *DescribeGlobalDatabaseNetworksResponse)
CreateDescribeGlobalDatabaseNetworksResponse creates a response to parse from DescribeGlobalDatabaseNetworks response
type DescribeGlobalSecurityIPGroupRelationRequest ¶ added in v1.61.1826
type DescribeGlobalSecurityIPGroupRelationRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` SecurityToken string `position:"Query" name:"SecurityToken"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribeGlobalSecurityIPGroupRelationRequest is the request struct for api DescribeGlobalSecurityIPGroupRelation
func CreateDescribeGlobalSecurityIPGroupRelationRequest ¶ added in v1.61.1826
func CreateDescribeGlobalSecurityIPGroupRelationRequest() (request *DescribeGlobalSecurityIPGroupRelationRequest)
CreateDescribeGlobalSecurityIPGroupRelationRequest creates a request to invoke DescribeGlobalSecurityIPGroupRelation API
type DescribeGlobalSecurityIPGroupRelationResponse ¶ added in v1.61.1826
type DescribeGlobalSecurityIPGroupRelationResponse struct { *responses.BaseResponse DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` RequestId string `json:"RequestId" xml:"RequestId"` GlobalSecurityIPGroupRel []GlobalSecurityIPGroupRelItem `json:"GlobalSecurityIPGroupRel" xml:"GlobalSecurityIPGroupRel"` }
DescribeGlobalSecurityIPGroupRelationResponse is the response struct for api DescribeGlobalSecurityIPGroupRelation
func CreateDescribeGlobalSecurityIPGroupRelationResponse ¶ added in v1.61.1826
func CreateDescribeGlobalSecurityIPGroupRelationResponse() (response *DescribeGlobalSecurityIPGroupRelationResponse)
CreateDescribeGlobalSecurityIPGroupRelationResponse creates a response to parse from DescribeGlobalSecurityIPGroupRelation response
type DescribeGlobalSecurityIPGroupRequest ¶ added in v1.61.1826
type DescribeGlobalSecurityIPGroupRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` GlobalSecurityGroupId string `position:"Query" name:"GlobalSecurityGroupId"` SecurityToken string `position:"Query" name:"SecurityToken"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribeGlobalSecurityIPGroupRequest is the request struct for api DescribeGlobalSecurityIPGroup
func CreateDescribeGlobalSecurityIPGroupRequest ¶ added in v1.61.1826
func CreateDescribeGlobalSecurityIPGroupRequest() (request *DescribeGlobalSecurityIPGroupRequest)
CreateDescribeGlobalSecurityIPGroupRequest creates a request to invoke DescribeGlobalSecurityIPGroup API
type DescribeGlobalSecurityIPGroupResponse ¶ added in v1.61.1826
type DescribeGlobalSecurityIPGroupResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` GlobalSecurityIPGroup []GlobalSecurityIPGroupItem `json:"GlobalSecurityIPGroup" xml:"GlobalSecurityIPGroup"` }
DescribeGlobalSecurityIPGroupResponse is the response struct for api DescribeGlobalSecurityIPGroup
func CreateDescribeGlobalSecurityIPGroupResponse ¶ added in v1.61.1826
func CreateDescribeGlobalSecurityIPGroupResponse() (response *DescribeGlobalSecurityIPGroupResponse)
CreateDescribeGlobalSecurityIPGroupResponse creates a response to parse from DescribeGlobalSecurityIPGroup response
type DescribeLogBackupPolicyRequest ¶ added in v1.61.180
type DescribeLogBackupPolicyRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribeLogBackupPolicyRequest is the request struct for api DescribeLogBackupPolicy
func CreateDescribeLogBackupPolicyRequest ¶ added in v1.61.180
func CreateDescribeLogBackupPolicyRequest() (request *DescribeLogBackupPolicyRequest)
CreateDescribeLogBackupPolicyRequest creates a request to invoke DescribeLogBackupPolicy API
type DescribeLogBackupPolicyResponse ¶ added in v1.61.180
type DescribeLogBackupPolicyResponse struct { *responses.BaseResponse LogBackupRetentionPeriod int `json:"LogBackupRetentionPeriod" xml:"LogBackupRetentionPeriod"` RequestId string `json:"RequestId" xml:"RequestId"` LogBackupAnotherRegionRetentionPeriod string `json:"LogBackupAnotherRegionRetentionPeriod" xml:"LogBackupAnotherRegionRetentionPeriod"` LogBackupAnotherRegionRegion string `json:"LogBackupAnotherRegionRegion" xml:"LogBackupAnotherRegionRegion"` EnableBackupLog int `json:"EnableBackupLog" xml:"EnableBackupLog"` }
DescribeLogBackupPolicyResponse is the response struct for api DescribeLogBackupPolicy
func CreateDescribeLogBackupPolicyResponse ¶ added in v1.61.180
func CreateDescribeLogBackupPolicyResponse() (response *DescribeLogBackupPolicyResponse)
CreateDescribeLogBackupPolicyResponse creates a response to parse from DescribeLogBackupPolicy response
type DescribeMaskingRulesRequest ¶ added in v1.61.1203
type DescribeMaskingRulesRequest struct { *requests.RpcRequest DBClusterId string `position:"Query" name:"DBClusterId"` RuleNameList string `position:"Query" name:"RuleNameList"` }
DescribeMaskingRulesRequest is the request struct for api DescribeMaskingRules
func CreateDescribeMaskingRulesRequest ¶ added in v1.61.1203
func CreateDescribeMaskingRulesRequest() (request *DescribeMaskingRulesRequest)
CreateDescribeMaskingRulesRequest creates a request to invoke DescribeMaskingRules API
type DescribeMaskingRulesResponse ¶ added in v1.61.1203
type DescribeMaskingRulesResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Message string `json:"Message" xml:"Message"` Success bool `json:"Success" xml:"Success"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` Data Data `json:"Data" xml:"Data"` }
DescribeMaskingRulesResponse is the response struct for api DescribeMaskingRules
func CreateDescribeMaskingRulesResponse ¶ added in v1.61.1203
func CreateDescribeMaskingRulesResponse() (response *DescribeMaskingRulesResponse)
CreateDescribeMaskingRulesResponse creates a response to parse from DescribeMaskingRules response
type DescribeMetaListRequest ¶ added in v1.61.732
type DescribeMetaListRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` PageNumber requests.Integer `position:"Query" name:"PageNumber"` SecurityToken string `position:"Query" name:"SecurityToken"` PageSize requests.Integer `position:"Query" name:"PageSize"` RestoreTime string `position:"Query" name:"RestoreTime"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` BackupId string `position:"Query" name:"BackupId"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` GetDbName string `position:"Query" name:"GetDbName"` }
DescribeMetaListRequest is the request struct for api DescribeMetaList
func CreateDescribeMetaListRequest ¶ added in v1.61.732
func CreateDescribeMetaListRequest() (request *DescribeMetaListRequest)
CreateDescribeMetaListRequest creates a request to invoke DescribeMetaList API
type DescribeMetaListResponse ¶ added in v1.61.732
type DescribeMetaListResponse struct { *responses.BaseResponse TotalPageCount string `json:"TotalPageCount" xml:"TotalPageCount"` TotalRecordCount string `json:"TotalRecordCount" xml:"TotalRecordCount"` PageSize string `json:"PageSize" xml:"PageSize"` RequestId string `json:"RequestId" xml:"RequestId"` PageNumber string `json:"PageNumber" xml:"PageNumber"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` Items []MetaItem `json:"Items" xml:"Items"` }
DescribeMetaListResponse is the response struct for api DescribeMetaList
func CreateDescribeMetaListResponse ¶ added in v1.61.732
func CreateDescribeMetaListResponse() (response *DescribeMetaListResponse)
CreateDescribeMetaListResponse creates a response to parse from DescribeMetaList response
type DescribeParameterGroupRequest ¶ added in v1.61.975
type DescribeParameterGroupRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` ParameterGroupId string `position:"Query" name:"ParameterGroupId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribeParameterGroupRequest is the request struct for api DescribeParameterGroup
func CreateDescribeParameterGroupRequest ¶ added in v1.61.975
func CreateDescribeParameterGroupRequest() (request *DescribeParameterGroupRequest)
CreateDescribeParameterGroupRequest creates a request to invoke DescribeParameterGroup API
type DescribeParameterGroupResponse ¶ added in v1.61.975
type DescribeParameterGroupResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` ParameterGroup []ParameterGroupItem `json:"ParameterGroup" xml:"ParameterGroup"` }
DescribeParameterGroupResponse is the response struct for api DescribeParameterGroup
func CreateDescribeParameterGroupResponse ¶ added in v1.61.975
func CreateDescribeParameterGroupResponse() (response *DescribeParameterGroupResponse)
CreateDescribeParameterGroupResponse creates a response to parse from DescribeParameterGroup response
type DescribeParameterGroupsRequest ¶ added in v1.61.975
type DescribeParameterGroupsRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` DBType string `position:"Query" name:"DBType"` DBVersion string `position:"Query" name:"DBVersion"` }
DescribeParameterGroupsRequest is the request struct for api DescribeParameterGroups
func CreateDescribeParameterGroupsRequest ¶ added in v1.61.975
func CreateDescribeParameterGroupsRequest() (request *DescribeParameterGroupsRequest)
CreateDescribeParameterGroupsRequest creates a request to invoke DescribeParameterGroups API
type DescribeParameterGroupsResponse ¶ added in v1.61.975
type DescribeParameterGroupsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` ParameterGroups []ParameterGroupsItem `json:"ParameterGroups" xml:"ParameterGroups"` }
DescribeParameterGroupsResponse is the response struct for api DescribeParameterGroups
func CreateDescribeParameterGroupsResponse ¶ added in v1.61.975
func CreateDescribeParameterGroupsResponse() (response *DescribeParameterGroupsResponse)
CreateDescribeParameterGroupsResponse creates a response to parse from DescribeParameterGroups response
type DescribeParameterTemplatesRequest ¶ added in v1.61.1061
type DescribeParameterTemplatesRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` DBType string `position:"Query" name:"DBType"` DBVersion string `position:"Query" name:"DBVersion"` }
DescribeParameterTemplatesRequest is the request struct for api DescribeParameterTemplates
func CreateDescribeParameterTemplatesRequest ¶ added in v1.61.1061
func CreateDescribeParameterTemplatesRequest() (request *DescribeParameterTemplatesRequest)
CreateDescribeParameterTemplatesRequest creates a request to invoke DescribeParameterTemplates API
type DescribeParameterTemplatesResponse ¶ added in v1.61.1061
type DescribeParameterTemplatesResponse struct { *responses.BaseResponse ParameterCount string `json:"ParameterCount" xml:"ParameterCount"` DBVersion string `json:"DBVersion" xml:"DBVersion"` RequestId string `json:"RequestId" xml:"RequestId"` DBType string `json:"DBType" xml:"DBType"` Engine string `json:"Engine" xml:"Engine"` Parameters ParametersInDescribeParameterTemplates `json:"Parameters" xml:"Parameters"` }
DescribeParameterTemplatesResponse is the response struct for api DescribeParameterTemplates
func CreateDescribeParameterTemplatesResponse ¶ added in v1.61.1061
func CreateDescribeParameterTemplatesResponse() (response *DescribeParameterTemplatesResponse)
CreateDescribeParameterTemplatesResponse creates a response to parse from DescribeParameterTemplates response
type DescribePendingMaintenanceActionRequest ¶ added in v1.61.611
type DescribePendingMaintenanceActionRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` PageNumber requests.Integer `position:"Query" name:"PageNumber"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` IsHistory requests.Integer `position:"Query" name:"IsHistory"` SecurityToken string `position:"Query" name:"SecurityToken"` PageSize requests.Integer `position:"Query" name:"PageSize"` TaskType string `position:"Query" name:"TaskType"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` Region string `position:"Query" name:"Region"` }
DescribePendingMaintenanceActionRequest is the request struct for api DescribePendingMaintenanceAction
func CreateDescribePendingMaintenanceActionRequest ¶ added in v1.61.611
func CreateDescribePendingMaintenanceActionRequest() (request *DescribePendingMaintenanceActionRequest)
CreateDescribePendingMaintenanceActionRequest creates a request to invoke DescribePendingMaintenanceAction API
type DescribePendingMaintenanceActionResponse ¶ added in v1.61.611
type DescribePendingMaintenanceActionResponse struct { *responses.BaseResponse TotalRecordCount int `json:"TotalRecordCount" xml:"TotalRecordCount"` RequestId string `json:"RequestId" xml:"RequestId"` PageSize int `json:"PageSize" xml:"PageSize"` PageNumber int `json:"PageNumber" xml:"PageNumber"` Items []ItemsItem `json:"Items" xml:"Items"` }
DescribePendingMaintenanceActionResponse is the response struct for api DescribePendingMaintenanceAction
func CreateDescribePendingMaintenanceActionResponse ¶ added in v1.61.611
func CreateDescribePendingMaintenanceActionResponse() (response *DescribePendingMaintenanceActionResponse)
CreateDescribePendingMaintenanceActionResponse creates a response to parse from DescribePendingMaintenanceAction response
type DescribePendingMaintenanceActionsRequest ¶ added in v1.61.611
type DescribePendingMaintenanceActionsRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` IsHistory requests.Integer `position:"Query" name:"IsHistory"` SecurityToken string `position:"Query" name:"SecurityToken"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribePendingMaintenanceActionsRequest is the request struct for api DescribePendingMaintenanceActions
func CreateDescribePendingMaintenanceActionsRequest ¶ added in v1.61.611
func CreateDescribePendingMaintenanceActionsRequest() (request *DescribePendingMaintenanceActionsRequest)
CreateDescribePendingMaintenanceActionsRequest creates a request to invoke DescribePendingMaintenanceActions API
type DescribePendingMaintenanceActionsResponse ¶ added in v1.61.611
type DescribePendingMaintenanceActionsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TypeList []Items `json:"TypeList" xml:"TypeList"` }
DescribePendingMaintenanceActionsResponse is the response struct for api DescribePendingMaintenanceActions
func CreateDescribePendingMaintenanceActionsResponse ¶ added in v1.61.611
func CreateDescribePendingMaintenanceActionsResponse() (response *DescribePendingMaintenanceActionsResponse)
CreateDescribePendingMaintenanceActionsResponse creates a response to parse from DescribePendingMaintenanceActions response
type DescribePolarSQLCollectorPolicyRequest ¶ added in v1.61.1061
type DescribePolarSQLCollectorPolicyRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribePolarSQLCollectorPolicyRequest is the request struct for api DescribePolarSQLCollectorPolicy
func CreateDescribePolarSQLCollectorPolicyRequest ¶ added in v1.61.1061
func CreateDescribePolarSQLCollectorPolicyRequest() (request *DescribePolarSQLCollectorPolicyRequest)
CreateDescribePolarSQLCollectorPolicyRequest creates a request to invoke DescribePolarSQLCollectorPolicy API
type DescribePolarSQLCollectorPolicyResponse ¶ added in v1.61.1061
type DescribePolarSQLCollectorPolicyResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` SQLCollectorStatus string `json:"SQLCollectorStatus" xml:"SQLCollectorStatus"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` }
DescribePolarSQLCollectorPolicyResponse is the response struct for api DescribePolarSQLCollectorPolicy
func CreateDescribePolarSQLCollectorPolicyResponse ¶ added in v1.61.1061
func CreateDescribePolarSQLCollectorPolicyResponse() (response *DescribePolarSQLCollectorPolicyResponse)
CreateDescribePolarSQLCollectorPolicyResponse creates a response to parse from DescribePolarSQLCollectorPolicy response
type DescribeRegionsRequest ¶
type DescribeRegionsRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
DescribeRegionsRequest is the request struct for api DescribeRegions
func CreateDescribeRegionsRequest ¶
func CreateDescribeRegionsRequest() (request *DescribeRegionsRequest)
CreateDescribeRegionsRequest creates a request to invoke DescribeRegions API
type DescribeRegionsResponse ¶
type DescribeRegionsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Regions Regions `json:"Regions" xml:"Regions"` }
DescribeRegionsResponse is the response struct for api DescribeRegions
func CreateDescribeRegionsResponse ¶
func CreateDescribeRegionsResponse() (response *DescribeRegionsResponse)
CreateDescribeRegionsResponse creates a response to parse from DescribeRegions response
type DescribeScheduleTasksRequest ¶ added in v1.61.838
type DescribeScheduleTasksRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` DBClusterDescription string `position:"Query" name:"DBClusterDescription"` PlannedEndTime string `position:"Query" name:"PlannedEndTime"` PageNumber requests.Integer `position:"Query" name:"PageNumber"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` PageSize requests.Integer `position:"Query" name:"PageSize"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OrderId string `position:"Query" name:"OrderId"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` PlannedStartTime string `position:"Query" name:"PlannedStartTime"` TaskAction string `position:"Query" name:"TaskAction"` Status string `position:"Query" name:"Status"` }
DescribeScheduleTasksRequest is the request struct for api DescribeScheduleTasks
func CreateDescribeScheduleTasksRequest ¶ added in v1.61.838
func CreateDescribeScheduleTasksRequest() (request *DescribeScheduleTasksRequest)
CreateDescribeScheduleTasksRequest creates a request to invoke DescribeScheduleTasks API
type DescribeScheduleTasksResponse ¶ added in v1.61.838
type DescribeScheduleTasksResponse struct { *responses.BaseResponse Message string `json:"Message" xml:"Message"` Code string `json:"Code" xml:"Code"` Success bool `json:"Success" xml:"Success"` RequestId string `json:"RequestId" xml:"RequestId"` Data Data `json:"Data" xml:"Data"` }
DescribeScheduleTasksResponse is the response struct for api DescribeScheduleTasks
func CreateDescribeScheduleTasksResponse ¶ added in v1.61.838
func CreateDescribeScheduleTasksResponse() (response *DescribeScheduleTasksResponse)
CreateDescribeScheduleTasksResponse creates a response to parse from DescribeScheduleTasks response
type DescribeSlowLogRecordsRequest ¶ added in v1.60.298
type DescribeSlowLogRecordsRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` StartTime string `position:"Query" name:"StartTime"` PageNumber requests.Integer `position:"Query" name:"PageNumber"` PageSize requests.Integer `position:"Query" name:"PageSize"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` EndTime string `position:"Query" name:"EndTime"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` DBName string `position:"Query" name:"DBName"` SQLHASH string `position:"Query" name:"SQLHASH"` }
DescribeSlowLogRecordsRequest is the request struct for api DescribeSlowLogRecords
func CreateDescribeSlowLogRecordsRequest ¶ added in v1.60.298
func CreateDescribeSlowLogRecordsRequest() (request *DescribeSlowLogRecordsRequest)
CreateDescribeSlowLogRecordsRequest creates a request to invoke DescribeSlowLogRecords API
type DescribeSlowLogRecordsResponse ¶ added in v1.60.298
type DescribeSlowLogRecordsResponse struct { *responses.BaseResponse TotalRecordCount int `json:"TotalRecordCount" xml:"TotalRecordCount"` PageRecordCount int `json:"PageRecordCount" xml:"PageRecordCount"` RequestId string `json:"RequestId" xml:"RequestId"` PageNumber int `json:"PageNumber" xml:"PageNumber"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` Engine string `json:"Engine" xml:"Engine"` Items ItemsInDescribeSlowLogRecords `json:"Items" xml:"Items"` }
DescribeSlowLogRecordsResponse is the response struct for api DescribeSlowLogRecords
func CreateDescribeSlowLogRecordsResponse ¶ added in v1.60.298
func CreateDescribeSlowLogRecordsResponse() (response *DescribeSlowLogRecordsResponse)
CreateDescribeSlowLogRecordsResponse creates a response to parse from DescribeSlowLogRecords response
type DescribeSlowLogsRequest ¶ added in v1.60.298
type DescribeSlowLogsRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` StartTime string `position:"Query" name:"StartTime"` PageNumber requests.Integer `position:"Query" name:"PageNumber"` PageSize requests.Integer `position:"Query" name:"PageSize"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` EndTime string `position:"Query" name:"EndTime"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` DBName string `position:"Query" name:"DBName"` }
DescribeSlowLogsRequest is the request struct for api DescribeSlowLogs
func CreateDescribeSlowLogsRequest ¶ added in v1.60.298
func CreateDescribeSlowLogsRequest() (request *DescribeSlowLogsRequest)
CreateDescribeSlowLogsRequest creates a request to invoke DescribeSlowLogs API
type DescribeSlowLogsResponse ¶ added in v1.60.298
type DescribeSlowLogsResponse struct { *responses.BaseResponse TotalRecordCount int `json:"TotalRecordCount" xml:"TotalRecordCount"` PageRecordCount int `json:"PageRecordCount" xml:"PageRecordCount"` EndTime string `json:"EndTime" xml:"EndTime"` RequestId string `json:"RequestId" xml:"RequestId"` PageNumber int `json:"PageNumber" xml:"PageNumber"` StartTime string `json:"StartTime" xml:"StartTime"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` Engine string `json:"Engine" xml:"Engine"` Items ItemsInDescribeSlowLogs `json:"Items" xml:"Items"` }
DescribeSlowLogsResponse is the response struct for api DescribeSlowLogs
func CreateDescribeSlowLogsResponse ¶ added in v1.60.298
func CreateDescribeSlowLogsResponse() (response *DescribeSlowLogsResponse)
CreateDescribeSlowLogsResponse creates a response to parse from DescribeSlowLogs response
type DescribeTasksRequest ¶ added in v1.61.732
type DescribeTasksRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` DBNodeId string `position:"Query" name:"DBNodeId"` StartTime string `position:"Query" name:"StartTime"` PageNumber requests.Integer `position:"Query" name:"PageNumber"` PageSize requests.Integer `position:"Query" name:"PageSize"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` EndTime string `position:"Query" name:"EndTime"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` Status string `position:"Query" name:"Status"` }
DescribeTasksRequest is the request struct for api DescribeTasks
func CreateDescribeTasksRequest ¶ added in v1.61.732
func CreateDescribeTasksRequest() (request *DescribeTasksRequest)
CreateDescribeTasksRequest creates a request to invoke DescribeTasks API
type DescribeTasksResponse ¶ added in v1.61.732
type DescribeTasksResponse struct { *responses.BaseResponse TotalRecordCount int `json:"TotalRecordCount" xml:"TotalRecordCount"` PageRecordCount int `json:"PageRecordCount" xml:"PageRecordCount"` EndTime string `json:"EndTime" xml:"EndTime"` RequestId string `json:"RequestId" xml:"RequestId"` PageNumber int `json:"PageNumber" xml:"PageNumber"` StartTime string `json:"StartTime" xml:"StartTime"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` Tasks Tasks `json:"Tasks" xml:"Tasks"` }
DescribeTasksResponse is the response struct for api DescribeTasks
func CreateDescribeTasksResponse ¶ added in v1.61.732
func CreateDescribeTasksResponse() (response *DescribeTasksResponse)
CreateDescribeTasksResponse creates a response to parse from DescribeTasks response
type DescribeUserEncryptionKeyListRequest ¶ added in v1.61.1826
type DescribeUserEncryptionKeyListRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` TDERegion string `position:"Query" name:"TDERegion"` }
DescribeUserEncryptionKeyListRequest is the request struct for api DescribeUserEncryptionKeyList
func CreateDescribeUserEncryptionKeyListRequest ¶ added in v1.61.1826
func CreateDescribeUserEncryptionKeyListRequest() (request *DescribeUserEncryptionKeyListRequest)
CreateDescribeUserEncryptionKeyListRequest creates a request to invoke DescribeUserEncryptionKeyList API
type DescribeUserEncryptionKeyListResponse ¶ added in v1.61.1826
type DescribeUserEncryptionKeyListResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` KeyList []string `json:"KeyList" xml:"KeyList"` }
DescribeUserEncryptionKeyListResponse is the response struct for api DescribeUserEncryptionKeyList
func CreateDescribeUserEncryptionKeyListResponse ¶ added in v1.61.1826
func CreateDescribeUserEncryptionKeyListResponse() (response *DescribeUserEncryptionKeyListResponse)
CreateDescribeUserEncryptionKeyListResponse creates a response to parse from DescribeUserEncryptionKeyList response
type DescribeVSwitchesRequest ¶ added in v1.62.202
type DescribeVSwitchesRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` PageNumber requests.Integer `position:"Query" name:"PageNumber"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` SecurityToken string `position:"Query" name:"SecurityToken"` PageSize requests.Integer `position:"Query" name:"PageSize"` DedicatedHostGroupId string `position:"Query" name:"DedicatedHostGroupId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` VpcId string `position:"Query" name:"VpcId"` ZoneId string `position:"Query" name:"ZoneId"` }
DescribeVSwitchesRequest is the request struct for api DescribeVSwitches
func CreateDescribeVSwitchesRequest ¶ added in v1.62.202
func CreateDescribeVSwitchesRequest() (request *DescribeVSwitchesRequest)
CreateDescribeVSwitchesRequest creates a request to invoke DescribeVSwitches API
type DescribeVSwitchesResponse ¶ added in v1.62.202
type DescribeVSwitchesResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TotalCount int `json:"TotalCount" xml:"TotalCount"` PageNumber int `json:"PageNumber" xml:"PageNumber"` PageSize int `json:"PageSize" xml:"PageSize"` VSwitchs []VSwitch `json:"VSwitchs" xml:"VSwitchs"` }
DescribeVSwitchesResponse is the response struct for api DescribeVSwitches
func CreateDescribeVSwitchesResponse ¶ added in v1.62.202
func CreateDescribeVSwitchesResponse() (response *DescribeVSwitchesResponse)
CreateDescribeVSwitchesResponse creates a response to parse from DescribeVSwitches response
type EnableFirewallRulesRequest ¶ added in v1.61.1705
type EnableFirewallRulesRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` Enable requests.Boolean `position:"Query" name:"Enable"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` RuleNameList string `position:"Query" name:"RuleNameList"` }
EnableFirewallRulesRequest is the request struct for api EnableFirewallRules
func CreateEnableFirewallRulesRequest ¶ added in v1.61.1705
func CreateEnableFirewallRulesRequest() (request *EnableFirewallRulesRequest)
CreateEnableFirewallRulesRequest creates a request to invoke EnableFirewallRules API
type EnableFirewallRulesResponse ¶ added in v1.61.1705
type EnableFirewallRulesResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Message string `json:"Message" xml:"Message"` Success bool `json:"Success" xml:"Success"` }
EnableFirewallRulesResponse is the response struct for api EnableFirewallRules
func CreateEnableFirewallRulesResponse ¶ added in v1.61.1705
func CreateEnableFirewallRulesResponse() (response *EnableFirewallRulesResponse)
CreateEnableFirewallRulesResponse creates a response to parse from EnableFirewallRules response
type EvaluateRegionResourceRequest ¶ added in v1.61.1767
type EvaluateRegionResourceRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` DBInstanceConnType string `position:"Query" name:"DBInstanceConnType"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` DBNodeClass string `position:"Query" name:"DBNodeClass"` DispenseMode string `position:"Query" name:"DispenseMode"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` NeedMaxScaleLink string `position:"Query" name:"NeedMaxScaleLink"` DBType string `position:"Query" name:"DBType"` DBVersion string `position:"Query" name:"DBVersion"` SubDomain string `position:"Query" name:"SubDomain"` ZoneId string `position:"Query" name:"ZoneId"` }
EvaluateRegionResourceRequest is the request struct for api EvaluateRegionResource
func CreateEvaluateRegionResourceRequest ¶ added in v1.61.1767
func CreateEvaluateRegionResourceRequest() (request *EvaluateRegionResourceRequest)
CreateEvaluateRegionResourceRequest creates a request to invoke EvaluateRegionResource API
type EvaluateRegionResourceResponse ¶ added in v1.61.1767
type EvaluateRegionResourceResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` DBInstanceAvailable string `json:"DBInstanceAvailable" xml:"DBInstanceAvailable"` DBType string `json:"DBType" xml:"DBType"` DBVersion string `json:"DBVersion" xml:"DBVersion"` }
EvaluateRegionResourceResponse is the response struct for api EvaluateRegionResource
func CreateEvaluateRegionResourceResponse ¶ added in v1.61.1767
func CreateEvaluateRegionResourceResponse() (response *EvaluateRegionResourceResponse)
CreateEvaluateRegionResourceResponse creates a response to parse from EvaluateRegionResource response
type FailoverDBClusterRequest ¶
type FailoverDBClusterRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ClientToken string `position:"Query" name:"ClientToken"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` TargetDBNodeId string `position:"Query" name:"TargetDBNodeId"` }
FailoverDBClusterRequest is the request struct for api FailoverDBCluster
func CreateFailoverDBClusterRequest ¶
func CreateFailoverDBClusterRequest() (request *FailoverDBClusterRequest)
CreateFailoverDBClusterRequest creates a request to invoke FailoverDBCluster API
type FailoverDBClusterResponse ¶
type FailoverDBClusterResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
FailoverDBClusterResponse is the response struct for api FailoverDBCluster
func CreateFailoverDBClusterResponse ¶
func CreateFailoverDBClusterResponse() (response *FailoverDBClusterResponse)
CreateFailoverDBClusterResponse creates a response to parse from FailoverDBCluster response
type GlobalDatabaseNetwork ¶ added in v1.61.656
type GlobalDatabaseNetwork struct { DBVersion string `json:"DBVersion" xml:"DBVersion"` GDNId string `json:"GDNId" xml:"GDNId"` CreateTime string `json:"CreateTime" xml:"CreateTime"` GDNStatus string `json:"GDNStatus" xml:"GDNStatus"` DBType string `json:"DBType" xml:"DBType"` GDNDescription string `json:"GDNDescription" xml:"GDNDescription"` DBClusters []DBCluster `json:"DBClusters" xml:"DBClusters"` }
GlobalDatabaseNetwork is a nested struct in polardb response
type GlobalSecurityIPGroupInCreateGlobalSecurityIPGroup ¶ added in v1.61.1826
type GlobalSecurityIPGroupInCreateGlobalSecurityIPGroup struct {
GlobalSecurityIPGroupItem []GlobalSecurityIPGroupItem `json:"GlobalSecurityIPGroup" xml:"GlobalSecurityIPGroup"`
}
GlobalSecurityIPGroupInCreateGlobalSecurityIPGroup is a nested struct in polardb response
type GlobalSecurityIPGroupInDeleteGlobalSecurityIPGroup ¶ added in v1.61.1826
type GlobalSecurityIPGroupInDeleteGlobalSecurityIPGroup struct {
GlobalSecurityIPGroupItem []GlobalSecurityIPGroupItem `json:"GlobalSecurityIPGroup" xml:"GlobalSecurityIPGroup"`
}
GlobalSecurityIPGroupInDeleteGlobalSecurityIPGroup is a nested struct in polardb response
type GlobalSecurityIPGroupInDescribeGlobalSecurityIPGroup ¶ added in v1.61.1826
type GlobalSecurityIPGroupInDescribeGlobalSecurityIPGroup struct {
GlobalSecurityIPGroupItem []GlobalSecurityIPGroupItem `json:"GlobalSecurityIPGroup" xml:"GlobalSecurityIPGroup"`
}
GlobalSecurityIPGroupInDescribeGlobalSecurityIPGroup is a nested struct in polardb response
type GlobalSecurityIPGroupInModifyGlobalSecurityIPGroup ¶ added in v1.61.1826
type GlobalSecurityIPGroupInModifyGlobalSecurityIPGroup struct {
GlobalSecurityIPGroupItem []GlobalSecurityIPGroupItem `json:"GlobalSecurityIPGroup" xml:"GlobalSecurityIPGroup"`
}
GlobalSecurityIPGroupInModifyGlobalSecurityIPGroup is a nested struct in polardb response
type GlobalSecurityIPGroupInModifyGlobalSecurityIPGroupName ¶ added in v1.61.1826
type GlobalSecurityIPGroupInModifyGlobalSecurityIPGroupName struct {
GlobalSecurityIPGroupItem []GlobalSecurityIPGroupItem `json:"GlobalSecurityIPGroup" xml:"GlobalSecurityIPGroup"`
}
GlobalSecurityIPGroupInModifyGlobalSecurityIPGroupName is a nested struct in polardb response
type GlobalSecurityIPGroupItem ¶ added in v1.61.1826
type GlobalSecurityIPGroupItem struct { GIpList string `json:"GIpList" xml:"GIpList"` SecurityIPType string `json:"SecurityIPType" xml:"SecurityIPType"` RegionId string `json:"RegionId" xml:"RegionId"` WhitelistNetType string `json:"WhitelistNetType" xml:"WhitelistNetType"` GlobalSecurityGroupId string `json:"GlobalSecurityGroupId" xml:"GlobalSecurityGroupId"` GlobalIgName string `json:"GlobalIgName" xml:"GlobalIgName"` DBInstances []string `json:"DBInstances" xml:"DBInstances"` }
GlobalSecurityIPGroupItem is a nested struct in polardb response
type GlobalSecurityIPGroupRelInDescribeGlobalSecurityIPGroupRelation ¶ added in v1.61.1826
type GlobalSecurityIPGroupRelInDescribeGlobalSecurityIPGroupRelation struct {
GlobalSecurityIPGroupRelItem []GlobalSecurityIPGroupRelItem `json:"GlobalSecurityIPGroupRel" xml:"GlobalSecurityIPGroupRel"`
}
GlobalSecurityIPGroupRelInDescribeGlobalSecurityIPGroupRelation is a nested struct in polardb response
type GlobalSecurityIPGroupRelInModifyGlobalSecurityIPGroupRelation ¶ added in v1.61.1826
type GlobalSecurityIPGroupRelInModifyGlobalSecurityIPGroupRelation struct {
GlobalSecurityIPGroupRelItem []GlobalSecurityIPGroupRelItem `json:"GlobalSecurityIPGroupRel" xml:"GlobalSecurityIPGroupRel"`
}
GlobalSecurityIPGroupRelInModifyGlobalSecurityIPGroupRelation is a nested struct in polardb response
type GlobalSecurityIPGroupRelItem ¶ added in v1.61.1826
type GlobalSecurityIPGroupRelItem struct { GIpList string `json:"GIpList" xml:"GIpList"` RegionId string `json:"RegionId" xml:"RegionId"` WhitelistNetType string `json:"WhitelistNetType" xml:"WhitelistNetType"` GlobalSecurityGroupId string `json:"GlobalSecurityGroupId" xml:"GlobalSecurityGroupId"` GlobalIgName string `json:"GlobalIgName" xml:"GlobalIgName"` }
GlobalSecurityIPGroupRelItem is a nested struct in polardb response
type GrantAccountPrivilegeRequest ¶
type GrantAccountPrivilegeRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` AccountPrivilege string `position:"Query" name:"AccountPrivilege"` AccountName string `position:"Query" name:"AccountName"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` DBName string `position:"Query" name:"DBName"` }
GrantAccountPrivilegeRequest is the request struct for api GrantAccountPrivilege
func CreateGrantAccountPrivilegeRequest ¶
func CreateGrantAccountPrivilegeRequest() (request *GrantAccountPrivilegeRequest)
CreateGrantAccountPrivilegeRequest creates a request to invoke GrantAccountPrivilege API
type GrantAccountPrivilegeResponse ¶
type GrantAccountPrivilegeResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
GrantAccountPrivilegeResponse is the response struct for api GrantAccountPrivilege
func CreateGrantAccountPrivilegeResponse ¶
func CreateGrantAccountPrivilegeResponse() (response *GrantAccountPrivilegeResponse)
CreateGrantAccountPrivilegeResponse creates a response to parse from GrantAccountPrivilege response
type Item ¶ added in v1.60.380
type Item struct { SSLExpireTime string `json:"SSLExpireTime" xml:"SSLExpireTime"` SSLEnabled string `json:"SSLEnabled" xml:"SSLEnabled"` SSLConnectionString string `json:"SSLConnectionString" xml:"SSLConnectionString"` DBEndpointId string `json:"DBEndpointId" xml:"DBEndpointId"` }
Item is a nested struct in polardb response
type Items ¶ added in v1.61.479
type Items struct { Count int `json:"Count" xml:"Count"` TaskType string `json:"TaskType" xml:"TaskType"` }
Items is a nested struct in polardb response
type ItemsInDescribeAutoRenewAttribute ¶
type ItemsInDescribeAutoRenewAttribute struct {
AutoRenewAttribute []AutoRenewAttribute `json:"AutoRenewAttribute" xml:"AutoRenewAttribute"`
}
ItemsInDescribeAutoRenewAttribute is a nested struct in polardb response
type ItemsInDescribeBackupLogs ¶ added in v1.60.359
type ItemsInDescribeBackupLogs struct {
BackupLog []BackupLog `json:"BackupLog" xml:"BackupLog"`
}
ItemsInDescribeBackupLogs is a nested struct in polardb response
type ItemsInDescribeBackupTasks ¶ added in v1.61.352
type ItemsInDescribeBackupTasks struct {
BackupJob []BackupJob `json:"BackupJob" xml:"BackupJob"`
}
ItemsInDescribeBackupTasks is a nested struct in polardb response
type ItemsInDescribeBackups ¶
type ItemsInDescribeBackups struct {
Backup []Backup `json:"Backup" xml:"Backup"`
}
ItemsInDescribeBackups is a nested struct in polardb response
type ItemsInDescribeClassList ¶ added in v1.61.1767
type ItemsInDescribeClassList struct {
ItemsItem []ItemsItem `json:"Items" xml:"Items"`
}
ItemsInDescribeClassList is a nested struct in polardb response
type ItemsInDescribeDBClusterAccessWhitelist ¶
type ItemsInDescribeDBClusterAccessWhitelist struct {
DBClusterIPArray []DBClusterIPArray `json:"DBClusterIPArray" xml:"DBClusterIPArray"`
}
ItemsInDescribeDBClusterAccessWhitelist is a nested struct in polardb response
type ItemsInDescribeDBClusterEndpoints ¶
type ItemsInDescribeDBClusterEndpoints struct {
DBEndpoint []DBEndpoint `json:"DBEndpoint" xml:"DBEndpoint"`
}
ItemsInDescribeDBClusterEndpoints is a nested struct in polardb response
type ItemsInDescribeDBClusterSSL ¶ added in v1.60.380
type ItemsInDescribeDBClusterSSL struct {
Item []Item `json:"Item" xml:"Item"`
}
ItemsInDescribeDBClusterSSL is a nested struct in polardb response
type ItemsInDescribeDBClusters ¶
type ItemsInDescribeDBClusters struct {
DBCluster []DBCluster `json:"DBCluster" xml:"DBCluster"`
}
ItemsInDescribeDBClusters is a nested struct in polardb response
type ItemsInDescribeDBClustersWithBackups ¶ added in v1.61.180
type ItemsInDescribeDBClustersWithBackups struct {
DBCluster []DBCluster `json:"DBCluster" xml:"DBCluster"`
}
ItemsInDescribeDBClustersWithBackups is a nested struct in polardb response
type ItemsInDescribeDetachedBackups ¶ added in v1.61.180
type ItemsInDescribeDetachedBackups struct {
Backup []Backup `json:"Backup" xml:"Backup"`
}
ItemsInDescribeDetachedBackups is a nested struct in polardb response
type ItemsInDescribeGlobalDatabaseNetworks ¶ added in v1.61.656
type ItemsInDescribeGlobalDatabaseNetworks struct {
GlobalDatabaseNetwork []GlobalDatabaseNetwork `json:"GlobalDatabaseNetwork" xml:"GlobalDatabaseNetwork"`
}
ItemsInDescribeGlobalDatabaseNetworks is a nested struct in polardb response
type ItemsInDescribeMetaList ¶ added in v1.61.732
type ItemsInDescribeMetaList struct {
MetaItem []MetaItem `json:"MetaItem" xml:"MetaItem"`
}
ItemsInDescribeMetaList is a nested struct in polardb response
type ItemsInDescribePendingMaintenanceAction ¶ added in v1.61.611
type ItemsInDescribePendingMaintenanceAction struct {
ItemsItem []ItemsItem `json:"Items" xml:"Items"`
}
ItemsInDescribePendingMaintenanceAction is a nested struct in polardb response
type ItemsInDescribeSlowLogRecords ¶ added in v1.60.298
type ItemsInDescribeSlowLogRecords struct {
SQLSlowRecord []SQLSlowRecord `json:"SQLSlowRecord" xml:"SQLSlowRecord"`
}
ItemsInDescribeSlowLogRecords is a nested struct in polardb response
type ItemsInDescribeSlowLogs ¶ added in v1.60.298
type ItemsInDescribeSlowLogs struct {
SQLSlowLog []SQLSlowLog `json:"SQLSlowLog" xml:"SQLSlowLog"`
}
ItemsInDescribeSlowLogs is a nested struct in polardb response
type ItemsItem ¶ added in v1.61.479
type ItemsItem struct { MemoryClass string `json:"MemoryClass" xml:"MemoryClass"` Region string `json:"Region" xml:"Region"` DBType string `json:"DBType" xml:"DBType"` ResultInfo string `json:"ResultInfo" xml:"ResultInfo"` ClassGroup string `json:"ClassGroup" xml:"ClassGroup"` Psl4MaxIOPS string `json:"Psl4MaxIOPS" xml:"Psl4MaxIOPS"` MaxStorageCapacity string `json:"MaxStorageCapacity" xml:"MaxStorageCapacity"` ClassCode string `json:"ClassCode" xml:"ClassCode"` Deadline string `json:"Deadline" xml:"Deadline"` ModifiedTime string `json:"ModifiedTime" xml:"ModifiedTime"` CreatedTime string `json:"CreatedTime" xml:"CreatedTime"` SwitchTime string `json:"SwitchTime" xml:"SwitchTime"` ReferenceExtPrice string `json:"ReferenceExtPrice" xml:"ReferenceExtPrice"` ClassTypeLevel string `json:"ClassTypeLevel" xml:"ClassTypeLevel"` Id int `json:"Id" xml:"Id"` Status int `json:"Status" xml:"Status"` DBVersion string `json:"DBVersion" xml:"DBVersion"` Cpu string `json:"Cpu" xml:"Cpu"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` ReferencePrice string `json:"ReferencePrice" xml:"ReferencePrice"` MaxIOPS string `json:"MaxIOPS" xml:"MaxIOPS"` PrepareInterval string `json:"PrepareInterval" xml:"PrepareInterval"` Psl5MaxIOPS string `json:"Psl5MaxIOPS" xml:"Psl5MaxIOPS"` StartTime string `json:"StartTime" xml:"StartTime"` MaxConnections string `json:"MaxConnections" xml:"MaxConnections"` Pl3MaxIOPS string `json:"Pl3MaxIOPS" xml:"Pl3MaxIOPS"` Pl1MaxIOPS string `json:"Pl1MaxIOPS" xml:"Pl1MaxIOPS"` TaskType string `json:"TaskType" xml:"TaskType"` Pl2MaxIOPS string `json:"Pl2MaxIOPS" xml:"Pl2MaxIOPS"` }
ItemsItem is a nested struct in polardb response
type KeyList ¶ added in v1.61.1826
type KeyList struct {
Key []string `json:"Key" xml:"Key"`
}
KeyList is a nested struct in polardb response
type ListTagResourcesRequest ¶ added in v1.60.298
type ListTagResourcesRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` NextToken string `position:"Query" name:"NextToken"` Tag *[]ListTagResourcesTag `position:"Query" name:"Tag" type:"Repeated"` ResourceId *[]string `position:"Query" name:"ResourceId" type:"Repeated"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` ResourceType string `position:"Query" name:"ResourceType"` }
ListTagResourcesRequest is the request struct for api ListTagResources
func CreateListTagResourcesRequest ¶ added in v1.60.298
func CreateListTagResourcesRequest() (request *ListTagResourcesRequest)
CreateListTagResourcesRequest creates a request to invoke ListTagResources API
type ListTagResourcesResponse ¶ added in v1.60.298
type ListTagResourcesResponse struct { *responses.BaseResponse NextToken string `json:"NextToken" xml:"NextToken"` RequestId string `json:"RequestId" xml:"RequestId"` TagResources TagResources `json:"TagResources" xml:"TagResources"` }
ListTagResourcesResponse is the response struct for api ListTagResources
func CreateListTagResourcesResponse ¶ added in v1.60.298
func CreateListTagResourcesResponse() (response *ListTagResourcesResponse)
CreateListTagResourcesResponse creates a response to parse from ListTagResources response
type ListTagResourcesTag ¶ added in v1.60.298
ListTagResourcesTag is a repeated param struct in ListTagResourcesRequest
type ManuallyStartDBClusterRequest ¶ added in v1.62.344
type ManuallyStartDBClusterRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
ManuallyStartDBClusterRequest is the request struct for api ManuallyStartDBCluster
func CreateManuallyStartDBClusterRequest ¶ added in v1.62.344
func CreateManuallyStartDBClusterRequest() (request *ManuallyStartDBClusterRequest)
CreateManuallyStartDBClusterRequest creates a request to invoke ManuallyStartDBCluster API
type ManuallyStartDBClusterResponse ¶ added in v1.62.344
type ManuallyStartDBClusterResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ManuallyStartDBClusterResponse is the response struct for api ManuallyStartDBCluster
func CreateManuallyStartDBClusterResponse ¶ added in v1.62.344
func CreateManuallyStartDBClusterResponse() (response *ManuallyStartDBClusterResponse)
CreateManuallyStartDBClusterResponse creates a response to parse from ManuallyStartDBCluster response
type MetaItem ¶ added in v1.61.732
type MetaItem struct { Database string `json:"Database" xml:"Database"` Tables []string `json:"Tables" xml:"Tables"` }
MetaItem is a nested struct in polardb response
type ModifyAccountDescriptionRequest ¶
type ModifyAccountDescriptionRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` AccountDescription string `position:"Query" name:"AccountDescription"` AccountName string `position:"Query" name:"AccountName"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
ModifyAccountDescriptionRequest is the request struct for api ModifyAccountDescription
func CreateModifyAccountDescriptionRequest ¶
func CreateModifyAccountDescriptionRequest() (request *ModifyAccountDescriptionRequest)
CreateModifyAccountDescriptionRequest creates a request to invoke ModifyAccountDescription API
type ModifyAccountDescriptionResponse ¶
type ModifyAccountDescriptionResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ModifyAccountDescriptionResponse is the response struct for api ModifyAccountDescription
func CreateModifyAccountDescriptionResponse ¶
func CreateModifyAccountDescriptionResponse() (response *ModifyAccountDescriptionResponse)
CreateModifyAccountDescriptionResponse creates a response to parse from ModifyAccountDescription response
type ModifyAccountPasswordRequest ¶
type ModifyAccountPasswordRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` AccountName string `position:"Query" name:"AccountName"` NewAccountPassword string `position:"Query" name:"NewAccountPassword"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
ModifyAccountPasswordRequest is the request struct for api ModifyAccountPassword
func CreateModifyAccountPasswordRequest ¶
func CreateModifyAccountPasswordRequest() (request *ModifyAccountPasswordRequest)
CreateModifyAccountPasswordRequest creates a request to invoke ModifyAccountPassword API
type ModifyAccountPasswordResponse ¶
type ModifyAccountPasswordResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ModifyAccountPasswordResponse is the response struct for api ModifyAccountPassword
func CreateModifyAccountPasswordResponse ¶
func CreateModifyAccountPasswordResponse() (response *ModifyAccountPasswordResponse)
CreateModifyAccountPasswordResponse creates a response to parse from ModifyAccountPassword response
type ModifyAutoRenewAttributeRequest ¶
type ModifyAutoRenewAttributeRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` Duration string `position:"Query" name:"Duration"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` RenewalStatus string `position:"Query" name:"RenewalStatus"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` PeriodUnit string `position:"Query" name:"PeriodUnit"` DBClusterIds string `position:"Query" name:"DBClusterIds"` }
ModifyAutoRenewAttributeRequest is the request struct for api ModifyAutoRenewAttribute
func CreateModifyAutoRenewAttributeRequest ¶
func CreateModifyAutoRenewAttributeRequest() (request *ModifyAutoRenewAttributeRequest)
CreateModifyAutoRenewAttributeRequest creates a request to invoke ModifyAutoRenewAttribute API
type ModifyAutoRenewAttributeResponse ¶
type ModifyAutoRenewAttributeResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ModifyAutoRenewAttributeResponse is the response struct for api ModifyAutoRenewAttribute
func CreateModifyAutoRenewAttributeResponse ¶
func CreateModifyAutoRenewAttributeResponse() (response *ModifyAutoRenewAttributeResponse)
CreateModifyAutoRenewAttributeResponse creates a response to parse from ModifyAutoRenewAttribute response
type ModifyBackupPolicyRequest ¶
type ModifyBackupPolicyRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` DataLevel2BackupRetentionPeriod string `position:"Query" name:"DataLevel2BackupRetentionPeriod"` DataLevel1BackupPeriod string `position:"Query" name:"DataLevel1BackupPeriod"` DataLevel2BackupPeriod string `position:"Query" name:"DataLevel2BackupPeriod"` PreferredBackupPeriod string `position:"Query" name:"PreferredBackupPeriod"` DataLevel1BackupRetentionPeriod string `position:"Query" name:"DataLevel1BackupRetentionPeriod"` BackupRetentionPolicyOnClusterDeletion string `position:"Query" name:"BackupRetentionPolicyOnClusterDeletion"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` DataLevel2BackupAnotherRegionRetentionPeriod string `position:"Query" name:"DataLevel2BackupAnotherRegionRetentionPeriod"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` PreferredBackupTime string `position:"Query" name:"PreferredBackupTime"` BackupRetentionPeriod string `position:"Query" name:"BackupRetentionPeriod"` BackupFrequency string `position:"Query" name:"BackupFrequency"` DataLevel1BackupFrequency string `position:"Query" name:"DataLevel1BackupFrequency"` DataLevel2BackupAnotherRegionRegion string `position:"Query" name:"DataLevel2BackupAnotherRegionRegion"` DataLevel1BackupTime string `position:"Query" name:"DataLevel1BackupTime"` }
ModifyBackupPolicyRequest is the request struct for api ModifyBackupPolicy
func CreateModifyBackupPolicyRequest ¶
func CreateModifyBackupPolicyRequest() (request *ModifyBackupPolicyRequest)
CreateModifyBackupPolicyRequest creates a request to invoke ModifyBackupPolicy API
type ModifyBackupPolicyResponse ¶
type ModifyBackupPolicyResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ModifyBackupPolicyResponse is the response struct for api ModifyBackupPolicy
func CreateModifyBackupPolicyResponse ¶
func CreateModifyBackupPolicyResponse() (response *ModifyBackupPolicyResponse)
CreateModifyBackupPolicyResponse creates a response to parse from ModifyBackupPolicy response
type ModifyDBClusterAccessWhitelistRequest ¶
type ModifyDBClusterAccessWhitelistRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` SecurityIps string `position:"Query" name:"SecurityIps"` DBClusterIPArrayAttribute string `position:"Query" name:"DBClusterIPArrayAttribute"` ModifyMode string `position:"Query" name:"ModifyMode"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` WhiteListType string `position:"Query" name:"WhiteListType"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` SecurityGroupIds string `position:"Query" name:"SecurityGroupIds"` DBClusterIPArrayName string `position:"Query" name:"DBClusterIPArrayName"` }
ModifyDBClusterAccessWhitelistRequest is the request struct for api ModifyDBClusterAccessWhitelist
func CreateModifyDBClusterAccessWhitelistRequest ¶
func CreateModifyDBClusterAccessWhitelistRequest() (request *ModifyDBClusterAccessWhitelistRequest)
CreateModifyDBClusterAccessWhitelistRequest creates a request to invoke ModifyDBClusterAccessWhitelist API
type ModifyDBClusterAccessWhitelistResponse ¶
type ModifyDBClusterAccessWhitelistResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ModifyDBClusterAccessWhitelistResponse is the response struct for api ModifyDBClusterAccessWhitelist
func CreateModifyDBClusterAccessWhitelistResponse ¶
func CreateModifyDBClusterAccessWhitelistResponse() (response *ModifyDBClusterAccessWhitelistResponse)
CreateModifyDBClusterAccessWhitelistResponse creates a response to parse from ModifyDBClusterAccessWhitelist response
type ModifyDBClusterAndNodesParametersRequest ¶ added in v1.61.1512
type ModifyDBClusterAndNodesParametersRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` PlannedEndTime string `position:"Query" name:"PlannedEndTime"` DBNodeIds string `position:"Query" name:"DBNodeIds"` ParameterGroupId string `position:"Query" name:"ParameterGroupId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` PlannedStartTime string `position:"Query" name:"PlannedStartTime"` Parameters string `position:"Query" name:"Parameters"` FromTimeService requests.Boolean `position:"Query" name:"FromTimeService"` }
ModifyDBClusterAndNodesParametersRequest is the request struct for api ModifyDBClusterAndNodesParameters
func CreateModifyDBClusterAndNodesParametersRequest ¶ added in v1.61.1512
func CreateModifyDBClusterAndNodesParametersRequest() (request *ModifyDBClusterAndNodesParametersRequest)
CreateModifyDBClusterAndNodesParametersRequest creates a request to invoke ModifyDBClusterAndNodesParameters API
type ModifyDBClusterAndNodesParametersResponse ¶ added in v1.61.1512
type ModifyDBClusterAndNodesParametersResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ModifyDBClusterAndNodesParametersResponse is the response struct for api ModifyDBClusterAndNodesParameters
func CreateModifyDBClusterAndNodesParametersResponse ¶ added in v1.61.1512
func CreateModifyDBClusterAndNodesParametersResponse() (response *ModifyDBClusterAndNodesParametersResponse)
CreateModifyDBClusterAndNodesParametersResponse creates a response to parse from ModifyDBClusterAndNodesParameters response
type ModifyDBClusterAuditLogCollectorRequest ¶ added in v1.61.330
type ModifyDBClusterAuditLogCollectorRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` CollectorStatus string `position:"Query" name:"CollectorStatus"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
ModifyDBClusterAuditLogCollectorRequest is the request struct for api ModifyDBClusterAuditLogCollector
func CreateModifyDBClusterAuditLogCollectorRequest ¶ added in v1.61.330
func CreateModifyDBClusterAuditLogCollectorRequest() (request *ModifyDBClusterAuditLogCollectorRequest)
CreateModifyDBClusterAuditLogCollectorRequest creates a request to invoke ModifyDBClusterAuditLogCollector API
type ModifyDBClusterAuditLogCollectorResponse ¶ added in v1.61.330
type ModifyDBClusterAuditLogCollectorResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ModifyDBClusterAuditLogCollectorResponse is the response struct for api ModifyDBClusterAuditLogCollector
func CreateModifyDBClusterAuditLogCollectorResponse ¶ added in v1.61.330
func CreateModifyDBClusterAuditLogCollectorResponse() (response *ModifyDBClusterAuditLogCollectorResponse)
CreateModifyDBClusterAuditLogCollectorResponse creates a response to parse from ModifyDBClusterAuditLogCollector response
type ModifyDBClusterDeletionRequest ¶ added in v1.61.1710
type ModifyDBClusterDeletionRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` Protection requests.Boolean `position:"Query" name:"Protection"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
ModifyDBClusterDeletionRequest is the request struct for api ModifyDBClusterDeletion
func CreateModifyDBClusterDeletionRequest ¶ added in v1.61.1710
func CreateModifyDBClusterDeletionRequest() (request *ModifyDBClusterDeletionRequest)
CreateModifyDBClusterDeletionRequest creates a request to invoke ModifyDBClusterDeletion API
type ModifyDBClusterDeletionResponse ¶ added in v1.61.1710
type ModifyDBClusterDeletionResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ModifyDBClusterDeletionResponse is the response struct for api ModifyDBClusterDeletion
func CreateModifyDBClusterDeletionResponse ¶ added in v1.61.1710
func CreateModifyDBClusterDeletionResponse() (response *ModifyDBClusterDeletionResponse)
CreateModifyDBClusterDeletionResponse creates a response to parse from ModifyDBClusterDeletion response
type ModifyDBClusterDescriptionRequest ¶
type ModifyDBClusterDescriptionRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` DBClusterDescription string `position:"Query" name:"DBClusterDescription"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
ModifyDBClusterDescriptionRequest is the request struct for api ModifyDBClusterDescription
func CreateModifyDBClusterDescriptionRequest ¶
func CreateModifyDBClusterDescriptionRequest() (request *ModifyDBClusterDescriptionRequest)
CreateModifyDBClusterDescriptionRequest creates a request to invoke ModifyDBClusterDescription API
type ModifyDBClusterDescriptionResponse ¶
type ModifyDBClusterDescriptionResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ModifyDBClusterDescriptionResponse is the response struct for api ModifyDBClusterDescription
func CreateModifyDBClusterDescriptionResponse ¶
func CreateModifyDBClusterDescriptionResponse() (response *ModifyDBClusterDescriptionResponse)
CreateModifyDBClusterDescriptionResponse creates a response to parse from ModifyDBClusterDescription response
type ModifyDBClusterEndpointRequest ¶
type ModifyDBClusterEndpointRequest struct { *requests.RpcRequest AutoAddNewNodes string `position:"Query" name:"AutoAddNewNodes"` ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` DBEndpointId string `position:"Query" name:"DBEndpointId"` ReadWriteMode string `position:"Query" name:"ReadWriteMode"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` EndpointConfig string `position:"Query" name:"EndpointConfig"` DBEndpointDescription string `position:"Query" name:"DBEndpointDescription"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` Nodes string `position:"Query" name:"Nodes"` }
ModifyDBClusterEndpointRequest is the request struct for api ModifyDBClusterEndpoint
func CreateModifyDBClusterEndpointRequest ¶
func CreateModifyDBClusterEndpointRequest() (request *ModifyDBClusterEndpointRequest)
CreateModifyDBClusterEndpointRequest creates a request to invoke ModifyDBClusterEndpoint API
type ModifyDBClusterEndpointResponse ¶
type ModifyDBClusterEndpointResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ModifyDBClusterEndpointResponse is the response struct for api ModifyDBClusterEndpoint
func CreateModifyDBClusterEndpointResponse ¶
func CreateModifyDBClusterEndpointResponse() (response *ModifyDBClusterEndpointResponse)
CreateModifyDBClusterEndpointResponse creates a response to parse from ModifyDBClusterEndpoint response
type ModifyDBClusterMaintainTimeRequest ¶
type ModifyDBClusterMaintainTimeRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` MaintainTime string `position:"Query" name:"MaintainTime"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
ModifyDBClusterMaintainTimeRequest is the request struct for api ModifyDBClusterMaintainTime
func CreateModifyDBClusterMaintainTimeRequest ¶
func CreateModifyDBClusterMaintainTimeRequest() (request *ModifyDBClusterMaintainTimeRequest)
CreateModifyDBClusterMaintainTimeRequest creates a request to invoke ModifyDBClusterMaintainTime API
type ModifyDBClusterMaintainTimeResponse ¶
type ModifyDBClusterMaintainTimeResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ModifyDBClusterMaintainTimeResponse is the response struct for api ModifyDBClusterMaintainTime
func CreateModifyDBClusterMaintainTimeResponse ¶
func CreateModifyDBClusterMaintainTimeResponse() (response *ModifyDBClusterMaintainTimeResponse)
CreateModifyDBClusterMaintainTimeResponse creates a response to parse from ModifyDBClusterMaintainTime response
type ModifyDBClusterMigrationRequest ¶
type ModifyDBClusterMigrationRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ConnectionStrings string `position:"Query" name:"ConnectionStrings"` SecurityToken string `position:"Query" name:"SecurityToken"` NewMasterInstanceId string `position:"Query" name:"NewMasterInstanceId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` SourceRDSDBInstanceId string `position:"Query" name:"SourceRDSDBInstanceId"` SwapConnectionString string `position:"Query" name:"SwapConnectionString"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
ModifyDBClusterMigrationRequest is the request struct for api ModifyDBClusterMigration
func CreateModifyDBClusterMigrationRequest ¶
func CreateModifyDBClusterMigrationRequest() (request *ModifyDBClusterMigrationRequest)
CreateModifyDBClusterMigrationRequest creates a request to invoke ModifyDBClusterMigration API
type ModifyDBClusterMigrationResponse ¶
type ModifyDBClusterMigrationResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ModifyDBClusterMigrationResponse is the response struct for api ModifyDBClusterMigration
func CreateModifyDBClusterMigrationResponse ¶
func CreateModifyDBClusterMigrationResponse() (response *ModifyDBClusterMigrationResponse)
CreateModifyDBClusterMigrationResponse creates a response to parse from ModifyDBClusterMigration response
type ModifyDBClusterMonitorRequest ¶ added in v1.61.98
type ModifyDBClusterMonitorRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` Period string `position:"Query" name:"Period"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
ModifyDBClusterMonitorRequest is the request struct for api ModifyDBClusterMonitor
func CreateModifyDBClusterMonitorRequest ¶ added in v1.61.98
func CreateModifyDBClusterMonitorRequest() (request *ModifyDBClusterMonitorRequest)
CreateModifyDBClusterMonitorRequest creates a request to invoke ModifyDBClusterMonitor API
type ModifyDBClusterMonitorResponse ¶ added in v1.61.98
type ModifyDBClusterMonitorResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ModifyDBClusterMonitorResponse is the response struct for api ModifyDBClusterMonitor
func CreateModifyDBClusterMonitorResponse ¶ added in v1.61.98
func CreateModifyDBClusterMonitorResponse() (response *ModifyDBClusterMonitorResponse)
CreateModifyDBClusterMonitorResponse creates a response to parse from ModifyDBClusterMonitor response
type ModifyDBClusterParametersRequest ¶
type ModifyDBClusterParametersRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` PlannedEndTime string `position:"Query" name:"PlannedEndTime"` ParameterGroupId string `position:"Query" name:"ParameterGroupId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` PlannedStartTime string `position:"Query" name:"PlannedStartTime"` Parameters string `position:"Query" name:"Parameters"` FromTimeService requests.Boolean `position:"Query" name:"FromTimeService"` }
ModifyDBClusterParametersRequest is the request struct for api ModifyDBClusterParameters
func CreateModifyDBClusterParametersRequest ¶
func CreateModifyDBClusterParametersRequest() (request *ModifyDBClusterParametersRequest)
CreateModifyDBClusterParametersRequest creates a request to invoke ModifyDBClusterParameters API
type ModifyDBClusterParametersResponse ¶
type ModifyDBClusterParametersResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ModifyDBClusterParametersResponse is the response struct for api ModifyDBClusterParameters
func CreateModifyDBClusterParametersResponse ¶
func CreateModifyDBClusterParametersResponse() (response *ModifyDBClusterParametersResponse)
CreateModifyDBClusterParametersResponse creates a response to parse from ModifyDBClusterParameters response
type ModifyDBClusterPrimaryZoneRequest ¶ added in v1.61.656
type ModifyDBClusterPrimaryZoneRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` PlannedEndTime string `position:"Query" name:"PlannedEndTime"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` IsSwitchOverForDisaster string `position:"Query" name:"IsSwitchOverForDisaster"` VSwitchId string `position:"Query" name:"VSwitchId"` PlannedStartTime string `position:"Query" name:"PlannedStartTime"` VPCId string `position:"Query" name:"VPCId"` ZoneId string `position:"Query" name:"ZoneId"` FromTimeService requests.Boolean `position:"Query" name:"FromTimeService"` }
ModifyDBClusterPrimaryZoneRequest is the request struct for api ModifyDBClusterPrimaryZone
func CreateModifyDBClusterPrimaryZoneRequest ¶ added in v1.61.656
func CreateModifyDBClusterPrimaryZoneRequest() (request *ModifyDBClusterPrimaryZoneRequest)
CreateModifyDBClusterPrimaryZoneRequest creates a request to invoke ModifyDBClusterPrimaryZone API
type ModifyDBClusterPrimaryZoneResponse ¶ added in v1.61.656
type ModifyDBClusterPrimaryZoneResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ModifyDBClusterPrimaryZoneResponse is the response struct for api ModifyDBClusterPrimaryZone
func CreateModifyDBClusterPrimaryZoneResponse ¶ added in v1.61.656
func CreateModifyDBClusterPrimaryZoneResponse() (response *ModifyDBClusterPrimaryZoneResponse)
CreateModifyDBClusterPrimaryZoneResponse creates a response to parse from ModifyDBClusterPrimaryZone response
type ModifyDBClusterRequest ¶ added in v1.62.457
type ModifyDBClusterRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` StandbyHAMode string `position:"Query" name:"StandbyHAMode"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` FaultSimulateMode string `position:"Query" name:"FaultSimulateMode"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` CompressStorage string `position:"Query" name:"CompressStorage"` StorageUpperBound requests.Integer `position:"Query" name:"StorageUpperBound"` StorageAutoScale string `position:"Query" name:"StorageAutoScale"` DataSyncMode string `position:"Query" name:"DataSyncMode"` }
ModifyDBClusterRequest is the request struct for api ModifyDBCluster
func CreateModifyDBClusterRequest ¶ added in v1.62.457
func CreateModifyDBClusterRequest() (request *ModifyDBClusterRequest)
CreateModifyDBClusterRequest creates a request to invoke ModifyDBCluster API
type ModifyDBClusterResourceGroupRequest ¶ added in v1.61.1705
type ModifyDBClusterResourceGroupRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` NewResourceGroupId string `position:"Query" name:"NewResourceGroupId"` }
ModifyDBClusterResourceGroupRequest is the request struct for api ModifyDBClusterResourceGroup
func CreateModifyDBClusterResourceGroupRequest ¶ added in v1.61.1705
func CreateModifyDBClusterResourceGroupRequest() (request *ModifyDBClusterResourceGroupRequest)
CreateModifyDBClusterResourceGroupRequest creates a request to invoke ModifyDBClusterResourceGroup API
type ModifyDBClusterResourceGroupResponse ¶ added in v1.61.1705
type ModifyDBClusterResourceGroupResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ModifyDBClusterResourceGroupResponse is the response struct for api ModifyDBClusterResourceGroup
func CreateModifyDBClusterResourceGroupResponse ¶ added in v1.61.1705
func CreateModifyDBClusterResourceGroupResponse() (response *ModifyDBClusterResourceGroupResponse)
CreateModifyDBClusterResourceGroupResponse creates a response to parse from ModifyDBClusterResourceGroup response
type ModifyDBClusterResponse ¶ added in v1.62.457
type ModifyDBClusterResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` OrderId string `json:"OrderId" xml:"OrderId"` }
ModifyDBClusterResponse is the response struct for api ModifyDBCluster
func CreateModifyDBClusterResponse ¶ added in v1.62.457
func CreateModifyDBClusterResponse() (response *ModifyDBClusterResponse)
CreateModifyDBClusterResponse creates a response to parse from ModifyDBCluster response
type ModifyDBClusterSSLRequest ¶ added in v1.60.380
type ModifyDBClusterSSLRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` DBEndpointId string `position:"Query" name:"DBEndpointId"` SSLAutoRotate string `position:"Query" name:"SSLAutoRotate"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` NetType string `position:"Query" name:"NetType"` SSLEnabled string `position:"Query" name:"SSLEnabled"` }
ModifyDBClusterSSLRequest is the request struct for api ModifyDBClusterSSL
func CreateModifyDBClusterSSLRequest ¶ added in v1.60.380
func CreateModifyDBClusterSSLRequest() (request *ModifyDBClusterSSLRequest)
CreateModifyDBClusterSSLRequest creates a request to invoke ModifyDBClusterSSL API
type ModifyDBClusterSSLResponse ¶ added in v1.60.380
type ModifyDBClusterSSLResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ModifyDBClusterSSLResponse is the response struct for api ModifyDBClusterSSL
func CreateModifyDBClusterSSLResponse ¶ added in v1.60.380
func CreateModifyDBClusterSSLResponse() (response *ModifyDBClusterSSLResponse)
CreateModifyDBClusterSSLResponse creates a response to parse from ModifyDBClusterSSL response
type ModifyDBClusterServerlessConfRequest ¶ added in v1.61.1826
type ModifyDBClusterServerlessConfRequest struct { *requests.RpcRequest ScaleRoNumMax string `position:"Query" name:"ScaleRoNumMax"` ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ScaleApRoNumMax string `position:"Query" name:"ScaleApRoNumMax"` ScaleMax string `position:"Query" name:"ScaleMax"` SecondsUntilAutoPause string `position:"Query" name:"SecondsUntilAutoPause"` ScaleApRoNumMin string `position:"Query" name:"ScaleApRoNumMin"` ScaleMin string `position:"Query" name:"ScaleMin"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` ScaleRoNumMin string `position:"Query" name:"ScaleRoNumMin"` AllowShutDown string `position:"Query" name:"AllowShutDown"` }
ModifyDBClusterServerlessConfRequest is the request struct for api ModifyDBClusterServerlessConf
func CreateModifyDBClusterServerlessConfRequest ¶ added in v1.61.1826
func CreateModifyDBClusterServerlessConfRequest() (request *ModifyDBClusterServerlessConfRequest)
CreateModifyDBClusterServerlessConfRequest creates a request to invoke ModifyDBClusterServerlessConf API
type ModifyDBClusterServerlessConfResponse ¶ added in v1.61.1826
type ModifyDBClusterServerlessConfResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` }
ModifyDBClusterServerlessConfResponse is the response struct for api ModifyDBClusterServerlessConf
func CreateModifyDBClusterServerlessConfResponse ¶ added in v1.61.1826
func CreateModifyDBClusterServerlessConfResponse() (response *ModifyDBClusterServerlessConfResponse)
CreateModifyDBClusterServerlessConfResponse creates a response to parse from ModifyDBClusterServerlessConf response
type ModifyDBClusterStorageSpaceRequest ¶ added in v1.62.230
type ModifyDBClusterStorageSpaceRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ClientToken string `position:"Query" name:"ClientToken"` PlannedEndTime string `position:"Query" name:"PlannedEndTime"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` PlannedStartTime string `position:"Query" name:"PlannedStartTime"` SubCategory string `position:"Query" name:"SubCategory"` StorageSpace requests.Integer `position:"Query" name:"StorageSpace"` }
ModifyDBClusterStorageSpaceRequest is the request struct for api ModifyDBClusterStorageSpace
func CreateModifyDBClusterStorageSpaceRequest ¶ added in v1.62.230
func CreateModifyDBClusterStorageSpaceRequest() (request *ModifyDBClusterStorageSpaceRequest)
CreateModifyDBClusterStorageSpaceRequest creates a request to invoke ModifyDBClusterStorageSpace API
type ModifyDBClusterStorageSpaceResponse ¶ added in v1.62.230
type ModifyDBClusterStorageSpaceResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` OrderId string `json:"OrderId" xml:"OrderId"` }
ModifyDBClusterStorageSpaceResponse is the response struct for api ModifyDBClusterStorageSpace
func CreateModifyDBClusterStorageSpaceResponse ¶ added in v1.62.230
func CreateModifyDBClusterStorageSpaceResponse() (response *ModifyDBClusterStorageSpaceResponse)
CreateModifyDBClusterStorageSpaceResponse creates a response to parse from ModifyDBClusterStorageSpace response
type ModifyDBClusterTDERequest ¶ added in v1.61.628
type ModifyDBClusterTDERequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` EncryptionKey string `position:"Query" name:"EncryptionKey"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` RoleArn string `position:"Query" name:"RoleArn"` EncryptNewTables string `position:"Query" name:"EncryptNewTables"` TDEStatus string `position:"Query" name:"TDEStatus"` }
ModifyDBClusterTDERequest is the request struct for api ModifyDBClusterTDE
func CreateModifyDBClusterTDERequest ¶ added in v1.61.628
func CreateModifyDBClusterTDERequest() (request *ModifyDBClusterTDERequest)
CreateModifyDBClusterTDERequest creates a request to invoke ModifyDBClusterTDE API
type ModifyDBClusterTDEResponse ¶ added in v1.61.628
type ModifyDBClusterTDEResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ModifyDBClusterTDEResponse is the response struct for api ModifyDBClusterTDE
func CreateModifyDBClusterTDEResponse ¶ added in v1.61.628
func CreateModifyDBClusterTDEResponse() (response *ModifyDBClusterTDEResponse)
CreateModifyDBClusterTDEResponse creates a response to parse from ModifyDBClusterTDE response
type ModifyDBDescriptionRequest ¶
type ModifyDBDescriptionRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` DBDescription string `position:"Query" name:"DBDescription"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` DBName string `position:"Query" name:"DBName"` }
ModifyDBDescriptionRequest is the request struct for api ModifyDBDescription
func CreateModifyDBDescriptionRequest ¶
func CreateModifyDBDescriptionRequest() (request *ModifyDBDescriptionRequest)
CreateModifyDBDescriptionRequest creates a request to invoke ModifyDBDescription API
type ModifyDBDescriptionResponse ¶
type ModifyDBDescriptionResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ModifyDBDescriptionResponse is the response struct for api ModifyDBDescription
func CreateModifyDBDescriptionResponse ¶
func CreateModifyDBDescriptionResponse() (response *ModifyDBDescriptionResponse)
CreateModifyDBDescriptionResponse creates a response to parse from ModifyDBDescription response
type ModifyDBEndpointAddressRequest ¶
type ModifyDBEndpointAddressRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ConnectionStringPrefix string `position:"Query" name:"ConnectionStringPrefix"` DBEndpointId string `position:"Query" name:"DBEndpointId"` PrivateZoneName string `position:"Query" name:"PrivateZoneName"` PrivateZoneAddressPrefix string `position:"Query" name:"PrivateZoneAddressPrefix"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` Port string `position:"Query" name:"Port"` NetType string `position:"Query" name:"NetType"` }
ModifyDBEndpointAddressRequest is the request struct for api ModifyDBEndpointAddress
func CreateModifyDBEndpointAddressRequest ¶
func CreateModifyDBEndpointAddressRequest() (request *ModifyDBEndpointAddressRequest)
CreateModifyDBEndpointAddressRequest creates a request to invoke ModifyDBEndpointAddress API
type ModifyDBEndpointAddressResponse ¶
type ModifyDBEndpointAddressResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ModifyDBEndpointAddressResponse is the response struct for api ModifyDBEndpointAddress
func CreateModifyDBEndpointAddressResponse ¶
func CreateModifyDBEndpointAddressResponse() (response *ModifyDBEndpointAddressResponse)
CreateModifyDBEndpointAddressResponse creates a response to parse from ModifyDBEndpointAddress response
type ModifyDBNodeClassRequest ¶
type ModifyDBNodeClassRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ClientToken string `position:"Query" name:"ClientToken"` PlannedEndTime string `position:"Query" name:"PlannedEndTime"` DBNodeType string `position:"Query" name:"DBNodeType"` DBNodeTargetClass string `position:"Query" name:"DBNodeTargetClass"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` PlannedStartTime string `position:"Query" name:"PlannedStartTime"` ModifyType string `position:"Query" name:"ModifyType"` SubCategory string `position:"Query" name:"SubCategory"` }
ModifyDBNodeClassRequest is the request struct for api ModifyDBNodeClass
func CreateModifyDBNodeClassRequest ¶
func CreateModifyDBNodeClassRequest() (request *ModifyDBNodeClassRequest)
CreateModifyDBNodeClassRequest creates a request to invoke ModifyDBNodeClass API
type ModifyDBNodeClassResponse ¶
type ModifyDBNodeClassResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` OrderId string `json:"OrderId" xml:"OrderId"` }
ModifyDBNodeClassResponse is the response struct for api ModifyDBNodeClass
func CreateModifyDBNodeClassResponse ¶
func CreateModifyDBNodeClassResponse() (response *ModifyDBNodeClassResponse)
CreateModifyDBNodeClassResponse creates a response to parse from ModifyDBNodeClass response
type ModifyDBNodeHotReplicaModeRequest ¶ added in v1.61.1467
type ModifyDBNodeHotReplicaModeRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` DBNodeId string `position:"Query" name:"DBNodeId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` HotReplicaMode string `position:"Query" name:"HotReplicaMode"` }
ModifyDBNodeHotReplicaModeRequest is the request struct for api ModifyDBNodeHotReplicaMode
func CreateModifyDBNodeHotReplicaModeRequest ¶ added in v1.61.1467
func CreateModifyDBNodeHotReplicaModeRequest() (request *ModifyDBNodeHotReplicaModeRequest)
CreateModifyDBNodeHotReplicaModeRequest creates a request to invoke ModifyDBNodeHotReplicaMode API
type ModifyDBNodeHotReplicaModeResponse ¶ added in v1.61.1467
type ModifyDBNodeHotReplicaModeResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` OrderId string `json:"OrderId" xml:"OrderId"` }
ModifyDBNodeHotReplicaModeResponse is the response struct for api ModifyDBNodeHotReplicaMode
func CreateModifyDBNodeHotReplicaModeResponse ¶ added in v1.61.1467
func CreateModifyDBNodeHotReplicaModeResponse() (response *ModifyDBNodeHotReplicaModeResponse)
CreateModifyDBNodeHotReplicaModeResponse creates a response to parse from ModifyDBNodeHotReplicaMode response
type ModifyDBNodesClassDBNode ¶ added in v1.61.1574
type ModifyDBNodesClassDBNode struct { DBNodeId string `name:"DBNodeId"` TargetClass string `name:"TargetClass"` }
ModifyDBNodesClassDBNode is a repeated param struct in ModifyDBNodesClassRequest
type ModifyDBNodesClassRequest ¶ added in v1.61.1574
type ModifyDBNodesClassRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ClientToken string `position:"Query" name:"ClientToken"` PlannedEndTime string `position:"Query" name:"PlannedEndTime"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` PlannedStartTime string `position:"Query" name:"PlannedStartTime"` ModifyType string `position:"Query" name:"ModifyType"` SubCategory string `position:"Query" name:"SubCategory"` DBNode *[]ModifyDBNodesClassDBNode `position:"Query" name:"DBNode" type:"Repeated"` }
ModifyDBNodesClassRequest is the request struct for api ModifyDBNodesClass
func CreateModifyDBNodesClassRequest ¶ added in v1.61.1574
func CreateModifyDBNodesClassRequest() (request *ModifyDBNodesClassRequest)
CreateModifyDBNodesClassRequest creates a request to invoke ModifyDBNodesClass API
type ModifyDBNodesClassResponse ¶ added in v1.61.1574
type ModifyDBNodesClassResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` OrderId string `json:"OrderId" xml:"OrderId"` }
ModifyDBNodesClassResponse is the response struct for api ModifyDBNodesClass
func CreateModifyDBNodesClassResponse ¶ added in v1.61.1574
func CreateModifyDBNodesClassResponse() (response *ModifyDBNodesClassResponse)
CreateModifyDBNodesClassResponse creates a response to parse from ModifyDBNodesClass response
type ModifyDBNodesParametersRequest ¶ added in v1.61.1512
type ModifyDBNodesParametersRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` PlannedEndTime string `position:"Query" name:"PlannedEndTime"` DBNodeIds string `position:"Query" name:"DBNodeIds"` ParameterGroupId string `position:"Query" name:"ParameterGroupId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` PlannedStartTime string `position:"Query" name:"PlannedStartTime"` Parameters string `position:"Query" name:"Parameters"` FromTimeService requests.Boolean `position:"Query" name:"FromTimeService"` }
ModifyDBNodesParametersRequest is the request struct for api ModifyDBNodesParameters
func CreateModifyDBNodesParametersRequest ¶ added in v1.61.1512
func CreateModifyDBNodesParametersRequest() (request *ModifyDBNodesParametersRequest)
CreateModifyDBNodesParametersRequest creates a request to invoke ModifyDBNodesParameters API
type ModifyDBNodesParametersResponse ¶ added in v1.61.1512
type ModifyDBNodesParametersResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ModifyDBNodesParametersResponse is the response struct for api ModifyDBNodesParameters
func CreateModifyDBNodesParametersResponse ¶ added in v1.61.1512
func CreateModifyDBNodesParametersResponse() (response *ModifyDBNodesParametersResponse)
CreateModifyDBNodesParametersResponse creates a response to parse from ModifyDBNodesParameters response
type ModifyGlobalDatabaseNetworkRequest ¶ added in v1.61.1155
type ModifyGlobalDatabaseNetworkRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` SecurityToken string `position:"Query" name:"SecurityToken"` GDNId string `position:"Query" name:"GDNId"` GDNDescription string `position:"Query" name:"GDNDescription"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
ModifyGlobalDatabaseNetworkRequest is the request struct for api ModifyGlobalDatabaseNetwork
func CreateModifyGlobalDatabaseNetworkRequest ¶ added in v1.61.1155
func CreateModifyGlobalDatabaseNetworkRequest() (request *ModifyGlobalDatabaseNetworkRequest)
CreateModifyGlobalDatabaseNetworkRequest creates a request to invoke ModifyGlobalDatabaseNetwork API
type ModifyGlobalDatabaseNetworkResponse ¶ added in v1.61.1155
type ModifyGlobalDatabaseNetworkResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ModifyGlobalDatabaseNetworkResponse is the response struct for api ModifyGlobalDatabaseNetwork
func CreateModifyGlobalDatabaseNetworkResponse ¶ added in v1.61.1155
func CreateModifyGlobalDatabaseNetworkResponse() (response *ModifyGlobalDatabaseNetworkResponse)
CreateModifyGlobalDatabaseNetworkResponse creates a response to parse from ModifyGlobalDatabaseNetwork response
type ModifyGlobalSecurityIPGroupNameRequest ¶ added in v1.61.1826
type ModifyGlobalSecurityIPGroupNameRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` GlobalSecurityGroupId string `position:"Query" name:"GlobalSecurityGroupId"` SecurityToken string `position:"Query" name:"SecurityToken"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` GlobalIgName string `position:"Query" name:"GlobalIgName"` }
ModifyGlobalSecurityIPGroupNameRequest is the request struct for api ModifyGlobalSecurityIPGroupName
func CreateModifyGlobalSecurityIPGroupNameRequest ¶ added in v1.61.1826
func CreateModifyGlobalSecurityIPGroupNameRequest() (request *ModifyGlobalSecurityIPGroupNameRequest)
CreateModifyGlobalSecurityIPGroupNameRequest creates a request to invoke ModifyGlobalSecurityIPGroupName API
type ModifyGlobalSecurityIPGroupNameResponse ¶ added in v1.61.1826
type ModifyGlobalSecurityIPGroupNameResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` GlobalSecurityIPGroup []GlobalSecurityIPGroupItem `json:"GlobalSecurityIPGroup" xml:"GlobalSecurityIPGroup"` }
ModifyGlobalSecurityIPGroupNameResponse is the response struct for api ModifyGlobalSecurityIPGroupName
func CreateModifyGlobalSecurityIPGroupNameResponse ¶ added in v1.61.1826
func CreateModifyGlobalSecurityIPGroupNameResponse() (response *ModifyGlobalSecurityIPGroupNameResponse)
CreateModifyGlobalSecurityIPGroupNameResponse creates a response to parse from ModifyGlobalSecurityIPGroupName response
type ModifyGlobalSecurityIPGroupRelationRequest ¶ added in v1.61.1826
type ModifyGlobalSecurityIPGroupRelationRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` GlobalSecurityGroupId string `position:"Query" name:"GlobalSecurityGroupId"` SecurityToken string `position:"Query" name:"SecurityToken"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
ModifyGlobalSecurityIPGroupRelationRequest is the request struct for api ModifyGlobalSecurityIPGroupRelation
func CreateModifyGlobalSecurityIPGroupRelationRequest ¶ added in v1.61.1826
func CreateModifyGlobalSecurityIPGroupRelationRequest() (request *ModifyGlobalSecurityIPGroupRelationRequest)
CreateModifyGlobalSecurityIPGroupRelationRequest creates a request to invoke ModifyGlobalSecurityIPGroupRelation API
type ModifyGlobalSecurityIPGroupRelationResponse ¶ added in v1.61.1826
type ModifyGlobalSecurityIPGroupRelationResponse struct { *responses.BaseResponse DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` RequestId string `json:"RequestId" xml:"RequestId"` GlobalSecurityIPGroupRel []GlobalSecurityIPGroupRelItem `json:"GlobalSecurityIPGroupRel" xml:"GlobalSecurityIPGroupRel"` }
ModifyGlobalSecurityIPGroupRelationResponse is the response struct for api ModifyGlobalSecurityIPGroupRelation
func CreateModifyGlobalSecurityIPGroupRelationResponse ¶ added in v1.61.1826
func CreateModifyGlobalSecurityIPGroupRelationResponse() (response *ModifyGlobalSecurityIPGroupRelationResponse)
CreateModifyGlobalSecurityIPGroupRelationResponse creates a response to parse from ModifyGlobalSecurityIPGroupRelation response
type ModifyGlobalSecurityIPGroupRequest ¶ added in v1.61.1826
type ModifyGlobalSecurityIPGroupRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` GIpList string `position:"Query" name:"GIpList"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` GlobalSecurityGroupId string `position:"Query" name:"GlobalSecurityGroupId"` SecurityToken string `position:"Query" name:"SecurityToken"` SecurityIPType string `position:"Query" name:"SecurityIPType"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` WhitelistNetType string `position:"Query" name:"WhitelistNetType"` GlobalIgName string `position:"Query" name:"GlobalIgName"` }
ModifyGlobalSecurityIPGroupRequest is the request struct for api ModifyGlobalSecurityIPGroup
func CreateModifyGlobalSecurityIPGroupRequest ¶ added in v1.61.1826
func CreateModifyGlobalSecurityIPGroupRequest() (request *ModifyGlobalSecurityIPGroupRequest)
CreateModifyGlobalSecurityIPGroupRequest creates a request to invoke ModifyGlobalSecurityIPGroup API
type ModifyGlobalSecurityIPGroupResponse ¶ added in v1.61.1826
type ModifyGlobalSecurityIPGroupResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` GlobalSecurityIPGroup []GlobalSecurityIPGroupItem `json:"GlobalSecurityIPGroup" xml:"GlobalSecurityIPGroup"` }
ModifyGlobalSecurityIPGroupResponse is the response struct for api ModifyGlobalSecurityIPGroup
func CreateModifyGlobalSecurityIPGroupResponse ¶ added in v1.61.1826
func CreateModifyGlobalSecurityIPGroupResponse() (response *ModifyGlobalSecurityIPGroupResponse)
CreateModifyGlobalSecurityIPGroupResponse creates a response to parse from ModifyGlobalSecurityIPGroup response
type ModifyLogBackupPolicyRequest ¶ added in v1.61.180
type ModifyLogBackupPolicyRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` LogBackupAnotherRegionRegion string `position:"Query" name:"LogBackupAnotherRegionRegion"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` LogBackupAnotherRegionRetentionPeriod string `position:"Query" name:"LogBackupAnotherRegionRetentionPeriod"` LogBackupRetentionPeriod string `position:"Query" name:"LogBackupRetentionPeriod"` }
ModifyLogBackupPolicyRequest is the request struct for api ModifyLogBackupPolicy
func CreateModifyLogBackupPolicyRequest ¶ added in v1.61.180
func CreateModifyLogBackupPolicyRequest() (request *ModifyLogBackupPolicyRequest)
CreateModifyLogBackupPolicyRequest creates a request to invoke ModifyLogBackupPolicy API
type ModifyLogBackupPolicyResponse ¶ added in v1.61.180
type ModifyLogBackupPolicyResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ModifyLogBackupPolicyResponse is the response struct for api ModifyLogBackupPolicy
func CreateModifyLogBackupPolicyResponse ¶ added in v1.61.180
func CreateModifyLogBackupPolicyResponse() (response *ModifyLogBackupPolicyResponse)
CreateModifyLogBackupPolicyResponse creates a response to parse from ModifyLogBackupPolicy response
type ModifyMaskingRulesRequest ¶ added in v1.61.1203
type ModifyMaskingRulesRequest struct { *requests.RpcRequest DBClusterId string `position:"Query" name:"DBClusterId"` RuleName string `position:"Query" name:"RuleName"` RuleConfig string `position:"Query" name:"RuleConfig"` Enable string `position:"Query" name:"Enable"` RuleNameList string `position:"Query" name:"RuleNameList"` }
ModifyMaskingRulesRequest is the request struct for api ModifyMaskingRules
func CreateModifyMaskingRulesRequest ¶ added in v1.61.1203
func CreateModifyMaskingRulesRequest() (request *ModifyMaskingRulesRequest)
CreateModifyMaskingRulesRequest creates a request to invoke ModifyMaskingRules API
type ModifyMaskingRulesResponse ¶ added in v1.61.1203
type ModifyMaskingRulesResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Message string `json:"Message" xml:"Message"` Success bool `json:"Success" xml:"Success"` }
ModifyMaskingRulesResponse is the response struct for api ModifyMaskingRules
func CreateModifyMaskingRulesResponse ¶ added in v1.61.1203
func CreateModifyMaskingRulesResponse() (response *ModifyMaskingRulesResponse)
CreateModifyMaskingRulesResponse creates a response to parse from ModifyMaskingRules response
type ModifyPendingMaintenanceActionRequest ¶ added in v1.61.611
type ModifyPendingMaintenanceActionRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` SecurityToken string `position:"Query" name:"SecurityToken"` SwitchTime string `position:"Query" name:"SwitchTime"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` Ids string `position:"Query" name:"Ids"` }
ModifyPendingMaintenanceActionRequest is the request struct for api ModifyPendingMaintenanceAction
func CreateModifyPendingMaintenanceActionRequest ¶ added in v1.61.611
func CreateModifyPendingMaintenanceActionRequest() (request *ModifyPendingMaintenanceActionRequest)
CreateModifyPendingMaintenanceActionRequest creates a request to invoke ModifyPendingMaintenanceAction API
type ModifyPendingMaintenanceActionResponse ¶ added in v1.61.611
type ModifyPendingMaintenanceActionResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Ids string `json:"Ids" xml:"Ids"` }
ModifyPendingMaintenanceActionResponse is the response struct for api ModifyPendingMaintenanceAction
func CreateModifyPendingMaintenanceActionResponse ¶ added in v1.61.611
func CreateModifyPendingMaintenanceActionResponse() (response *ModifyPendingMaintenanceActionResponse)
CreateModifyPendingMaintenanceActionResponse creates a response to parse from ModifyPendingMaintenanceAction response
type OpenAITaskRequest ¶ added in v1.61.1710
type OpenAITaskRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` NodeType string `position:"Query" name:"NodeType"` DescribeType string `position:"Query" name:"DescribeType"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` Password string `position:"Query" name:"Password"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` Username string `position:"Query" name:"Username"` }
OpenAITaskRequest is the request struct for api OpenAITask
func CreateOpenAITaskRequest ¶ added in v1.61.1710
func CreateOpenAITaskRequest() (request *OpenAITaskRequest)
CreateOpenAITaskRequest creates a request to invoke OpenAITask API
type OpenAITaskResponse ¶ added in v1.61.1710
type OpenAITaskResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TaskId string `json:"TaskId" xml:"TaskId"` }
OpenAITaskResponse is the response struct for api OpenAITask
func CreateOpenAITaskResponse ¶ added in v1.61.1710
func CreateOpenAITaskResponse() (response *OpenAITaskResponse)
CreateOpenAITaskResponse creates a response to parse from OpenAITask response
type Parameter ¶
type Parameter struct { IsNodeAvailable string `json:"IsNodeAvailable" xml:"IsNodeAvailable"` ParameterName string `json:"ParameterName" xml:"ParameterName"` DataType string `json:"DataType" xml:"DataType"` ParameterDescription string `json:"ParameterDescription" xml:"ParameterDescription"` Factor string `json:"Factor" xml:"Factor"` ParameterStatus string `json:"ParameterStatus" xml:"ParameterStatus"` DefaultParameterValue string `json:"DefaultParameterValue" xml:"DefaultParameterValue"` CheckingCode string `json:"CheckingCode" xml:"CheckingCode"` ForceRestart bool `json:"ForceRestart" xml:"ForceRestart"` IsModifiable bool `json:"IsModifiable" xml:"IsModifiable"` ParamRelyRule string `json:"ParamRelyRule" xml:"ParamRelyRule"` ParameterValue string `json:"ParameterValue" xml:"ParameterValue"` }
Parameter is a nested struct in polardb response
type ParameterDetail ¶ added in v1.61.975
type ParameterDetail struct {
ParameterDetailItem []ParameterDetailItem `json:"ParameterDetail" xml:"ParameterDetail"`
}
ParameterDetail is a nested struct in polardb response
type ParameterDetailItem ¶ added in v1.61.975
type ParameterDetailItem struct { ParamValue string `json:"ParamValue" xml:"ParamValue"` ParamName string `json:"ParamName" xml:"ParamName"` }
ParameterDetailItem is a nested struct in polardb response
type ParameterGroup ¶ added in v1.61.975
type ParameterGroup struct {
ParameterGroupItem []ParameterGroupItem `json:"ParameterGroup" xml:"ParameterGroup"`
}
ParameterGroup is a nested struct in polardb response
type ParameterGroupItem ¶ added in v1.61.975
type ParameterGroupItem struct { DBType string `json:"DBType" xml:"DBType"` DBVersion string `json:"DBVersion" xml:"DBVersion"` ParameterGroupName string `json:"ParameterGroupName" xml:"ParameterGroupName"` ForceRestart string `json:"ForceRestart" xml:"ForceRestart"` ParameterGroupType string `json:"ParameterGroupType" xml:"ParameterGroupType"` ParameterCounts int `json:"ParameterCounts" xml:"ParameterCounts"` ParameterGroupDesc string `json:"ParameterGroupDesc" xml:"ParameterGroupDesc"` CreateTime string `json:"CreateTime" xml:"CreateTime"` ParameterGroupId string `json:"ParameterGroupId" xml:"ParameterGroupId"` ParameterDetail []ParameterDetailItem `json:"ParameterDetail" xml:"ParameterDetail"` }
ParameterGroupItem is a nested struct in polardb response
type ParameterGroups ¶ added in v1.61.975
type ParameterGroups struct {
ParameterGroupsItem []ParameterGroupsItem `json:"ParameterGroups" xml:"ParameterGroups"`
}
ParameterGroups is a nested struct in polardb response
type ParameterGroupsItem ¶ added in v1.61.975
type ParameterGroupsItem struct { DBType string `json:"DBType" xml:"DBType"` DBVersion string `json:"DBVersion" xml:"DBVersion"` ParameterGroupName string `json:"ParameterGroupName" xml:"ParameterGroupName"` ForceRestart string `json:"ForceRestart" xml:"ForceRestart"` ParameterGroupType string `json:"ParameterGroupType" xml:"ParameterGroupType"` ParameterCounts int64 `json:"ParameterCounts" xml:"ParameterCounts"` ParameterGroupDesc string `json:"ParameterGroupDesc" xml:"ParameterGroupDesc"` CreateTime string `json:"CreateTime" xml:"CreateTime"` ParameterGroupId string `json:"ParameterGroupId" xml:"ParameterGroupId"` }
ParameterGroupsItem is a nested struct in polardb response
type ParametersInDescribeDBClusterParameters ¶ added in v1.62.371
type ParametersInDescribeDBClusterParameters struct {
ParametersItem []ParametersItem `json:"Parameters" xml:"Parameters"`
}
ParametersInDescribeDBClusterParameters is a nested struct in polardb response
type ParametersInDescribeParameterTemplates ¶ added in v1.62.371
type ParametersInDescribeParameterTemplates struct {
TemplateRecord []TemplateRecord `json:"TemplateRecord" xml:"TemplateRecord"`
}
ParametersInDescribeParameterTemplates is a nested struct in polardb response
type ParametersItem ¶ added in v1.62.371
type ParametersItem struct { RdsParameterName string `json:"rdsParameterName" xml:"rdsParameterName"` RdsParameterValue string `json:"rdsParameterValue" xml:"rdsParameterValue"` RdsParameterOptional string `json:"rdsParameterOptional" xml:"rdsParameterOptional"` DistParameterName string `json:"distParameterName" xml:"distParameterName"` DistParameterValue string `json:"distParameterValue" xml:"distParameterValue"` DistParameterOptional string `json:"distParameterOptional" xml:"distParameterOptional"` IsEqual string `json:"IsEqual" xml:"IsEqual"` DistParameterDescription string `json:"distParameterDescription" xml:"distParameterDescription"` RdsParameterDescription string `json:"rdsParameterDescription" xml:"rdsParameterDescription"` }
ParametersItem is a nested struct in polardb response
type PerformanceItem ¶
type PerformanceItem struct { DBNodeId string `json:"DBNodeId" xml:"DBNodeId"` MetricName string `json:"MetricName" xml:"MetricName"` Measurement string `json:"Measurement" xml:"Measurement"` Points PointsInDescribeDBClusterPerformance `json:"Points" xml:"Points"` }
PerformanceItem is a nested struct in polardb response
type PerformanceItemValue ¶
type PerformanceItemValue struct { Value string `json:"Value" xml:"Value"` Timestamp int64 `json:"Timestamp" xml:"Timestamp"` }
PerformanceItemValue is a nested struct in polardb response
type PerformanceKeysInDescribeDBClusterPerformance ¶
type PerformanceKeysInDescribeDBClusterPerformance struct {
PerformanceItem []PerformanceItem `json:"PerformanceItem" xml:"PerformanceItem"`
}
PerformanceKeysInDescribeDBClusterPerformance is a nested struct in polardb response
type PerformanceKeysInDescribeDBNodePerformance ¶
type PerformanceKeysInDescribeDBNodePerformance struct {
PerformanceItem []PerformanceItem `json:"PerformanceItem" xml:"PerformanceItem"`
}
PerformanceKeysInDescribeDBNodePerformance is a nested struct in polardb response
type PerformanceKeysInDescribeDBProxyPerformance ¶ added in v1.61.1467
type PerformanceKeysInDescribeDBProxyPerformance struct {
PerformanceItem []PerformanceItem `json:"PerformanceItem" xml:"PerformanceItem"`
}
PerformanceKeysInDescribeDBProxyPerformance is a nested struct in polardb response
type PointsInDescribeDBClusterPerformance ¶
type PointsInDescribeDBClusterPerformance struct {
PerformanceItemValue []PerformanceItemValue `json:"PerformanceItemValue" xml:"PerformanceItemValue"`
}
PointsInDescribeDBClusterPerformance is a nested struct in polardb response
type PointsInDescribeDBNodePerformance ¶
type PointsInDescribeDBNodePerformance struct {
PerformanceItemValue []PerformanceItemValue `json:"PerformanceItemValue" xml:"PerformanceItemValue"`
}
PointsInDescribeDBNodePerformance is a nested struct in polardb response
type PointsInDescribeDBProxyPerformance ¶ added in v1.61.1467
type PointsInDescribeDBProxyPerformance struct {
PerformanceItemValue []PerformanceItemValue `json:"PerformanceItemValue" xml:"PerformanceItemValue"`
}
PointsInDescribeDBProxyPerformance is a nested struct in polardb response
type RdsEndpoint ¶ added in v1.61.330
type RdsEndpoint struct { DBEndpointId string `json:"DBEndpointId" xml:"DBEndpointId"` EndpointType string `json:"EndpointType" xml:"EndpointType"` AddressItems []Address `json:"AddressItems" xml:"AddressItems"` }
RdsEndpoint is a nested struct in polardb response
type RdsEndpointList ¶ added in v1.61.330
type RdsEndpointList struct {
RdsEndpoint []RdsEndpoint `json:"RdsEndpoint" xml:"RdsEndpoint"`
}
RdsEndpointList is a nested struct in polardb response
type RefreshDBClusterStorageUsageRequest ¶ added in v1.61.1705
type RefreshDBClusterStorageUsageRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` SyncRealTime requests.Boolean `position:"Query" name:"SyncRealTime"` }
RefreshDBClusterStorageUsageRequest is the request struct for api RefreshDBClusterStorageUsage
func CreateRefreshDBClusterStorageUsageRequest ¶ added in v1.61.1705
func CreateRefreshDBClusterStorageUsageRequest() (request *RefreshDBClusterStorageUsageRequest)
CreateRefreshDBClusterStorageUsageRequest creates a request to invoke RefreshDBClusterStorageUsage API
type RefreshDBClusterStorageUsageResponse ¶ added in v1.61.1705
type RefreshDBClusterStorageUsageResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
RefreshDBClusterStorageUsageResponse is the response struct for api RefreshDBClusterStorageUsage
func CreateRefreshDBClusterStorageUsageResponse ¶ added in v1.61.1705
func CreateRefreshDBClusterStorageUsageResponse() (response *RefreshDBClusterStorageUsageResponse)
CreateRefreshDBClusterStorageUsageResponse creates a response to parse from RefreshDBClusterStorageUsage response
type Region ¶
type Region struct { RegionId string `json:"RegionId" xml:"RegionId"` Zones Zones `json:"Zones" xml:"Zones"` }
Region is a nested struct in polardb response
type Regions ¶
type Regions struct {
Region []Region `json:"Region" xml:"Region"`
}
Regions is a nested struct in polardb response
type RelatedAPInstance ¶ added in v1.62.227
type RelatedAPInstance struct { Name string `json:"Name" xml:"Name"` ClassCode string `json:"ClassCode" xml:"ClassCode"` OssStorageUsed string `json:"OssStorageUsed" xml:"OssStorageUsed"` TotalAPNodes string `json:"TotalAPNodes" xml:"TotalAPNodes"` StorageUsedMB float64 `json:"StorageUsedMB" xml:"StorageUsedMB"` APNodeStatus string `json:"APNodeStatus" xml:"APNodeStatus"` }
RelatedAPInstance is a nested struct in polardb response
type RemoveDBClusterFromGDNRequest ¶ added in v1.61.1155
type RemoveDBClusterFromGDNRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` SecurityToken string `position:"Query" name:"SecurityToken"` GDNId string `position:"Query" name:"GDNId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
RemoveDBClusterFromGDNRequest is the request struct for api RemoveDBClusterFromGDN
func CreateRemoveDBClusterFromGDNRequest ¶ added in v1.61.1155
func CreateRemoveDBClusterFromGDNRequest() (request *RemoveDBClusterFromGDNRequest)
CreateRemoveDBClusterFromGDNRequest creates a request to invoke RemoveDBClusterFromGDN API
type RemoveDBClusterFromGDNResponse ¶ added in v1.61.1155
type RemoveDBClusterFromGDNResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
RemoveDBClusterFromGDNResponse is the response struct for api RemoveDBClusterFromGDN
func CreateRemoveDBClusterFromGDNResponse ¶ added in v1.61.1155
func CreateRemoveDBClusterFromGDNResponse() (response *RemoveDBClusterFromGDNResponse)
CreateRemoveDBClusterFromGDNResponse creates a response to parse from RemoveDBClusterFromGDN response
type ResetAccountRequest ¶
type ResetAccountRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` AccountName string `position:"Query" name:"AccountName"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` AccountPassword string `position:"Query" name:"AccountPassword"` }
ResetAccountRequest is the request struct for api ResetAccount
func CreateResetAccountRequest ¶
func CreateResetAccountRequest() (request *ResetAccountRequest)
CreateResetAccountRequest creates a request to invoke ResetAccount API
type ResetAccountResponse ¶
type ResetAccountResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ResetAccountResponse is the response struct for api ResetAccount
func CreateResetAccountResponse ¶
func CreateResetAccountResponse() (response *ResetAccountResponse)
CreateResetAccountResponse creates a response to parse from ResetAccount response
type ResetGlobalDatabaseNetworkRequest ¶ added in v1.62.318
type ResetGlobalDatabaseNetworkRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` SecurityToken string `position:"Query" name:"SecurityToken"` GDNId string `position:"Query" name:"GDNId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
ResetGlobalDatabaseNetworkRequest is the request struct for api ResetGlobalDatabaseNetwork
func CreateResetGlobalDatabaseNetworkRequest ¶ added in v1.62.318
func CreateResetGlobalDatabaseNetworkRequest() (request *ResetGlobalDatabaseNetworkRequest)
CreateResetGlobalDatabaseNetworkRequest creates a request to invoke ResetGlobalDatabaseNetwork API
type ResetGlobalDatabaseNetworkResponse ¶ added in v1.62.318
type ResetGlobalDatabaseNetworkResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ResetGlobalDatabaseNetworkResponse is the response struct for api ResetGlobalDatabaseNetwork
func CreateResetGlobalDatabaseNetworkResponse ¶ added in v1.62.318
func CreateResetGlobalDatabaseNetworkResponse() (response *ResetGlobalDatabaseNetworkResponse)
CreateResetGlobalDatabaseNetworkResponse creates a response to parse from ResetGlobalDatabaseNetwork response
type RestartDBNodeRequest ¶
type RestartDBNodeRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` DBNodeId string `position:"Query" name:"DBNodeId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
RestartDBNodeRequest is the request struct for api RestartDBNode
func CreateRestartDBNodeRequest ¶
func CreateRestartDBNodeRequest() (request *RestartDBNodeRequest)
CreateRestartDBNodeRequest creates a request to invoke RestartDBNode API
type RestartDBNodeResponse ¶
type RestartDBNodeResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
RestartDBNodeResponse is the response struct for api RestartDBNode
func CreateRestartDBNodeResponse ¶
func CreateRestartDBNodeResponse() (response *RestartDBNodeResponse)
CreateRestartDBNodeResponse creates a response to parse from RestartDBNode response
type RestoreTableRequest ¶ added in v1.61.732
type RestoreTableRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` SecurityToken string `position:"Query" name:"SecurityToken"` TableMeta string `position:"Query" name:"TableMeta"` RestoreTime string `position:"Query" name:"RestoreTime"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` BackupId string `position:"Query" name:"BackupId"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
RestoreTableRequest is the request struct for api RestoreTable
func CreateRestoreTableRequest ¶ added in v1.61.732
func CreateRestoreTableRequest() (request *RestoreTableRequest)
CreateRestoreTableRequest creates a request to invoke RestoreTable API
type RestoreTableResponse ¶ added in v1.61.732
type RestoreTableResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
RestoreTableResponse is the response struct for api RestoreTable
func CreateRestoreTableResponse ¶ added in v1.61.732
func CreateRestoreTableResponse() (response *RestoreTableResponse)
CreateRestoreTableResponse creates a response to parse from RestoreTable response
type RevokeAccountPrivilegeRequest ¶
type RevokeAccountPrivilegeRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` AccountName string `position:"Query" name:"AccountName"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` DBName string `position:"Query" name:"DBName"` }
RevokeAccountPrivilegeRequest is the request struct for api RevokeAccountPrivilege
func CreateRevokeAccountPrivilegeRequest ¶
func CreateRevokeAccountPrivilegeRequest() (request *RevokeAccountPrivilegeRequest)
CreateRevokeAccountPrivilegeRequest creates a request to invoke RevokeAccountPrivilege API
type RevokeAccountPrivilegeResponse ¶
type RevokeAccountPrivilegeResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
RevokeAccountPrivilegeResponse is the response struct for api RevokeAccountPrivilege
func CreateRevokeAccountPrivilegeResponse ¶
func CreateRevokeAccountPrivilegeResponse() (response *RevokeAccountPrivilegeResponse)
CreateRevokeAccountPrivilegeResponse creates a response to parse from RevokeAccountPrivilege response
type RuleList ¶ added in v1.61.1203
type RuleList struct {
RuleList []string `json:"RuleList" xml:"RuleList"`
}
RuleList is a nested struct in polardb response
type RunningParametersInDescribeDBClusterParameters ¶ added in v1.61.1574
type RunningParametersInDescribeDBClusterParameters struct {
Parameter []Parameter `json:"Parameter" xml:"Parameter"`
}
RunningParametersInDescribeDBClusterParameters is a nested struct in polardb response
type RunningParametersInDescribeDBNodesParameters ¶ added in v1.61.1574
type RunningParametersInDescribeDBNodesParameters struct {
Parameter []Parameter `json:"Parameter" xml:"Parameter"`
}
RunningParametersInDescribeDBNodesParameters is a nested struct in polardb response
type SQLSlowLog ¶ added in v1.60.298
type SQLSlowLog struct { SQLText string `json:"SQLText" xml:"SQLText"` ReturnMaxRowCount int64 `json:"ReturnMaxRowCount" xml:"ReturnMaxRowCount"` CreateTime string `json:"CreateTime" xml:"CreateTime"` MaxExecutionTime int64 `json:"MaxExecutionTime" xml:"MaxExecutionTime"` ParseTotalRowCounts int64 `json:"ParseTotalRowCounts" xml:"ParseTotalRowCounts"` TotalLockTimes int64 `json:"TotalLockTimes" xml:"TotalLockTimes"` TotalExecutionTimes int64 `json:"TotalExecutionTimes" xml:"TotalExecutionTimes"` DBNodeId string `json:"DBNodeId" xml:"DBNodeId"` SQLHASH string `json:"SQLHASH" xml:"SQLHASH"` ParseMaxRowCount int64 `json:"ParseMaxRowCount" xml:"ParseMaxRowCount"` MaxLockTime int64 `json:"MaxLockTime" xml:"MaxLockTime"` ReturnTotalRowCounts int64 `json:"ReturnTotalRowCounts" xml:"ReturnTotalRowCounts"` DBName string `json:"DBName" xml:"DBName"` TotalExecutionCounts int64 `json:"TotalExecutionCounts" xml:"TotalExecutionCounts"` }
SQLSlowLog is a nested struct in polardb response
type SQLSlowRecord ¶ added in v1.60.298
type SQLSlowRecord struct { ExecutionStartTime string `json:"ExecutionStartTime" xml:"ExecutionStartTime"` HostAddress string `json:"HostAddress" xml:"HostAddress"` QueryTimes int64 `json:"QueryTimes" xml:"QueryTimes"` SQLText string `json:"SQLText" xml:"SQLText"` ReturnRowCounts int64 `json:"ReturnRowCounts" xml:"ReturnRowCounts"` ParseRowCounts int64 `json:"ParseRowCounts" xml:"ParseRowCounts"` DBName string `json:"DBName" xml:"DBName"` LockTimes int64 `json:"LockTimes" xml:"LockTimes"` DBNodeId string `json:"DBNodeId" xml:"DBNodeId"` QueryTimeMS int64 `json:"QueryTimeMS" xml:"QueryTimeMS"` }
SQLSlowRecord is a nested struct in polardb response
type SupportedEngine ¶ added in v1.61.98
type SupportedEngine struct { Engine string `json:"Engine" xml:"Engine"` AvailableResources []AvailableResource `json:"AvailableResources" xml:"AvailableResources"` }
SupportedEngine is a nested struct in polardb response
type SupportedEngines ¶ added in v1.61.98
type SupportedEngines struct {
SupportedEngine []SupportedEngine `json:"SupportedEngine" xml:"SupportedEngine"`
}
SupportedEngines is a nested struct in polardb response
type SwitchOverGlobalDatabaseNetworkRequest ¶ added in v1.61.1705
type SwitchOverGlobalDatabaseNetworkRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` Forced requests.Boolean `position:"Query" name:"Forced"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` SecurityToken string `position:"Query" name:"SecurityToken"` GDNId string `position:"Query" name:"GDNId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
SwitchOverGlobalDatabaseNetworkRequest is the request struct for api SwitchOverGlobalDatabaseNetwork
func CreateSwitchOverGlobalDatabaseNetworkRequest ¶ added in v1.61.1705
func CreateSwitchOverGlobalDatabaseNetworkRequest() (request *SwitchOverGlobalDatabaseNetworkRequest)
CreateSwitchOverGlobalDatabaseNetworkRequest creates a request to invoke SwitchOverGlobalDatabaseNetwork API
type SwitchOverGlobalDatabaseNetworkResponse ¶ added in v1.61.1705
type SwitchOverGlobalDatabaseNetworkResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
SwitchOverGlobalDatabaseNetworkResponse is the response struct for api SwitchOverGlobalDatabaseNetwork
func CreateSwitchOverGlobalDatabaseNetworkResponse ¶ added in v1.61.1705
func CreateSwitchOverGlobalDatabaseNetworkResponse() (response *SwitchOverGlobalDatabaseNetworkResponse)
CreateSwitchOverGlobalDatabaseNetworkResponse creates a response to parse from SwitchOverGlobalDatabaseNetwork response
type Tables ¶ added in v1.61.732
type Tables struct {
Table []string `json:"Table" xml:"Table"`
}
Tables is a nested struct in polardb response
type TagResource ¶ added in v1.60.298
type TagResource struct { ResourceType string `json:"ResourceType" xml:"ResourceType"` TagValue string `json:"TagValue" xml:"TagValue"` ResourceId string `json:"ResourceId" xml:"ResourceId"` TagKey string `json:"TagKey" xml:"TagKey"` }
TagResource is a nested struct in polardb response
type TagResources ¶ added in v1.60.298
type TagResources struct {
TagResource []TagResource `json:"TagResource" xml:"TagResource"`
}
TagResources is a nested struct in polardb response
type TagResourcesRequest ¶
type TagResourcesRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` Tag *[]TagResourcesTag `position:"Query" name:"Tag" type:"Repeated"` ResourceId *[]string `position:"Query" name:"ResourceId" type:"Repeated"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` ResourceType string `position:"Query" name:"ResourceType"` }
TagResourcesRequest is the request struct for api TagResources
func CreateTagResourcesRequest ¶
func CreateTagResourcesRequest() (request *TagResourcesRequest)
CreateTagResourcesRequest creates a request to invoke TagResources API
type TagResourcesResponse ¶
type TagResourcesResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
TagResourcesResponse is the response struct for api TagResources
func CreateTagResourcesResponse ¶
func CreateTagResourcesResponse() (response *TagResourcesResponse)
CreateTagResourcesResponse creates a response to parse from TagResources response
type TagResourcesTag ¶
TagResourcesTag is a repeated param struct in TagResourcesRequest
type TagsInDescribeDBClusterAttribute ¶
type TagsInDescribeDBClusterAttribute struct {
Tag []Tag `json:"Tag" xml:"Tag"`
}
TagsInDescribeDBClusterAttribute is a nested struct in polardb response
type TagsInDescribeDBClusters ¶
type TagsInDescribeDBClusters struct {
Tag []Tag `json:"Tag" xml:"Tag"`
}
TagsInDescribeDBClusters is a nested struct in polardb response
type Task ¶ added in v1.61.732
type Task struct { FinishTime string `json:"FinishTime" xml:"FinishTime"` StepsInfo string `json:"StepsInfo" xml:"StepsInfo"` Progress int `json:"Progress" xml:"Progress"` ExpectedFinishTime string `json:"ExpectedFinishTime" xml:"ExpectedFinishTime"` BeginTime string `json:"BeginTime" xml:"BeginTime"` TaskErrorCode string `json:"TaskErrorCode" xml:"TaskErrorCode"` ProgressInfo string `json:"ProgressInfo" xml:"ProgressInfo"` CurrentStepName string `json:"CurrentStepName" xml:"CurrentStepName"` StepProgressInfo string `json:"StepProgressInfo" xml:"StepProgressInfo"` TaskErrorMessage string `json:"TaskErrorMessage" xml:"TaskErrorMessage"` TaskAction string `json:"TaskAction" xml:"TaskAction"` DBName string `json:"DBName" xml:"DBName"` Remain int `json:"Remain" xml:"Remain"` TaskId string `json:"TaskId" xml:"TaskId"` }
Task is a nested struct in polardb response
type Tasks ¶ added in v1.61.732
type Tasks struct {
Task []Task `json:"Task" xml:"Task"`
}
Tasks is a nested struct in polardb response
type TempModifyDBNodeDBNode ¶ added in v1.61.1271
type TempModifyDBNodeDBNode struct { TargetClass string `name:"TargetClass"` ZoneId string `name:"ZoneId"` }
TempModifyDBNodeDBNode is a repeated param struct in TempModifyDBNodeRequest
type TempModifyDBNodeRequest ¶ added in v1.61.1271
type TempModifyDBNodeRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ClientToken string `position:"Query" name:"ClientToken"` RestoreTime string `position:"Query" name:"RestoreTime"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OperationType string `position:"Query" name:"OperationType"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` ModifyType string `position:"Query" name:"ModifyType"` DBNode *[]TempModifyDBNodeDBNode `position:"Query" name:"DBNode" type:"Repeated"` }
TempModifyDBNodeRequest is the request struct for api TempModifyDBNode
func CreateTempModifyDBNodeRequest ¶ added in v1.61.1271
func CreateTempModifyDBNodeRequest() (request *TempModifyDBNodeRequest)
CreateTempModifyDBNodeRequest creates a request to invoke TempModifyDBNode API
type TempModifyDBNodeResponse ¶ added in v1.61.1271
type TempModifyDBNodeResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` OrderId string `json:"OrderId" xml:"OrderId"` DBNodeIds []string `json:"DBNodeIds" xml:"DBNodeIds"` }
TempModifyDBNodeResponse is the response struct for api TempModifyDBNode
func CreateTempModifyDBNodeResponse ¶ added in v1.61.1271
func CreateTempModifyDBNodeResponse() (response *TempModifyDBNodeResponse)
CreateTempModifyDBNodeResponse creates a response to parse from TempModifyDBNode response
type TemplateRecord ¶ added in v1.61.1061
type TemplateRecord struct { CheckingCode string `json:"CheckingCode" xml:"CheckingCode"` ParameterName string `json:"ParameterName" xml:"ParameterName"` ParameterValue string `json:"ParameterValue" xml:"ParameterValue"` ForceModify string `json:"ForceModify" xml:"ForceModify"` ForceRestart string `json:"ForceRestart" xml:"ForceRestart"` ParameterDescription string `json:"ParameterDescription" xml:"ParameterDescription"` IsNodeAvailable string `json:"IsNodeAvailable" xml:"IsNodeAvailable"` ParamRelyRule string `json:"ParamRelyRule" xml:"ParamRelyRule"` }
TemplateRecord is a nested struct in polardb response
type TimerInfos ¶ added in v1.61.881
type TimerInfos struct {
TimerInfosItem []TimerInfosItem `json:"timerInfos" xml:"timerInfos"`
}
TimerInfos is a nested struct in polardb response
type TimerInfosItem ¶ added in v1.62.70
type TimerInfosItem struct { Status string `json:"Status" xml:"Status"` Action string `json:"Action" xml:"Action"` PlannedEndTime string `json:"PlannedEndTime" xml:"PlannedEndTime"` PlannedTime string `json:"PlannedTime" xml:"PlannedTime"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` Region string `json:"Region" xml:"Region"` PlannedStartTime string `json:"PlannedStartTime" xml:"PlannedStartTime"` TaskId string `json:"TaskId" xml:"TaskId"` OrderId string `json:"OrderId" xml:"OrderId"` DbClusterStatus string `json:"DbClusterStatus" xml:"DbClusterStatus"` DbClusterDescription string `json:"DbClusterDescription" xml:"DbClusterDescription"` TaskCancel bool `json:"TaskCancel" xml:"TaskCancel"` }
TimerInfosItem is a nested struct in polardb response
type TransformDBClusterPayTypeRequest ¶ added in v1.61.1104
type TransformDBClusterPayTypeRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ClientToken string `position:"Query" name:"ClientToken"` ResourceGroupId string `position:"Query" name:"ResourceGroupId"` Period string `position:"Query" name:"Period"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` UsedTime string `position:"Query" name:"UsedTime"` PayType string `position:"Query" name:"PayType"` }
TransformDBClusterPayTypeRequest is the request struct for api TransformDBClusterPayType
func CreateTransformDBClusterPayTypeRequest ¶ added in v1.61.1104
func CreateTransformDBClusterPayTypeRequest() (request *TransformDBClusterPayTypeRequest)
CreateTransformDBClusterPayTypeRequest creates a request to invoke TransformDBClusterPayType API
type TransformDBClusterPayTypeResponse ¶ added in v1.61.1104
type TransformDBClusterPayTypeResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` ChargeType string `json:"ChargeType" xml:"ChargeType"` DBClusterId string `json:"DBClusterId" xml:"DBClusterId"` ExpiredTime string `json:"ExpiredTime" xml:"ExpiredTime"` OrderId string `json:"OrderId" xml:"OrderId"` }
TransformDBClusterPayTypeResponse is the response struct for api TransformDBClusterPayType
func CreateTransformDBClusterPayTypeResponse ¶ added in v1.61.1104
func CreateTransformDBClusterPayTypeResponse() (response *TransformDBClusterPayTypeResponse)
CreateTransformDBClusterPayTypeResponse creates a response to parse from TransformDBClusterPayType response
type TypeList ¶ added in v1.61.479
type TypeList struct {
Items []Items `json:"Items" xml:"Items"`
}
TypeList is a nested struct in polardb response
type UntagResourcesRequest ¶
type UntagResourcesRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` All requests.Boolean `position:"Query" name:"All"` ResourceId *[]string `position:"Query" name:"ResourceId" type:"Repeated"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` ResourceType string `position:"Query" name:"ResourceType"` TagKey *[]string `position:"Query" name:"TagKey" type:"Repeated"` }
UntagResourcesRequest is the request struct for api UntagResources
func CreateUntagResourcesRequest ¶
func CreateUntagResourcesRequest() (request *UntagResourcesRequest)
CreateUntagResourcesRequest creates a request to invoke UntagResources API
type UntagResourcesResponse ¶
type UntagResourcesResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
UntagResourcesResponse is the response struct for api UntagResources
func CreateUntagResourcesResponse ¶
func CreateUntagResourcesResponse() (response *UntagResourcesResponse)
CreateUntagResourcesResponse creates a response to parse from UntagResources response
type UpgradeDBClusterMinorVersionRequest ¶ added in v1.61.784
type UpgradeDBClusterMinorVersionRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` PlannedEndTime string `position:"Query" name:"PlannedEndTime"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` PlannedStartTime string `position:"Query" name:"PlannedStartTime"` FromTimeService requests.Boolean `position:"Query" name:"FromTimeService"` }
UpgradeDBClusterMinorVersionRequest is the request struct for api UpgradeDBClusterMinorVersion
func CreateUpgradeDBClusterMinorVersionRequest ¶ added in v1.61.784
func CreateUpgradeDBClusterMinorVersionRequest() (request *UpgradeDBClusterMinorVersionRequest)
CreateUpgradeDBClusterMinorVersionRequest creates a request to invoke UpgradeDBClusterMinorVersion API
type UpgradeDBClusterMinorVersionResponse ¶ added in v1.61.784
type UpgradeDBClusterMinorVersionResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
UpgradeDBClusterMinorVersionResponse is the response struct for api UpgradeDBClusterMinorVersion
func CreateUpgradeDBClusterMinorVersionResponse ¶ added in v1.61.784
func CreateUpgradeDBClusterMinorVersionResponse() (response *UpgradeDBClusterMinorVersionResponse)
CreateUpgradeDBClusterMinorVersionResponse creates a response to parse from UpgradeDBClusterMinorVersion response
type UpgradeDBClusterVersionRequest ¶ added in v1.61.881
type UpgradeDBClusterVersionRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` UpgradeType string `position:"Query" name:"UpgradeType"` PlannedEndTime string `position:"Query" name:"PlannedEndTime"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` DBClusterId string `position:"Query" name:"DBClusterId"` UpgradeLabel string `position:"Query" name:"UpgradeLabel"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` PlannedStartTime string `position:"Query" name:"PlannedStartTime"` TargetDBRevisionVersionCode string `position:"Query" name:"TargetDBRevisionVersionCode"` UpgradePolicy string `position:"Query" name:"UpgradePolicy"` FromTimeService requests.Boolean `position:"Query" name:"FromTimeService"` }
UpgradeDBClusterVersionRequest is the request struct for api UpgradeDBClusterVersion
func CreateUpgradeDBClusterVersionRequest ¶ added in v1.61.881
func CreateUpgradeDBClusterVersionRequest() (request *UpgradeDBClusterVersionRequest)
CreateUpgradeDBClusterVersionRequest creates a request to invoke UpgradeDBClusterVersion API
type UpgradeDBClusterVersionResponse ¶ added in v1.61.881
type UpgradeDBClusterVersionResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
UpgradeDBClusterVersionResponse is the response struct for api UpgradeDBClusterVersion
func CreateUpgradeDBClusterVersionResponse ¶ added in v1.61.881
func CreateUpgradeDBClusterVersionResponse() (response *UpgradeDBClusterVersionResponse)
CreateUpgradeDBClusterVersionResponse creates a response to parse from UpgradeDBClusterVersion response
type VSwitch ¶ added in v1.61.1826
type VSwitch struct { AliUid string `json:"AliUid" xml:"AliUid"` Bid string `json:"Bid" xml:"Bid"` CidrBlock string `json:"CidrBlock" xml:"CidrBlock"` Description string `json:"Description" xml:"Description"` GmtCreate string `json:"GmtCreate" xml:"GmtCreate"` GmtModified string `json:"GmtModified" xml:"GmtModified"` IsDefault bool `json:"IsDefault" xml:"IsDefault"` IzNo string `json:"IzNo" xml:"IzNo"` RegionNo string `json:"RegionNo" xml:"RegionNo"` Status string `json:"Status" xml:"Status"` VSwitchId string `json:"VSwitchId" xml:"VSwitchId"` VSwitchName string `json:"VSwitchName" xml:"VSwitchName"` AvailableIpAddressCount int64 `json:"AvailableIpAddressCount" xml:"AvailableIpAddressCount"` }
VSwitch is a nested struct in polardb response
type VSwitchs ¶ added in v1.61.1826
type VSwitchs struct {
VSwitch []VSwitch `json:"VSwitch" xml:"VSwitch"`
}
VSwitchs is a nested struct in polardb response
type Variable ¶ added in v1.61.838
type Variable struct { Charset string `json:"Charset" xml:"Charset"` Collate string `json:"Collate" xml:"Collate"` Ctype string `json:"Ctype" xml:"Ctype"` }
Variable is a nested struct in polardb response
type Variables ¶ added in v1.61.838
type Variables struct {
Variable []Variable `json:"Variable" xml:"Variable"`
}
Variables is a nested struct in polardb response
Source Files ¶
- cancel_schedule_tasks.go
- check_account_name.go
- check_db_name.go
- check_kms_authorized.go
- check_service_linked_role.go
- client.go
- close_ai_task.go
- close_db_cluster_migration.go
- create_account.go
- create_backup.go
- create_database.go
- create_db_cluster.go
- create_db_cluster_endpoint.go
- create_db_endpoint_address.go
- create_db_link.go
- create_db_nodes.go
- create_global_database_network.go
- create_global_security_ip_group.go
- create_parameter_group.go
- create_service_linked_role.go
- create_storage_plan.go
- delete_account.go
- delete_backup.go
- delete_database.go
- delete_db_cluster.go
- delete_db_cluster_endpoint.go
- delete_db_endpoint_address.go
- delete_db_link.go
- delete_db_nodes.go
- delete_global_database_network.go
- delete_global_security_ip_group.go
- delete_masking_rules.go
- delete_parameter_group.go
- describe_accounts.go
- describe_ai_task_status.go
- describe_auto_renew_attribute.go
- describe_backup_logs.go
- describe_backup_policy.go
- describe_backup_tasks.go
- describe_backups.go
- describe_character_set_name.go
- describe_class_list.go
- describe_databases.go
- describe_db_cluster_access_whitelist.go
- describe_db_cluster_attribute.go
- describe_db_cluster_audit_log_collector.go
- describe_db_cluster_available_resources.go
- describe_db_cluster_connectivity.go
- describe_db_cluster_endpoints.go
- describe_db_cluster_migration.go
- describe_db_cluster_monitor.go
- describe_db_cluster_parameters.go
- describe_db_cluster_performance.go
- describe_db_cluster_serverless_conf.go
- describe_db_cluster_ssl.go
- describe_db_cluster_tde.go
- describe_db_cluster_version.go
- describe_db_clusters.go
- describe_db_clusters_with_backups.go
- describe_db_initialize_variable.go
- describe_db_links.go
- describe_db_node_performance.go
- describe_db_nodes_parameters.go
- describe_db_proxy_performance.go
- describe_detached_backups.go
- describe_global_database_network.go
- describe_global_database_networks.go
- describe_global_security_ip_group.go
- describe_global_security_ip_group_relation.go
- describe_log_backup_policy.go
- describe_masking_rules.go
- describe_meta_list.go
- describe_parameter_group.go
- describe_parameter_groups.go
- describe_parameter_templates.go
- describe_pending_maintenance_action.go
- describe_pending_maintenance_actions.go
- describe_polar_sql_collector_policy.go
- describe_regions.go
- describe_schedule_tasks.go
- describe_slow_log_records.go
- describe_slow_logs.go
- describe_tasks.go
- describe_user_encryption_key_list.go
- describe_v_switches.go
- enable_firewall_rules.go
- endpoint.go
- evaluate_region_resource.go
- failover_db_cluster.go
- grant_account_privilege.go
- list_tag_resources.go
- manually_start_db_cluster.go
- modify_account_description.go
- modify_account_password.go
- modify_auto_renew_attribute.go
- modify_backup_policy.go
- modify_db_cluster.go
- modify_db_cluster_access_whitelist.go
- modify_db_cluster_and_nodes_parameters.go
- modify_db_cluster_audit_log_collector.go
- modify_db_cluster_deletion.go
- modify_db_cluster_description.go
- modify_db_cluster_endpoint.go
- modify_db_cluster_maintain_time.go
- modify_db_cluster_migration.go
- modify_db_cluster_monitor.go
- modify_db_cluster_parameters.go
- modify_db_cluster_primary_zone.go
- modify_db_cluster_resource_group.go
- modify_db_cluster_serverless_conf.go
- modify_db_cluster_ssl.go
- modify_db_cluster_storage_space.go
- modify_db_cluster_tde.go
- modify_db_description.go
- modify_db_endpoint_address.go
- modify_db_node_class.go
- modify_db_node_hot_replica_mode.go
- modify_db_nodes_class.go
- modify_db_nodes_parameters.go
- modify_global_database_network.go
- modify_global_security_ip_group.go
- modify_global_security_ip_group_name.go
- modify_global_security_ip_group_relation.go
- modify_log_backup_policy.go
- modify_masking_rules.go
- modify_pending_maintenance_action.go
- open_ai_task.go
- refresh_db_cluster_storage_usage.go
- remove_db_cluster_from_gdn.go
- reset_account.go
- reset_global_database_network.go
- restart_db_node.go
- restore_table.go
- revoke_account_privilege.go
- struct_account.go
- struct_accounts_in_describe_accounts.go
- struct_accounts_in_describe_databases.go
- struct_address.go
- struct_address_items_in_describe_db_cluster_endpoints.go
- struct_address_items_in_describe_db_cluster_migration.go
- struct_auto_renew_attribute.go
- struct_available_resource.go
- struct_available_resources.go
- struct_available_zone.go
- struct_available_zones.go
- struct_backup.go
- struct_backup_job.go
- struct_backup_log.go
- struct_character_set_name_items.go
- struct_connection.go
- struct_connections.go
- struct_data.go
- struct_database.go
- struct_database_privilege.go
- struct_database_privileges.go
- struct_databases.go
- struct_db_account.go
- struct_db_cluster.go
- struct_db_cluster_endpoint.go
- struct_db_cluster_endpoint_list.go
- struct_db_cluster_in_describe_global_database_network.go
- struct_db_cluster_ip_array.go
- struct_db_cluster_security_group.go
- struct_db_cluster_security_groups.go
- struct_db_clusters_in_describe_global_database_network.go
- struct_db_clusters_in_describe_global_database_networks.go
- struct_db_endpoint.go
- struct_db_instances_in_delete_global_security_ip_group.go
- struct_db_instances_in_describe_global_security_ip_group.go
- struct_db_instances_in_modify_global_security_ip_group.go
- struct_db_link_infos.go
- struct_db_link_infos_item.go
- struct_db_node.go
- struct_db_node_ids_in_create_db_nodes.go
- struct_db_node_ids_in_describe_db_nodes_parameters.go
- struct_db_node_ids_in_temp_modify_db_node.go
- struct_db_node_parameter.go
- struct_db_nodes_in_describe_db_cluster_attribute.go
- struct_db_nodes_in_describe_db_clusters.go
- struct_db_nodes_in_describe_global_database_network.go
- struct_db_revision_version_list.go
- struct_db_revision_version_list_item.go
- struct_global_database_network.go
- struct_global_security_ip_group_in_create_global_security_ip_group.go
- struct_global_security_ip_group_in_delete_global_security_ip_group.go
- struct_global_security_ip_group_in_describe_global_security_ip_group.go
- struct_global_security_ip_group_in_modify_global_security_ip_group.go
- struct_global_security_ip_group_in_modify_global_security_ip_group_name.go
- struct_global_security_ip_group_item.go
- struct_global_security_ip_group_rel_in_describe_global_security_ip_group_relation.go
- struct_global_security_ip_group_rel_in_modify_global_security_ip_group_relation.go
- struct_global_security_ip_group_rel_item.go
- struct_item.go
- struct_items.go
- struct_items_in_describe_auto_renew_attribute.go
- struct_items_in_describe_backup_logs.go
- struct_items_in_describe_backup_tasks.go
- struct_items_in_describe_backups.go
- struct_items_in_describe_class_list.go
- struct_items_in_describe_db_cluster_access_whitelist.go
- struct_items_in_describe_db_cluster_endpoints.go
- struct_items_in_describe_db_cluster_ssl.go
- struct_items_in_describe_db_clusters.go
- struct_items_in_describe_db_clusters_with_backups.go
- struct_items_in_describe_detached_backups.go
- struct_items_in_describe_global_database_networks.go
- struct_items_in_describe_meta_list.go
- struct_items_in_describe_pending_maintenance_action.go
- struct_items_in_describe_slow_log_records.go
- struct_items_in_describe_slow_logs.go
- struct_items_item.go
- struct_key_list.go
- struct_meta_item.go
- struct_parameter.go
- struct_parameter_detail.go
- struct_parameter_detail_item.go
- struct_parameter_group.go
- struct_parameter_group_item.go
- struct_parameter_groups.go
- struct_parameter_groups_item.go
- struct_parameters_in_describe_db_cluster_parameters.go
- struct_parameters_in_describe_parameter_templates.go
- struct_parameters_item.go
- struct_performance_item.go
- struct_performance_item_value.go
- struct_performance_keys_in_describe_db_cluster_performance.go
- struct_performance_keys_in_describe_db_node_performance.go
- struct_performance_keys_in_describe_db_proxy_performance.go
- struct_points_in_describe_db_cluster_performance.go
- struct_points_in_describe_db_node_performance.go
- struct_points_in_describe_db_proxy_performance.go
- struct_rds_endpoint.go
- struct_rds_endpoint_list.go
- struct_region.go
- struct_regions.go
- struct_related_ap_instance.go
- struct_rule_list.go
- struct_running_parameters_in_describe_db_cluster_parameters.go
- struct_running_parameters_in_describe_db_nodes_parameters.go
- struct_sql_slow_log.go
- struct_sql_slow_record.go
- struct_supported_engine.go
- struct_supported_engines.go
- struct_tables.go
- struct_tag.go
- struct_tag_resource.go
- struct_tag_resources.go
- struct_tags_in_describe_db_cluster_attribute.go
- struct_tags_in_describe_db_clusters.go
- struct_task.go
- struct_tasks.go
- struct_template_record.go
- struct_timer_infos.go
- struct_timer_infos_item.go
- struct_type_list.go
- struct_v_switch.go
- struct_v_switchs.go
- struct_variable.go
- struct_variables.go
- struct_zone.go
- struct_zones.go
- switch_over_global_database_network.go
- tag_resources.go
- temp_modify_db_node.go
- transform_db_cluster_pay_type.go
- untag_resources.go
- upgrade_db_cluster_minor_version.go
- upgrade_db_cluster_version.go