tidb

package
v1.2.49 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package tidbiface provides an interface to enable mocking the TIDB service client for testing your code.

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

Index

Constants

View Source
const (
	// EnumOfAuthTypeForCancelExportTaskOutputRoleArn is a EnumOfAuthTypeForCancelExportTaskOutput enum value
	EnumOfAuthTypeForCancelExportTaskOutputRoleArn = "ROLE_ARN"

	// EnumOfAuthTypeForCancelExportTaskOutputAccessKey is a EnumOfAuthTypeForCancelExportTaskOutput enum value
	EnumOfAuthTypeForCancelExportTaskOutputAccessKey = "ACCESS_KEY"

	// EnumOfAuthTypeForCancelExportTaskOutputServiceAccountKey is a EnumOfAuthTypeForCancelExportTaskOutput enum value
	EnumOfAuthTypeForCancelExportTaskOutputServiceAccountKey = "SERVICE_ACCOUNT_KEY"

	// EnumOfAuthTypeForCancelExportTaskOutputSasToken is a EnumOfAuthTypeForCancelExportTaskOutput enum value
	EnumOfAuthTypeForCancelExportTaskOutputSasToken = "SAS_TOKEN"
)
View Source
const (
	// EnumOfCompressionForCancelExportTaskOutputGzip is a EnumOfCompressionForCancelExportTaskOutput enum value
	EnumOfCompressionForCancelExportTaskOutputGzip = "GZIP"

	// EnumOfCompressionForCancelExportTaskOutputSnappy is a EnumOfCompressionForCancelExportTaskOutput enum value
	EnumOfCompressionForCancelExportTaskOutputSnappy = "SNAPPY"

	// EnumOfCompressionForCancelExportTaskOutputZstd is a EnumOfCompressionForCancelExportTaskOutput enum value
	EnumOfCompressionForCancelExportTaskOutputZstd = "ZSTD"

	// EnumOfCompressionForCancelExportTaskOutputNone is a EnumOfCompressionForCancelExportTaskOutput enum value
	EnumOfCompressionForCancelExportTaskOutputNone = "NONE"
)
View Source
const (
	// EnumOfFileTypeForCancelExportTaskOutputSql is a EnumOfFileTypeForCancelExportTaskOutput enum value
	EnumOfFileTypeForCancelExportTaskOutputSql = "SQL"

	// EnumOfFileTypeForCancelExportTaskOutputCsv is a EnumOfFileTypeForCancelExportTaskOutput enum value
	EnumOfFileTypeForCancelExportTaskOutputCsv = "CSV"

	// EnumOfFileTypeForCancelExportTaskOutputParquet is a EnumOfFileTypeForCancelExportTaskOutput enum value
	EnumOfFileTypeForCancelExportTaskOutputParquet = "PARQUET"
)
View Source
const (
	// EnumOfStateForCancelExportTaskOutputRunning is a EnumOfStateForCancelExportTaskOutput enum value
	EnumOfStateForCancelExportTaskOutputRunning = "RUNNING"

	// EnumOfStateForCancelExportTaskOutputSucceeded is a EnumOfStateForCancelExportTaskOutput enum value
	EnumOfStateForCancelExportTaskOutputSucceeded = "SUCCEEDED"

	// EnumOfStateForCancelExportTaskOutputFailed is a EnumOfStateForCancelExportTaskOutput enum value
	EnumOfStateForCancelExportTaskOutputFailed = "FAILED"

	// EnumOfStateForCancelExportTaskOutputCanceled is a EnumOfStateForCancelExportTaskOutput enum value
	EnumOfStateForCancelExportTaskOutputCanceled = "CANCELED"

	// EnumOfStateForCancelExportTaskOutputDeleted is a EnumOfStateForCancelExportTaskOutput enum value
	EnumOfStateForCancelExportTaskOutputDeleted = "DELETED"

	// EnumOfStateForCancelExportTaskOutputExpired is a EnumOfStateForCancelExportTaskOutput enum value
	EnumOfStateForCancelExportTaskOutputExpired = "EXPIRED"
)
View Source
const (
	// EnumOfTypeForCancelExportTaskOutputLocal is a EnumOfTypeForCancelExportTaskOutput enum value
	EnumOfTypeForCancelExportTaskOutputLocal = "LOCAL"

	// EnumOfTypeForCancelExportTaskOutputS3 is a EnumOfTypeForCancelExportTaskOutput enum value
	EnumOfTypeForCancelExportTaskOutputS3 = "S3"

	// EnumOfTypeForCancelExportTaskOutputGcs is a EnumOfTypeForCancelExportTaskOutput enum value
	EnumOfTypeForCancelExportTaskOutputGcs = "GCS"

	// EnumOfTypeForCancelExportTaskOutputAzureBlob is a EnumOfTypeForCancelExportTaskOutput enum value
	EnumOfTypeForCancelExportTaskOutputAzureBlob = "AZURE_BLOB"

	// EnumOfTypeForCancelExportTaskOutputOss is a EnumOfTypeForCancelExportTaskOutput enum value
	EnumOfTypeForCancelExportTaskOutputOss = "OSS"

	// EnumOfTypeForCancelExportTaskOutputTos is a EnumOfTypeForCancelExportTaskOutput enum value
	EnumOfTypeForCancelExportTaskOutputTos = "TOS"
)
View Source
const (
	// EnumOfHighAvailabilityTypeForCreateClusterInputZonal is a EnumOfHighAvailabilityTypeForCreateClusterInput enum value
	EnumOfHighAvailabilityTypeForCreateClusterInputZonal = "ZONAL"

	// EnumOfHighAvailabilityTypeForCreateClusterInputRegional is a EnumOfHighAvailabilityTypeForCreateClusterInput enum value
	EnumOfHighAvailabilityTypeForCreateClusterInputRegional = "REGIONAL"
)
View Source
const (
	// EnumOfServicePlanForCreateClusterInputStarter is a EnumOfServicePlanForCreateClusterInput enum value
	EnumOfServicePlanForCreateClusterInputStarter = "Starter"

	// EnumOfServicePlanForCreateClusterInputEssential is a EnumOfServicePlanForCreateClusterInput enum value
	EnumOfServicePlanForCreateClusterInputEssential = "Essential"

	// EnumOfServicePlanForCreateClusterInputPremium is a EnumOfServicePlanForCreateClusterInput enum value
	EnumOfServicePlanForCreateClusterInputPremium = "Premium"

	// EnumOfServicePlanForCreateClusterInputByoc is a EnumOfServicePlanForCreateClusterInput enum value
	EnumOfServicePlanForCreateClusterInputByoc = "BYOC"

	// EnumOfServicePlanForCreateClusterInputDedicated is a EnumOfServicePlanForCreateClusterInput enum value
	EnumOfServicePlanForCreateClusterInputDedicated = "Dedicated"
)
View Source
const (
	// EnumOfAuthTypeForCreateExportTaskInputRoleArn is a EnumOfAuthTypeForCreateExportTaskInput enum value
	EnumOfAuthTypeForCreateExportTaskInputRoleArn = "ROLE_ARN"

	// EnumOfAuthTypeForCreateExportTaskInputAccessKey is a EnumOfAuthTypeForCreateExportTaskInput enum value
	EnumOfAuthTypeForCreateExportTaskInputAccessKey = "ACCESS_KEY"

	// EnumOfAuthTypeForCreateExportTaskInputServiceAccountKey is a EnumOfAuthTypeForCreateExportTaskInput enum value
	EnumOfAuthTypeForCreateExportTaskInputServiceAccountKey = "SERVICE_ACCOUNT_KEY"

	// EnumOfAuthTypeForCreateExportTaskInputSasToken is a EnumOfAuthTypeForCreateExportTaskInput enum value
	EnumOfAuthTypeForCreateExportTaskInputSasToken = "SAS_TOKEN"
)
View Source
const (
	// EnumOfAuthTypeForCreateExportTaskOutputRoleArn is a EnumOfAuthTypeForCreateExportTaskOutput enum value
	EnumOfAuthTypeForCreateExportTaskOutputRoleArn = "ROLE_ARN"

	// EnumOfAuthTypeForCreateExportTaskOutputAccessKey is a EnumOfAuthTypeForCreateExportTaskOutput enum value
	EnumOfAuthTypeForCreateExportTaskOutputAccessKey = "ACCESS_KEY"

	// EnumOfAuthTypeForCreateExportTaskOutputServiceAccountKey is a EnumOfAuthTypeForCreateExportTaskOutput enum value
	EnumOfAuthTypeForCreateExportTaskOutputServiceAccountKey = "SERVICE_ACCOUNT_KEY"

	// EnumOfAuthTypeForCreateExportTaskOutputSasToken is a EnumOfAuthTypeForCreateExportTaskOutput enum value
	EnumOfAuthTypeForCreateExportTaskOutputSasToken = "SAS_TOKEN"
)
View Source
const (
	// EnumOfCompressionForCreateExportTaskInputGzip is a EnumOfCompressionForCreateExportTaskInput enum value
	EnumOfCompressionForCreateExportTaskInputGzip = "GZIP"

	// EnumOfCompressionForCreateExportTaskInputSnappy is a EnumOfCompressionForCreateExportTaskInput enum value
	EnumOfCompressionForCreateExportTaskInputSnappy = "SNAPPY"

	// EnumOfCompressionForCreateExportTaskInputZstd is a EnumOfCompressionForCreateExportTaskInput enum value
	EnumOfCompressionForCreateExportTaskInputZstd = "ZSTD"

	// EnumOfCompressionForCreateExportTaskInputNone is a EnumOfCompressionForCreateExportTaskInput enum value
	EnumOfCompressionForCreateExportTaskInputNone = "NONE"
)
View Source
const (
	// EnumOfCompressionForCreateExportTaskOutputGzip is a EnumOfCompressionForCreateExportTaskOutput enum value
	EnumOfCompressionForCreateExportTaskOutputGzip = "GZIP"

	// EnumOfCompressionForCreateExportTaskOutputSnappy is a EnumOfCompressionForCreateExportTaskOutput enum value
	EnumOfCompressionForCreateExportTaskOutputSnappy = "SNAPPY"

	// EnumOfCompressionForCreateExportTaskOutputZstd is a EnumOfCompressionForCreateExportTaskOutput enum value
	EnumOfCompressionForCreateExportTaskOutputZstd = "ZSTD"

	// EnumOfCompressionForCreateExportTaskOutputNone is a EnumOfCompressionForCreateExportTaskOutput enum value
	EnumOfCompressionForCreateExportTaskOutputNone = "NONE"
)
View Source
const (
	// EnumOfFileTypeForCreateExportTaskInputSql is a EnumOfFileTypeForCreateExportTaskInput enum value
	EnumOfFileTypeForCreateExportTaskInputSql = "SQL"

	// EnumOfFileTypeForCreateExportTaskInputCsv is a EnumOfFileTypeForCreateExportTaskInput enum value
	EnumOfFileTypeForCreateExportTaskInputCsv = "CSV"

	// EnumOfFileTypeForCreateExportTaskInputParquet is a EnumOfFileTypeForCreateExportTaskInput enum value
	EnumOfFileTypeForCreateExportTaskInputParquet = "PARQUET"
)
View Source
const (
	// EnumOfFileTypeForCreateExportTaskOutputSql is a EnumOfFileTypeForCreateExportTaskOutput enum value
	EnumOfFileTypeForCreateExportTaskOutputSql = "SQL"

	// EnumOfFileTypeForCreateExportTaskOutputCsv is a EnumOfFileTypeForCreateExportTaskOutput enum value
	EnumOfFileTypeForCreateExportTaskOutputCsv = "CSV"

	// EnumOfFileTypeForCreateExportTaskOutputParquet is a EnumOfFileTypeForCreateExportTaskOutput enum value
	EnumOfFileTypeForCreateExportTaskOutputParquet = "PARQUET"
)
View Source
const (
	// EnumOfStateForCreateExportTaskOutputRunning is a EnumOfStateForCreateExportTaskOutput enum value
	EnumOfStateForCreateExportTaskOutputRunning = "RUNNING"

	// EnumOfStateForCreateExportTaskOutputSucceeded is a EnumOfStateForCreateExportTaskOutput enum value
	EnumOfStateForCreateExportTaskOutputSucceeded = "SUCCEEDED"

	// EnumOfStateForCreateExportTaskOutputFailed is a EnumOfStateForCreateExportTaskOutput enum value
	EnumOfStateForCreateExportTaskOutputFailed = "FAILED"

	// EnumOfStateForCreateExportTaskOutputCanceled is a EnumOfStateForCreateExportTaskOutput enum value
	EnumOfStateForCreateExportTaskOutputCanceled = "CANCELED"

	// EnumOfStateForCreateExportTaskOutputDeleted is a EnumOfStateForCreateExportTaskOutput enum value
	EnumOfStateForCreateExportTaskOutputDeleted = "DELETED"

	// EnumOfStateForCreateExportTaskOutputExpired is a EnumOfStateForCreateExportTaskOutput enum value
	EnumOfStateForCreateExportTaskOutputExpired = "EXPIRED"
)
View Source
const (
	// EnumOfTypeForCreateExportTaskInputLocal is a EnumOfTypeForCreateExportTaskInput enum value
	EnumOfTypeForCreateExportTaskInputLocal = "LOCAL"

	// EnumOfTypeForCreateExportTaskInputS3 is a EnumOfTypeForCreateExportTaskInput enum value
	EnumOfTypeForCreateExportTaskInputS3 = "S3"

	// EnumOfTypeForCreateExportTaskInputGcs is a EnumOfTypeForCreateExportTaskInput enum value
	EnumOfTypeForCreateExportTaskInputGcs = "GCS"

	// EnumOfTypeForCreateExportTaskInputAzureBlob is a EnumOfTypeForCreateExportTaskInput enum value
	EnumOfTypeForCreateExportTaskInputAzureBlob = "AZURE_BLOB"

	// EnumOfTypeForCreateExportTaskInputOss is a EnumOfTypeForCreateExportTaskInput enum value
	EnumOfTypeForCreateExportTaskInputOss = "OSS"

	// EnumOfTypeForCreateExportTaskInputTos is a EnumOfTypeForCreateExportTaskInput enum value
	EnumOfTypeForCreateExportTaskInputTos = "TOS"
)
View Source
const (
	// EnumOfTypeForCreateExportTaskOutputLocal is a EnumOfTypeForCreateExportTaskOutput enum value
	EnumOfTypeForCreateExportTaskOutputLocal = "LOCAL"

	// EnumOfTypeForCreateExportTaskOutputS3 is a EnumOfTypeForCreateExportTaskOutput enum value
	EnumOfTypeForCreateExportTaskOutputS3 = "S3"

	// EnumOfTypeForCreateExportTaskOutputGcs is a EnumOfTypeForCreateExportTaskOutput enum value
	EnumOfTypeForCreateExportTaskOutputGcs = "GCS"

	// EnumOfTypeForCreateExportTaskOutputAzureBlob is a EnumOfTypeForCreateExportTaskOutput enum value
	EnumOfTypeForCreateExportTaskOutputAzureBlob = "AZURE_BLOB"

	// EnumOfTypeForCreateExportTaskOutputOss is a EnumOfTypeForCreateExportTaskOutput enum value
	EnumOfTypeForCreateExportTaskOutputOss = "OSS"

	// EnumOfTypeForCreateExportTaskOutputTos is a EnumOfTypeForCreateExportTaskOutput enum value
	EnumOfTypeForCreateExportTaskOutputTos = "TOS"
)
View Source
const (
	// EnumOfAuthTypeForCreateImportTaskInputRoleArn is a EnumOfAuthTypeForCreateImportTaskInput enum value
	EnumOfAuthTypeForCreateImportTaskInputRoleArn = "ROLE_ARN"

	// EnumOfAuthTypeForCreateImportTaskInputAccessKey is a EnumOfAuthTypeForCreateImportTaskInput enum value
	EnumOfAuthTypeForCreateImportTaskInputAccessKey = "ACCESS_KEY"

	// EnumOfAuthTypeForCreateImportTaskInputServiceAccountKey is a EnumOfAuthTypeForCreateImportTaskInput enum value
	EnumOfAuthTypeForCreateImportTaskInputServiceAccountKey = "SERVICE_ACCOUNT_KEY"

	// EnumOfAuthTypeForCreateImportTaskInputSasToken is a EnumOfAuthTypeForCreateImportTaskInput enum value
	EnumOfAuthTypeForCreateImportTaskInputSasToken = "SAS_TOKEN"
)
View Source
const (
	// EnumOfAuthTypeForCreateImportTaskOutputRoleArn is a EnumOfAuthTypeForCreateImportTaskOutput enum value
	EnumOfAuthTypeForCreateImportTaskOutputRoleArn = "ROLE_ARN"

	// EnumOfAuthTypeForCreateImportTaskOutputAccessKey is a EnumOfAuthTypeForCreateImportTaskOutput enum value
	EnumOfAuthTypeForCreateImportTaskOutputAccessKey = "ACCESS_KEY"

	// EnumOfAuthTypeForCreateImportTaskOutputServiceAccountKey is a EnumOfAuthTypeForCreateImportTaskOutput enum value
	EnumOfAuthTypeForCreateImportTaskOutputServiceAccountKey = "SERVICE_ACCOUNT_KEY"

	// EnumOfAuthTypeForCreateImportTaskOutputSasToken is a EnumOfAuthTypeForCreateImportTaskOutput enum value
	EnumOfAuthTypeForCreateImportTaskOutputSasToken = "SAS_TOKEN"
)
View Source
const (
	// EnumOfFileTypeForCreateImportTaskInputCsv is a EnumOfFileTypeForCreateImportTaskInput enum value
	EnumOfFileTypeForCreateImportTaskInputCsv = "CSV"

	// EnumOfFileTypeForCreateImportTaskInputSql is a EnumOfFileTypeForCreateImportTaskInput enum value
	EnumOfFileTypeForCreateImportTaskInputSql = "SQL"

	// EnumOfFileTypeForCreateImportTaskInputAuroraSnapshot is a EnumOfFileTypeForCreateImportTaskInput enum value
	EnumOfFileTypeForCreateImportTaskInputAuroraSnapshot = "AURORA_SNAPSHOT"

	// EnumOfFileTypeForCreateImportTaskInputParquet is a EnumOfFileTypeForCreateImportTaskInput enum value
	EnumOfFileTypeForCreateImportTaskInputParquet = "PARQUET"
)
View Source
const (
	// EnumOfFileTypeForCreateImportTaskOutputCsv is a EnumOfFileTypeForCreateImportTaskOutput enum value
	EnumOfFileTypeForCreateImportTaskOutputCsv = "CSV"

	// EnumOfFileTypeForCreateImportTaskOutputSql is a EnumOfFileTypeForCreateImportTaskOutput enum value
	EnumOfFileTypeForCreateImportTaskOutputSql = "SQL"

	// EnumOfFileTypeForCreateImportTaskOutputAuroraSnapshot is a EnumOfFileTypeForCreateImportTaskOutput enum value
	EnumOfFileTypeForCreateImportTaskOutputAuroraSnapshot = "AURORA_SNAPSHOT"

	// EnumOfFileTypeForCreateImportTaskOutputParquet is a EnumOfFileTypeForCreateImportTaskOutput enum value
	EnumOfFileTypeForCreateImportTaskOutputParquet = "PARQUET"
)
View Source
const (
	// EnumOfResultForCreateImportTaskOutputSuccess is a EnumOfResultForCreateImportTaskOutput enum value
	EnumOfResultForCreateImportTaskOutputSuccess = "SUCCESS"

	// EnumOfResultForCreateImportTaskOutputWarning is a EnumOfResultForCreateImportTaskOutput enum value
	EnumOfResultForCreateImportTaskOutputWarning = "WARNING"

	// EnumOfResultForCreateImportTaskOutputError is a EnumOfResultForCreateImportTaskOutput enum value
	EnumOfResultForCreateImportTaskOutputError = "ERROR"
)
View Source
const (
	// EnumOfStateForCreateImportTaskOutputPreparing is a EnumOfStateForCreateImportTaskOutput enum value
	EnumOfStateForCreateImportTaskOutputPreparing = "PREPARING"

	// EnumOfStateForCreateImportTaskOutputImporting is a EnumOfStateForCreateImportTaskOutput enum value
	EnumOfStateForCreateImportTaskOutputImporting = "IMPORTING"

	// EnumOfStateForCreateImportTaskOutputCompleted is a EnumOfStateForCreateImportTaskOutput enum value
	EnumOfStateForCreateImportTaskOutputCompleted = "COMPLETED"

	// EnumOfStateForCreateImportTaskOutputFailed is a EnumOfStateForCreateImportTaskOutput enum value
	EnumOfStateForCreateImportTaskOutputFailed = "FAILED"

	// EnumOfStateForCreateImportTaskOutputCanceling is a EnumOfStateForCreateImportTaskOutput enum value
	EnumOfStateForCreateImportTaskOutputCanceling = "CANCELING"

	// EnumOfStateForCreateImportTaskOutputCanceled is a EnumOfStateForCreateImportTaskOutput enum value
	EnumOfStateForCreateImportTaskOutputCanceled = "CANCELED"
)
View Source
const (
	// EnumOfTypeForCreateImportTaskInput6 is a EnumOfTypeForCreateImportTaskInput enum value
	EnumOfTypeForCreateImportTaskInput6 = "6"

	// EnumOfTypeForCreateImportTaskInput7 is a EnumOfTypeForCreateImportTaskInput enum value
	EnumOfTypeForCreateImportTaskInput7 = "7"
)
View Source
const (
	// EnumOfTypeForCreateImportTaskOutput6 is a EnumOfTypeForCreateImportTaskOutput enum value
	EnumOfTypeForCreateImportTaskOutput6 = "6"

	// EnumOfTypeForCreateImportTaskOutput7 is a EnumOfTypeForCreateImportTaskOutput enum value
	EnumOfTypeForCreateImportTaskOutput7 = "7"
)
View Source
const (
	// EnumOfHighAvailabilityTypeForDeleteClusterOutputZonal is a EnumOfHighAvailabilityTypeForDeleteClusterOutput enum value
	EnumOfHighAvailabilityTypeForDeleteClusterOutputZonal = "ZONAL"

	// EnumOfHighAvailabilityTypeForDeleteClusterOutputRegional is a EnumOfHighAvailabilityTypeForDeleteClusterOutput enum value
	EnumOfHighAvailabilityTypeForDeleteClusterOutputRegional = "REGIONAL"
)
View Source
const (
	// EnumOfServicePlanForDeleteClusterOutputStarter is a EnumOfServicePlanForDeleteClusterOutput enum value
	EnumOfServicePlanForDeleteClusterOutputStarter = "Starter"

	// EnumOfServicePlanForDeleteClusterOutputEssential is a EnumOfServicePlanForDeleteClusterOutput enum value
	EnumOfServicePlanForDeleteClusterOutputEssential = "Essential"

	// EnumOfServicePlanForDeleteClusterOutputPremium is a EnumOfServicePlanForDeleteClusterOutput enum value
	EnumOfServicePlanForDeleteClusterOutputPremium = "Premium"

	// EnumOfServicePlanForDeleteClusterOutputByoc is a EnumOfServicePlanForDeleteClusterOutput enum value
	EnumOfServicePlanForDeleteClusterOutputByoc = "BYOC"

	// EnumOfServicePlanForDeleteClusterOutputDedicated is a EnumOfServicePlanForDeleteClusterOutput enum value
	EnumOfServicePlanForDeleteClusterOutputDedicated = "Dedicated"
)
View Source
const (
	// EnumOfStateForDeleteClusterOutputCreating is a EnumOfStateForDeleteClusterOutput enum value
	EnumOfStateForDeleteClusterOutputCreating = "CREATING"

	// EnumOfStateForDeleteClusterOutputDeleting is a EnumOfStateForDeleteClusterOutput enum value
	EnumOfStateForDeleteClusterOutputDeleting = "DELETING"

	// EnumOfStateForDeleteClusterOutputActive is a EnumOfStateForDeleteClusterOutput enum value
	EnumOfStateForDeleteClusterOutputActive = "ACTIVE"

	// EnumOfStateForDeleteClusterOutputRestoring is a EnumOfStateForDeleteClusterOutput enum value
	EnumOfStateForDeleteClusterOutputRestoring = "RESTORING"

	// EnumOfStateForDeleteClusterOutputMaintenance is a EnumOfStateForDeleteClusterOutput enum value
	EnumOfStateForDeleteClusterOutputMaintenance = "MAINTENANCE"

	// EnumOfStateForDeleteClusterOutputDeleted is a EnumOfStateForDeleteClusterOutput enum value
	EnumOfStateForDeleteClusterOutputDeleted = "DELETED"

	// EnumOfStateForDeleteClusterOutputInactive is a EnumOfStateForDeleteClusterOutput enum value
	EnumOfStateForDeleteClusterOutputInactive = "INACTIVE"

	// EnumOfStateForDeleteClusterOutputUpgrading is a EnumOfStateForDeleteClusterOutput enum value
	EnumOfStateForDeleteClusterOutputUpgrading = "UPGRADING"

	// EnumOfStateForDeleteClusterOutputImporting is a EnumOfStateForDeleteClusterOutput enum value
	EnumOfStateForDeleteClusterOutputImporting = "IMPORTING"

	// EnumOfStateForDeleteClusterOutputModifying is a EnumOfStateForDeleteClusterOutput enum value
	EnumOfStateForDeleteClusterOutputModifying = "MODIFYING"

	// EnumOfStateForDeleteClusterOutputPausing is a EnumOfStateForDeleteClusterOutput enum value
	EnumOfStateForDeleteClusterOutputPausing = "PAUSING"

	// EnumOfStateForDeleteClusterOutputPaused is a EnumOfStateForDeleteClusterOutput enum value
	EnumOfStateForDeleteClusterOutputPaused = "PAUSED"

	// EnumOfStateForDeleteClusterOutputResuming is a EnumOfStateForDeleteClusterOutput enum value
	EnumOfStateForDeleteClusterOutputResuming = "RESUMING"
)
View Source
const (
	// EnumOfAuthTypeForDeleteExportTaskOutputRoleArn is a EnumOfAuthTypeForDeleteExportTaskOutput enum value
	EnumOfAuthTypeForDeleteExportTaskOutputRoleArn = "ROLE_ARN"

	// EnumOfAuthTypeForDeleteExportTaskOutputAccessKey is a EnumOfAuthTypeForDeleteExportTaskOutput enum value
	EnumOfAuthTypeForDeleteExportTaskOutputAccessKey = "ACCESS_KEY"

	// EnumOfAuthTypeForDeleteExportTaskOutputServiceAccountKey is a EnumOfAuthTypeForDeleteExportTaskOutput enum value
	EnumOfAuthTypeForDeleteExportTaskOutputServiceAccountKey = "SERVICE_ACCOUNT_KEY"

	// EnumOfAuthTypeForDeleteExportTaskOutputSasToken is a EnumOfAuthTypeForDeleteExportTaskOutput enum value
	EnumOfAuthTypeForDeleteExportTaskOutputSasToken = "SAS_TOKEN"
)
View Source
const (
	// EnumOfCompressionForDeleteExportTaskOutputGzip is a EnumOfCompressionForDeleteExportTaskOutput enum value
	EnumOfCompressionForDeleteExportTaskOutputGzip = "GZIP"

	// EnumOfCompressionForDeleteExportTaskOutputSnappy is a EnumOfCompressionForDeleteExportTaskOutput enum value
	EnumOfCompressionForDeleteExportTaskOutputSnappy = "SNAPPY"

	// EnumOfCompressionForDeleteExportTaskOutputZstd is a EnumOfCompressionForDeleteExportTaskOutput enum value
	EnumOfCompressionForDeleteExportTaskOutputZstd = "ZSTD"

	// EnumOfCompressionForDeleteExportTaskOutputNone is a EnumOfCompressionForDeleteExportTaskOutput enum value
	EnumOfCompressionForDeleteExportTaskOutputNone = "NONE"
)
View Source
const (
	// EnumOfFileTypeForDeleteExportTaskOutputSql is a EnumOfFileTypeForDeleteExportTaskOutput enum value
	EnumOfFileTypeForDeleteExportTaskOutputSql = "SQL"

	// EnumOfFileTypeForDeleteExportTaskOutputCsv is a EnumOfFileTypeForDeleteExportTaskOutput enum value
	EnumOfFileTypeForDeleteExportTaskOutputCsv = "CSV"

	// EnumOfFileTypeForDeleteExportTaskOutputParquet is a EnumOfFileTypeForDeleteExportTaskOutput enum value
	EnumOfFileTypeForDeleteExportTaskOutputParquet = "PARQUET"
)
View Source
const (
	// EnumOfStateForDeleteExportTaskOutputRunning is a EnumOfStateForDeleteExportTaskOutput enum value
	EnumOfStateForDeleteExportTaskOutputRunning = "RUNNING"

	// EnumOfStateForDeleteExportTaskOutputSucceeded is a EnumOfStateForDeleteExportTaskOutput enum value
	EnumOfStateForDeleteExportTaskOutputSucceeded = "SUCCEEDED"

	// EnumOfStateForDeleteExportTaskOutputFailed is a EnumOfStateForDeleteExportTaskOutput enum value
	EnumOfStateForDeleteExportTaskOutputFailed = "FAILED"

	// EnumOfStateForDeleteExportTaskOutputCanceled is a EnumOfStateForDeleteExportTaskOutput enum value
	EnumOfStateForDeleteExportTaskOutputCanceled = "CANCELED"

	// EnumOfStateForDeleteExportTaskOutputDeleted is a EnumOfStateForDeleteExportTaskOutput enum value
	EnumOfStateForDeleteExportTaskOutputDeleted = "DELETED"

	// EnumOfStateForDeleteExportTaskOutputExpired is a EnumOfStateForDeleteExportTaskOutput enum value
	EnumOfStateForDeleteExportTaskOutputExpired = "EXPIRED"
)
View Source
const (
	// EnumOfTypeForDeleteExportTaskOutputLocal is a EnumOfTypeForDeleteExportTaskOutput enum value
	EnumOfTypeForDeleteExportTaskOutputLocal = "LOCAL"

	// EnumOfTypeForDeleteExportTaskOutputS3 is a EnumOfTypeForDeleteExportTaskOutput enum value
	EnumOfTypeForDeleteExportTaskOutputS3 = "S3"

	// EnumOfTypeForDeleteExportTaskOutputGcs is a EnumOfTypeForDeleteExportTaskOutput enum value
	EnumOfTypeForDeleteExportTaskOutputGcs = "GCS"

	// EnumOfTypeForDeleteExportTaskOutputAzureBlob is a EnumOfTypeForDeleteExportTaskOutput enum value
	EnumOfTypeForDeleteExportTaskOutputAzureBlob = "AZURE_BLOB"

	// EnumOfTypeForDeleteExportTaskOutputOss is a EnumOfTypeForDeleteExportTaskOutput enum value
	EnumOfTypeForDeleteExportTaskOutputOss = "OSS"

	// EnumOfTypeForDeleteExportTaskOutputTos is a EnumOfTypeForDeleteExportTaskOutput enum value
	EnumOfTypeForDeleteExportTaskOutputTos = "TOS"
)
View Source
const (
	// EnumOfHighAvailabilityTypeForDescribePriceDetailInputZonal is a EnumOfHighAvailabilityTypeForDescribePriceDetailInput enum value
	EnumOfHighAvailabilityTypeForDescribePriceDetailInputZonal = "ZONAL"

	// EnumOfHighAvailabilityTypeForDescribePriceDetailInputRegional is a EnumOfHighAvailabilityTypeForDescribePriceDetailInput enum value
	EnumOfHighAvailabilityTypeForDescribePriceDetailInputRegional = "REGIONAL"
)
View Source
const (
	// EnumOfServicePlanForDescribePriceDetailInputStarter is a EnumOfServicePlanForDescribePriceDetailInput enum value
	EnumOfServicePlanForDescribePriceDetailInputStarter = "Starter"

	// EnumOfServicePlanForDescribePriceDetailInputEssential is a EnumOfServicePlanForDescribePriceDetailInput enum value
	EnumOfServicePlanForDescribePriceDetailInputEssential = "Essential"

	// EnumOfServicePlanForDescribePriceDetailInputPremium is a EnumOfServicePlanForDescribePriceDetailInput enum value
	EnumOfServicePlanForDescribePriceDetailInputPremium = "Premium"

	// EnumOfServicePlanForDescribePriceDetailInputByoc is a EnumOfServicePlanForDescribePriceDetailInput enum value
	EnumOfServicePlanForDescribePriceDetailInputByoc = "BYOC"

	// EnumOfServicePlanForDescribePriceDetailInputDedicated is a EnumOfServicePlanForDescribePriceDetailInput enum value
	EnumOfServicePlanForDescribePriceDetailInputDedicated = "Dedicated"
)
View Source
const (
	// EnumOfStateForGetBackupOutputSucceeded is a EnumOfStateForGetBackupOutput enum value
	EnumOfStateForGetBackupOutputSucceeded = "SUCCEEDED"

	// EnumOfStateForGetBackupOutputFailed is a EnumOfStateForGetBackupOutput enum value
	EnumOfStateForGetBackupOutputFailed = "FAILED"
)
View Source
const (
	// EnumOfViewForGetBranchDetailsInputBasic is a EnumOfViewForGetBranchDetailsInput enum value
	EnumOfViewForGetBranchDetailsInputBasic = "BASIC"

	// EnumOfViewForGetBranchDetailsInputFull is a EnumOfViewForGetBranchDetailsInput enum value
	EnumOfViewForGetBranchDetailsInputFull = "FULL"
)
View Source
const (
	// EnumOfHighAvailabilityTypeForGetClusterDetailsOutputZonal is a EnumOfHighAvailabilityTypeForGetClusterDetailsOutput enum value
	EnumOfHighAvailabilityTypeForGetClusterDetailsOutputZonal = "ZONAL"

	// EnumOfHighAvailabilityTypeForGetClusterDetailsOutputRegional is a EnumOfHighAvailabilityTypeForGetClusterDetailsOutput enum value
	EnumOfHighAvailabilityTypeForGetClusterDetailsOutputRegional = "REGIONAL"
)
View Source
const (
	// EnumOfServicePlanForGetClusterDetailsOutputStarter is a EnumOfServicePlanForGetClusterDetailsOutput enum value
	EnumOfServicePlanForGetClusterDetailsOutputStarter = "Starter"

	// EnumOfServicePlanForGetClusterDetailsOutputEssential is a EnumOfServicePlanForGetClusterDetailsOutput enum value
	EnumOfServicePlanForGetClusterDetailsOutputEssential = "Essential"

	// EnumOfServicePlanForGetClusterDetailsOutputPremium is a EnumOfServicePlanForGetClusterDetailsOutput enum value
	EnumOfServicePlanForGetClusterDetailsOutputPremium = "Premium"

	// EnumOfServicePlanForGetClusterDetailsOutputByoc is a EnumOfServicePlanForGetClusterDetailsOutput enum value
	EnumOfServicePlanForGetClusterDetailsOutputByoc = "BYOC"

	// EnumOfServicePlanForGetClusterDetailsOutputDedicated is a EnumOfServicePlanForGetClusterDetailsOutput enum value
	EnumOfServicePlanForGetClusterDetailsOutputDedicated = "Dedicated"
)
View Source
const (
	// EnumOfStateForGetClusterDetailsOutputCreating is a EnumOfStateForGetClusterDetailsOutput enum value
	EnumOfStateForGetClusterDetailsOutputCreating = "CREATING"

	// EnumOfStateForGetClusterDetailsOutputDeleting is a EnumOfStateForGetClusterDetailsOutput enum value
	EnumOfStateForGetClusterDetailsOutputDeleting = "DELETING"

	// EnumOfStateForGetClusterDetailsOutputActive is a EnumOfStateForGetClusterDetailsOutput enum value
	EnumOfStateForGetClusterDetailsOutputActive = "ACTIVE"

	// EnumOfStateForGetClusterDetailsOutputRestoring is a EnumOfStateForGetClusterDetailsOutput enum value
	EnumOfStateForGetClusterDetailsOutputRestoring = "RESTORING"

	// EnumOfStateForGetClusterDetailsOutputMaintenance is a EnumOfStateForGetClusterDetailsOutput enum value
	EnumOfStateForGetClusterDetailsOutputMaintenance = "MAINTENANCE"

	// EnumOfStateForGetClusterDetailsOutputDeleted is a EnumOfStateForGetClusterDetailsOutput enum value
	EnumOfStateForGetClusterDetailsOutputDeleted = "DELETED"

	// EnumOfStateForGetClusterDetailsOutputInactive is a EnumOfStateForGetClusterDetailsOutput enum value
	EnumOfStateForGetClusterDetailsOutputInactive = "INACTIVE"

	// EnumOfStateForGetClusterDetailsOutputUpgrading is a EnumOfStateForGetClusterDetailsOutput enum value
	EnumOfStateForGetClusterDetailsOutputUpgrading = "UPGRADING"

	// EnumOfStateForGetClusterDetailsOutputImporting is a EnumOfStateForGetClusterDetailsOutput enum value
	EnumOfStateForGetClusterDetailsOutputImporting = "IMPORTING"

	// EnumOfStateForGetClusterDetailsOutputModifying is a EnumOfStateForGetClusterDetailsOutput enum value
	EnumOfStateForGetClusterDetailsOutputModifying = "MODIFYING"

	// EnumOfStateForGetClusterDetailsOutputPausing is a EnumOfStateForGetClusterDetailsOutput enum value
	EnumOfStateForGetClusterDetailsOutputPausing = "PAUSING"

	// EnumOfStateForGetClusterDetailsOutputPaused is a EnumOfStateForGetClusterDetailsOutput enum value
	EnumOfStateForGetClusterDetailsOutputPaused = "PAUSED"

	// EnumOfStateForGetClusterDetailsOutputResuming is a EnumOfStateForGetClusterDetailsOutput enum value
	EnumOfStateForGetClusterDetailsOutputResuming = "RESUMING"
)
View Source
const (
	// EnumOfViewForGetClusterDetailsInputBasic is a EnumOfViewForGetClusterDetailsInput enum value
	EnumOfViewForGetClusterDetailsInputBasic = "BASIC"

	// EnumOfViewForGetClusterDetailsInputFull is a EnumOfViewForGetClusterDetailsInput enum value
	EnumOfViewForGetClusterDetailsInputFull = "FULL"
)
View Source
const (
	// EnumOfAuthTypeForGetExportTaskDetailsOutputRoleArn is a EnumOfAuthTypeForGetExportTaskDetailsOutput enum value
	EnumOfAuthTypeForGetExportTaskDetailsOutputRoleArn = "ROLE_ARN"

	// EnumOfAuthTypeForGetExportTaskDetailsOutputAccessKey is a EnumOfAuthTypeForGetExportTaskDetailsOutput enum value
	EnumOfAuthTypeForGetExportTaskDetailsOutputAccessKey = "ACCESS_KEY"

	// EnumOfAuthTypeForGetExportTaskDetailsOutputServiceAccountKey is a EnumOfAuthTypeForGetExportTaskDetailsOutput enum value
	EnumOfAuthTypeForGetExportTaskDetailsOutputServiceAccountKey = "SERVICE_ACCOUNT_KEY"

	// EnumOfAuthTypeForGetExportTaskDetailsOutputSasToken is a EnumOfAuthTypeForGetExportTaskDetailsOutput enum value
	EnumOfAuthTypeForGetExportTaskDetailsOutputSasToken = "SAS_TOKEN"
)
View Source
const (
	// EnumOfCompressionForGetExportTaskDetailsOutputGzip is a EnumOfCompressionForGetExportTaskDetailsOutput enum value
	EnumOfCompressionForGetExportTaskDetailsOutputGzip = "GZIP"

	// EnumOfCompressionForGetExportTaskDetailsOutputSnappy is a EnumOfCompressionForGetExportTaskDetailsOutput enum value
	EnumOfCompressionForGetExportTaskDetailsOutputSnappy = "SNAPPY"

	// EnumOfCompressionForGetExportTaskDetailsOutputZstd is a EnumOfCompressionForGetExportTaskDetailsOutput enum value
	EnumOfCompressionForGetExportTaskDetailsOutputZstd = "ZSTD"

	// EnumOfCompressionForGetExportTaskDetailsOutputNone is a EnumOfCompressionForGetExportTaskDetailsOutput enum value
	EnumOfCompressionForGetExportTaskDetailsOutputNone = "NONE"
)
View Source
const (
	// EnumOfFileTypeForGetExportTaskDetailsOutputSql is a EnumOfFileTypeForGetExportTaskDetailsOutput enum value
	EnumOfFileTypeForGetExportTaskDetailsOutputSql = "SQL"

	// EnumOfFileTypeForGetExportTaskDetailsOutputCsv is a EnumOfFileTypeForGetExportTaskDetailsOutput enum value
	EnumOfFileTypeForGetExportTaskDetailsOutputCsv = "CSV"

	// EnumOfFileTypeForGetExportTaskDetailsOutputParquet is a EnumOfFileTypeForGetExportTaskDetailsOutput enum value
	EnumOfFileTypeForGetExportTaskDetailsOutputParquet = "PARQUET"
)
View Source
const (
	// EnumOfStateForGetExportTaskDetailsOutputRunning is a EnumOfStateForGetExportTaskDetailsOutput enum value
	EnumOfStateForGetExportTaskDetailsOutputRunning = "RUNNING"

	// EnumOfStateForGetExportTaskDetailsOutputSucceeded is a EnumOfStateForGetExportTaskDetailsOutput enum value
	EnumOfStateForGetExportTaskDetailsOutputSucceeded = "SUCCEEDED"

	// EnumOfStateForGetExportTaskDetailsOutputFailed is a EnumOfStateForGetExportTaskDetailsOutput enum value
	EnumOfStateForGetExportTaskDetailsOutputFailed = "FAILED"

	// EnumOfStateForGetExportTaskDetailsOutputCanceled is a EnumOfStateForGetExportTaskDetailsOutput enum value
	EnumOfStateForGetExportTaskDetailsOutputCanceled = "CANCELED"

	// EnumOfStateForGetExportTaskDetailsOutputDeleted is a EnumOfStateForGetExportTaskDetailsOutput enum value
	EnumOfStateForGetExportTaskDetailsOutputDeleted = "DELETED"

	// EnumOfStateForGetExportTaskDetailsOutputExpired is a EnumOfStateForGetExportTaskDetailsOutput enum value
	EnumOfStateForGetExportTaskDetailsOutputExpired = "EXPIRED"
)
View Source
const (
	// EnumOfTypeForGetExportTaskDetailsOutputLocal is a EnumOfTypeForGetExportTaskDetailsOutput enum value
	EnumOfTypeForGetExportTaskDetailsOutputLocal = "LOCAL"

	// EnumOfTypeForGetExportTaskDetailsOutputS3 is a EnumOfTypeForGetExportTaskDetailsOutput enum value
	EnumOfTypeForGetExportTaskDetailsOutputS3 = "S3"

	// EnumOfTypeForGetExportTaskDetailsOutputGcs is a EnumOfTypeForGetExportTaskDetailsOutput enum value
	EnumOfTypeForGetExportTaskDetailsOutputGcs = "GCS"

	// EnumOfTypeForGetExportTaskDetailsOutputAzureBlob is a EnumOfTypeForGetExportTaskDetailsOutput enum value
	EnumOfTypeForGetExportTaskDetailsOutputAzureBlob = "AZURE_BLOB"

	// EnumOfTypeForGetExportTaskDetailsOutputOss is a EnumOfTypeForGetExportTaskDetailsOutput enum value
	EnumOfTypeForGetExportTaskDetailsOutputOss = "OSS"

	// EnumOfTypeForGetExportTaskDetailsOutputTos is a EnumOfTypeForGetExportTaskDetailsOutput enum value
	EnumOfTypeForGetExportTaskDetailsOutputTos = "TOS"
)
View Source
const (
	// EnumOfAuthTypeForGetImportTaskDetailsOutputRoleArn is a EnumOfAuthTypeForGetImportTaskDetailsOutput enum value
	EnumOfAuthTypeForGetImportTaskDetailsOutputRoleArn = "ROLE_ARN"

	// EnumOfAuthTypeForGetImportTaskDetailsOutputAccessKey is a EnumOfAuthTypeForGetImportTaskDetailsOutput enum value
	EnumOfAuthTypeForGetImportTaskDetailsOutputAccessKey = "ACCESS_KEY"

	// EnumOfAuthTypeForGetImportTaskDetailsOutputServiceAccountKey is a EnumOfAuthTypeForGetImportTaskDetailsOutput enum value
	EnumOfAuthTypeForGetImportTaskDetailsOutputServiceAccountKey = "SERVICE_ACCOUNT_KEY"

	// EnumOfAuthTypeForGetImportTaskDetailsOutputSasToken is a EnumOfAuthTypeForGetImportTaskDetailsOutput enum value
	EnumOfAuthTypeForGetImportTaskDetailsOutputSasToken = "SAS_TOKEN"
)
View Source
const (
	// EnumOfFileTypeForGetImportTaskDetailsOutputCsv is a EnumOfFileTypeForGetImportTaskDetailsOutput enum value
	EnumOfFileTypeForGetImportTaskDetailsOutputCsv = "CSV"

	// EnumOfFileTypeForGetImportTaskDetailsOutputSql is a EnumOfFileTypeForGetImportTaskDetailsOutput enum value
	EnumOfFileTypeForGetImportTaskDetailsOutputSql = "SQL"

	// EnumOfFileTypeForGetImportTaskDetailsOutputAuroraSnapshot is a EnumOfFileTypeForGetImportTaskDetailsOutput enum value
	EnumOfFileTypeForGetImportTaskDetailsOutputAuroraSnapshot = "AURORA_SNAPSHOT"

	// EnumOfFileTypeForGetImportTaskDetailsOutputParquet is a EnumOfFileTypeForGetImportTaskDetailsOutput enum value
	EnumOfFileTypeForGetImportTaskDetailsOutputParquet = "PARQUET"
)
View Source
const (
	// EnumOfResultForGetImportTaskDetailsOutputSuccess is a EnumOfResultForGetImportTaskDetailsOutput enum value
	EnumOfResultForGetImportTaskDetailsOutputSuccess = "SUCCESS"

	// EnumOfResultForGetImportTaskDetailsOutputWarning is a EnumOfResultForGetImportTaskDetailsOutput enum value
	EnumOfResultForGetImportTaskDetailsOutputWarning = "WARNING"

	// EnumOfResultForGetImportTaskDetailsOutputError is a EnumOfResultForGetImportTaskDetailsOutput enum value
	EnumOfResultForGetImportTaskDetailsOutputError = "ERROR"
)
View Source
const (
	// EnumOfStateForGetImportTaskDetailsOutputPreparing is a EnumOfStateForGetImportTaskDetailsOutput enum value
	EnumOfStateForGetImportTaskDetailsOutputPreparing = "PREPARING"

	// EnumOfStateForGetImportTaskDetailsOutputImporting is a EnumOfStateForGetImportTaskDetailsOutput enum value
	EnumOfStateForGetImportTaskDetailsOutputImporting = "IMPORTING"

	// EnumOfStateForGetImportTaskDetailsOutputCompleted is a EnumOfStateForGetImportTaskDetailsOutput enum value
	EnumOfStateForGetImportTaskDetailsOutputCompleted = "COMPLETED"

	// EnumOfStateForGetImportTaskDetailsOutputFailed is a EnumOfStateForGetImportTaskDetailsOutput enum value
	EnumOfStateForGetImportTaskDetailsOutputFailed = "FAILED"

	// EnumOfStateForGetImportTaskDetailsOutputCanceling is a EnumOfStateForGetImportTaskDetailsOutput enum value
	EnumOfStateForGetImportTaskDetailsOutputCanceling = "CANCELING"

	// EnumOfStateForGetImportTaskDetailsOutputCanceled is a EnumOfStateForGetImportTaskDetailsOutput enum value
	EnumOfStateForGetImportTaskDetailsOutputCanceled = "CANCELED"
)
View Source
const (
	// EnumOfTypeForGetImportTaskDetailsOutput6 is a EnumOfTypeForGetImportTaskDetailsOutput enum value
	EnumOfTypeForGetImportTaskDetailsOutput6 = "6"

	// EnumOfTypeForGetImportTaskDetailsOutput7 is a EnumOfTypeForGetImportTaskDetailsOutput enum value
	EnumOfTypeForGetImportTaskDetailsOutput7 = "7"
)
View Source
const (
	// EnumOfStateForListBackupsOutputSucceeded is a EnumOfStateForListBackupsOutput enum value
	EnumOfStateForListBackupsOutputSucceeded = "SUCCEEDED"

	// EnumOfStateForListBackupsOutputFailed is a EnumOfStateForListBackupsOutput enum value
	EnumOfStateForListBackupsOutputFailed = "FAILED"
)
View Source
const (
	// EnumOfHighAvailabilityTypeForListClustersOutputZonal is a EnumOfHighAvailabilityTypeForListClustersOutput enum value
	EnumOfHighAvailabilityTypeForListClustersOutputZonal = "ZONAL"

	// EnumOfHighAvailabilityTypeForListClustersOutputRegional is a EnumOfHighAvailabilityTypeForListClustersOutput enum value
	EnumOfHighAvailabilityTypeForListClustersOutputRegional = "REGIONAL"
)
View Source
const (
	// EnumOfServicePlanForListClustersOutputStarter is a EnumOfServicePlanForListClustersOutput enum value
	EnumOfServicePlanForListClustersOutputStarter = "Starter"

	// EnumOfServicePlanForListClustersOutputEssential is a EnumOfServicePlanForListClustersOutput enum value
	EnumOfServicePlanForListClustersOutputEssential = "Essential"

	// EnumOfServicePlanForListClustersOutputPremium is a EnumOfServicePlanForListClustersOutput enum value
	EnumOfServicePlanForListClustersOutputPremium = "Premium"

	// EnumOfServicePlanForListClustersOutputByoc is a EnumOfServicePlanForListClustersOutput enum value
	EnumOfServicePlanForListClustersOutputByoc = "BYOC"

	// EnumOfServicePlanForListClustersOutputDedicated is a EnumOfServicePlanForListClustersOutput enum value
	EnumOfServicePlanForListClustersOutputDedicated = "Dedicated"
)
View Source
const (
	// EnumOfStateForListClustersOutputCreating is a EnumOfStateForListClustersOutput enum value
	EnumOfStateForListClustersOutputCreating = "CREATING"

	// EnumOfStateForListClustersOutputDeleting is a EnumOfStateForListClustersOutput enum value
	EnumOfStateForListClustersOutputDeleting = "DELETING"

	// EnumOfStateForListClustersOutputActive is a EnumOfStateForListClustersOutput enum value
	EnumOfStateForListClustersOutputActive = "ACTIVE"

	// EnumOfStateForListClustersOutputRestoring is a EnumOfStateForListClustersOutput enum value
	EnumOfStateForListClustersOutputRestoring = "RESTORING"

	// EnumOfStateForListClustersOutputMaintenance is a EnumOfStateForListClustersOutput enum value
	EnumOfStateForListClustersOutputMaintenance = "MAINTENANCE"

	// EnumOfStateForListClustersOutputDeleted is a EnumOfStateForListClustersOutput enum value
	EnumOfStateForListClustersOutputDeleted = "DELETED"

	// EnumOfStateForListClustersOutputInactive is a EnumOfStateForListClustersOutput enum value
	EnumOfStateForListClustersOutputInactive = "INACTIVE"

	// EnumOfStateForListClustersOutputUpgrading is a EnumOfStateForListClustersOutput enum value
	EnumOfStateForListClustersOutputUpgrading = "UPGRADING"

	// EnumOfStateForListClustersOutputImporting is a EnumOfStateForListClustersOutput enum value
	EnumOfStateForListClustersOutputImporting = "IMPORTING"

	// EnumOfStateForListClustersOutputModifying is a EnumOfStateForListClustersOutput enum value
	EnumOfStateForListClustersOutputModifying = "MODIFYING"

	// EnumOfStateForListClustersOutputPausing is a EnumOfStateForListClustersOutput enum value
	EnumOfStateForListClustersOutputPausing = "PAUSING"

	// EnumOfStateForListClustersOutputPaused is a EnumOfStateForListClustersOutput enum value
	EnumOfStateForListClustersOutputPaused = "PAUSED"

	// EnumOfStateForListClustersOutputResuming is a EnumOfStateForListClustersOutput enum value
	EnumOfStateForListClustersOutputResuming = "RESUMING"
)
View Source
const (
	// EnumOfActionStatusForListEventsInputPending is a EnumOfActionStatusForListEventsInput enum value
	EnumOfActionStatusForListEventsInputPending = "Pending"

	// EnumOfActionStatusForListEventsInputRunning is a EnumOfActionStatusForListEventsInput enum value
	EnumOfActionStatusForListEventsInputRunning = "Running"

	// EnumOfActionStatusForListEventsInputSuccess is a EnumOfActionStatusForListEventsInput enum value
	EnumOfActionStatusForListEventsInputSuccess = "Success"
)
View Source
const (
	// EnumOfAuthTypeForListExportTasksOutputRoleArn is a EnumOfAuthTypeForListExportTasksOutput enum value
	EnumOfAuthTypeForListExportTasksOutputRoleArn = "ROLE_ARN"

	// EnumOfAuthTypeForListExportTasksOutputAccessKey is a EnumOfAuthTypeForListExportTasksOutput enum value
	EnumOfAuthTypeForListExportTasksOutputAccessKey = "ACCESS_KEY"

	// EnumOfAuthTypeForListExportTasksOutputServiceAccountKey is a EnumOfAuthTypeForListExportTasksOutput enum value
	EnumOfAuthTypeForListExportTasksOutputServiceAccountKey = "SERVICE_ACCOUNT_KEY"

	// EnumOfAuthTypeForListExportTasksOutputSasToken is a EnumOfAuthTypeForListExportTasksOutput enum value
	EnumOfAuthTypeForListExportTasksOutputSasToken = "SAS_TOKEN"
)
View Source
const (
	// EnumOfCompressionForListExportTasksOutputGzip is a EnumOfCompressionForListExportTasksOutput enum value
	EnumOfCompressionForListExportTasksOutputGzip = "GZIP"

	// EnumOfCompressionForListExportTasksOutputSnappy is a EnumOfCompressionForListExportTasksOutput enum value
	EnumOfCompressionForListExportTasksOutputSnappy = "SNAPPY"

	// EnumOfCompressionForListExportTasksOutputZstd is a EnumOfCompressionForListExportTasksOutput enum value
	EnumOfCompressionForListExportTasksOutputZstd = "ZSTD"

	// EnumOfCompressionForListExportTasksOutputNone is a EnumOfCompressionForListExportTasksOutput enum value
	EnumOfCompressionForListExportTasksOutputNone = "NONE"
)
View Source
const (
	// EnumOfFileTypeForListExportTasksOutputSql is a EnumOfFileTypeForListExportTasksOutput enum value
	EnumOfFileTypeForListExportTasksOutputSql = "SQL"

	// EnumOfFileTypeForListExportTasksOutputCsv is a EnumOfFileTypeForListExportTasksOutput enum value
	EnumOfFileTypeForListExportTasksOutputCsv = "CSV"

	// EnumOfFileTypeForListExportTasksOutputParquet is a EnumOfFileTypeForListExportTasksOutput enum value
	EnumOfFileTypeForListExportTasksOutputParquet = "PARQUET"
)
View Source
const (
	// EnumOfStateForListExportTasksOutputRunning is a EnumOfStateForListExportTasksOutput enum value
	EnumOfStateForListExportTasksOutputRunning = "RUNNING"

	// EnumOfStateForListExportTasksOutputSucceeded is a EnumOfStateForListExportTasksOutput enum value
	EnumOfStateForListExportTasksOutputSucceeded = "SUCCEEDED"

	// EnumOfStateForListExportTasksOutputFailed is a EnumOfStateForListExportTasksOutput enum value
	EnumOfStateForListExportTasksOutputFailed = "FAILED"

	// EnumOfStateForListExportTasksOutputCanceled is a EnumOfStateForListExportTasksOutput enum value
	EnumOfStateForListExportTasksOutputCanceled = "CANCELED"

	// EnumOfStateForListExportTasksOutputDeleted is a EnumOfStateForListExportTasksOutput enum value
	EnumOfStateForListExportTasksOutputDeleted = "DELETED"

	// EnumOfStateForListExportTasksOutputExpired is a EnumOfStateForListExportTasksOutput enum value
	EnumOfStateForListExportTasksOutputExpired = "EXPIRED"
)
View Source
const (
	// EnumOfTypeForListExportTasksOutputLocal is a EnumOfTypeForListExportTasksOutput enum value
	EnumOfTypeForListExportTasksOutputLocal = "LOCAL"

	// EnumOfTypeForListExportTasksOutputS3 is a EnumOfTypeForListExportTasksOutput enum value
	EnumOfTypeForListExportTasksOutputS3 = "S3"

	// EnumOfTypeForListExportTasksOutputGcs is a EnumOfTypeForListExportTasksOutput enum value
	EnumOfTypeForListExportTasksOutputGcs = "GCS"

	// EnumOfTypeForListExportTasksOutputAzureBlob is a EnumOfTypeForListExportTasksOutput enum value
	EnumOfTypeForListExportTasksOutputAzureBlob = "AZURE_BLOB"

	// EnumOfTypeForListExportTasksOutputOss is a EnumOfTypeForListExportTasksOutput enum value
	EnumOfTypeForListExportTasksOutputOss = "OSS"

	// EnumOfTypeForListExportTasksOutputTos is a EnumOfTypeForListExportTasksOutput enum value
	EnumOfTypeForListExportTasksOutputTos = "TOS"
)
View Source
const (
	// EnumOfAuthTypeForListImportTasksOutputRoleArn is a EnumOfAuthTypeForListImportTasksOutput enum value
	EnumOfAuthTypeForListImportTasksOutputRoleArn = "ROLE_ARN"

	// EnumOfAuthTypeForListImportTasksOutputAccessKey is a EnumOfAuthTypeForListImportTasksOutput enum value
	EnumOfAuthTypeForListImportTasksOutputAccessKey = "ACCESS_KEY"

	// EnumOfAuthTypeForListImportTasksOutputServiceAccountKey is a EnumOfAuthTypeForListImportTasksOutput enum value
	EnumOfAuthTypeForListImportTasksOutputServiceAccountKey = "SERVICE_ACCOUNT_KEY"

	// EnumOfAuthTypeForListImportTasksOutputSasToken is a EnumOfAuthTypeForListImportTasksOutput enum value
	EnumOfAuthTypeForListImportTasksOutputSasToken = "SAS_TOKEN"
)
View Source
const (
	// EnumOfFileTypeForListImportTasksOutputCsv is a EnumOfFileTypeForListImportTasksOutput enum value
	EnumOfFileTypeForListImportTasksOutputCsv = "CSV"

	// EnumOfFileTypeForListImportTasksOutputSql is a EnumOfFileTypeForListImportTasksOutput enum value
	EnumOfFileTypeForListImportTasksOutputSql = "SQL"

	// EnumOfFileTypeForListImportTasksOutputAuroraSnapshot is a EnumOfFileTypeForListImportTasksOutput enum value
	EnumOfFileTypeForListImportTasksOutputAuroraSnapshot = "AURORA_SNAPSHOT"

	// EnumOfFileTypeForListImportTasksOutputParquet is a EnumOfFileTypeForListImportTasksOutput enum value
	EnumOfFileTypeForListImportTasksOutputParquet = "PARQUET"
)
View Source
const (
	// EnumOfResultForListImportTasksOutputSuccess is a EnumOfResultForListImportTasksOutput enum value
	EnumOfResultForListImportTasksOutputSuccess = "SUCCESS"

	// EnumOfResultForListImportTasksOutputWarning is a EnumOfResultForListImportTasksOutput enum value
	EnumOfResultForListImportTasksOutputWarning = "WARNING"

	// EnumOfResultForListImportTasksOutputError is a EnumOfResultForListImportTasksOutput enum value
	EnumOfResultForListImportTasksOutputError = "ERROR"
)
View Source
const (
	// EnumOfStateForListImportTasksOutputPreparing is a EnumOfStateForListImportTasksOutput enum value
	EnumOfStateForListImportTasksOutputPreparing = "PREPARING"

	// EnumOfStateForListImportTasksOutputImporting is a EnumOfStateForListImportTasksOutput enum value
	EnumOfStateForListImportTasksOutputImporting = "IMPORTING"

	// EnumOfStateForListImportTasksOutputCompleted is a EnumOfStateForListImportTasksOutput enum value
	EnumOfStateForListImportTasksOutputCompleted = "COMPLETED"

	// EnumOfStateForListImportTasksOutputFailed is a EnumOfStateForListImportTasksOutput enum value
	EnumOfStateForListImportTasksOutputFailed = "FAILED"

	// EnumOfStateForListImportTasksOutputCanceling is a EnumOfStateForListImportTasksOutput enum value
	EnumOfStateForListImportTasksOutputCanceling = "CANCELING"

	// EnumOfStateForListImportTasksOutputCanceled is a EnumOfStateForListImportTasksOutput enum value
	EnumOfStateForListImportTasksOutputCanceled = "CANCELED"
)
View Source
const (
	// EnumOfTypeForListImportTasksOutput6 is a EnumOfTypeForListImportTasksOutput enum value
	EnumOfTypeForListImportTasksOutput6 = "6"

	// EnumOfTypeForListImportTasksOutput7 is a EnumOfTypeForListImportTasksOutput enum value
	EnumOfTypeForListImportTasksOutput7 = "7"
)
View Source
const (
	// EnumOfServicePlanListForListRegionsOutputStarter is a EnumOfServicePlanListForListRegionsOutput enum value
	EnumOfServicePlanListForListRegionsOutputStarter = "Starter"

	// EnumOfServicePlanListForListRegionsOutputEssential is a EnumOfServicePlanListForListRegionsOutput enum value
	EnumOfServicePlanListForListRegionsOutputEssential = "Essential"

	// EnumOfServicePlanListForListRegionsOutputPremium is a EnumOfServicePlanListForListRegionsOutput enum value
	EnumOfServicePlanListForListRegionsOutputPremium = "Premium"

	// EnumOfServicePlanListForListRegionsOutputByoc is a EnumOfServicePlanListForListRegionsOutput enum value
	EnumOfServicePlanListForListRegionsOutputByoc = "BYOC"

	// EnumOfServicePlanListForListRegionsOutputDedicated is a EnumOfServicePlanListForListRegionsOutput enum value
	EnumOfServicePlanListForListRegionsOutputDedicated = "Dedicated"
)
View Source
const (
	// EnumOfAuthTypeForPrecheckImportTaskInputRoleArn is a EnumOfAuthTypeForPrecheckImportTaskInput enum value
	EnumOfAuthTypeForPrecheckImportTaskInputRoleArn = "ROLE_ARN"

	// EnumOfAuthTypeForPrecheckImportTaskInputAccessKey is a EnumOfAuthTypeForPrecheckImportTaskInput enum value
	EnumOfAuthTypeForPrecheckImportTaskInputAccessKey = "ACCESS_KEY"

	// EnumOfAuthTypeForPrecheckImportTaskInputServiceAccountKey is a EnumOfAuthTypeForPrecheckImportTaskInput enum value
	EnumOfAuthTypeForPrecheckImportTaskInputServiceAccountKey = "SERVICE_ACCOUNT_KEY"

	// EnumOfAuthTypeForPrecheckImportTaskInputSasToken is a EnumOfAuthTypeForPrecheckImportTaskInput enum value
	EnumOfAuthTypeForPrecheckImportTaskInputSasToken = "SAS_TOKEN"
)
View Source
const (
	// EnumOfFileTypeForPrecheckImportTaskInputCsv is a EnumOfFileTypeForPrecheckImportTaskInput enum value
	EnumOfFileTypeForPrecheckImportTaskInputCsv = "CSV"

	// EnumOfFileTypeForPrecheckImportTaskInputSql is a EnumOfFileTypeForPrecheckImportTaskInput enum value
	EnumOfFileTypeForPrecheckImportTaskInputSql = "SQL"

	// EnumOfFileTypeForPrecheckImportTaskInputAuroraSnapshot is a EnumOfFileTypeForPrecheckImportTaskInput enum value
	EnumOfFileTypeForPrecheckImportTaskInputAuroraSnapshot = "AURORA_SNAPSHOT"

	// EnumOfFileTypeForPrecheckImportTaskInputParquet is a EnumOfFileTypeForPrecheckImportTaskInput enum value
	EnumOfFileTypeForPrecheckImportTaskInputParquet = "PARQUET"
)
View Source
const (
	// EnumOfTypeForPrecheckImportTaskInput6 is a EnumOfTypeForPrecheckImportTaskInput enum value
	EnumOfTypeForPrecheckImportTaskInput6 = "6"

	// EnumOfTypeForPrecheckImportTaskInput7 is a EnumOfTypeForPrecheckImportTaskInput enum value
	EnumOfTypeForPrecheckImportTaskInput7 = "7"
)
View Source
const (
	// EnumOfFileTypeForPreviewLocalImportInputCsv is a EnumOfFileTypeForPreviewLocalImportInput enum value
	EnumOfFileTypeForPreviewLocalImportInputCsv = "CSV"

	// EnumOfFileTypeForPreviewLocalImportInputSql is a EnumOfFileTypeForPreviewLocalImportInput enum value
	EnumOfFileTypeForPreviewLocalImportInputSql = "SQL"

	// EnumOfFileTypeForPreviewLocalImportInputAuroraSnapshot is a EnumOfFileTypeForPreviewLocalImportInput enum value
	EnumOfFileTypeForPreviewLocalImportInputAuroraSnapshot = "AURORA_SNAPSHOT"

	// EnumOfFileTypeForPreviewLocalImportInputParquet is a EnumOfFileTypeForPreviewLocalImportInput enum value
	EnumOfFileTypeForPreviewLocalImportInputParquet = "PARQUET"
)
View Source
const (
	// EnumOfHighAvailabilityTypeForRestoreClusterInputZonal is a EnumOfHighAvailabilityTypeForRestoreClusterInput enum value
	EnumOfHighAvailabilityTypeForRestoreClusterInputZonal = "ZONAL"

	// EnumOfHighAvailabilityTypeForRestoreClusterInputRegional is a EnumOfHighAvailabilityTypeForRestoreClusterInput enum value
	EnumOfHighAvailabilityTypeForRestoreClusterInputRegional = "REGIONAL"
)
View Source
const (
	// EnumOfHighAvailabilityTypeForUpdateClusterInputZonal is a EnumOfHighAvailabilityTypeForUpdateClusterInput enum value
	EnumOfHighAvailabilityTypeForUpdateClusterInputZonal = "ZONAL"

	// EnumOfHighAvailabilityTypeForUpdateClusterInputRegional is a EnumOfHighAvailabilityTypeForUpdateClusterInput enum value
	EnumOfHighAvailabilityTypeForUpdateClusterInputRegional = "REGIONAL"
)
View Source
const (
	// EnumOfServicePlanForUpdateClusterInputStarter is a EnumOfServicePlanForUpdateClusterInput enum value
	EnumOfServicePlanForUpdateClusterInputStarter = "Starter"

	// EnumOfServicePlanForUpdateClusterInputEssential is a EnumOfServicePlanForUpdateClusterInput enum value
	EnumOfServicePlanForUpdateClusterInputEssential = "Essential"

	// EnumOfServicePlanForUpdateClusterInputPremium is a EnumOfServicePlanForUpdateClusterInput enum value
	EnumOfServicePlanForUpdateClusterInputPremium = "Premium"

	// EnumOfServicePlanForUpdateClusterInputByoc is a EnumOfServicePlanForUpdateClusterInput enum value
	EnumOfServicePlanForUpdateClusterInputByoc = "BYOC"

	// EnumOfServicePlanForUpdateClusterInputDedicated is a EnumOfServicePlanForUpdateClusterInput enum value
	EnumOfServicePlanForUpdateClusterInputDedicated = "Dedicated"
)
View Source
const (
	// EnumOfStateForUpdateClusterInputCreating is a EnumOfStateForUpdateClusterInput enum value
	EnumOfStateForUpdateClusterInputCreating = "CREATING"

	// EnumOfStateForUpdateClusterInputDeleting is a EnumOfStateForUpdateClusterInput enum value
	EnumOfStateForUpdateClusterInputDeleting = "DELETING"

	// EnumOfStateForUpdateClusterInputActive is a EnumOfStateForUpdateClusterInput enum value
	EnumOfStateForUpdateClusterInputActive = "ACTIVE"

	// EnumOfStateForUpdateClusterInputRestoring is a EnumOfStateForUpdateClusterInput enum value
	EnumOfStateForUpdateClusterInputRestoring = "RESTORING"

	// EnumOfStateForUpdateClusterInputMaintenance is a EnumOfStateForUpdateClusterInput enum value
	EnumOfStateForUpdateClusterInputMaintenance = "MAINTENANCE"

	// EnumOfStateForUpdateClusterInputDeleted is a EnumOfStateForUpdateClusterInput enum value
	EnumOfStateForUpdateClusterInputDeleted = "DELETED"

	// EnumOfStateForUpdateClusterInputInactive is a EnumOfStateForUpdateClusterInput enum value
	EnumOfStateForUpdateClusterInputInactive = "INACTIVE"

	// EnumOfStateForUpdateClusterInputUpgrading is a EnumOfStateForUpdateClusterInput enum value
	EnumOfStateForUpdateClusterInputUpgrading = "UPGRADING"

	// EnumOfStateForUpdateClusterInputImporting is a EnumOfStateForUpdateClusterInput enum value
	EnumOfStateForUpdateClusterInputImporting = "IMPORTING"

	// EnumOfStateForUpdateClusterInputModifying is a EnumOfStateForUpdateClusterInput enum value
	EnumOfStateForUpdateClusterInputModifying = "MODIFYING"

	// EnumOfStateForUpdateClusterInputPausing is a EnumOfStateForUpdateClusterInput enum value
	EnumOfStateForUpdateClusterInputPausing = "PAUSING"

	// EnumOfStateForUpdateClusterInputPaused is a EnumOfStateForUpdateClusterInput enum value
	EnumOfStateForUpdateClusterInputPaused = "PAUSED"

	// EnumOfStateForUpdateClusterInputResuming is a EnumOfStateForUpdateClusterInput enum value
	EnumOfStateForUpdateClusterInputResuming = "RESUMING"
)
View Source
const (
	// EnumOfUpdateMaskForUpdateClusterInputAutoScaling is a EnumOfUpdateMaskForUpdateClusterInput enum value
	EnumOfUpdateMaskForUpdateClusterInputAutoScaling = "autoScaling"

	// EnumOfUpdateMaskForUpdateClusterInputAutomatedBackupPolicy is a EnumOfUpdateMaskForUpdateClusterInput enum value
	EnumOfUpdateMaskForUpdateClusterInputAutomatedBackupPolicy = "automatedBackupPolicy"

	// EnumOfUpdateMaskForUpdateClusterInputDisplayName is a EnumOfUpdateMaskForUpdateClusterInput enum value
	EnumOfUpdateMaskForUpdateClusterInputDisplayName = "displayName"
)
View Source
const (
	// EnumOfAuthTypeForValidateImportTaskInputRoleArn is a EnumOfAuthTypeForValidateImportTaskInput enum value
	EnumOfAuthTypeForValidateImportTaskInputRoleArn = "ROLE_ARN"

	// EnumOfAuthTypeForValidateImportTaskInputAccessKey is a EnumOfAuthTypeForValidateImportTaskInput enum value
	EnumOfAuthTypeForValidateImportTaskInputAccessKey = "ACCESS_KEY"

	// EnumOfAuthTypeForValidateImportTaskInputServiceAccountKey is a EnumOfAuthTypeForValidateImportTaskInput enum value
	EnumOfAuthTypeForValidateImportTaskInputServiceAccountKey = "SERVICE_ACCOUNT_KEY"

	// EnumOfAuthTypeForValidateImportTaskInputSasToken is a EnumOfAuthTypeForValidateImportTaskInput enum value
	EnumOfAuthTypeForValidateImportTaskInputSasToken = "SAS_TOKEN"
)
View Source
const (
	// EnumOfTypeForValidateImportTaskInput6 is a EnumOfTypeForValidateImportTaskInput enum value
	EnumOfTypeForValidateImportTaskInput6 = "6"

	// EnumOfTypeForValidateImportTaskInput7 is a EnumOfTypeForValidateImportTaskInput enum value
	EnumOfTypeForValidateImportTaskInput7 = "7"
)
View Source
const (
	// EnumOfValidationTypeForValidateImportTaskInputSourceAccessCheck is a EnumOfValidationTypeForValidateImportTaskInput enum value
	EnumOfValidationTypeForValidateImportTaskInputSourceAccessCheck = "SOURCE_ACCESS_CHECK"

	// EnumOfValidationTypeForValidateImportTaskInputTableEmptyCheck is a EnumOfValidationTypeForValidateImportTaskInput enum value
	EnumOfValidationTypeForValidateImportTaskInputTableEmptyCheck = "TABLE_EMPTY_CHECK"
)
View Source
const (
	ServiceName = "tidb"      // Name of service.
	EndpointsID = ServiceName // ID to lookup a service endpoint with.
	ServiceID   = "tidb"      // ServiceID is a unique identifer of a specific service.
)

Service information constants

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessKeyForCancelExportTaskOutput

type AccessKeyForCancelExportTaskOutput struct {
	Id *string `type:"string" json:",omitempty"`

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

func (AccessKeyForCancelExportTaskOutput) GoString

GoString returns the string representation

func (*AccessKeyForCancelExportTaskOutput) SetId

SetId sets the Id field's value.

func (*AccessKeyForCancelExportTaskOutput) SetSecret

SetSecret sets the Secret field's value.

func (AccessKeyForCancelExportTaskOutput) String

String returns the string representation

type AccessKeyForCreateExportTaskInput

type AccessKeyForCreateExportTaskInput struct {
	Id *string `type:"string" json:",omitempty"`

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

func (AccessKeyForCreateExportTaskInput) GoString

GoString returns the string representation

func (*AccessKeyForCreateExportTaskInput) SetId

SetId sets the Id field's value.

func (*AccessKeyForCreateExportTaskInput) SetSecret

SetSecret sets the Secret field's value.

func (AccessKeyForCreateExportTaskInput) String

String returns the string representation

type AccessKeyForCreateExportTaskOutput

type AccessKeyForCreateExportTaskOutput struct {
	Id *string `type:"string" json:",omitempty"`

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

func (AccessKeyForCreateExportTaskOutput) GoString

GoString returns the string representation

func (*AccessKeyForCreateExportTaskOutput) SetId

SetId sets the Id field's value.

func (*AccessKeyForCreateExportTaskOutput) SetSecret

SetSecret sets the Secret field's value.

func (AccessKeyForCreateExportTaskOutput) String

String returns the string representation

type AccessKeyForCreateImportTaskInput

type AccessKeyForCreateImportTaskInput struct {
	Id *string `type:"string" json:",omitempty"`

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

func (AccessKeyForCreateImportTaskInput) GoString

GoString returns the string representation

func (*AccessKeyForCreateImportTaskInput) SetId

SetId sets the Id field's value.

func (*AccessKeyForCreateImportTaskInput) SetSecret

SetSecret sets the Secret field's value.

func (AccessKeyForCreateImportTaskInput) String

String returns the string representation

type AccessKeyForCreateImportTaskOutput

type AccessKeyForCreateImportTaskOutput struct {
	Id *string `type:"string" json:",omitempty"`

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

func (AccessKeyForCreateImportTaskOutput) GoString

GoString returns the string representation

func (*AccessKeyForCreateImportTaskOutput) SetId

SetId sets the Id field's value.

func (*AccessKeyForCreateImportTaskOutput) SetSecret

SetSecret sets the Secret field's value.

func (AccessKeyForCreateImportTaskOutput) String

String returns the string representation

type AccessKeyForDeleteExportTaskOutput

type AccessKeyForDeleteExportTaskOutput struct {
	Id *string `type:"string" json:",omitempty"`

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

func (AccessKeyForDeleteExportTaskOutput) GoString

GoString returns the string representation

func (*AccessKeyForDeleteExportTaskOutput) SetId

SetId sets the Id field's value.

func (*AccessKeyForDeleteExportTaskOutput) SetSecret

SetSecret sets the Secret field's value.

func (AccessKeyForDeleteExportTaskOutput) String

String returns the string representation

type AccessKeyForGetExportTaskDetailsOutput

type AccessKeyForGetExportTaskDetailsOutput struct {
	Id *string `type:"string" json:",omitempty"`

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

func (AccessKeyForGetExportTaskDetailsOutput) GoString

GoString returns the string representation

func (*AccessKeyForGetExportTaskDetailsOutput) SetId

SetId sets the Id field's value.

func (*AccessKeyForGetExportTaskDetailsOutput) SetSecret

SetSecret sets the Secret field's value.

func (AccessKeyForGetExportTaskDetailsOutput) String

String returns the string representation

type AccessKeyForGetImportTaskDetailsOutput

type AccessKeyForGetImportTaskDetailsOutput struct {
	Id *string `type:"string" json:",omitempty"`

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

func (AccessKeyForGetImportTaskDetailsOutput) GoString

GoString returns the string representation

func (*AccessKeyForGetImportTaskDetailsOutput) SetId

SetId sets the Id field's value.

func (*AccessKeyForGetImportTaskDetailsOutput) SetSecret

SetSecret sets the Secret field's value.

func (AccessKeyForGetImportTaskDetailsOutput) String

String returns the string representation

type AccessKeyForListExportTasksOutput

type AccessKeyForListExportTasksOutput struct {
	Id *string `type:"string" json:",omitempty"`

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

func (AccessKeyForListExportTasksOutput) GoString

GoString returns the string representation

func (*AccessKeyForListExportTasksOutput) SetId

SetId sets the Id field's value.

func (*AccessKeyForListExportTasksOutput) SetSecret

SetSecret sets the Secret field's value.

func (AccessKeyForListExportTasksOutput) String

String returns the string representation

type AccessKeyForListImportTasksOutput

type AccessKeyForListImportTasksOutput struct {
	Id *string `type:"string" json:",omitempty"`

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

func (AccessKeyForListImportTasksOutput) GoString

GoString returns the string representation

func (*AccessKeyForListImportTasksOutput) SetId

SetId sets the Id field's value.

func (*AccessKeyForListImportTasksOutput) SetSecret

SetSecret sets the Secret field's value.

func (AccessKeyForListImportTasksOutput) String

String returns the string representation

type AccessKeyForPrecheckImportTaskInput

type AccessKeyForPrecheckImportTaskInput struct {
	Id *string `type:"string" json:",omitempty"`

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

func (AccessKeyForPrecheckImportTaskInput) GoString

GoString returns the string representation

func (*AccessKeyForPrecheckImportTaskInput) SetId

SetId sets the Id field's value.

func (*AccessKeyForPrecheckImportTaskInput) SetSecret

SetSecret sets the Secret field's value.

func (AccessKeyForPrecheckImportTaskInput) String

String returns the string representation

type AccessKeyForValidateImportTaskInput

type AccessKeyForValidateImportTaskInput struct {
	Id *string `type:"string" json:",omitempty"`

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

func (AccessKeyForValidateImportTaskInput) GoString

GoString returns the string representation

func (*AccessKeyForValidateImportTaskInput) SetId

SetId sets the Id field's value.

func (*AccessKeyForValidateImportTaskInput) SetSecret

SetSecret sets the Secret field's value.

func (AccessKeyForValidateImportTaskInput) String

String returns the string representation

type AlicloudForCreateBranchInput added in v1.2.48

type AlicloudForCreateBranchInput struct {
	AvailabilityZone []*string `type:"list"`

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

func (AlicloudForCreateBranchInput) GoString added in v1.2.48

func (s AlicloudForCreateBranchInput) GoString() string

GoString returns the string representation

func (*AlicloudForCreateBranchInput) SetAvailabilityZone added in v1.2.48

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*AlicloudForCreateBranchInput) SetServiceName added in v1.2.48

SetServiceName sets the ServiceName field's value.

func (AlicloudForCreateBranchInput) String added in v1.2.48

String returns the string representation

type AlicloudForDeleteClusterOutput added in v1.2.48

type AlicloudForDeleteClusterOutput struct {
	AvailabilityZone []*string `type:"list"`

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

func (AlicloudForDeleteClusterOutput) GoString added in v1.2.48

GoString returns the string representation

func (*AlicloudForDeleteClusterOutput) SetAvailabilityZone added in v1.2.48

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*AlicloudForDeleteClusterOutput) SetServiceName added in v1.2.48

SetServiceName sets the ServiceName field's value.

func (AlicloudForDeleteClusterOutput) String added in v1.2.48

String returns the string representation

type AlicloudForGetBranchDetailsOutput added in v1.2.48

type AlicloudForGetBranchDetailsOutput struct {
	AvailabilityZone []*string `type:"list"`

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

func (AlicloudForGetBranchDetailsOutput) GoString added in v1.2.48

GoString returns the string representation

func (*AlicloudForGetBranchDetailsOutput) SetAvailabilityZone added in v1.2.48

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*AlicloudForGetBranchDetailsOutput) SetServiceName added in v1.2.48

SetServiceName sets the ServiceName field's value.

func (AlicloudForGetBranchDetailsOutput) String added in v1.2.48

String returns the string representation

type AlicloudForGetClusterDetailsOutput added in v1.2.48

type AlicloudForGetClusterDetailsOutput struct {
	AvailabilityZone []*string `type:"list"`

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

func (AlicloudForGetClusterDetailsOutput) GoString added in v1.2.48

GoString returns the string representation

func (*AlicloudForGetClusterDetailsOutput) SetAvailabilityZone added in v1.2.48

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*AlicloudForGetClusterDetailsOutput) SetServiceName added in v1.2.48

SetServiceName sets the ServiceName field's value.

func (AlicloudForGetClusterDetailsOutput) String added in v1.2.48

String returns the string representation

type AlicloudForListBranchesOutput added in v1.2.48

type AlicloudForListBranchesOutput struct {
	AvailabilityZone []*string `type:"list"`

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

func (AlicloudForListBranchesOutput) GoString added in v1.2.48

GoString returns the string representation

func (*AlicloudForListBranchesOutput) SetAvailabilityZone added in v1.2.48

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*AlicloudForListBranchesOutput) SetServiceName added in v1.2.48

SetServiceName sets the ServiceName field's value.

func (AlicloudForListBranchesOutput) String added in v1.2.48

String returns the string representation

type AlicloudForListClustersOutput added in v1.2.48

type AlicloudForListClustersOutput struct {
	AvailabilityZone []*string `type:"list"`

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

func (AlicloudForListClustersOutput) GoString added in v1.2.48

GoString returns the string representation

func (*AlicloudForListClustersOutput) SetAvailabilityZone added in v1.2.48

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*AlicloudForListClustersOutput) SetServiceName added in v1.2.48

SetServiceName sets the ServiceName field's value.

func (AlicloudForListClustersOutput) String added in v1.2.48

String returns the string representation

type AlicloudForUpdateBranchInput added in v1.2.48

type AlicloudForUpdateBranchInput struct {
	AvailabilityZone []*string `type:"list"`

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

func (AlicloudForUpdateBranchInput) GoString added in v1.2.48

func (s AlicloudForUpdateBranchInput) GoString() string

GoString returns the string representation

func (*AlicloudForUpdateBranchInput) SetAvailabilityZone added in v1.2.48

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*AlicloudForUpdateBranchInput) SetServiceName added in v1.2.48

SetServiceName sets the ServiceName field's value.

func (AlicloudForUpdateBranchInput) String added in v1.2.48

String returns the string representation

type AlicloudForUpdateClusterInput added in v1.2.48

type AlicloudForUpdateClusterInput struct {
	AvailabilityZone []*string `type:"list"`

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

func (AlicloudForUpdateClusterInput) GoString added in v1.2.48

GoString returns the string representation

func (*AlicloudForUpdateClusterInput) SetAvailabilityZone added in v1.2.48

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*AlicloudForUpdateClusterInput) SetServiceName added in v1.2.48

SetServiceName sets the ServiceName field's value.

func (AlicloudForUpdateClusterInput) String added in v1.2.48

String returns the string representation

type AllCompletedTableForCreateImportTaskOutput

type AllCompletedTableForCreateImportTaskOutput struct {
	DataFilePattern *string `type:"string" json:",omitempty"`

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

	Result *string `type:"string" json:",omitempty" enum:"EnumOfResultForCreateImportTaskOutput"`

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

func (AllCompletedTableForCreateImportTaskOutput) GoString

GoString returns the string representation

func (*AllCompletedTableForCreateImportTaskOutput) SetDataFilePattern

SetDataFilePattern sets the DataFilePattern field's value.

func (*AllCompletedTableForCreateImportTaskOutput) SetMessage

SetMessage sets the Message field's value.

func (*AllCompletedTableForCreateImportTaskOutput) SetResult

SetResult sets the Result field's value.

func (*AllCompletedTableForCreateImportTaskOutput) SetTableName

SetTableName sets the TableName field's value.

func (AllCompletedTableForCreateImportTaskOutput) String

String returns the string representation

type AllCompletedTableForGetImportTaskDetailsOutput

type AllCompletedTableForGetImportTaskDetailsOutput struct {
	DataFilePattern *string `type:"string" json:",omitempty"`

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

	Result *string `type:"string" json:",omitempty" enum:"EnumOfResultForGetImportTaskDetailsOutput"`

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

func (AllCompletedTableForGetImportTaskDetailsOutput) GoString

GoString returns the string representation

func (*AllCompletedTableForGetImportTaskDetailsOutput) SetDataFilePattern

SetDataFilePattern sets the DataFilePattern field's value.

func (*AllCompletedTableForGetImportTaskDetailsOutput) SetMessage

SetMessage sets the Message field's value.

func (*AllCompletedTableForGetImportTaskDetailsOutput) SetResult

SetResult sets the Result field's value.

func (*AllCompletedTableForGetImportTaskDetailsOutput) SetTableName

SetTableName sets the TableName field's value.

func (AllCompletedTableForGetImportTaskDetailsOutput) String

String returns the string representation

type AllCompletedTableForListImportTasksOutput

type AllCompletedTableForListImportTasksOutput struct {
	DataFilePattern *string `type:"string" json:",omitempty"`

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

	Result *string `type:"string" json:",omitempty" enum:"EnumOfResultForListImportTasksOutput"`

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

func (AllCompletedTableForListImportTasksOutput) GoString

GoString returns the string representation

func (*AllCompletedTableForListImportTasksOutput) SetDataFilePattern

SetDataFilePattern sets the DataFilePattern field's value.

func (*AllCompletedTableForListImportTasksOutput) SetMessage

SetMessage sets the Message field's value.

func (*AllCompletedTableForListImportTasksOutput) SetResult

SetResult sets the Result field's value.

func (*AllCompletedTableForListImportTasksOutput) SetTableName

SetTableName sets the TableName field's value.

func (AllCompletedTableForListImportTasksOutput) String

String returns the string representation

type AuditLogConfigForDeleteClusterOutput added in v1.2.48

type AuditLogConfigForDeleteClusterOutput struct {
	Enabled *bool `type:"boolean" json:",omitempty"`

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

func (AuditLogConfigForDeleteClusterOutput) GoString added in v1.2.48

GoString returns the string representation

func (*AuditLogConfigForDeleteClusterOutput) SetEnabled added in v1.2.48

SetEnabled sets the Enabled field's value.

func (*AuditLogConfigForDeleteClusterOutput) SetUnredacted added in v1.2.48

SetUnredacted sets the Unredacted field's value.

func (AuditLogConfigForDeleteClusterOutput) String added in v1.2.48

String returns the string representation

type AuditLogConfigForGetClusterDetailsOutput added in v1.2.48

type AuditLogConfigForGetClusterDetailsOutput struct {
	Enabled *bool `type:"boolean" json:",omitempty"`

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

func (AuditLogConfigForGetClusterDetailsOutput) GoString added in v1.2.48

GoString returns the string representation

func (*AuditLogConfigForGetClusterDetailsOutput) SetEnabled added in v1.2.48

SetEnabled sets the Enabled field's value.

func (*AuditLogConfigForGetClusterDetailsOutput) SetUnredacted added in v1.2.48

SetUnredacted sets the Unredacted field's value.

func (AuditLogConfigForGetClusterDetailsOutput) String added in v1.2.48

String returns the string representation

type AuditLogConfigForListClustersOutput added in v1.2.48

type AuditLogConfigForListClustersOutput struct {
	Enabled *bool `type:"boolean" json:",omitempty"`

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

func (AuditLogConfigForListClustersOutput) GoString added in v1.2.48

GoString returns the string representation

func (*AuditLogConfigForListClustersOutput) SetEnabled added in v1.2.48

SetEnabled sets the Enabled field's value.

func (*AuditLogConfigForListClustersOutput) SetUnredacted added in v1.2.48

SetUnredacted sets the Unredacted field's value.

func (AuditLogConfigForListClustersOutput) String added in v1.2.48

String returns the string representation

type AuditLogConfigForUpdateClusterInput added in v1.2.48

type AuditLogConfigForUpdateClusterInput struct {
	Enabled *bool `type:"boolean" json:",omitempty"`

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

func (AuditLogConfigForUpdateClusterInput) GoString added in v1.2.48

GoString returns the string representation

func (*AuditLogConfigForUpdateClusterInput) SetEnabled added in v1.2.48

SetEnabled sets the Enabled field's value.

func (*AuditLogConfigForUpdateClusterInput) SetUnredacted added in v1.2.48

SetUnredacted sets the Unredacted field's value.

func (AuditLogConfigForUpdateClusterInput) String added in v1.2.48

String returns the string representation

type AuthorizedNetworkForCreateBranchInput added in v1.2.48

type AuthorizedNetworkForCreateBranchInput struct {
	DisplayName *string `type:"string" json:",omitempty"`

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

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

func (AuthorizedNetworkForCreateBranchInput) GoString added in v1.2.48

GoString returns the string representation

func (*AuthorizedNetworkForCreateBranchInput) SetDisplayName added in v1.2.48

SetDisplayName sets the DisplayName field's value.

func (*AuthorizedNetworkForCreateBranchInput) SetEndIpAddress added in v1.2.48

SetEndIpAddress sets the EndIpAddress field's value.

func (*AuthorizedNetworkForCreateBranchInput) SetStartIpAddress added in v1.2.48

SetStartIpAddress sets the StartIpAddress field's value.

func (AuthorizedNetworkForCreateBranchInput) String added in v1.2.48

String returns the string representation

type AuthorizedNetworkForDeleteClusterOutput added in v1.2.48

type AuthorizedNetworkForDeleteClusterOutput struct {
	DisplayName *string `type:"string" json:",omitempty"`

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

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

func (AuthorizedNetworkForDeleteClusterOutput) GoString added in v1.2.48

GoString returns the string representation

func (*AuthorizedNetworkForDeleteClusterOutput) SetDisplayName added in v1.2.48

SetDisplayName sets the DisplayName field's value.

func (*AuthorizedNetworkForDeleteClusterOutput) SetEndIpAddress added in v1.2.48

SetEndIpAddress sets the EndIpAddress field's value.

func (*AuthorizedNetworkForDeleteClusterOutput) SetStartIpAddress added in v1.2.48

SetStartIpAddress sets the StartIpAddress field's value.

func (AuthorizedNetworkForDeleteClusterOutput) String added in v1.2.48

String returns the string representation

type AuthorizedNetworkForGetBranchDetailsOutput added in v1.2.48

type AuthorizedNetworkForGetBranchDetailsOutput struct {
	DisplayName *string `type:"string" json:",omitempty"`

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

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

func (AuthorizedNetworkForGetBranchDetailsOutput) GoString added in v1.2.48

GoString returns the string representation

func (*AuthorizedNetworkForGetBranchDetailsOutput) SetDisplayName added in v1.2.48

SetDisplayName sets the DisplayName field's value.

func (*AuthorizedNetworkForGetBranchDetailsOutput) SetEndIpAddress added in v1.2.48

SetEndIpAddress sets the EndIpAddress field's value.

func (*AuthorizedNetworkForGetBranchDetailsOutput) SetStartIpAddress added in v1.2.48

SetStartIpAddress sets the StartIpAddress field's value.

func (AuthorizedNetworkForGetBranchDetailsOutput) String added in v1.2.48

String returns the string representation

type AuthorizedNetworkForGetClusterDetailsOutput added in v1.2.48

type AuthorizedNetworkForGetClusterDetailsOutput struct {
	DisplayName *string `type:"string" json:",omitempty"`

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

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

func (AuthorizedNetworkForGetClusterDetailsOutput) GoString added in v1.2.48

GoString returns the string representation

func (*AuthorizedNetworkForGetClusterDetailsOutput) SetDisplayName added in v1.2.48

SetDisplayName sets the DisplayName field's value.

func (*AuthorizedNetworkForGetClusterDetailsOutput) SetEndIpAddress added in v1.2.48

SetEndIpAddress sets the EndIpAddress field's value.

func (*AuthorizedNetworkForGetClusterDetailsOutput) SetStartIpAddress added in v1.2.48

SetStartIpAddress sets the StartIpAddress field's value.

func (AuthorizedNetworkForGetClusterDetailsOutput) String added in v1.2.48

String returns the string representation

type AuthorizedNetworkForListBranchesOutput added in v1.2.48

type AuthorizedNetworkForListBranchesOutput struct {
	DisplayName *string `type:"string" json:",omitempty"`

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

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

func (AuthorizedNetworkForListBranchesOutput) GoString added in v1.2.48

GoString returns the string representation

func (*AuthorizedNetworkForListBranchesOutput) SetDisplayName added in v1.2.48

SetDisplayName sets the DisplayName field's value.

func (*AuthorizedNetworkForListBranchesOutput) SetEndIpAddress added in v1.2.48

SetEndIpAddress sets the EndIpAddress field's value.

func (*AuthorizedNetworkForListBranchesOutput) SetStartIpAddress added in v1.2.48

SetStartIpAddress sets the StartIpAddress field's value.

func (AuthorizedNetworkForListBranchesOutput) String added in v1.2.48

String returns the string representation

type AuthorizedNetworkForListClustersOutput added in v1.2.48

type AuthorizedNetworkForListClustersOutput struct {
	DisplayName *string `type:"string" json:",omitempty"`

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

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

func (AuthorizedNetworkForListClustersOutput) GoString added in v1.2.48

GoString returns the string representation

func (*AuthorizedNetworkForListClustersOutput) SetDisplayName added in v1.2.48

SetDisplayName sets the DisplayName field's value.

func (*AuthorizedNetworkForListClustersOutput) SetEndIpAddress added in v1.2.48

SetEndIpAddress sets the EndIpAddress field's value.

func (*AuthorizedNetworkForListClustersOutput) SetStartIpAddress added in v1.2.48

SetStartIpAddress sets the StartIpAddress field's value.

func (AuthorizedNetworkForListClustersOutput) String added in v1.2.48

String returns the string representation

type AuthorizedNetworkForUpdateBranchInput added in v1.2.48

type AuthorizedNetworkForUpdateBranchInput struct {
	DisplayName *string `type:"string" json:",omitempty"`

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

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

func (AuthorizedNetworkForUpdateBranchInput) GoString added in v1.2.48

GoString returns the string representation

func (*AuthorizedNetworkForUpdateBranchInput) SetDisplayName added in v1.2.48

SetDisplayName sets the DisplayName field's value.

func (*AuthorizedNetworkForUpdateBranchInput) SetEndIpAddress added in v1.2.48

SetEndIpAddress sets the EndIpAddress field's value.

func (*AuthorizedNetworkForUpdateBranchInput) SetStartIpAddress added in v1.2.48

SetStartIpAddress sets the StartIpAddress field's value.

func (AuthorizedNetworkForUpdateBranchInput) String added in v1.2.48

String returns the string representation

type AuthorizedNetworkForUpdateClusterInput added in v1.2.48

type AuthorizedNetworkForUpdateClusterInput struct {
	DisplayName *string `type:"string" json:",omitempty"`

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

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

func (AuthorizedNetworkForUpdateClusterInput) GoString added in v1.2.48

GoString returns the string representation

func (*AuthorizedNetworkForUpdateClusterInput) SetDisplayName added in v1.2.48

SetDisplayName sets the DisplayName field's value.

func (*AuthorizedNetworkForUpdateClusterInput) SetEndIpAddress added in v1.2.48

SetEndIpAddress sets the EndIpAddress field's value.

func (*AuthorizedNetworkForUpdateClusterInput) SetStartIpAddress added in v1.2.48

SetStartIpAddress sets the StartIpAddress field's value.

func (AuthorizedNetworkForUpdateClusterInput) String added in v1.2.48

String returns the string representation

type AutoScalingForCreateClusterInput added in v1.2.48

type AutoScalingForCreateClusterInput struct {
	MaxRcu *int32 `type:"int32" json:",omitempty"`

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

func (AutoScalingForCreateClusterInput) GoString added in v1.2.48

GoString returns the string representation

func (*AutoScalingForCreateClusterInput) SetMaxRcu added in v1.2.48

SetMaxRcu sets the MaxRcu field's value.

func (*AutoScalingForCreateClusterInput) SetMinRcu added in v1.2.48

SetMinRcu sets the MinRcu field's value.

func (AutoScalingForCreateClusterInput) String added in v1.2.48

String returns the string representation

type AutoScalingForDeleteClusterOutput added in v1.2.48

type AutoScalingForDeleteClusterOutput struct {
	MaxRcu *int32 `type:"int32" json:",omitempty"`

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

func (AutoScalingForDeleteClusterOutput) GoString added in v1.2.48

GoString returns the string representation

func (*AutoScalingForDeleteClusterOutput) SetMaxRcu added in v1.2.48

SetMaxRcu sets the MaxRcu field's value.

func (*AutoScalingForDeleteClusterOutput) SetMinRcu added in v1.2.48

SetMinRcu sets the MinRcu field's value.

func (AutoScalingForDeleteClusterOutput) String added in v1.2.48

String returns the string representation

type AutoScalingForDescribePriceDetailInput added in v1.2.48

type AutoScalingForDescribePriceDetailInput struct {
	MaxRcu *int32 `type:"int32" json:",omitempty"`

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

func (AutoScalingForDescribePriceDetailInput) GoString added in v1.2.48

GoString returns the string representation

func (*AutoScalingForDescribePriceDetailInput) SetMaxRcu added in v1.2.48

SetMaxRcu sets the MaxRcu field's value.

func (*AutoScalingForDescribePriceDetailInput) SetMinRcu added in v1.2.48

SetMinRcu sets the MinRcu field's value.

func (AutoScalingForDescribePriceDetailInput) String added in v1.2.48

String returns the string representation

type AutoScalingForGetClusterDetailsOutput added in v1.2.48

type AutoScalingForGetClusterDetailsOutput struct {
	MaxRcu *int32 `type:"int32" json:",omitempty"`

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

func (AutoScalingForGetClusterDetailsOutput) GoString added in v1.2.48

GoString returns the string representation

func (*AutoScalingForGetClusterDetailsOutput) SetMaxRcu added in v1.2.48

SetMaxRcu sets the MaxRcu field's value.

func (*AutoScalingForGetClusterDetailsOutput) SetMinRcu added in v1.2.48

SetMinRcu sets the MinRcu field's value.

func (AutoScalingForGetClusterDetailsOutput) String added in v1.2.48

String returns the string representation

type AutoScalingForListClustersOutput added in v1.2.48

type AutoScalingForListClustersOutput struct {
	MaxRcu *int32 `type:"int32" json:",omitempty"`

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

func (AutoScalingForListClustersOutput) GoString added in v1.2.48

GoString returns the string representation

func (*AutoScalingForListClustersOutput) SetMaxRcu added in v1.2.48

SetMaxRcu sets the MaxRcu field's value.

func (*AutoScalingForListClustersOutput) SetMinRcu added in v1.2.48

SetMinRcu sets the MinRcu field's value.

func (AutoScalingForListClustersOutput) String added in v1.2.48

String returns the string representation

type AutoScalingForRestoreClusterInput

type AutoScalingForRestoreClusterInput struct {
	MaxRcu *int32 `type:"int32" json:",omitempty"`

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

func (AutoScalingForRestoreClusterInput) GoString

GoString returns the string representation

func (*AutoScalingForRestoreClusterInput) SetMaxRcu

SetMaxRcu sets the MaxRcu field's value.

func (*AutoScalingForRestoreClusterInput) SetMinRcu

SetMinRcu sets the MinRcu field's value.

func (AutoScalingForRestoreClusterInput) String

String returns the string representation

type AutoScalingForUpdateClusterInput added in v1.2.48

type AutoScalingForUpdateClusterInput struct {
	MaxRcu *int32 `type:"int32" json:",omitempty"`

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

func (AutoScalingForUpdateClusterInput) GoString added in v1.2.48

GoString returns the string representation

func (*AutoScalingForUpdateClusterInput) SetMaxRcu added in v1.2.48

SetMaxRcu sets the MaxRcu field's value.

func (*AutoScalingForUpdateClusterInput) SetMinRcu added in v1.2.48

SetMinRcu sets the MinRcu field's value.

func (AutoScalingForUpdateClusterInput) String added in v1.2.48

String returns the string representation

type AutomatedBackupPolicyForDeleteClusterOutput added in v1.2.48

type AutomatedBackupPolicyForDeleteClusterOutput struct {
	RetentionDays *int32 `type:"int32" json:",omitempty"`

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

func (AutomatedBackupPolicyForDeleteClusterOutput) GoString added in v1.2.48

GoString returns the string representation

func (*AutomatedBackupPolicyForDeleteClusterOutput) SetRetentionDays added in v1.2.48

SetRetentionDays sets the RetentionDays field's value.

func (*AutomatedBackupPolicyForDeleteClusterOutput) SetStartTime added in v1.2.48

SetStartTime sets the StartTime field's value.

func (AutomatedBackupPolicyForDeleteClusterOutput) String added in v1.2.48

String returns the string representation

type AutomatedBackupPolicyForGetClusterDetailsOutput added in v1.2.48

type AutomatedBackupPolicyForGetClusterDetailsOutput struct {
	RetentionDays *int32 `type:"int32" json:",omitempty"`

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

func (AutomatedBackupPolicyForGetClusterDetailsOutput) GoString added in v1.2.48

GoString returns the string representation

func (*AutomatedBackupPolicyForGetClusterDetailsOutput) SetRetentionDays added in v1.2.48

SetRetentionDays sets the RetentionDays field's value.

func (*AutomatedBackupPolicyForGetClusterDetailsOutput) SetStartTime added in v1.2.48

SetStartTime sets the StartTime field's value.

func (AutomatedBackupPolicyForGetClusterDetailsOutput) String added in v1.2.48

String returns the string representation

type AutomatedBackupPolicyForListClustersOutput added in v1.2.48

type AutomatedBackupPolicyForListClustersOutput struct {
	RetentionDays *int32 `type:"int32" json:",omitempty"`

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

func (AutomatedBackupPolicyForListClustersOutput) GoString added in v1.2.48

GoString returns the string representation

func (*AutomatedBackupPolicyForListClustersOutput) SetRetentionDays added in v1.2.48

SetRetentionDays sets the RetentionDays field's value.

func (*AutomatedBackupPolicyForListClustersOutput) SetStartTime added in v1.2.48

SetStartTime sets the StartTime field's value.

func (AutomatedBackupPolicyForListClustersOutput) String added in v1.2.48

String returns the string representation

type AutomatedBackupPolicyForUpdateClusterInput added in v1.2.48

type AutomatedBackupPolicyForUpdateClusterInput struct {
	RetentionDays *int32 `type:"int32" json:",omitempty"`

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

func (AutomatedBackupPolicyForUpdateClusterInput) GoString added in v1.2.48

GoString returns the string representation

func (*AutomatedBackupPolicyForUpdateClusterInput) SetRetentionDays added in v1.2.48

SetRetentionDays sets the RetentionDays field's value.

func (*AutomatedBackupPolicyForUpdateClusterInput) SetStartTime added in v1.2.48

SetStartTime sets the StartTime field's value.

func (AutomatedBackupPolicyForUpdateClusterInput) String added in v1.2.48

String returns the string representation

type AwsForCreateBranchInput added in v1.2.48

type AwsForCreateBranchInput struct {
	AvailabilityZone []*string `type:"list"`

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

func (AwsForCreateBranchInput) GoString added in v1.2.48

func (s AwsForCreateBranchInput) GoString() string

GoString returns the string representation

func (*AwsForCreateBranchInput) SetAvailabilityZone added in v1.2.48

func (s *AwsForCreateBranchInput) SetAvailabilityZone(v []*string) *AwsForCreateBranchInput

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*AwsForCreateBranchInput) SetServiceName added in v1.2.48

SetServiceName sets the ServiceName field's value.

func (AwsForCreateBranchInput) String added in v1.2.48

func (s AwsForCreateBranchInput) String() string

String returns the string representation

type AwsForDeleteClusterOutput added in v1.2.48

type AwsForDeleteClusterOutput struct {
	AvailabilityZone []*string `type:"list"`

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

func (AwsForDeleteClusterOutput) GoString added in v1.2.48

func (s AwsForDeleteClusterOutput) GoString() string

GoString returns the string representation

func (*AwsForDeleteClusterOutput) SetAvailabilityZone added in v1.2.48

func (s *AwsForDeleteClusterOutput) SetAvailabilityZone(v []*string) *AwsForDeleteClusterOutput

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*AwsForDeleteClusterOutput) SetServiceName added in v1.2.48

SetServiceName sets the ServiceName field's value.

func (AwsForDeleteClusterOutput) String added in v1.2.48

func (s AwsForDeleteClusterOutput) String() string

String returns the string representation

type AwsForGetBranchDetailsOutput added in v1.2.48

type AwsForGetBranchDetailsOutput struct {
	AvailabilityZone []*string `type:"list"`

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

func (AwsForGetBranchDetailsOutput) GoString added in v1.2.48

func (s AwsForGetBranchDetailsOutput) GoString() string

GoString returns the string representation

func (*AwsForGetBranchDetailsOutput) SetAvailabilityZone added in v1.2.48

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*AwsForGetBranchDetailsOutput) SetServiceName added in v1.2.48

SetServiceName sets the ServiceName field's value.

func (AwsForGetBranchDetailsOutput) String added in v1.2.48

String returns the string representation

type AwsForGetClusterDetailsOutput added in v1.2.48

type AwsForGetClusterDetailsOutput struct {
	AvailabilityZone []*string `type:"list"`

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

func (AwsForGetClusterDetailsOutput) GoString added in v1.2.48

GoString returns the string representation

func (*AwsForGetClusterDetailsOutput) SetAvailabilityZone added in v1.2.48

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*AwsForGetClusterDetailsOutput) SetServiceName added in v1.2.48

SetServiceName sets the ServiceName field's value.

func (AwsForGetClusterDetailsOutput) String added in v1.2.48

String returns the string representation

type AwsForListBranchesOutput added in v1.2.48

type AwsForListBranchesOutput struct {
	AvailabilityZone []*string `type:"list"`

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

func (AwsForListBranchesOutput) GoString added in v1.2.48

func (s AwsForListBranchesOutput) GoString() string

GoString returns the string representation

func (*AwsForListBranchesOutput) SetAvailabilityZone added in v1.2.48

func (s *AwsForListBranchesOutput) SetAvailabilityZone(v []*string) *AwsForListBranchesOutput

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*AwsForListBranchesOutput) SetServiceName added in v1.2.48

SetServiceName sets the ServiceName field's value.

func (AwsForListBranchesOutput) String added in v1.2.48

func (s AwsForListBranchesOutput) String() string

String returns the string representation

type AwsForListClustersOutput added in v1.2.48

type AwsForListClustersOutput struct {
	AvailabilityZone []*string `type:"list"`

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

func (AwsForListClustersOutput) GoString added in v1.2.48

func (s AwsForListClustersOutput) GoString() string

GoString returns the string representation

func (*AwsForListClustersOutput) SetAvailabilityZone added in v1.2.48

func (s *AwsForListClustersOutput) SetAvailabilityZone(v []*string) *AwsForListClustersOutput

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*AwsForListClustersOutput) SetServiceName added in v1.2.48

SetServiceName sets the ServiceName field's value.

func (AwsForListClustersOutput) String added in v1.2.48

func (s AwsForListClustersOutput) String() string

String returns the string representation

type AwsForUpdateBranchInput added in v1.2.48

type AwsForUpdateBranchInput struct {
	AvailabilityZone []*string `type:"list"`

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

func (AwsForUpdateBranchInput) GoString added in v1.2.48

func (s AwsForUpdateBranchInput) GoString() string

GoString returns the string representation

func (*AwsForUpdateBranchInput) SetAvailabilityZone added in v1.2.48

func (s *AwsForUpdateBranchInput) SetAvailabilityZone(v []*string) *AwsForUpdateBranchInput

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*AwsForUpdateBranchInput) SetServiceName added in v1.2.48

SetServiceName sets the ServiceName field's value.

func (AwsForUpdateBranchInput) String added in v1.2.48

func (s AwsForUpdateBranchInput) String() string

String returns the string representation

type AwsForUpdateClusterInput added in v1.2.48

type AwsForUpdateClusterInput struct {
	AvailabilityZone []*string `type:"list"`

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

func (AwsForUpdateClusterInput) GoString added in v1.2.48

func (s AwsForUpdateClusterInput) GoString() string

GoString returns the string representation

func (*AwsForUpdateClusterInput) SetAvailabilityZone added in v1.2.48

func (s *AwsForUpdateClusterInput) SetAvailabilityZone(v []*string) *AwsForUpdateClusterInput

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*AwsForUpdateClusterInput) SetServiceName added in v1.2.48

SetServiceName sets the ServiceName field's value.

func (AwsForUpdateClusterInput) String added in v1.2.48

func (s AwsForUpdateClusterInput) String() string

String returns the string representation

type AzureBlobForCancelExportTaskOutput

type AzureBlobForCancelExportTaskOutput struct {
	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForCancelExportTaskOutput"`

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

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

func (AzureBlobForCancelExportTaskOutput) GoString

GoString returns the string representation

func (*AzureBlobForCancelExportTaskOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*AzureBlobForCancelExportTaskOutput) SetSasToken

SetSasToken sets the SasToken field's value.

func (*AzureBlobForCancelExportTaskOutput) SetUri

SetUri sets the Uri field's value.

func (AzureBlobForCancelExportTaskOutput) String

String returns the string representation

type AzureBlobForCreateExportTaskInput

type AzureBlobForCreateExportTaskInput struct {
	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForCreateExportTaskInput"`

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

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

func (AzureBlobForCreateExportTaskInput) GoString

GoString returns the string representation

func (*AzureBlobForCreateExportTaskInput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*AzureBlobForCreateExportTaskInput) SetSasToken

SetSasToken sets the SasToken field's value.

func (*AzureBlobForCreateExportTaskInput) SetUri

SetUri sets the Uri field's value.

func (AzureBlobForCreateExportTaskInput) String

String returns the string representation

type AzureBlobForCreateExportTaskOutput

type AzureBlobForCreateExportTaskOutput struct {
	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForCreateExportTaskOutput"`

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

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

func (AzureBlobForCreateExportTaskOutput) GoString

GoString returns the string representation

func (*AzureBlobForCreateExportTaskOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*AzureBlobForCreateExportTaskOutput) SetSasToken

SetSasToken sets the SasToken field's value.

func (*AzureBlobForCreateExportTaskOutput) SetUri

SetUri sets the Uri field's value.

func (AzureBlobForCreateExportTaskOutput) String

String returns the string representation

type AzureBlobForCreateImportTaskInput

type AzureBlobForCreateImportTaskInput struct {
	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForCreateImportTaskInput"`

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

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

func (AzureBlobForCreateImportTaskInput) GoString

GoString returns the string representation

func (*AzureBlobForCreateImportTaskInput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*AzureBlobForCreateImportTaskInput) SetSasToken

SetSasToken sets the SasToken field's value.

func (*AzureBlobForCreateImportTaskInput) SetUri

SetUri sets the Uri field's value.

func (AzureBlobForCreateImportTaskInput) String

String returns the string representation

type AzureBlobForCreateImportTaskOutput

type AzureBlobForCreateImportTaskOutput struct {
	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForCreateImportTaskOutput"`

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

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

func (AzureBlobForCreateImportTaskOutput) GoString

GoString returns the string representation

func (*AzureBlobForCreateImportTaskOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*AzureBlobForCreateImportTaskOutput) SetSasToken

SetSasToken sets the SasToken field's value.

func (*AzureBlobForCreateImportTaskOutput) SetUri

SetUri sets the Uri field's value.

func (AzureBlobForCreateImportTaskOutput) String

String returns the string representation

type AzureBlobForDeleteExportTaskOutput

type AzureBlobForDeleteExportTaskOutput struct {
	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForDeleteExportTaskOutput"`

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

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

func (AzureBlobForDeleteExportTaskOutput) GoString

GoString returns the string representation

func (*AzureBlobForDeleteExportTaskOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*AzureBlobForDeleteExportTaskOutput) SetSasToken

SetSasToken sets the SasToken field's value.

func (*AzureBlobForDeleteExportTaskOutput) SetUri

SetUri sets the Uri field's value.

func (AzureBlobForDeleteExportTaskOutput) String

String returns the string representation

type AzureBlobForGetExportTaskDetailsOutput

type AzureBlobForGetExportTaskDetailsOutput struct {
	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForGetExportTaskDetailsOutput"`

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

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

func (AzureBlobForGetExportTaskDetailsOutput) GoString

GoString returns the string representation

func (*AzureBlobForGetExportTaskDetailsOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*AzureBlobForGetExportTaskDetailsOutput) SetSasToken

SetSasToken sets the SasToken field's value.

func (*AzureBlobForGetExportTaskDetailsOutput) SetUri

SetUri sets the Uri field's value.

func (AzureBlobForGetExportTaskDetailsOutput) String

String returns the string representation

type AzureBlobForGetImportTaskDetailsOutput

type AzureBlobForGetImportTaskDetailsOutput struct {
	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForGetImportTaskDetailsOutput"`

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

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

func (AzureBlobForGetImportTaskDetailsOutput) GoString

GoString returns the string representation

func (*AzureBlobForGetImportTaskDetailsOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*AzureBlobForGetImportTaskDetailsOutput) SetSasToken

SetSasToken sets the SasToken field's value.

func (*AzureBlobForGetImportTaskDetailsOutput) SetUri

SetUri sets the Uri field's value.

func (AzureBlobForGetImportTaskDetailsOutput) String

String returns the string representation

type AzureBlobForListExportTasksOutput

type AzureBlobForListExportTasksOutput struct {
	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForListExportTasksOutput"`

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

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

func (AzureBlobForListExportTasksOutput) GoString

GoString returns the string representation

func (*AzureBlobForListExportTasksOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*AzureBlobForListExportTasksOutput) SetSasToken

SetSasToken sets the SasToken field's value.

func (*AzureBlobForListExportTasksOutput) SetUri

SetUri sets the Uri field's value.

func (AzureBlobForListExportTasksOutput) String

String returns the string representation

type AzureBlobForListImportTasksOutput

type AzureBlobForListImportTasksOutput struct {
	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForListImportTasksOutput"`

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

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

func (AzureBlobForListImportTasksOutput) GoString

GoString returns the string representation

func (*AzureBlobForListImportTasksOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*AzureBlobForListImportTasksOutput) SetSasToken

SetSasToken sets the SasToken field's value.

func (*AzureBlobForListImportTasksOutput) SetUri

SetUri sets the Uri field's value.

func (AzureBlobForListImportTasksOutput) String

String returns the string representation

type AzureBlobForPrecheckImportTaskInput

type AzureBlobForPrecheckImportTaskInput struct {
	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForPrecheckImportTaskInput"`

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

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

func (AzureBlobForPrecheckImportTaskInput) GoString

GoString returns the string representation

func (*AzureBlobForPrecheckImportTaskInput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*AzureBlobForPrecheckImportTaskInput) SetSasToken

SetSasToken sets the SasToken field's value.

func (*AzureBlobForPrecheckImportTaskInput) SetUri

SetUri sets the Uri field's value.

func (AzureBlobForPrecheckImportTaskInput) String

String returns the string representation

type AzureBlobForValidateImportTaskInput

type AzureBlobForValidateImportTaskInput struct {
	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForValidateImportTaskInput"`

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

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

func (AzureBlobForValidateImportTaskInput) GoString

GoString returns the string representation

func (*AzureBlobForValidateImportTaskInput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*AzureBlobForValidateImportTaskInput) SetSasToken

SetSasToken sets the SasToken field's value.

func (*AzureBlobForValidateImportTaskInput) SetUri

SetUri sets the Uri field's value.

func (AzureBlobForValidateImportTaskInput) String

String returns the string representation

type BackupForGetBackupOutput

type BackupForGetBackupOutput struct {
	BackupId *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

func (BackupForGetBackupOutput) GoString

func (s BackupForGetBackupOutput) GoString() string

GoString returns the string representation

func (*BackupForGetBackupOutput) SetBackupId

SetBackupId sets the BackupId field's value.

func (*BackupForGetBackupOutput) SetBackupTime

SetBackupTime sets the BackupTime field's value.

func (*BackupForGetBackupOutput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (*BackupForGetBackupOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*BackupForGetBackupOutput) SetExpireTime

SetExpireTime sets the ExpireTime field's value.

func (*BackupForGetBackupOutput) SetName

SetName sets the Name field's value.

func (*BackupForGetBackupOutput) SetState

SetState sets the State field's value.

func (BackupForGetBackupOutput) String

func (s BackupForGetBackupOutput) String() string

String returns the string representation

type BackupForListBackupsOutput

type BackupForListBackupsOutput struct {
	BackupId *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

func (BackupForListBackupsOutput) GoString

func (s BackupForListBackupsOutput) GoString() string

GoString returns the string representation

func (*BackupForListBackupsOutput) SetBackupId

SetBackupId sets the BackupId field's value.

func (*BackupForListBackupsOutput) SetBackupTime

SetBackupTime sets the BackupTime field's value.

func (*BackupForListBackupsOutput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (*BackupForListBackupsOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*BackupForListBackupsOutput) SetExpireTime

SetExpireTime sets the ExpireTime field's value.

func (*BackupForListBackupsOutput) SetName

SetName sets the Name field's value.

func (*BackupForListBackupsOutput) SetState

SetState sets the State field's value.

func (BackupForListBackupsOutput) String

String returns the string representation

type BranchForCreateBranchInput added in v1.2.48

type BranchForCreateBranchInput struct {
	Annotations *string `type:"string" json:",omitempty"`

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

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

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

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

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

	Endpoints *EndpointsForCreateBranchInput `type:"structure" json:",omitempty"`

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

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

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

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

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

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

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

	Usages *UsagesForCreateBranchInput `type:"structure" json:",omitempty"`

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

func (BranchForCreateBranchInput) GoString added in v1.2.48

func (s BranchForCreateBranchInput) GoString() string

GoString returns the string representation

func (*BranchForCreateBranchInput) SetAnnotations added in v1.2.48

SetAnnotations sets the Annotations field's value.

func (*BranchForCreateBranchInput) SetBranchId added in v1.2.48

SetBranchId sets the BranchId field's value.

func (*BranchForCreateBranchInput) SetClusterId added in v1.2.48

SetClusterId sets the ClusterId field's value.

func (*BranchForCreateBranchInput) SetCreateTime added in v1.2.48

SetCreateTime sets the CreateTime field's value.

func (*BranchForCreateBranchInput) SetCreatedBy added in v1.2.48

SetCreatedBy sets the CreatedBy field's value.

func (*BranchForCreateBranchInput) SetDisplayName added in v1.2.48

SetDisplayName sets the DisplayName field's value.

func (*BranchForCreateBranchInput) SetEndpoints added in v1.2.48

SetEndpoints sets the Endpoints field's value.

func (*BranchForCreateBranchInput) SetHasSetPwd added in v1.2.48

SetHasSetPwd sets the HasSetPwd field's value.

func (*BranchForCreateBranchInput) SetName added in v1.2.48

SetName sets the Name field's value.

func (*BranchForCreateBranchInput) SetParentDisplayName added in v1.2.48

func (s *BranchForCreateBranchInput) SetParentDisplayName(v string) *BranchForCreateBranchInput

SetParentDisplayName sets the ParentDisplayName field's value.

func (*BranchForCreateBranchInput) SetParentId added in v1.2.48

SetParentId sets the ParentId field's value.

func (*BranchForCreateBranchInput) SetParentTimestamp added in v1.2.48

SetParentTimestamp sets the ParentTimestamp field's value.

func (*BranchForCreateBranchInput) SetState added in v1.2.48

SetState sets the State field's value.

func (*BranchForCreateBranchInput) SetUpdateTime added in v1.2.48

SetUpdateTime sets the UpdateTime field's value.

func (*BranchForCreateBranchInput) SetUsages added in v1.2.48

SetUsages sets the Usages field's value.

func (*BranchForCreateBranchInput) SetUserPrefix added in v1.2.48

SetUserPrefix sets the UserPrefix field's value.

func (BranchForCreateBranchInput) String added in v1.2.48

String returns the string representation

type BranchForGetBranchDetailsOutput added in v1.2.48

type BranchForGetBranchDetailsOutput struct {
	Annotations *string `type:"string" json:",omitempty"`

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

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

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

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

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

	Endpoints *EndpointsForGetBranchDetailsOutput `type:"structure" json:",omitempty"`

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

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

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

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

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

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

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

	Usages *UsagesForGetBranchDetailsOutput `type:"structure" json:",omitempty"`

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

func (BranchForGetBranchDetailsOutput) GoString added in v1.2.48

GoString returns the string representation

func (*BranchForGetBranchDetailsOutput) SetAnnotations added in v1.2.48

SetAnnotations sets the Annotations field's value.

func (*BranchForGetBranchDetailsOutput) SetBranchId added in v1.2.48

SetBranchId sets the BranchId field's value.

func (*BranchForGetBranchDetailsOutput) SetClusterId added in v1.2.48

SetClusterId sets the ClusterId field's value.

func (*BranchForGetBranchDetailsOutput) SetCreateTime added in v1.2.48

SetCreateTime sets the CreateTime field's value.

func (*BranchForGetBranchDetailsOutput) SetCreatedBy added in v1.2.48

SetCreatedBy sets the CreatedBy field's value.

func (*BranchForGetBranchDetailsOutput) SetDisplayName added in v1.2.48

SetDisplayName sets the DisplayName field's value.

func (*BranchForGetBranchDetailsOutput) SetEndpoints added in v1.2.48

SetEndpoints sets the Endpoints field's value.

func (*BranchForGetBranchDetailsOutput) SetHasSetPwd added in v1.2.48

SetHasSetPwd sets the HasSetPwd field's value.

func (*BranchForGetBranchDetailsOutput) SetName added in v1.2.48

SetName sets the Name field's value.

func (*BranchForGetBranchDetailsOutput) SetParentDisplayName added in v1.2.48

SetParentDisplayName sets the ParentDisplayName field's value.

func (*BranchForGetBranchDetailsOutput) SetParentId added in v1.2.48

SetParentId sets the ParentId field's value.

func (*BranchForGetBranchDetailsOutput) SetParentTimestamp added in v1.2.48

SetParentTimestamp sets the ParentTimestamp field's value.

func (*BranchForGetBranchDetailsOutput) SetState added in v1.2.48

SetState sets the State field's value.

func (*BranchForGetBranchDetailsOutput) SetUpdateTime added in v1.2.48

SetUpdateTime sets the UpdateTime field's value.

func (*BranchForGetBranchDetailsOutput) SetUsages added in v1.2.48

SetUsages sets the Usages field's value.

func (*BranchForGetBranchDetailsOutput) SetUserPrefix added in v1.2.48

SetUserPrefix sets the UserPrefix field's value.

func (BranchForGetBranchDetailsOutput) String added in v1.2.48

String returns the string representation

type BranchForListBranchesOutput added in v1.2.48

type BranchForListBranchesOutput struct {
	Annotations *string `type:"string" json:",omitempty"`

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

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

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

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

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

	Endpoints *EndpointsForListBranchesOutput `type:"structure" json:",omitempty"`

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

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

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

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

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

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

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

	Usages *UsagesForListBranchesOutput `type:"structure" json:",omitempty"`

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

func (BranchForListBranchesOutput) GoString added in v1.2.48

func (s BranchForListBranchesOutput) GoString() string

GoString returns the string representation

func (*BranchForListBranchesOutput) SetAnnotations added in v1.2.48

SetAnnotations sets the Annotations field's value.

func (*BranchForListBranchesOutput) SetBranchId added in v1.2.48

SetBranchId sets the BranchId field's value.

func (*BranchForListBranchesOutput) SetClusterId added in v1.2.48

SetClusterId sets the ClusterId field's value.

func (*BranchForListBranchesOutput) SetCreateTime added in v1.2.48

SetCreateTime sets the CreateTime field's value.

func (*BranchForListBranchesOutput) SetCreatedBy added in v1.2.48

SetCreatedBy sets the CreatedBy field's value.

func (*BranchForListBranchesOutput) SetDisplayName added in v1.2.48

SetDisplayName sets the DisplayName field's value.

func (*BranchForListBranchesOutput) SetEndpoints added in v1.2.48

SetEndpoints sets the Endpoints field's value.

func (*BranchForListBranchesOutput) SetHasSetPwd added in v1.2.48

SetHasSetPwd sets the HasSetPwd field's value.

func (*BranchForListBranchesOutput) SetName added in v1.2.48

SetName sets the Name field's value.

func (*BranchForListBranchesOutput) SetParentDisplayName added in v1.2.48

SetParentDisplayName sets the ParentDisplayName field's value.

func (*BranchForListBranchesOutput) SetParentId added in v1.2.48

SetParentId sets the ParentId field's value.

func (*BranchForListBranchesOutput) SetParentTimestamp added in v1.2.48

SetParentTimestamp sets the ParentTimestamp field's value.

func (*BranchForListBranchesOutput) SetState added in v1.2.48

SetState sets the State field's value.

func (*BranchForListBranchesOutput) SetUpdateTime added in v1.2.48

SetUpdateTime sets the UpdateTime field's value.

func (*BranchForListBranchesOutput) SetUsages added in v1.2.48

SetUsages sets the Usages field's value.

func (*BranchForListBranchesOutput) SetUserPrefix added in v1.2.48

SetUserPrefix sets the UserPrefix field's value.

func (BranchForListBranchesOutput) String added in v1.2.48

String returns the string representation

type BranchForUpdateBranchInput added in v1.2.48

type BranchForUpdateBranchInput struct {
	Annotations *string `type:"string" json:",omitempty"`

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

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

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

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

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

	Endpoints *EndpointsForUpdateBranchInput `type:"structure" json:",omitempty"`

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

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

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

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

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

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

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

	Usages *UsagesForUpdateBranchInput `type:"structure" json:",omitempty"`

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

func (BranchForUpdateBranchInput) GoString added in v1.2.48

func (s BranchForUpdateBranchInput) GoString() string

GoString returns the string representation

func (*BranchForUpdateBranchInput) SetAnnotations added in v1.2.48

SetAnnotations sets the Annotations field's value.

func (*BranchForUpdateBranchInput) SetBranchId added in v1.2.48

SetBranchId sets the BranchId field's value.

func (*BranchForUpdateBranchInput) SetClusterId added in v1.2.48

SetClusterId sets the ClusterId field's value.

func (*BranchForUpdateBranchInput) SetCreateTime added in v1.2.48

SetCreateTime sets the CreateTime field's value.

func (*BranchForUpdateBranchInput) SetCreatedBy added in v1.2.48

SetCreatedBy sets the CreatedBy field's value.

func (*BranchForUpdateBranchInput) SetDisplayName added in v1.2.48

SetDisplayName sets the DisplayName field's value.

func (*BranchForUpdateBranchInput) SetEndpoints added in v1.2.48

SetEndpoints sets the Endpoints field's value.

func (*BranchForUpdateBranchInput) SetHasSetPwd added in v1.2.48

SetHasSetPwd sets the HasSetPwd field's value.

func (*BranchForUpdateBranchInput) SetName added in v1.2.48

SetName sets the Name field's value.

func (*BranchForUpdateBranchInput) SetParentDisplayName added in v1.2.48

func (s *BranchForUpdateBranchInput) SetParentDisplayName(v string) *BranchForUpdateBranchInput

SetParentDisplayName sets the ParentDisplayName field's value.

func (*BranchForUpdateBranchInput) SetParentId added in v1.2.48

SetParentId sets the ParentId field's value.

func (*BranchForUpdateBranchInput) SetParentTimestamp added in v1.2.48

SetParentTimestamp sets the ParentTimestamp field's value.

func (*BranchForUpdateBranchInput) SetState added in v1.2.48

SetState sets the State field's value.

func (*BranchForUpdateBranchInput) SetUpdateTime added in v1.2.48

SetUpdateTime sets the UpdateTime field's value.

func (*BranchForUpdateBranchInput) SetUsages added in v1.2.48

SetUsages sets the Usages field's value.

func (*BranchForUpdateBranchInput) SetUserPrefix added in v1.2.48

SetUserPrefix sets the UserPrefix field's value.

func (BranchForUpdateBranchInput) String added in v1.2.48

String returns the string representation

type CancelExportTaskInput

type CancelExportTaskInput struct {

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

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

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

func (CancelExportTaskInput) GoString

func (s CancelExportTaskInput) GoString() string

GoString returns the string representation

func (*CancelExportTaskInput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (*CancelExportTaskInput) SetExportId

SetExportId sets the ExportId field's value.

func (*CancelExportTaskInput) SetProjectName

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

SetProjectName sets the ProjectName field's value.

func (CancelExportTaskInput) String

func (s CancelExportTaskInput) String() string

String returns the string representation

func (*CancelExportTaskInput) Validate

func (s *CancelExportTaskInput) Validate() error

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

type CancelExportTaskOutput

type CancelExportTaskOutput struct {
	Metadata *response.ResponseMetadata

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

func (CancelExportTaskOutput) GoString

func (s CancelExportTaskOutput) GoString() string

GoString returns the string representation

func (*CancelExportTaskOutput) SetExport_

SetExport_ sets the Export_ field's value.

func (CancelExportTaskOutput) String

func (s CancelExportTaskOutput) String() string

String returns the string representation

type CancelImportTaskInput

type CancelImportTaskInput struct {

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

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

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

func (CancelImportTaskInput) GoString

func (s CancelImportTaskInput) GoString() string

GoString returns the string representation

func (*CancelImportTaskInput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (*CancelImportTaskInput) SetId

SetId sets the Id field's value.

func (*CancelImportTaskInput) SetProjectName

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

SetProjectName sets the ProjectName field's value.

func (CancelImportTaskInput) String

func (s CancelImportTaskInput) String() string

String returns the string representation

func (*CancelImportTaskInput) Validate

func (s *CancelImportTaskInput) Validate() error

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

type CancelImportTaskOutput

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

func (CancelImportTaskOutput) GoString

func (s CancelImportTaskOutput) GoString() string

GoString returns the string representation

func (CancelImportTaskOutput) String

func (s CancelImportTaskOutput) String() string

String returns the string representation

type ChangeBranchPasswordInput added in v1.2.48

type ChangeBranchPasswordInput struct {

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

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

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

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

func (ChangeBranchPasswordInput) GoString added in v1.2.48

func (s ChangeBranchPasswordInput) GoString() string

GoString returns the string representation

func (*ChangeBranchPasswordInput) SetBranchId added in v1.2.48

SetBranchId sets the BranchId field's value.

func (*ChangeBranchPasswordInput) SetClusterId added in v1.2.48

SetClusterId sets the ClusterId field's value.

func (*ChangeBranchPasswordInput) SetPassword added in v1.2.48

SetPassword sets the Password field's value.

func (*ChangeBranchPasswordInput) SetProjectName added in v1.2.48

SetProjectName sets the ProjectName field's value.

func (ChangeBranchPasswordInput) String added in v1.2.48

func (s ChangeBranchPasswordInput) String() string

String returns the string representation

func (*ChangeBranchPasswordInput) Validate added in v1.2.48

func (s *ChangeBranchPasswordInput) Validate() error

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

type ChangeBranchPasswordOutput added in v1.2.48

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

func (ChangeBranchPasswordOutput) GoString added in v1.2.48

func (s ChangeBranchPasswordOutput) GoString() string

GoString returns the string representation

func (ChangeBranchPasswordOutput) String added in v1.2.48

String returns the string representation

type ChargeItemPriceForDescribePriceDetailOutput added in v1.2.48

type ChargeItemPriceForDescribePriceDetailOutput struct {
	BillingMethod *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

func (ChargeItemPriceForDescribePriceDetailOutput) GoString added in v1.2.48

GoString returns the string representation

func (*ChargeItemPriceForDescribePriceDetailOutput) SetBillingMethod added in v1.2.48

SetBillingMethod sets the BillingMethod field's value.

func (*ChargeItemPriceForDescribePriceDetailOutput) SetChargeItemCode added in v1.2.48

SetChargeItemCode sets the ChargeItemCode field's value.

func (*ChargeItemPriceForDescribePriceDetailOutput) SetDiscountPrice added in v1.2.48

SetDiscountPrice sets the DiscountPrice field's value.

func (*ChargeItemPriceForDescribePriceDetailOutput) SetOriginalPrice added in v1.2.48

SetOriginalPrice sets the OriginalPrice field's value.

func (*ChargeItemPriceForDescribePriceDetailOutput) SetPayablePrice added in v1.2.48

SetPayablePrice sets the PayablePrice field's value.

func (*ChargeItemPriceForDescribePriceDetailOutput) SetQuantity added in v1.2.48

SetQuantity sets the Quantity field's value.

func (*ChargeItemPriceForDescribePriceDetailOutput) SetUnitPrice added in v1.2.48

SetUnitPrice sets the UnitPrice field's value.

func (ChargeItemPriceForDescribePriceDetailOutput) String added in v1.2.48

String returns the string representation

type ClusterForDeleteClusterOutput added in v1.2.48

type ClusterForDeleteClusterOutput struct {
	Annotations *string `type:"string" json:",omitempty"`

	AuditLogConfig *AuditLogConfigForDeleteClusterOutput `type:"structure" json:",omitempty"`

	AutoScaling *AutoScalingForDeleteClusterOutput `type:"structure" json:",omitempty"`

	AutomatedBackupPolicy *AutomatedBackupPolicyForDeleteClusterOutput `type:"structure" json:",omitempty"`

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

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

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

	EncryptionConfig *EncryptionConfigForDeleteClusterOutput `type:"structure" json:",omitempty"`

	Endpoints *EndpointsForDeleteClusterOutput `type:"structure" json:",omitempty"`

	HighAvailabilityType *string `type:"string" json:",omitempty" enum:"EnumOfHighAvailabilityTypeForDeleteClusterOutput"`

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

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

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

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

	ServicePlan *string `type:"string" json:",omitempty" enum:"EnumOfServicePlanForDeleteClusterOutput"`

	SpendingLimit *SpendingLimitForDeleteClusterOutput `type:"structure" json:",omitempty"`

	State *string `type:"string" json:",omitempty" enum:"EnumOfStateForDeleteClusterOutput"`

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

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

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

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

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

func (ClusterForDeleteClusterOutput) GoString added in v1.2.48

GoString returns the string representation

func (*ClusterForDeleteClusterOutput) SetAnnotations added in v1.2.48

SetAnnotations sets the Annotations field's value.

func (*ClusterForDeleteClusterOutput) SetAuditLogConfig added in v1.2.48

SetAuditLogConfig sets the AuditLogConfig field's value.

func (*ClusterForDeleteClusterOutput) SetAutoScaling added in v1.2.48

SetAutoScaling sets the AutoScaling field's value.

func (*ClusterForDeleteClusterOutput) SetAutomatedBackupPolicy added in v1.2.48

SetAutomatedBackupPolicy sets the AutomatedBackupPolicy field's value.

func (*ClusterForDeleteClusterOutput) SetClusterId added in v1.2.48

SetClusterId sets the ClusterId field's value.

func (*ClusterForDeleteClusterOutput) SetCreateTime added in v1.2.48

SetCreateTime sets the CreateTime field's value.

func (*ClusterForDeleteClusterOutput) SetDisplayName added in v1.2.48

SetDisplayName sets the DisplayName field's value.

func (*ClusterForDeleteClusterOutput) SetEncryptionConfig added in v1.2.48

SetEncryptionConfig sets the EncryptionConfig field's value.

func (*ClusterForDeleteClusterOutput) SetEndpoints added in v1.2.48

SetEndpoints sets the Endpoints field's value.

func (*ClusterForDeleteClusterOutput) SetHighAvailabilityType added in v1.2.48

SetHighAvailabilityType sets the HighAvailabilityType field's value.

func (*ClusterForDeleteClusterOutput) SetLabels added in v1.2.48

SetLabels sets the Labels field's value.

func (*ClusterForDeleteClusterOutput) SetName added in v1.2.48

SetName sets the Name field's value.

func (*ClusterForDeleteClusterOutput) SetProjectName added in v1.2.48

SetProjectName sets the ProjectName field's value.

func (*ClusterForDeleteClusterOutput) SetRegionId added in v1.2.48

SetRegionId sets the RegionId field's value.

func (*ClusterForDeleteClusterOutput) SetServicePlan added in v1.2.48

SetServicePlan sets the ServicePlan field's value.

func (*ClusterForDeleteClusterOutput) SetSpendingLimit added in v1.2.48

SetSpendingLimit sets the SpendingLimit field's value.

func (*ClusterForDeleteClusterOutput) SetState added in v1.2.48

SetState sets the State field's value.

func (*ClusterForDeleteClusterOutput) SetUpdateTime added in v1.2.48

SetUpdateTime sets the UpdateTime field's value.

func (*ClusterForDeleteClusterOutput) SetUserPrefix added in v1.2.48

SetUserPrefix sets the UserPrefix field's value.

func (*ClusterForDeleteClusterOutput) SetVersion added in v1.2.48

SetVersion sets the Version field's value.

func (*ClusterForDeleteClusterOutput) SetVpcId added in v1.2.48

SetVpcId sets the VpcId field's value.

func (*ClusterForDeleteClusterOutput) SetZones added in v1.2.48

SetZones sets the Zones field's value.

func (ClusterForDeleteClusterOutput) String added in v1.2.48

String returns the string representation

type ClusterForGetClusterDetailsOutput added in v1.2.48

type ClusterForGetClusterDetailsOutput struct {
	Annotations *string `type:"string" json:",omitempty"`

	AuditLogConfig *AuditLogConfigForGetClusterDetailsOutput `type:"structure" json:",omitempty"`

	AutoScaling *AutoScalingForGetClusterDetailsOutput `type:"structure" json:",omitempty"`

	AutomatedBackupPolicy *AutomatedBackupPolicyForGetClusterDetailsOutput `type:"structure" json:",omitempty"`

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

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

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

	EncryptionConfig *EncryptionConfigForGetClusterDetailsOutput `type:"structure" json:",omitempty"`

	Endpoints *EndpointsForGetClusterDetailsOutput `type:"structure" json:",omitempty"`

	HighAvailabilityType *string `type:"string" json:",omitempty" enum:"EnumOfHighAvailabilityTypeForGetClusterDetailsOutput"`

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

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

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

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

	ServicePlan *string `type:"string" json:",omitempty" enum:"EnumOfServicePlanForGetClusterDetailsOutput"`

	SpendingLimit *SpendingLimitForGetClusterDetailsOutput `type:"structure" json:",omitempty"`

	State *string `type:"string" json:",omitempty" enum:"EnumOfStateForGetClusterDetailsOutput"`

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

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

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

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

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

func (ClusterForGetClusterDetailsOutput) GoString added in v1.2.48

GoString returns the string representation

func (*ClusterForGetClusterDetailsOutput) SetAnnotations added in v1.2.48

SetAnnotations sets the Annotations field's value.

func (*ClusterForGetClusterDetailsOutput) SetAuditLogConfig added in v1.2.48

SetAuditLogConfig sets the AuditLogConfig field's value.

func (*ClusterForGetClusterDetailsOutput) SetAutoScaling added in v1.2.48

SetAutoScaling sets the AutoScaling field's value.

func (*ClusterForGetClusterDetailsOutput) SetAutomatedBackupPolicy added in v1.2.48

SetAutomatedBackupPolicy sets the AutomatedBackupPolicy field's value.

func (*ClusterForGetClusterDetailsOutput) SetClusterId added in v1.2.48

SetClusterId sets the ClusterId field's value.

func (*ClusterForGetClusterDetailsOutput) SetCreateTime added in v1.2.48

SetCreateTime sets the CreateTime field's value.

func (*ClusterForGetClusterDetailsOutput) SetDisplayName added in v1.2.48

SetDisplayName sets the DisplayName field's value.

func (*ClusterForGetClusterDetailsOutput) SetEncryptionConfig added in v1.2.48

SetEncryptionConfig sets the EncryptionConfig field's value.

func (*ClusterForGetClusterDetailsOutput) SetEndpoints added in v1.2.48

SetEndpoints sets the Endpoints field's value.

func (*ClusterForGetClusterDetailsOutput) SetHighAvailabilityType added in v1.2.48

SetHighAvailabilityType sets the HighAvailabilityType field's value.

func (*ClusterForGetClusterDetailsOutput) SetLabels added in v1.2.48

SetLabels sets the Labels field's value.

func (*ClusterForGetClusterDetailsOutput) SetName added in v1.2.48

SetName sets the Name field's value.

func (*ClusterForGetClusterDetailsOutput) SetProjectName added in v1.2.48

SetProjectName sets the ProjectName field's value.

func (*ClusterForGetClusterDetailsOutput) SetRegionId added in v1.2.48

SetRegionId sets the RegionId field's value.

func (*ClusterForGetClusterDetailsOutput) SetServicePlan added in v1.2.48

SetServicePlan sets the ServicePlan field's value.

func (*ClusterForGetClusterDetailsOutput) SetSpendingLimit added in v1.2.48

SetSpendingLimit sets the SpendingLimit field's value.

func (*ClusterForGetClusterDetailsOutput) SetState added in v1.2.48

SetState sets the State field's value.

func (*ClusterForGetClusterDetailsOutput) SetUpdateTime added in v1.2.48

SetUpdateTime sets the UpdateTime field's value.

func (*ClusterForGetClusterDetailsOutput) SetUserPrefix added in v1.2.48

SetUserPrefix sets the UserPrefix field's value.

func (*ClusterForGetClusterDetailsOutput) SetVersion added in v1.2.48

SetVersion sets the Version field's value.

func (*ClusterForGetClusterDetailsOutput) SetVpcId added in v1.2.48

SetVpcId sets the VpcId field's value.

func (*ClusterForGetClusterDetailsOutput) SetZones added in v1.2.48

SetZones sets the Zones field's value.

func (ClusterForGetClusterDetailsOutput) String added in v1.2.48

String returns the string representation

type ClusterForListClustersOutput added in v1.2.48

type ClusterForListClustersOutput struct {
	Annotations *string `type:"string" json:",omitempty"`

	AuditLogConfig *AuditLogConfigForListClustersOutput `type:"structure" json:",omitempty"`

	AutoScaling *AutoScalingForListClustersOutput `type:"structure" json:",omitempty"`

	AutomatedBackupPolicy *AutomatedBackupPolicyForListClustersOutput `type:"structure" json:",omitempty"`

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

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

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

	EncryptionConfig *EncryptionConfigForListClustersOutput `type:"structure" json:",omitempty"`

	Endpoints *EndpointsForListClustersOutput `type:"structure" json:",omitempty"`

	HighAvailabilityType *string `type:"string" json:",omitempty" enum:"EnumOfHighAvailabilityTypeForListClustersOutput"`

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

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

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

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

	ServicePlan *string `type:"string" json:",omitempty" enum:"EnumOfServicePlanForListClustersOutput"`

	SpendingLimit *SpendingLimitForListClustersOutput `type:"structure" json:",omitempty"`

	State *string `type:"string" json:",omitempty" enum:"EnumOfStateForListClustersOutput"`

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

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

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

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

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

func (ClusterForListClustersOutput) GoString added in v1.2.48

func (s ClusterForListClustersOutput) GoString() string

GoString returns the string representation

func (*ClusterForListClustersOutput) SetAnnotations added in v1.2.48

SetAnnotations sets the Annotations field's value.

func (*ClusterForListClustersOutput) SetAuditLogConfig added in v1.2.48

SetAuditLogConfig sets the AuditLogConfig field's value.

func (*ClusterForListClustersOutput) SetAutoScaling added in v1.2.48

SetAutoScaling sets the AutoScaling field's value.

func (*ClusterForListClustersOutput) SetAutomatedBackupPolicy added in v1.2.48

SetAutomatedBackupPolicy sets the AutomatedBackupPolicy field's value.

func (*ClusterForListClustersOutput) SetClusterId added in v1.2.48

SetClusterId sets the ClusterId field's value.

func (*ClusterForListClustersOutput) SetCreateTime added in v1.2.48

SetCreateTime sets the CreateTime field's value.

func (*ClusterForListClustersOutput) SetDisplayName added in v1.2.48

SetDisplayName sets the DisplayName field's value.

func (*ClusterForListClustersOutput) SetEncryptionConfig added in v1.2.48

SetEncryptionConfig sets the EncryptionConfig field's value.

func (*ClusterForListClustersOutput) SetEndpoints added in v1.2.48

SetEndpoints sets the Endpoints field's value.

func (*ClusterForListClustersOutput) SetHighAvailabilityType added in v1.2.48

func (s *ClusterForListClustersOutput) SetHighAvailabilityType(v string) *ClusterForListClustersOutput

SetHighAvailabilityType sets the HighAvailabilityType field's value.

func (*ClusterForListClustersOutput) SetLabels added in v1.2.48

SetLabels sets the Labels field's value.

func (*ClusterForListClustersOutput) SetName added in v1.2.48

SetName sets the Name field's value.

func (*ClusterForListClustersOutput) SetProjectName added in v1.2.48

SetProjectName sets the ProjectName field's value.

func (*ClusterForListClustersOutput) SetRegionId added in v1.2.48

SetRegionId sets the RegionId field's value.

func (*ClusterForListClustersOutput) SetServicePlan added in v1.2.48

SetServicePlan sets the ServicePlan field's value.

func (*ClusterForListClustersOutput) SetSpendingLimit added in v1.2.48

SetSpendingLimit sets the SpendingLimit field's value.

func (*ClusterForListClustersOutput) SetState added in v1.2.48

SetState sets the State field's value.

func (*ClusterForListClustersOutput) SetUpdateTime added in v1.2.48

SetUpdateTime sets the UpdateTime field's value.

func (*ClusterForListClustersOutput) SetUserPrefix added in v1.2.48

SetUserPrefix sets the UserPrefix field's value.

func (*ClusterForListClustersOutput) SetVersion added in v1.2.48

SetVersion sets the Version field's value.

func (*ClusterForListClustersOutput) SetVpcId added in v1.2.48

SetVpcId sets the VpcId field's value.

func (*ClusterForListClustersOutput) SetZones added in v1.2.48

SetZones sets the Zones field's value.

func (ClusterForListClustersOutput) String added in v1.2.48

String returns the string representation

type ClusterForRestoreClusterInput

type ClusterForRestoreClusterInput struct {
	AutoScaling *AutoScalingForRestoreClusterInput `type:"structure" json:",omitempty"`

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

	HighAvailabilityType *string `type:"string" json:",omitempty" enum:"EnumOfHighAvailabilityTypeForRestoreClusterInput"`

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

func (ClusterForRestoreClusterInput) GoString

GoString returns the string representation

func (*ClusterForRestoreClusterInput) SetAutoScaling

SetAutoScaling sets the AutoScaling field's value.

func (*ClusterForRestoreClusterInput) SetDisplayName

SetDisplayName sets the DisplayName field's value.

func (*ClusterForRestoreClusterInput) SetHighAvailabilityType

SetHighAvailabilityType sets the HighAvailabilityType field's value.

func (*ClusterForRestoreClusterInput) SetSpendingLimit

SetSpendingLimit sets the SpendingLimit field's value.

func (ClusterForRestoreClusterInput) String

String returns the string representation

type ClusterForUpdateClusterInput added in v1.2.48

type ClusterForUpdateClusterInput struct {
	Annotations *string `type:"string" json:",omitempty"`

	AuditLogConfig *AuditLogConfigForUpdateClusterInput `type:"structure" json:",omitempty"`

	AutoScaling *AutoScalingForUpdateClusterInput `type:"structure" json:",omitempty"`

	AutomatedBackupPolicy *AutomatedBackupPolicyForUpdateClusterInput `type:"structure" json:",omitempty"`

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

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

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

	EncryptionConfig *EncryptionConfigForUpdateClusterInput `type:"structure" json:",omitempty"`

	Endpoints *EndpointsForUpdateClusterInput `type:"structure" json:",omitempty"`

	HighAvailabilityType *string `type:"string" json:",omitempty" enum:"EnumOfHighAvailabilityTypeForUpdateClusterInput"`

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

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

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

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

	ServicePlan *string `type:"string" json:",omitempty" enum:"EnumOfServicePlanForUpdateClusterInput"`

	SpendingLimit *SpendingLimitForUpdateClusterInput `type:"structure" json:",omitempty"`

	State *string `type:"string" json:",omitempty" enum:"EnumOfStateForUpdateClusterInput"`

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

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

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

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

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

func (ClusterForUpdateClusterInput) GoString added in v1.2.48

func (s ClusterForUpdateClusterInput) GoString() string

GoString returns the string representation

func (*ClusterForUpdateClusterInput) SetAnnotations added in v1.2.48

SetAnnotations sets the Annotations field's value.

func (*ClusterForUpdateClusterInput) SetAuditLogConfig added in v1.2.48

SetAuditLogConfig sets the AuditLogConfig field's value.

func (*ClusterForUpdateClusterInput) SetAutoScaling added in v1.2.48

SetAutoScaling sets the AutoScaling field's value.

func (*ClusterForUpdateClusterInput) SetAutomatedBackupPolicy added in v1.2.48

SetAutomatedBackupPolicy sets the AutomatedBackupPolicy field's value.

func (*ClusterForUpdateClusterInput) SetClusterId added in v1.2.48

SetClusterId sets the ClusterId field's value.

func (*ClusterForUpdateClusterInput) SetCreateTime added in v1.2.48

SetCreateTime sets the CreateTime field's value.

func (*ClusterForUpdateClusterInput) SetDisplayName added in v1.2.48

SetDisplayName sets the DisplayName field's value.

func (*ClusterForUpdateClusterInput) SetEncryptionConfig added in v1.2.48

SetEncryptionConfig sets the EncryptionConfig field's value.

func (*ClusterForUpdateClusterInput) SetEndpoints added in v1.2.48

SetEndpoints sets the Endpoints field's value.

func (*ClusterForUpdateClusterInput) SetHighAvailabilityType added in v1.2.48

func (s *ClusterForUpdateClusterInput) SetHighAvailabilityType(v string) *ClusterForUpdateClusterInput

SetHighAvailabilityType sets the HighAvailabilityType field's value.

func (*ClusterForUpdateClusterInput) SetLabels added in v1.2.48

SetLabels sets the Labels field's value.

func (*ClusterForUpdateClusterInput) SetName added in v1.2.48

SetName sets the Name field's value.

func (*ClusterForUpdateClusterInput) SetProjectName added in v1.2.48

SetProjectName sets the ProjectName field's value.

func (*ClusterForUpdateClusterInput) SetRegionId added in v1.2.48

SetRegionId sets the RegionId field's value.

func (*ClusterForUpdateClusterInput) SetServicePlan added in v1.2.48

SetServicePlan sets the ServicePlan field's value.

func (*ClusterForUpdateClusterInput) SetSpendingLimit added in v1.2.48

SetSpendingLimit sets the SpendingLimit field's value.

func (*ClusterForUpdateClusterInput) SetState added in v1.2.48

SetState sets the State field's value.

func (*ClusterForUpdateClusterInput) SetUpdateTime added in v1.2.48

SetUpdateTime sets the UpdateTime field's value.

func (*ClusterForUpdateClusterInput) SetUserPrefix added in v1.2.48

SetUserPrefix sets the UserPrefix field's value.

func (*ClusterForUpdateClusterInput) SetVersion added in v1.2.48

SetVersion sets the Version field's value.

func (*ClusterForUpdateClusterInput) SetVpcId added in v1.2.48

SetVpcId sets the VpcId field's value.

func (*ClusterForUpdateClusterInput) SetZones added in v1.2.48

SetZones sets the Zones field's value.

func (ClusterForUpdateClusterInput) String added in v1.2.48

String returns the string representation

type ColumnForCreateImportTaskInput

type ColumnForCreateImportTaskInput struct {
	ColumnName *string `type:"string" json:",omitempty"`

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

func (ColumnForCreateImportTaskInput) GoString

GoString returns the string representation

func (*ColumnForCreateImportTaskInput) SetColumnName

SetColumnName sets the ColumnName field's value.

func (*ColumnForCreateImportTaskInput) SetColumnType

SetColumnType sets the ColumnType field's value.

func (ColumnForCreateImportTaskInput) String

String returns the string representation

type ColumnForCreateImportTaskOutput

type ColumnForCreateImportTaskOutput struct {
	ColumnName *string `type:"string" json:",omitempty"`

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

func (ColumnForCreateImportTaskOutput) GoString

GoString returns the string representation

func (*ColumnForCreateImportTaskOutput) SetColumnName

SetColumnName sets the ColumnName field's value.

func (*ColumnForCreateImportTaskOutput) SetColumnType

SetColumnType sets the ColumnType field's value.

func (ColumnForCreateImportTaskOutput) String

String returns the string representation

type ColumnForGetImportTaskDetailsOutput

type ColumnForGetImportTaskDetailsOutput struct {
	ColumnName *string `type:"string" json:",omitempty"`

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

func (ColumnForGetImportTaskDetailsOutput) GoString

GoString returns the string representation

func (*ColumnForGetImportTaskDetailsOutput) SetColumnName

SetColumnName sets the ColumnName field's value.

func (*ColumnForGetImportTaskDetailsOutput) SetColumnType

SetColumnType sets the ColumnType field's value.

func (ColumnForGetImportTaskDetailsOutput) String

String returns the string representation

type ColumnForListImportTasksOutput

type ColumnForListImportTasksOutput struct {
	ColumnName *string `type:"string" json:",omitempty"`

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

func (ColumnForListImportTasksOutput) GoString

GoString returns the string representation

func (*ColumnForListImportTasksOutput) SetColumnName

SetColumnName sets the ColumnName field's value.

func (*ColumnForListImportTasksOutput) SetColumnType

SetColumnType sets the ColumnType field's value.

func (ColumnForListImportTasksOutput) String

String returns the string representation

type ColumnForPrecheckImportTaskInput

type ColumnForPrecheckImportTaskInput struct {
	ColumnName *string `type:"string" json:",omitempty"`

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

func (ColumnForPrecheckImportTaskInput) GoString

GoString returns the string representation

func (*ColumnForPrecheckImportTaskInput) SetColumnName

SetColumnName sets the ColumnName field's value.

func (*ColumnForPrecheckImportTaskInput) SetColumnType

SetColumnType sets the ColumnType field's value.

func (ColumnForPrecheckImportTaskInput) String

String returns the string representation

type ColumnForValidateImportTaskInput

type ColumnForValidateImportTaskInput struct {
	ColumnName *string `type:"string" json:",omitempty"`

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

func (ColumnForValidateImportTaskInput) GoString

GoString returns the string representation

func (*ColumnForValidateImportTaskInput) SetColumnName

SetColumnName sets the ColumnName field's value.

func (*ColumnForValidateImportTaskInput) SetColumnType

SetColumnType sets the ColumnType field's value.

func (ColumnForValidateImportTaskInput) String

String returns the string representation

type ConfigItemPriceForDescribePriceDetailOutput added in v1.2.48

type ConfigItemPriceForDescribePriceDetailOutput struct {
	ChargeItemPrices []*ChargeItemPriceForDescribePriceDetailOutput `type:"list"`

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

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

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

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

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

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

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

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

func (ConfigItemPriceForDescribePriceDetailOutput) GoString added in v1.2.48

GoString returns the string representation

func (*ConfigItemPriceForDescribePriceDetailOutput) SetChargeItemPrices added in v1.2.48

SetChargeItemPrices sets the ChargeItemPrices field's value.

func (*ConfigItemPriceForDescribePriceDetailOutput) SetConfigurationCode added in v1.2.48

SetConfigurationCode sets the ConfigurationCode field's value.

func (*ConfigItemPriceForDescribePriceDetailOutput) SetCouponAmount added in v1.2.48

SetCouponAmount sets the CouponAmount field's value.

func (*ConfigItemPriceForDescribePriceDetailOutput) SetDiscountPrice added in v1.2.48

SetDiscountPrice sets the DiscountPrice field's value.

func (*ConfigItemPriceForDescribePriceDetailOutput) SetInstanceID added in v1.2.48

SetInstanceID sets the InstanceID field's value.

func (*ConfigItemPriceForDescribePriceDetailOutput) SetOriginalPrice added in v1.2.48

SetOriginalPrice sets the OriginalPrice field's value.

func (*ConfigItemPriceForDescribePriceDetailOutput) SetPayablePrice added in v1.2.48

SetPayablePrice sets the PayablePrice field's value.

func (*ConfigItemPriceForDescribePriceDetailOutput) SetQuantity added in v1.2.48

SetQuantity sets the Quantity field's value.

func (*ConfigItemPriceForDescribePriceDetailOutput) SetRefundAmount added in v1.2.48

SetRefundAmount sets the RefundAmount field's value.

func (ConfigItemPriceForDescribePriceDetailOutput) String added in v1.2.48

String returns the string representation

type ConvertTargetTableForPrecheckImportTaskOutput

type ConvertTargetTableForPrecheckImportTaskOutput struct {
	ErrorMessage *string `type:"string" json:",omitempty"`

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

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

	TargetTable *TargetTableForPrecheckImportTaskOutput `type:"structure" json:",omitempty"`

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

func (ConvertTargetTableForPrecheckImportTaskOutput) GoString

GoString returns the string representation

func (*ConvertTargetTableForPrecheckImportTaskOutput) SetErrorMessage

SetErrorMessage sets the ErrorMessage field's value.

func (*ConvertTargetTableForPrecheckImportTaskOutput) SetMatchedDataFiles

SetMatchedDataFiles sets the MatchedDataFiles field's value.

func (*ConvertTargetTableForPrecheckImportTaskOutput) SetMatchedSchemaFile

SetMatchedSchemaFile sets the MatchedSchemaFile field's value.

func (*ConvertTargetTableForPrecheckImportTaskOutput) SetTargetTable

SetTargetTable sets the TargetTable field's value.

func (*ConvertTargetTableForPrecheckImportTaskOutput) SetUseSchemaFile

SetUseSchemaFile sets the UseSchemaFile field's value.

func (ConvertTargetTableForPrecheckImportTaskOutput) String

String returns the string representation

type CreateBranchInput added in v1.2.48

type CreateBranchInput struct {
	Branch *BranchForCreateBranchInput `type:"structure" json:",omitempty"`

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

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

func (CreateBranchInput) GoString added in v1.2.48

func (s CreateBranchInput) GoString() string

GoString returns the string representation

func (*CreateBranchInput) SetBranch added in v1.2.48

SetBranch sets the Branch field's value.

func (*CreateBranchInput) SetClusterId added in v1.2.48

func (s *CreateBranchInput) SetClusterId(v string) *CreateBranchInput

SetClusterId sets the ClusterId field's value.

func (*CreateBranchInput) SetProjectName added in v1.2.48

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

SetProjectName sets the ProjectName field's value.

func (CreateBranchInput) String added in v1.2.48

func (s CreateBranchInput) String() string

String returns the string representation

func (*CreateBranchInput) Validate added in v1.2.48

func (s *CreateBranchInput) Validate() error

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

type CreateBranchOutput added in v1.2.48

type CreateBranchOutput struct {
	Metadata *response.ResponseMetadata

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

func (CreateBranchOutput) GoString added in v1.2.48

func (s CreateBranchOutput) GoString() string

GoString returns the string representation

func (*CreateBranchOutput) SetBranchId added in v1.2.48

func (s *CreateBranchOutput) SetBranchId(v string) *CreateBranchOutput

SetBranchId sets the BranchId field's value.

func (CreateBranchOutput) String added in v1.2.48

func (s CreateBranchOutput) String() string

String returns the string representation

type CreateClusterInput added in v1.2.48

type CreateClusterInput struct {
	AutoScaling *AutoScalingForCreateClusterInput `type:"structure" json:",omitempty"`

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

	EncryptionConfig *EncryptionConfigForCreateClusterInput `type:"structure" json:",omitempty"`

	HighAvailabilityType *string `type:"string" json:",omitempty" enum:"EnumOfHighAvailabilityTypeForCreateClusterInput"`

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

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

	ServicePlan *string `type:"string" json:",omitempty" enum:"EnumOfServicePlanForCreateClusterInput"`

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

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

func (CreateClusterInput) GoString added in v1.2.48

func (s CreateClusterInput) GoString() string

GoString returns the string representation

func (*CreateClusterInput) SetAutoScaling added in v1.2.48

SetAutoScaling sets the AutoScaling field's value.

func (*CreateClusterInput) SetDisplayName added in v1.2.48

func (s *CreateClusterInput) SetDisplayName(v string) *CreateClusterInput

SetDisplayName sets the DisplayName field's value.

func (*CreateClusterInput) SetEncryptionConfig added in v1.2.48

SetEncryptionConfig sets the EncryptionConfig field's value.

func (*CreateClusterInput) SetHighAvailabilityType added in v1.2.48

func (s *CreateClusterInput) SetHighAvailabilityType(v string) *CreateClusterInput

SetHighAvailabilityType sets the HighAvailabilityType field's value.

func (*CreateClusterInput) SetProjectName added in v1.2.48

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

SetProjectName sets the ProjectName field's value.

func (*CreateClusterInput) SetRegionId added in v1.2.48

func (s *CreateClusterInput) SetRegionId(v string) *CreateClusterInput

SetRegionId sets the RegionId field's value.

func (*CreateClusterInput) SetServicePlan added in v1.2.48

func (s *CreateClusterInput) SetServicePlan(v string) *CreateClusterInput

SetServicePlan sets the ServicePlan field's value.

func (*CreateClusterInput) SetVpcId added in v1.2.48

SetVpcId sets the VpcId field's value.

func (*CreateClusterInput) SetZones added in v1.2.48

SetZones sets the Zones field's value.

func (CreateClusterInput) String added in v1.2.48

func (s CreateClusterInput) String() string

String returns the string representation

func (*CreateClusterInput) Validate added in v1.2.48

func (s *CreateClusterInput) Validate() error

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

type CreateClusterOutput added in v1.2.48

type CreateClusterOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (CreateClusterOutput) GoString added in v1.2.48

func (s CreateClusterOutput) GoString() string

GoString returns the string representation

func (*CreateClusterOutput) SetClusterId added in v1.2.48

func (s *CreateClusterOutput) SetClusterId(v string) *CreateClusterOutput

SetClusterId sets the ClusterId field's value.

func (*CreateClusterOutput) SetOrderId added in v1.2.48

SetOrderId sets the OrderId field's value.

func (CreateClusterOutput) String added in v1.2.48

func (s CreateClusterOutput) String() string

String returns the string representation

type CreateExportTaskInput

type CreateExportTaskInput struct {

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

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

	ExportOptions *ExportOptionsForCreateExportTaskInput `type:"structure" json:",omitempty"`

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

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

func (CreateExportTaskInput) GoString

func (s CreateExportTaskInput) GoString() string

GoString returns the string representation

func (*CreateExportTaskInput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (*CreateExportTaskInput) SetDisplayName

func (s *CreateExportTaskInput) SetDisplayName(v string) *CreateExportTaskInput

SetDisplayName sets the DisplayName field's value.

func (*CreateExportTaskInput) SetExportOptions

SetExportOptions sets the ExportOptions field's value.

func (*CreateExportTaskInput) SetProjectName

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

SetProjectName sets the ProjectName field's value.

func (*CreateExportTaskInput) SetTarget

SetTarget sets the Target field's value.

func (CreateExportTaskInput) String

func (s CreateExportTaskInput) String() string

String returns the string representation

func (*CreateExportTaskInput) Validate

func (s *CreateExportTaskInput) Validate() error

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

type CreateExportTaskOutput

type CreateExportTaskOutput struct {
	Metadata *response.ResponseMetadata

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

func (CreateExportTaskOutput) GoString

func (s CreateExportTaskOutput) GoString() string

GoString returns the string representation

func (*CreateExportTaskOutput) SetExport_

SetExport_ sets the Export_ field's value.

func (CreateExportTaskOutput) String

func (s CreateExportTaskOutput) String() string

String returns the string representation

type CreateImportTaskInput

type CreateImportTaskInput struct {

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

	ImportOptions *ImportOptionsForCreateImportTaskInput `type:"structure" json:",omitempty"`

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

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

func (CreateImportTaskInput) GoString

func (s CreateImportTaskInput) GoString() string

GoString returns the string representation

func (*CreateImportTaskInput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (*CreateImportTaskInput) SetImportOptions

SetImportOptions sets the ImportOptions field's value.

func (*CreateImportTaskInput) SetProjectName

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

SetProjectName sets the ProjectName field's value.

func (*CreateImportTaskInput) SetSource

SetSource sets the Source field's value.

func (CreateImportTaskInput) String

func (s CreateImportTaskInput) String() string

String returns the string representation

func (*CreateImportTaskInput) Validate

func (s *CreateImportTaskInput) Validate() error

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

type CreateImportTaskOutput

type CreateImportTaskOutput struct {
	Metadata *response.ResponseMetadata

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

func (CreateImportTaskOutput) GoString

func (s CreateImportTaskOutput) GoString() string

GoString returns the string representation

func (*CreateImportTaskOutput) SetImport_

SetImport_ sets the Import_ field's value.

func (CreateImportTaskOutput) String

func (s CreateImportTaskOutput) String() string

String returns the string representation

type CreateImportUploadUrlInput

type CreateImportUploadUrlInput struct {

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

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

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

func (CreateImportUploadUrlInput) GoString

func (s CreateImportUploadUrlInput) GoString() string

GoString returns the string representation

func (*CreateImportUploadUrlInput) SetCluster_id

SetCluster_id sets the Cluster_id field's value.

func (*CreateImportUploadUrlInput) SetFile_name

SetFile_name sets the File_name field's value.

func (*CreateImportUploadUrlInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (CreateImportUploadUrlInput) String

String returns the string representation

func (*CreateImportUploadUrlInput) Validate

func (s *CreateImportUploadUrlInput) Validate() error

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

type CreateImportUploadUrlOutput

type CreateImportUploadUrlOutput struct {
	Metadata *response.ResponseMetadata

	Compatible_id *string `type:"string" json:"compatible_id,omitempty"`

	Upload_id *string `type:"string" json:"upload_id,omitempty"`

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

func (CreateImportUploadUrlOutput) GoString

func (s CreateImportUploadUrlOutput) GoString() string

GoString returns the string representation

func (*CreateImportUploadUrlOutput) SetCompatible_id

SetCompatible_id sets the Compatible_id field's value.

func (*CreateImportUploadUrlOutput) SetUpload_id

SetUpload_id sets the Upload_id field's value.

func (*CreateImportUploadUrlOutput) SetUpload_url

SetUpload_url sets the Upload_url field's value.

func (CreateImportUploadUrlOutput) String

String returns the string representation

type CreateReqForDescribePriceDetailInput added in v1.2.48

type CreateReqForDescribePriceDetailInput struct {
	AutoScaling *AutoScalingForDescribePriceDetailInput `type:"structure" json:",omitempty"`

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

	EncryptionConfig *EncryptionConfigForDescribePriceDetailInput `type:"structure" json:",omitempty"`

	HighAvailabilityType *string `type:"string" json:",omitempty" enum:"EnumOfHighAvailabilityTypeForDescribePriceDetailInput"`

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

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

	ServicePlan *string `type:"string" json:",omitempty" enum:"EnumOfServicePlanForDescribePriceDetailInput"`

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

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

func (CreateReqForDescribePriceDetailInput) GoString added in v1.2.48

GoString returns the string representation

func (*CreateReqForDescribePriceDetailInput) SetAutoScaling added in v1.2.48

SetAutoScaling sets the AutoScaling field's value.

func (*CreateReqForDescribePriceDetailInput) SetDisplayName added in v1.2.48

SetDisplayName sets the DisplayName field's value.

func (*CreateReqForDescribePriceDetailInput) SetEncryptionConfig added in v1.2.48

SetEncryptionConfig sets the EncryptionConfig field's value.

func (*CreateReqForDescribePriceDetailInput) SetHighAvailabilityType added in v1.2.48

SetHighAvailabilityType sets the HighAvailabilityType field's value.

func (*CreateReqForDescribePriceDetailInput) SetProjectName added in v1.2.48

SetProjectName sets the ProjectName field's value.

func (*CreateReqForDescribePriceDetailInput) SetRegionId added in v1.2.48

SetRegionId sets the RegionId field's value.

func (*CreateReqForDescribePriceDetailInput) SetServicePlan added in v1.2.48

SetServicePlan sets the ServicePlan field's value.

func (*CreateReqForDescribePriceDetailInput) SetVpcId added in v1.2.48

SetVpcId sets the VpcId field's value.

func (*CreateReqForDescribePriceDetailInput) SetZones added in v1.2.48

SetZones sets the Zones field's value.

func (CreateReqForDescribePriceDetailInput) String added in v1.2.48

String returns the string representation

type CreationDetailsForCreateImportTaskOutput

type CreationDetailsForCreateImportTaskOutput struct {
	ImportOptions *ImportOptionsForCreateImportTaskOutput `type:"structure" json:",omitempty"`

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

func (CreationDetailsForCreateImportTaskOutput) GoString

GoString returns the string representation

func (*CreationDetailsForCreateImportTaskOutput) SetImportOptions

SetImportOptions sets the ImportOptions field's value.

func (*CreationDetailsForCreateImportTaskOutput) SetSource

SetSource sets the Source field's value.

func (CreationDetailsForCreateImportTaskOutput) String

String returns the string representation

type CreationDetailsForGetImportTaskDetailsOutput

type CreationDetailsForGetImportTaskDetailsOutput struct {
	ImportOptions *ImportOptionsForGetImportTaskDetailsOutput `type:"structure" json:",omitempty"`

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

func (CreationDetailsForGetImportTaskDetailsOutput) GoString

GoString returns the string representation

func (*CreationDetailsForGetImportTaskDetailsOutput) SetImportOptions

SetImportOptions sets the ImportOptions field's value.

func (*CreationDetailsForGetImportTaskDetailsOutput) SetSource

SetSource sets the Source field's value.

func (CreationDetailsForGetImportTaskDetailsOutput) String

String returns the string representation

type CreationDetailsForListImportTasksOutput

type CreationDetailsForListImportTasksOutput struct {
	ImportOptions *ImportOptionsForListImportTasksOutput `type:"structure" json:",omitempty"`

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

func (CreationDetailsForListImportTasksOutput) GoString

GoString returns the string representation

func (*CreationDetailsForListImportTasksOutput) SetImportOptions

SetImportOptions sets the ImportOptions field's value.

func (*CreationDetailsForListImportTasksOutput) SetSource

SetSource sets the Source field's value.

func (CreationDetailsForListImportTasksOutput) String

String returns the string representation

type CsvFormatForCancelExportTaskOutput

type CsvFormatForCancelExportTaskOutput struct {
	Delimiter *string `type:"string" json:",omitempty"`

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

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

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

func (CsvFormatForCancelExportTaskOutput) GoString

GoString returns the string representation

func (*CsvFormatForCancelExportTaskOutput) SetDelimiter

SetDelimiter sets the Delimiter field's value.

func (*CsvFormatForCancelExportTaskOutput) SetNullValue

SetNullValue sets the NullValue field's value.

func (*CsvFormatForCancelExportTaskOutput) SetSeparator

SetSeparator sets the Separator field's value.

func (*CsvFormatForCancelExportTaskOutput) SetSkipHeader

SetSkipHeader sets the SkipHeader field's value.

func (CsvFormatForCancelExportTaskOutput) String

String returns the string representation

type CsvFormatForCreateExportTaskInput

type CsvFormatForCreateExportTaskInput struct {
	Delimiter *string `type:"string" json:",omitempty"`

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

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

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

func (CsvFormatForCreateExportTaskInput) GoString

GoString returns the string representation

func (*CsvFormatForCreateExportTaskInput) SetDelimiter

SetDelimiter sets the Delimiter field's value.

func (*CsvFormatForCreateExportTaskInput) SetNullValue

SetNullValue sets the NullValue field's value.

func (*CsvFormatForCreateExportTaskInput) SetSeparator

SetSeparator sets the Separator field's value.

func (*CsvFormatForCreateExportTaskInput) SetSkipHeader

SetSkipHeader sets the SkipHeader field's value.

func (CsvFormatForCreateExportTaskInput) String

String returns the string representation

type CsvFormatForCreateExportTaskOutput

type CsvFormatForCreateExportTaskOutput struct {
	Delimiter *string `type:"string" json:",omitempty"`

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

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

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

func (CsvFormatForCreateExportTaskOutput) GoString

GoString returns the string representation

func (*CsvFormatForCreateExportTaskOutput) SetDelimiter

SetDelimiter sets the Delimiter field's value.

func (*CsvFormatForCreateExportTaskOutput) SetNullValue

SetNullValue sets the NullValue field's value.

func (*CsvFormatForCreateExportTaskOutput) SetSeparator

SetSeparator sets the Separator field's value.

func (*CsvFormatForCreateExportTaskOutput) SetSkipHeader

SetSkipHeader sets the SkipHeader field's value.

func (CsvFormatForCreateExportTaskOutput) String

String returns the string representation

type CsvFormatForCreateImportTaskInput

type CsvFormatForCreateImportTaskInput struct {
	BackslashEscape *bool `type:"boolean" json:",omitempty"`

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

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

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

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

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

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

func (CsvFormatForCreateImportTaskInput) GoString

GoString returns the string representation

func (*CsvFormatForCreateImportTaskInput) SetBackslashEscape

SetBackslashEscape sets the BackslashEscape field's value.

func (*CsvFormatForCreateImportTaskInput) SetDelimiter

SetDelimiter sets the Delimiter field's value.

func (*CsvFormatForCreateImportTaskInput) SetHeader

SetHeader sets the Header field's value.

func (*CsvFormatForCreateImportTaskInput) SetNotNull

SetNotNull sets the NotNull field's value.

func (*CsvFormatForCreateImportTaskInput) SetNullValue

SetNullValue sets the NullValue field's value.

func (*CsvFormatForCreateImportTaskInput) SetSeparator

SetSeparator sets the Separator field's value.

func (*CsvFormatForCreateImportTaskInput) SetTrimLastSeparator

SetTrimLastSeparator sets the TrimLastSeparator field's value.

func (CsvFormatForCreateImportTaskInput) String

String returns the string representation

type CsvFormatForCreateImportTaskOutput

type CsvFormatForCreateImportTaskOutput struct {
	BackslashEscape *bool `type:"boolean" json:",omitempty"`

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

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

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

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

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

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

func (CsvFormatForCreateImportTaskOutput) GoString

GoString returns the string representation

func (*CsvFormatForCreateImportTaskOutput) SetBackslashEscape

SetBackslashEscape sets the BackslashEscape field's value.

func (*CsvFormatForCreateImportTaskOutput) SetDelimiter

SetDelimiter sets the Delimiter field's value.

func (*CsvFormatForCreateImportTaskOutput) SetHeader

SetHeader sets the Header field's value.

func (*CsvFormatForCreateImportTaskOutput) SetNotNull

SetNotNull sets the NotNull field's value.

func (*CsvFormatForCreateImportTaskOutput) SetNullValue

SetNullValue sets the NullValue field's value.

func (*CsvFormatForCreateImportTaskOutput) SetSeparator

SetSeparator sets the Separator field's value.

func (*CsvFormatForCreateImportTaskOutput) SetTrimLastSeparator

SetTrimLastSeparator sets the TrimLastSeparator field's value.

func (CsvFormatForCreateImportTaskOutput) String

String returns the string representation

type CsvFormatForDeleteExportTaskOutput

type CsvFormatForDeleteExportTaskOutput struct {
	Delimiter *string `type:"string" json:",omitempty"`

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

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

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

func (CsvFormatForDeleteExportTaskOutput) GoString

GoString returns the string representation

func (*CsvFormatForDeleteExportTaskOutput) SetDelimiter

SetDelimiter sets the Delimiter field's value.

func (*CsvFormatForDeleteExportTaskOutput) SetNullValue

SetNullValue sets the NullValue field's value.

func (*CsvFormatForDeleteExportTaskOutput) SetSeparator

SetSeparator sets the Separator field's value.

func (*CsvFormatForDeleteExportTaskOutput) SetSkipHeader

SetSkipHeader sets the SkipHeader field's value.

func (CsvFormatForDeleteExportTaskOutput) String

String returns the string representation

type CsvFormatForGetExportTaskDetailsOutput

type CsvFormatForGetExportTaskDetailsOutput struct {
	Delimiter *string `type:"string" json:",omitempty"`

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

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

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

func (CsvFormatForGetExportTaskDetailsOutput) GoString

GoString returns the string representation

func (*CsvFormatForGetExportTaskDetailsOutput) SetDelimiter

SetDelimiter sets the Delimiter field's value.

func (*CsvFormatForGetExportTaskDetailsOutput) SetNullValue

SetNullValue sets the NullValue field's value.

func (*CsvFormatForGetExportTaskDetailsOutput) SetSeparator

SetSeparator sets the Separator field's value.

func (*CsvFormatForGetExportTaskDetailsOutput) SetSkipHeader

SetSkipHeader sets the SkipHeader field's value.

func (CsvFormatForGetExportTaskDetailsOutput) String

String returns the string representation

type CsvFormatForGetImportTaskDetailsOutput

type CsvFormatForGetImportTaskDetailsOutput struct {
	BackslashEscape *bool `type:"boolean" json:",omitempty"`

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

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

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

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

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

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

func (CsvFormatForGetImportTaskDetailsOutput) GoString

GoString returns the string representation

func (*CsvFormatForGetImportTaskDetailsOutput) SetBackslashEscape

SetBackslashEscape sets the BackslashEscape field's value.

func (*CsvFormatForGetImportTaskDetailsOutput) SetDelimiter

SetDelimiter sets the Delimiter field's value.

func (*CsvFormatForGetImportTaskDetailsOutput) SetHeader

SetHeader sets the Header field's value.

func (*CsvFormatForGetImportTaskDetailsOutput) SetNotNull

SetNotNull sets the NotNull field's value.

func (*CsvFormatForGetImportTaskDetailsOutput) SetNullValue

SetNullValue sets the NullValue field's value.

func (*CsvFormatForGetImportTaskDetailsOutput) SetSeparator

SetSeparator sets the Separator field's value.

func (*CsvFormatForGetImportTaskDetailsOutput) SetTrimLastSeparator

SetTrimLastSeparator sets the TrimLastSeparator field's value.

func (CsvFormatForGetImportTaskDetailsOutput) String

String returns the string representation

type CsvFormatForListExportTasksOutput

type CsvFormatForListExportTasksOutput struct {
	Delimiter *string `type:"string" json:",omitempty"`

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

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

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

func (CsvFormatForListExportTasksOutput) GoString

GoString returns the string representation

func (*CsvFormatForListExportTasksOutput) SetDelimiter

SetDelimiter sets the Delimiter field's value.

func (*CsvFormatForListExportTasksOutput) SetNullValue

SetNullValue sets the NullValue field's value.

func (*CsvFormatForListExportTasksOutput) SetSeparator

SetSeparator sets the Separator field's value.

func (*CsvFormatForListExportTasksOutput) SetSkipHeader

SetSkipHeader sets the SkipHeader field's value.

func (CsvFormatForListExportTasksOutput) String

String returns the string representation

type CsvFormatForListImportTasksOutput

type CsvFormatForListImportTasksOutput struct {
	BackslashEscape *bool `type:"boolean" json:",omitempty"`

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

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

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

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

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

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

func (CsvFormatForListImportTasksOutput) GoString

GoString returns the string representation

func (*CsvFormatForListImportTasksOutput) SetBackslashEscape

SetBackslashEscape sets the BackslashEscape field's value.

func (*CsvFormatForListImportTasksOutput) SetDelimiter

SetDelimiter sets the Delimiter field's value.

func (*CsvFormatForListImportTasksOutput) SetHeader

SetHeader sets the Header field's value.

func (*CsvFormatForListImportTasksOutput) SetNotNull

SetNotNull sets the NotNull field's value.

func (*CsvFormatForListImportTasksOutput) SetNullValue

SetNullValue sets the NullValue field's value.

func (*CsvFormatForListImportTasksOutput) SetSeparator

SetSeparator sets the Separator field's value.

func (*CsvFormatForListImportTasksOutput) SetTrimLastSeparator

SetTrimLastSeparator sets the TrimLastSeparator field's value.

func (CsvFormatForListImportTasksOutput) String

String returns the string representation

type CsvFormatForPrecheckImportTaskInput

type CsvFormatForPrecheckImportTaskInput struct {
	BackslashEscape *bool `type:"boolean" json:",omitempty"`

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

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

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

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

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

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

func (CsvFormatForPrecheckImportTaskInput) GoString

GoString returns the string representation

func (*CsvFormatForPrecheckImportTaskInput) SetBackslashEscape

SetBackslashEscape sets the BackslashEscape field's value.

func (*CsvFormatForPrecheckImportTaskInput) SetDelimiter

SetDelimiter sets the Delimiter field's value.

func (*CsvFormatForPrecheckImportTaskInput) SetHeader

SetHeader sets the Header field's value.

func (*CsvFormatForPrecheckImportTaskInput) SetNotNull

SetNotNull sets the NotNull field's value.

func (*CsvFormatForPrecheckImportTaskInput) SetNullValue

SetNullValue sets the NullValue field's value.

func (*CsvFormatForPrecheckImportTaskInput) SetSeparator

SetSeparator sets the Separator field's value.

func (*CsvFormatForPrecheckImportTaskInput) SetTrimLastSeparator

SetTrimLastSeparator sets the TrimLastSeparator field's value.

func (CsvFormatForPrecheckImportTaskInput) String

String returns the string representation

type CsvFormatForPreviewLocalImportInput

type CsvFormatForPreviewLocalImportInput struct {
	BackslashEscape *bool `type:"boolean" json:",omitempty"`

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

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

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

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

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

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

func (CsvFormatForPreviewLocalImportInput) GoString

GoString returns the string representation

func (*CsvFormatForPreviewLocalImportInput) SetBackslashEscape

SetBackslashEscape sets the BackslashEscape field's value.

func (*CsvFormatForPreviewLocalImportInput) SetDelimiter

SetDelimiter sets the Delimiter field's value.

func (*CsvFormatForPreviewLocalImportInput) SetHeader

SetHeader sets the Header field's value.

func (*CsvFormatForPreviewLocalImportInput) SetNotNull

SetNotNull sets the NotNull field's value.

func (*CsvFormatForPreviewLocalImportInput) SetNullValue

SetNullValue sets the NullValue field's value.

func (*CsvFormatForPreviewLocalImportInput) SetSeparator

SetSeparator sets the Separator field's value.

func (*CsvFormatForPreviewLocalImportInput) SetTrimLastSeparator

SetTrimLastSeparator sets the TrimLastSeparator field's value.

func (CsvFormatForPreviewLocalImportInput) String

String returns the string representation

type DatabaseForListImportTargetTablesOutput

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

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

func (DatabaseForListImportTargetTablesOutput) GoString

GoString returns the string representation

func (*DatabaseForListImportTargetTablesOutput) SetDatabase

SetDatabase sets the Database field's value.

func (*DatabaseForListImportTargetTablesOutput) SetTables

SetTables sets the Tables field's value.

func (DatabaseForListImportTargetTablesOutput) String

String returns the string representation

type DeleteBranchInput added in v1.2.48

type DeleteBranchInput struct {

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

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

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

func (DeleteBranchInput) GoString added in v1.2.48

func (s DeleteBranchInput) GoString() string

GoString returns the string representation

func (*DeleteBranchInput) SetBranchId added in v1.2.48

func (s *DeleteBranchInput) SetBranchId(v string) *DeleteBranchInput

SetBranchId sets the BranchId field's value.

func (*DeleteBranchInput) SetClusterId added in v1.2.48

func (s *DeleteBranchInput) SetClusterId(v string) *DeleteBranchInput

SetClusterId sets the ClusterId field's value.

func (*DeleteBranchInput) SetProjectName added in v1.2.48

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

SetProjectName sets the ProjectName field's value.

func (DeleteBranchInput) String added in v1.2.48

func (s DeleteBranchInput) String() string

String returns the string representation

func (*DeleteBranchInput) Validate added in v1.2.48

func (s *DeleteBranchInput) Validate() error

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

type DeleteBranchOutput added in v1.2.48

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

func (DeleteBranchOutput) GoString added in v1.2.48

func (s DeleteBranchOutput) GoString() string

GoString returns the string representation

func (DeleteBranchOutput) String added in v1.2.48

func (s DeleteBranchOutput) String() string

String returns the string representation

type DeleteClusterInput added in v1.2.48

type DeleteClusterInput struct {

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

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

func (DeleteClusterInput) GoString added in v1.2.48

func (s DeleteClusterInput) GoString() string

GoString returns the string representation

func (*DeleteClusterInput) SetClusterId added in v1.2.48

func (s *DeleteClusterInput) SetClusterId(v string) *DeleteClusterInput

SetClusterId sets the ClusterId field's value.

func (*DeleteClusterInput) SetProjectName added in v1.2.48

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

SetProjectName sets the ProjectName field's value.

func (DeleteClusterInput) String added in v1.2.48

func (s DeleteClusterInput) String() string

String returns the string representation

func (*DeleteClusterInput) Validate added in v1.2.48

func (s *DeleteClusterInput) Validate() error

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

type DeleteClusterOutput added in v1.2.48

type DeleteClusterOutput struct {
	Metadata *response.ResponseMetadata

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

func (DeleteClusterOutput) GoString added in v1.2.48

func (s DeleteClusterOutput) GoString() string

GoString returns the string representation

func (*DeleteClusterOutput) SetCluster added in v1.2.48

SetCluster sets the Cluster field's value.

func (DeleteClusterOutput) String added in v1.2.48

func (s DeleteClusterOutput) String() string

String returns the string representation

type DeleteExportTaskInput

type DeleteExportTaskInput struct {

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

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

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

func (DeleteExportTaskInput) GoString

func (s DeleteExportTaskInput) GoString() string

GoString returns the string representation

func (*DeleteExportTaskInput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (*DeleteExportTaskInput) SetExportId

SetExportId sets the ExportId field's value.

func (*DeleteExportTaskInput) SetProjectName

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

SetProjectName sets the ProjectName field's value.

func (DeleteExportTaskInput) String

func (s DeleteExportTaskInput) String() string

String returns the string representation

func (*DeleteExportTaskInput) Validate

func (s *DeleteExportTaskInput) Validate() error

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

type DeleteExportTaskOutput

type DeleteExportTaskOutput struct {
	Metadata *response.ResponseMetadata

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

func (DeleteExportTaskOutput) GoString

func (s DeleteExportTaskOutput) GoString() string

GoString returns the string representation

func (*DeleteExportTaskOutput) SetExport_

SetExport_ sets the Export_ field's value.

func (DeleteExportTaskOutput) String

func (s DeleteExportTaskOutput) String() string

String returns the string representation

type DescribePriceDetailInput added in v1.2.48

type DescribePriceDetailInput struct {
	CreateReq *CreateReqForDescribePriceDetailInput `type:"structure" json:",omitempty"`

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

func (DescribePriceDetailInput) GoString added in v1.2.48

func (s DescribePriceDetailInput) GoString() string

GoString returns the string representation

func (*DescribePriceDetailInput) SetCreateReq added in v1.2.48

SetCreateReq sets the CreateReq field's value.

func (*DescribePriceDetailInput) SetProjectName added in v1.2.48

SetProjectName sets the ProjectName field's value.

func (DescribePriceDetailInput) String added in v1.2.48

func (s DescribePriceDetailInput) String() string

String returns the string representation

type DescribePriceDetailOutput added in v1.2.48

type DescribePriceDetailOutput struct {
	Metadata *response.ResponseMetadata

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

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

	ConfigItemPrices []*ConfigItemPriceForDescribePriceDetailOutput `type:"list"`

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

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

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

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

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

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

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

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

func (DescribePriceDetailOutput) GoString added in v1.2.48

func (s DescribePriceDetailOutput) GoString() string

GoString returns the string representation

func (*DescribePriceDetailOutput) SetBillingMethod added in v1.2.48

SetBillingMethod sets the BillingMethod field's value.

func (*DescribePriceDetailOutput) SetChargeItemPrices added in v1.2.48

SetChargeItemPrices sets the ChargeItemPrices field's value.

func (*DescribePriceDetailOutput) SetConfigItemPrices added in v1.2.48

SetConfigItemPrices sets the ConfigItemPrices field's value.

func (*DescribePriceDetailOutput) SetCouponAmount added in v1.2.48

SetCouponAmount sets the CouponAmount field's value.

func (*DescribePriceDetailOutput) SetCurrency added in v1.2.48

SetCurrency sets the Currency field's value.

func (*DescribePriceDetailOutput) SetDiscountPrice added in v1.2.48

SetDiscountPrice sets the DiscountPrice field's value.

func (*DescribePriceDetailOutput) SetInstanceID added in v1.2.48

SetInstanceID sets the InstanceID field's value.

func (*DescribePriceDetailOutput) SetOriginalPrice added in v1.2.48

SetOriginalPrice sets the OriginalPrice field's value.

func (*DescribePriceDetailOutput) SetPayablePrice added in v1.2.48

SetPayablePrice sets the PayablePrice field's value.

func (*DescribePriceDetailOutput) SetQueryDiscountPrice added in v1.2.48

func (s *DescribePriceDetailOutput) SetQueryDiscountPrice(v bool) *DescribePriceDetailOutput

SetQueryDiscountPrice sets the QueryDiscountPrice field's value.

func (*DescribePriceDetailOutput) SetRefundAmount added in v1.2.48

SetRefundAmount sets the RefundAmount field's value.

func (DescribePriceDetailOutput) String added in v1.2.48

func (s DescribePriceDetailOutput) String() string

String returns the string representation

type EncryptionConfigForCreateClusterInput added in v1.2.48

type EncryptionConfigForCreateClusterInput struct {
	EnhancedEncryptionEnabled *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EncryptionConfigForCreateClusterInput) GoString added in v1.2.48

GoString returns the string representation

func (*EncryptionConfigForCreateClusterInput) SetEnhancedEncryptionEnabled added in v1.2.48

SetEnhancedEncryptionEnabled sets the EnhancedEncryptionEnabled field's value.

func (EncryptionConfigForCreateClusterInput) String added in v1.2.48

String returns the string representation

type EncryptionConfigForDeleteClusterOutput added in v1.2.48

type EncryptionConfigForDeleteClusterOutput struct {
	EnhancedEncryptionEnabled *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EncryptionConfigForDeleteClusterOutput) GoString added in v1.2.48

GoString returns the string representation

func (*EncryptionConfigForDeleteClusterOutput) SetEnhancedEncryptionEnabled added in v1.2.48

SetEnhancedEncryptionEnabled sets the EnhancedEncryptionEnabled field's value.

func (EncryptionConfigForDeleteClusterOutput) String added in v1.2.48

String returns the string representation

type EncryptionConfigForDescribePriceDetailInput added in v1.2.48

type EncryptionConfigForDescribePriceDetailInput struct {
	EnhancedEncryptionEnabled *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EncryptionConfigForDescribePriceDetailInput) GoString added in v1.2.48

GoString returns the string representation

func (*EncryptionConfigForDescribePriceDetailInput) SetEnhancedEncryptionEnabled added in v1.2.48

SetEnhancedEncryptionEnabled sets the EnhancedEncryptionEnabled field's value.

func (EncryptionConfigForDescribePriceDetailInput) String added in v1.2.48

String returns the string representation

type EncryptionConfigForGetClusterDetailsOutput added in v1.2.48

type EncryptionConfigForGetClusterDetailsOutput struct {
	EnhancedEncryptionEnabled *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EncryptionConfigForGetClusterDetailsOutput) GoString added in v1.2.48

GoString returns the string representation

func (*EncryptionConfigForGetClusterDetailsOutput) SetEnhancedEncryptionEnabled added in v1.2.48

SetEnhancedEncryptionEnabled sets the EnhancedEncryptionEnabled field's value.

func (EncryptionConfigForGetClusterDetailsOutput) String added in v1.2.48

String returns the string representation

type EncryptionConfigForListClustersOutput added in v1.2.48

type EncryptionConfigForListClustersOutput struct {
	EnhancedEncryptionEnabled *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EncryptionConfigForListClustersOutput) GoString added in v1.2.48

GoString returns the string representation

func (*EncryptionConfigForListClustersOutput) SetEnhancedEncryptionEnabled added in v1.2.48

SetEnhancedEncryptionEnabled sets the EnhancedEncryptionEnabled field's value.

func (EncryptionConfigForListClustersOutput) String added in v1.2.48

String returns the string representation

type EncryptionConfigForUpdateClusterInput added in v1.2.48

type EncryptionConfigForUpdateClusterInput struct {
	EnhancedEncryptionEnabled *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EncryptionConfigForUpdateClusterInput) GoString added in v1.2.48

GoString returns the string representation

func (*EncryptionConfigForUpdateClusterInput) SetEnhancedEncryptionEnabled added in v1.2.48

SetEnhancedEncryptionEnabled sets the EnhancedEncryptionEnabled field's value.

func (EncryptionConfigForUpdateClusterInput) String added in v1.2.48

String returns the string representation

type EndpointsForCreateBranchInput added in v1.2.48

type EndpointsForCreateBranchInput struct {
	PrivateEndpoint *PrivateEndpointForCreateBranchInput `type:"structure" json:",omitempty"`

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

func (EndpointsForCreateBranchInput) GoString added in v1.2.48

GoString returns the string representation

func (*EndpointsForCreateBranchInput) SetPrivateEndpoint added in v1.2.48

SetPrivateEndpoint sets the PrivateEndpoint field's value.

func (*EndpointsForCreateBranchInput) SetPublicEndpoint added in v1.2.48

SetPublicEndpoint sets the PublicEndpoint field's value.

func (EndpointsForCreateBranchInput) String added in v1.2.48

String returns the string representation

type EndpointsForDeleteClusterOutput added in v1.2.48

type EndpointsForDeleteClusterOutput struct {
	PrivateEndpoint *PrivateEndpointForDeleteClusterOutput `type:"structure" json:",omitempty"`

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

func (EndpointsForDeleteClusterOutput) GoString added in v1.2.48

GoString returns the string representation

func (*EndpointsForDeleteClusterOutput) SetPrivateEndpoint added in v1.2.48

SetPrivateEndpoint sets the PrivateEndpoint field's value.

func (*EndpointsForDeleteClusterOutput) SetPublicEndpoint added in v1.2.48

SetPublicEndpoint sets the PublicEndpoint field's value.

func (EndpointsForDeleteClusterOutput) String added in v1.2.48

String returns the string representation

type EndpointsForGetBranchDetailsOutput added in v1.2.48

type EndpointsForGetBranchDetailsOutput struct {
	PrivateEndpoint *PrivateEndpointForGetBranchDetailsOutput `type:"structure" json:",omitempty"`

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

func (EndpointsForGetBranchDetailsOutput) GoString added in v1.2.48

GoString returns the string representation

func (*EndpointsForGetBranchDetailsOutput) SetPrivateEndpoint added in v1.2.48

SetPrivateEndpoint sets the PrivateEndpoint field's value.

func (*EndpointsForGetBranchDetailsOutput) SetPublicEndpoint added in v1.2.48

SetPublicEndpoint sets the PublicEndpoint field's value.

func (EndpointsForGetBranchDetailsOutput) String added in v1.2.48

String returns the string representation

type EndpointsForGetClusterDetailsOutput added in v1.2.48

type EndpointsForGetClusterDetailsOutput struct {
	PrivateEndpoint *PrivateEndpointForGetClusterDetailsOutput `type:"structure" json:",omitempty"`

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

func (EndpointsForGetClusterDetailsOutput) GoString added in v1.2.48

GoString returns the string representation

func (*EndpointsForGetClusterDetailsOutput) SetPrivateEndpoint added in v1.2.48

SetPrivateEndpoint sets the PrivateEndpoint field's value.

func (*EndpointsForGetClusterDetailsOutput) SetPublicEndpoint added in v1.2.48

SetPublicEndpoint sets the PublicEndpoint field's value.

func (EndpointsForGetClusterDetailsOutput) String added in v1.2.48

String returns the string representation

type EndpointsForListBranchesOutput added in v1.2.48

type EndpointsForListBranchesOutput struct {
	PrivateEndpoint *PrivateEndpointForListBranchesOutput `type:"structure" json:",omitempty"`

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

func (EndpointsForListBranchesOutput) GoString added in v1.2.48

GoString returns the string representation

func (*EndpointsForListBranchesOutput) SetPrivateEndpoint added in v1.2.48

SetPrivateEndpoint sets the PrivateEndpoint field's value.

func (*EndpointsForListBranchesOutput) SetPublicEndpoint added in v1.2.48

SetPublicEndpoint sets the PublicEndpoint field's value.

func (EndpointsForListBranchesOutput) String added in v1.2.48

String returns the string representation

type EndpointsForListClustersOutput added in v1.2.48

type EndpointsForListClustersOutput struct {
	PrivateEndpoint *PrivateEndpointForListClustersOutput `type:"structure" json:",omitempty"`

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

func (EndpointsForListClustersOutput) GoString added in v1.2.48

GoString returns the string representation

func (*EndpointsForListClustersOutput) SetPrivateEndpoint added in v1.2.48

SetPrivateEndpoint sets the PrivateEndpoint field's value.

func (*EndpointsForListClustersOutput) SetPublicEndpoint added in v1.2.48

SetPublicEndpoint sets the PublicEndpoint field's value.

func (EndpointsForListClustersOutput) String added in v1.2.48

String returns the string representation

type EndpointsForUpdateBranchInput added in v1.2.48

type EndpointsForUpdateBranchInput struct {
	PrivateEndpoint *PrivateEndpointForUpdateBranchInput `type:"structure" json:",omitempty"`

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

func (EndpointsForUpdateBranchInput) GoString added in v1.2.48

GoString returns the string representation

func (*EndpointsForUpdateBranchInput) SetPrivateEndpoint added in v1.2.48

SetPrivateEndpoint sets the PrivateEndpoint field's value.

func (*EndpointsForUpdateBranchInput) SetPublicEndpoint added in v1.2.48

SetPublicEndpoint sets the PublicEndpoint field's value.

func (EndpointsForUpdateBranchInput) String added in v1.2.48

String returns the string representation

type EndpointsForUpdateClusterInput added in v1.2.48

type EndpointsForUpdateClusterInput struct {
	PrivateEndpoint *PrivateEndpointForUpdateClusterInput `type:"structure" json:",omitempty"`

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

func (EndpointsForUpdateClusterInput) GoString added in v1.2.48

GoString returns the string representation

func (*EndpointsForUpdateClusterInput) SetPrivateEndpoint added in v1.2.48

SetPrivateEndpoint sets the PrivateEndpoint field's value.

func (*EndpointsForUpdateClusterInput) SetPublicEndpoint added in v1.2.48

SetPublicEndpoint sets the PublicEndpoint field's value.

func (EndpointsForUpdateClusterInput) String added in v1.2.48

String returns the string representation

type EventForListEventsOutput

type EventForListEventsOutput struct {
	AccountId *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

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

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

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

func (EventForListEventsOutput) GoString

func (s EventForListEventsOutput) GoString() string

GoString returns the string representation

func (*EventForListEventsOutput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*EventForListEventsOutput) SetActionName

SetActionName sets the ActionName field's value.

func (*EventForListEventsOutput) SetActionStatus

SetActionStatus sets the ActionStatus field's value.

func (*EventForListEventsOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*EventForListEventsOutput) SetFinishTime

SetFinishTime sets the FinishTime field's value.

func (*EventForListEventsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*EventForListEventsOutput) SetRequestParam

SetRequestParam sets the RequestParam field's value.

func (*EventForListEventsOutput) SetRequestUser

SetRequestUser sets the RequestUser field's value.

func (*EventForListEventsOutput) SetResourceId

SetResourceId sets the ResourceId field's value.

func (*EventForListEventsOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (EventForListEventsOutput) String

func (s EventForListEventsOutput) String() string

String returns the string representation

type ExportForListExportTasksOutput

type ExportForListExportTasksOutput struct {
	ClusterId *string `type:"string" json:",omitempty"`

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

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

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

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

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

	ExportOptions *ExportOptionsForListExportTasksOutput `type:"structure" json:",omitempty"`

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

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

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

	State *string `type:"string" json:",omitempty" enum:"EnumOfStateForListExportTasksOutput"`

	Target *TargetForListExportTasksOutput `type:"structure" json:",omitempty"`

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

func (ExportForListExportTasksOutput) GoString

GoString returns the string representation

func (*ExportForListExportTasksOutput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (*ExportForListExportTasksOutput) SetCompleteTime

SetCompleteTime sets the CompleteTime field's value.

func (*ExportForListExportTasksOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ExportForListExportTasksOutput) SetDisplayName

SetDisplayName sets the DisplayName field's value.

func (*ExportForListExportTasksOutput) SetExpireTime

SetExpireTime sets the ExpireTime field's value.

func (*ExportForListExportTasksOutput) SetExportId

SetExportId sets the ExportId field's value.

func (*ExportForListExportTasksOutput) SetExportOptions

SetExportOptions sets the ExportOptions field's value.

func (*ExportForListExportTasksOutput) SetName

SetName sets the Name field's value.

func (*ExportForListExportTasksOutput) SetReason

SetReason sets the Reason field's value.

func (*ExportForListExportTasksOutput) SetSnapshotTime

SetSnapshotTime sets the SnapshotTime field's value.

func (*ExportForListExportTasksOutput) SetState

SetState sets the State field's value.

func (*ExportForListExportTasksOutput) SetTarget

SetTarget sets the Target field's value.

func (*ExportForListExportTasksOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (ExportForListExportTasksOutput) String

String returns the string representation

type ExportOptionsForCancelExportTaskOutput

type ExportOptionsForCancelExportTaskOutput struct {
	Compression *string `type:"string" json:",omitempty" enum:"EnumOfCompressionForCancelExportTaskOutput"`

	CsvFormat *CsvFormatForCancelExportTaskOutput `type:"structure" json:",omitempty"`

	FileType *string `type:"string" json:",omitempty" enum:"EnumOfFileTypeForCancelExportTaskOutput"`

	Filter *FilterForCancelExportTaskOutput `type:"structure" json:",omitempty"`

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

func (ExportOptionsForCancelExportTaskOutput) GoString

GoString returns the string representation

func (*ExportOptionsForCancelExportTaskOutput) SetCompression

SetCompression sets the Compression field's value.

func (*ExportOptionsForCancelExportTaskOutput) SetCsvFormat

SetCsvFormat sets the CsvFormat field's value.

func (*ExportOptionsForCancelExportTaskOutput) SetFileType

SetFileType sets the FileType field's value.

func (*ExportOptionsForCancelExportTaskOutput) SetFilter

SetFilter sets the Filter field's value.

func (*ExportOptionsForCancelExportTaskOutput) SetParquetFormat

SetParquetFormat sets the ParquetFormat field's value.

func (ExportOptionsForCancelExportTaskOutput) String

String returns the string representation

type ExportOptionsForCreateExportTaskInput

type ExportOptionsForCreateExportTaskInput struct {
	Compression *string `type:"string" json:",omitempty" enum:"EnumOfCompressionForCreateExportTaskInput"`

	CsvFormat *CsvFormatForCreateExportTaskInput `type:"structure" json:",omitempty"`

	FileType *string `type:"string" json:",omitempty" enum:"EnumOfFileTypeForCreateExportTaskInput"`

	Filter *FilterForCreateExportTaskInput `type:"structure" json:",omitempty"`

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

func (ExportOptionsForCreateExportTaskInput) GoString

GoString returns the string representation

func (*ExportOptionsForCreateExportTaskInput) SetCompression

SetCompression sets the Compression field's value.

func (*ExportOptionsForCreateExportTaskInput) SetCsvFormat

SetCsvFormat sets the CsvFormat field's value.

func (*ExportOptionsForCreateExportTaskInput) SetFileType

SetFileType sets the FileType field's value.

func (*ExportOptionsForCreateExportTaskInput) SetFilter

SetFilter sets the Filter field's value.

func (*ExportOptionsForCreateExportTaskInput) SetParquetFormat

SetParquetFormat sets the ParquetFormat field's value.

func (ExportOptionsForCreateExportTaskInput) String

String returns the string representation

type ExportOptionsForCreateExportTaskOutput

type ExportOptionsForCreateExportTaskOutput struct {
	Compression *string `type:"string" json:",omitempty" enum:"EnumOfCompressionForCreateExportTaskOutput"`

	CsvFormat *CsvFormatForCreateExportTaskOutput `type:"structure" json:",omitempty"`

	FileType *string `type:"string" json:",omitempty" enum:"EnumOfFileTypeForCreateExportTaskOutput"`

	Filter *FilterForCreateExportTaskOutput `type:"structure" json:",omitempty"`

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

func (ExportOptionsForCreateExportTaskOutput) GoString

GoString returns the string representation

func (*ExportOptionsForCreateExportTaskOutput) SetCompression

SetCompression sets the Compression field's value.

func (*ExportOptionsForCreateExportTaskOutput) SetCsvFormat

SetCsvFormat sets the CsvFormat field's value.

func (*ExportOptionsForCreateExportTaskOutput) SetFileType

SetFileType sets the FileType field's value.

func (*ExportOptionsForCreateExportTaskOutput) SetFilter

SetFilter sets the Filter field's value.

func (*ExportOptionsForCreateExportTaskOutput) SetParquetFormat

SetParquetFormat sets the ParquetFormat field's value.

func (ExportOptionsForCreateExportTaskOutput) String

String returns the string representation

type ExportOptionsForDeleteExportTaskOutput

type ExportOptionsForDeleteExportTaskOutput struct {
	Compression *string `type:"string" json:",omitempty" enum:"EnumOfCompressionForDeleteExportTaskOutput"`

	CsvFormat *CsvFormatForDeleteExportTaskOutput `type:"structure" json:",omitempty"`

	FileType *string `type:"string" json:",omitempty" enum:"EnumOfFileTypeForDeleteExportTaskOutput"`

	Filter *FilterForDeleteExportTaskOutput `type:"structure" json:",omitempty"`

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

func (ExportOptionsForDeleteExportTaskOutput) GoString

GoString returns the string representation

func (*ExportOptionsForDeleteExportTaskOutput) SetCompression

SetCompression sets the Compression field's value.

func (*ExportOptionsForDeleteExportTaskOutput) SetCsvFormat

SetCsvFormat sets the CsvFormat field's value.

func (*ExportOptionsForDeleteExportTaskOutput) SetFileType

SetFileType sets the FileType field's value.

func (*ExportOptionsForDeleteExportTaskOutput) SetFilter

SetFilter sets the Filter field's value.

func (*ExportOptionsForDeleteExportTaskOutput) SetParquetFormat

SetParquetFormat sets the ParquetFormat field's value.

func (ExportOptionsForDeleteExportTaskOutput) String

String returns the string representation

type ExportOptionsForGetExportTaskDetailsOutput

type ExportOptionsForGetExportTaskDetailsOutput struct {
	Compression *string `type:"string" json:",omitempty" enum:"EnumOfCompressionForGetExportTaskDetailsOutput"`

	CsvFormat *CsvFormatForGetExportTaskDetailsOutput `type:"structure" json:",omitempty"`

	FileType *string `type:"string" json:",omitempty" enum:"EnumOfFileTypeForGetExportTaskDetailsOutput"`

	Filter *FilterForGetExportTaskDetailsOutput `type:"structure" json:",omitempty"`

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

func (ExportOptionsForGetExportTaskDetailsOutput) GoString

GoString returns the string representation

func (*ExportOptionsForGetExportTaskDetailsOutput) SetCompression

SetCompression sets the Compression field's value.

func (*ExportOptionsForGetExportTaskDetailsOutput) SetCsvFormat

SetCsvFormat sets the CsvFormat field's value.

func (*ExportOptionsForGetExportTaskDetailsOutput) SetFileType

SetFileType sets the FileType field's value.

func (*ExportOptionsForGetExportTaskDetailsOutput) SetFilter

SetFilter sets the Filter field's value.

func (*ExportOptionsForGetExportTaskDetailsOutput) SetParquetFormat

SetParquetFormat sets the ParquetFormat field's value.

func (ExportOptionsForGetExportTaskDetailsOutput) String

String returns the string representation

type ExportOptionsForListExportTasksOutput

type ExportOptionsForListExportTasksOutput struct {
	Compression *string `type:"string" json:",omitempty" enum:"EnumOfCompressionForListExportTasksOutput"`

	CsvFormat *CsvFormatForListExportTasksOutput `type:"structure" json:",omitempty"`

	FileType *string `type:"string" json:",omitempty" enum:"EnumOfFileTypeForListExportTasksOutput"`

	Filter *FilterForListExportTasksOutput `type:"structure" json:",omitempty"`

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

func (ExportOptionsForListExportTasksOutput) GoString

GoString returns the string representation

func (*ExportOptionsForListExportTasksOutput) SetCompression

SetCompression sets the Compression field's value.

func (*ExportOptionsForListExportTasksOutput) SetCsvFormat

SetCsvFormat sets the CsvFormat field's value.

func (*ExportOptionsForListExportTasksOutput) SetFileType

SetFileType sets the FileType field's value.

func (*ExportOptionsForListExportTasksOutput) SetFilter

SetFilter sets the Filter field's value.

func (*ExportOptionsForListExportTasksOutput) SetParquetFormat

SetParquetFormat sets the ParquetFormat field's value.

func (ExportOptionsForListExportTasksOutput) String

String returns the string representation

type Export_ForCancelExportTaskOutput

type Export_ForCancelExportTaskOutput struct {
	ClusterId *string `type:"string" json:",omitempty"`

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

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

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

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

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

	ExportOptions *ExportOptionsForCancelExportTaskOutput `type:"structure" json:",omitempty"`

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

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

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

	State *string `type:"string" json:",omitempty" enum:"EnumOfStateForCancelExportTaskOutput"`

	Target *TargetForCancelExportTaskOutput `type:"structure" json:",omitempty"`

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

func (Export_ForCancelExportTaskOutput) GoString

GoString returns the string representation

func (*Export_ForCancelExportTaskOutput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (*Export_ForCancelExportTaskOutput) SetCompleteTime

SetCompleteTime sets the CompleteTime field's value.

func (*Export_ForCancelExportTaskOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*Export_ForCancelExportTaskOutput) SetDisplayName

SetDisplayName sets the DisplayName field's value.

func (*Export_ForCancelExportTaskOutput) SetExpireTime

SetExpireTime sets the ExpireTime field's value.

func (*Export_ForCancelExportTaskOutput) SetExportId

SetExportId sets the ExportId field's value.

func (*Export_ForCancelExportTaskOutput) SetExportOptions

SetExportOptions sets the ExportOptions field's value.

func (*Export_ForCancelExportTaskOutput) SetName

SetName sets the Name field's value.

func (*Export_ForCancelExportTaskOutput) SetReason

SetReason sets the Reason field's value.

func (*Export_ForCancelExportTaskOutput) SetSnapshotTime

SetSnapshotTime sets the SnapshotTime field's value.

func (*Export_ForCancelExportTaskOutput) SetState

SetState sets the State field's value.

func (*Export_ForCancelExportTaskOutput) SetTarget

SetTarget sets the Target field's value.

func (*Export_ForCancelExportTaskOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (Export_ForCancelExportTaskOutput) String

String returns the string representation

type Export_ForCreateExportTaskOutput

type Export_ForCreateExportTaskOutput struct {
	ClusterId *string `type:"string" json:",omitempty"`

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

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

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

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

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

	ExportOptions *ExportOptionsForCreateExportTaskOutput `type:"structure" json:",omitempty"`

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

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

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

	State *string `type:"string" json:",omitempty" enum:"EnumOfStateForCreateExportTaskOutput"`

	Target *TargetForCreateExportTaskOutput `type:"structure" json:",omitempty"`

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

func (Export_ForCreateExportTaskOutput) GoString

GoString returns the string representation

func (*Export_ForCreateExportTaskOutput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (*Export_ForCreateExportTaskOutput) SetCompleteTime

SetCompleteTime sets the CompleteTime field's value.

func (*Export_ForCreateExportTaskOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*Export_ForCreateExportTaskOutput) SetDisplayName

SetDisplayName sets the DisplayName field's value.

func (*Export_ForCreateExportTaskOutput) SetExpireTime

SetExpireTime sets the ExpireTime field's value.

func (*Export_ForCreateExportTaskOutput) SetExportId

SetExportId sets the ExportId field's value.

func (*Export_ForCreateExportTaskOutput) SetExportOptions

SetExportOptions sets the ExportOptions field's value.

func (*Export_ForCreateExportTaskOutput) SetName

SetName sets the Name field's value.

func (*Export_ForCreateExportTaskOutput) SetReason

SetReason sets the Reason field's value.

func (*Export_ForCreateExportTaskOutput) SetSnapshotTime

SetSnapshotTime sets the SnapshotTime field's value.

func (*Export_ForCreateExportTaskOutput) SetState

SetState sets the State field's value.

func (*Export_ForCreateExportTaskOutput) SetTarget

SetTarget sets the Target field's value.

func (*Export_ForCreateExportTaskOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (Export_ForCreateExportTaskOutput) String

String returns the string representation

type Export_ForDeleteExportTaskOutput

type Export_ForDeleteExportTaskOutput struct {
	ClusterId *string `type:"string" json:",omitempty"`

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

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

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

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

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

	ExportOptions *ExportOptionsForDeleteExportTaskOutput `type:"structure" json:",omitempty"`

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

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

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

	State *string `type:"string" json:",omitempty" enum:"EnumOfStateForDeleteExportTaskOutput"`

	Target *TargetForDeleteExportTaskOutput `type:"structure" json:",omitempty"`

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

func (Export_ForDeleteExportTaskOutput) GoString

GoString returns the string representation

func (*Export_ForDeleteExportTaskOutput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (*Export_ForDeleteExportTaskOutput) SetCompleteTime

SetCompleteTime sets the CompleteTime field's value.

func (*Export_ForDeleteExportTaskOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*Export_ForDeleteExportTaskOutput) SetDisplayName

SetDisplayName sets the DisplayName field's value.

func (*Export_ForDeleteExportTaskOutput) SetExpireTime

SetExpireTime sets the ExpireTime field's value.

func (*Export_ForDeleteExportTaskOutput) SetExportId

SetExportId sets the ExportId field's value.

func (*Export_ForDeleteExportTaskOutput) SetExportOptions

SetExportOptions sets the ExportOptions field's value.

func (*Export_ForDeleteExportTaskOutput) SetName

SetName sets the Name field's value.

func (*Export_ForDeleteExportTaskOutput) SetReason

SetReason sets the Reason field's value.

func (*Export_ForDeleteExportTaskOutput) SetSnapshotTime

SetSnapshotTime sets the SnapshotTime field's value.

func (*Export_ForDeleteExportTaskOutput) SetState

SetState sets the State field's value.

func (*Export_ForDeleteExportTaskOutput) SetTarget

SetTarget sets the Target field's value.

func (*Export_ForDeleteExportTaskOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (Export_ForDeleteExportTaskOutput) String

String returns the string representation

type Export_ForGetExportTaskDetailsOutput

type Export_ForGetExportTaskDetailsOutput struct {
	ClusterId *string `type:"string" json:",omitempty"`

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

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

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

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

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

	ExportOptions *ExportOptionsForGetExportTaskDetailsOutput `type:"structure" json:",omitempty"`

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

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

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

	State *string `type:"string" json:",omitempty" enum:"EnumOfStateForGetExportTaskDetailsOutput"`

	Target *TargetForGetExportTaskDetailsOutput `type:"structure" json:",omitempty"`

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

func (Export_ForGetExportTaskDetailsOutput) GoString

GoString returns the string representation

func (*Export_ForGetExportTaskDetailsOutput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (*Export_ForGetExportTaskDetailsOutput) SetCompleteTime

SetCompleteTime sets the CompleteTime field's value.

func (*Export_ForGetExportTaskDetailsOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*Export_ForGetExportTaskDetailsOutput) SetDisplayName

SetDisplayName sets the DisplayName field's value.

func (*Export_ForGetExportTaskDetailsOutput) SetExpireTime

SetExpireTime sets the ExpireTime field's value.

func (*Export_ForGetExportTaskDetailsOutput) SetExportId

SetExportId sets the ExportId field's value.

func (*Export_ForGetExportTaskDetailsOutput) SetExportOptions

SetExportOptions sets the ExportOptions field's value.

func (*Export_ForGetExportTaskDetailsOutput) SetName

SetName sets the Name field's value.

func (*Export_ForGetExportTaskDetailsOutput) SetReason

SetReason sets the Reason field's value.

func (*Export_ForGetExportTaskDetailsOutput) SetSnapshotTime

SetSnapshotTime sets the SnapshotTime field's value.

func (*Export_ForGetExportTaskDetailsOutput) SetState

SetState sets the State field's value.

func (*Export_ForGetExportTaskDetailsOutput) SetTarget

SetTarget sets the Target field's value.

func (*Export_ForGetExportTaskDetailsOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (Export_ForGetExportTaskDetailsOutput) String

String returns the string representation

type FilterForCancelExportTaskOutput

type FilterForCancelExportTaskOutput struct {
	Sql *string `type:"string" json:",omitempty"`

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

func (FilterForCancelExportTaskOutput) GoString

GoString returns the string representation

func (*FilterForCancelExportTaskOutput) SetSql

SetSql sets the Sql field's value.

func (*FilterForCancelExportTaskOutput) SetTable

SetTable sets the Table field's value.

func (FilterForCancelExportTaskOutput) String

String returns the string representation

type FilterForCreateExportTaskInput

type FilterForCreateExportTaskInput struct {
	Sql *string `type:"string" json:",omitempty"`

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

func (FilterForCreateExportTaskInput) GoString

GoString returns the string representation

func (*FilterForCreateExportTaskInput) SetSql

SetSql sets the Sql field's value.

func (*FilterForCreateExportTaskInput) SetTable

SetTable sets the Table field's value.

func (FilterForCreateExportTaskInput) String

String returns the string representation

type FilterForCreateExportTaskOutput

type FilterForCreateExportTaskOutput struct {
	Sql *string `type:"string" json:",omitempty"`

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

func (FilterForCreateExportTaskOutput) GoString

GoString returns the string representation

func (*FilterForCreateExportTaskOutput) SetSql

SetSql sets the Sql field's value.

func (*FilterForCreateExportTaskOutput) SetTable

SetTable sets the Table field's value.

func (FilterForCreateExportTaskOutput) String

String returns the string representation

type FilterForDeleteExportTaskOutput

type FilterForDeleteExportTaskOutput struct {
	Sql *string `type:"string" json:",omitempty"`

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

func (FilterForDeleteExportTaskOutput) GoString

GoString returns the string representation

func (*FilterForDeleteExportTaskOutput) SetSql

SetSql sets the Sql field's value.

func (*FilterForDeleteExportTaskOutput) SetTable

SetTable sets the Table field's value.

func (FilterForDeleteExportTaskOutput) String

String returns the string representation

type FilterForGetExportTaskDetailsOutput

type FilterForGetExportTaskDetailsOutput struct {
	Sql *string `type:"string" json:",omitempty"`

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

func (FilterForGetExportTaskDetailsOutput) GoString

GoString returns the string representation

func (*FilterForGetExportTaskDetailsOutput) SetSql

SetSql sets the Sql field's value.

func (*FilterForGetExportTaskDetailsOutput) SetTable

SetTable sets the Table field's value.

func (FilterForGetExportTaskDetailsOutput) String

String returns the string representation

type FilterForListExportTasksOutput

type FilterForListExportTasksOutput struct {
	Sql *string `type:"string" json:",omitempty"`

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

func (FilterForListExportTasksOutput) GoString

GoString returns the string representation

func (*FilterForListExportTasksOutput) SetSql

SetSql sets the Sql field's value.

func (*FilterForListExportTasksOutput) SetTable

SetTable sets the Table field's value.

func (FilterForListExportTasksOutput) String

String returns the string representation

type GcsForCancelExportTaskOutput

type GcsForCancelExportTaskOutput struct {
	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForCancelExportTaskOutput"`

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

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

func (GcsForCancelExportTaskOutput) GoString

func (s GcsForCancelExportTaskOutput) GoString() string

GoString returns the string representation

func (*GcsForCancelExportTaskOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*GcsForCancelExportTaskOutput) SetServiceAccountKey

SetServiceAccountKey sets the ServiceAccountKey field's value.

func (*GcsForCancelExportTaskOutput) SetUri

SetUri sets the Uri field's value.

func (GcsForCancelExportTaskOutput) String

String returns the string representation

type GcsForCreateExportTaskInput

type GcsForCreateExportTaskInput struct {
	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForCreateExportTaskInput"`

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

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

func (GcsForCreateExportTaskInput) GoString

func (s GcsForCreateExportTaskInput) GoString() string

GoString returns the string representation

func (*GcsForCreateExportTaskInput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*GcsForCreateExportTaskInput) SetServiceAccountKey

SetServiceAccountKey sets the ServiceAccountKey field's value.

func (*GcsForCreateExportTaskInput) SetUri

SetUri sets the Uri field's value.

func (GcsForCreateExportTaskInput) String

String returns the string representation

type GcsForCreateExportTaskOutput

type GcsForCreateExportTaskOutput struct {
	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForCreateExportTaskOutput"`

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

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

func (GcsForCreateExportTaskOutput) GoString

func (s GcsForCreateExportTaskOutput) GoString() string

GoString returns the string representation

func (*GcsForCreateExportTaskOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*GcsForCreateExportTaskOutput) SetServiceAccountKey

SetServiceAccountKey sets the ServiceAccountKey field's value.

func (*GcsForCreateExportTaskOutput) SetUri

SetUri sets the Uri field's value.

func (GcsForCreateExportTaskOutput) String

String returns the string representation

type GcsForCreateImportTaskInput

type GcsForCreateImportTaskInput struct {
	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForCreateImportTaskInput"`

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

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

func (GcsForCreateImportTaskInput) GoString

func (s GcsForCreateImportTaskInput) GoString() string

GoString returns the string representation

func (*GcsForCreateImportTaskInput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*GcsForCreateImportTaskInput) SetServiceAccountKey

SetServiceAccountKey sets the ServiceAccountKey field's value.

func (*GcsForCreateImportTaskInput) SetUri

SetUri sets the Uri field's value.

func (GcsForCreateImportTaskInput) String

String returns the string representation

type GcsForCreateImportTaskOutput

type GcsForCreateImportTaskOutput struct {
	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForCreateImportTaskOutput"`

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

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

func (GcsForCreateImportTaskOutput) GoString

func (s GcsForCreateImportTaskOutput) GoString() string

GoString returns the string representation

func (*GcsForCreateImportTaskOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*GcsForCreateImportTaskOutput) SetServiceAccountKey

SetServiceAccountKey sets the ServiceAccountKey field's value.

func (*GcsForCreateImportTaskOutput) SetUri

SetUri sets the Uri field's value.

func (GcsForCreateImportTaskOutput) String

String returns the string representation

type GcsForDeleteExportTaskOutput

type GcsForDeleteExportTaskOutput struct {
	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForDeleteExportTaskOutput"`

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

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

func (GcsForDeleteExportTaskOutput) GoString

func (s GcsForDeleteExportTaskOutput) GoString() string

GoString returns the string representation

func (*GcsForDeleteExportTaskOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*GcsForDeleteExportTaskOutput) SetServiceAccountKey

SetServiceAccountKey sets the ServiceAccountKey field's value.

func (*GcsForDeleteExportTaskOutput) SetUri

SetUri sets the Uri field's value.

func (GcsForDeleteExportTaskOutput) String

String returns the string representation

type GcsForGetExportTaskDetailsOutput

type GcsForGetExportTaskDetailsOutput struct {
	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForGetExportTaskDetailsOutput"`

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

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

func (GcsForGetExportTaskDetailsOutput) GoString

GoString returns the string representation

func (*GcsForGetExportTaskDetailsOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*GcsForGetExportTaskDetailsOutput) SetServiceAccountKey

SetServiceAccountKey sets the ServiceAccountKey field's value.

func (*GcsForGetExportTaskDetailsOutput) SetUri

SetUri sets the Uri field's value.

func (GcsForGetExportTaskDetailsOutput) String

String returns the string representation

type GcsForGetImportTaskDetailsOutput

type GcsForGetImportTaskDetailsOutput struct {
	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForGetImportTaskDetailsOutput"`

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

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

func (GcsForGetImportTaskDetailsOutput) GoString

GoString returns the string representation

func (*GcsForGetImportTaskDetailsOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*GcsForGetImportTaskDetailsOutput) SetServiceAccountKey

SetServiceAccountKey sets the ServiceAccountKey field's value.

func (*GcsForGetImportTaskDetailsOutput) SetUri

SetUri sets the Uri field's value.

func (GcsForGetImportTaskDetailsOutput) String

String returns the string representation

type GcsForListExportTasksOutput

type GcsForListExportTasksOutput struct {
	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForListExportTasksOutput"`

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

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

func (GcsForListExportTasksOutput) GoString

func (s GcsForListExportTasksOutput) GoString() string

GoString returns the string representation

func (*GcsForListExportTasksOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*GcsForListExportTasksOutput) SetServiceAccountKey

SetServiceAccountKey sets the ServiceAccountKey field's value.

func (*GcsForListExportTasksOutput) SetUri

SetUri sets the Uri field's value.

func (GcsForListExportTasksOutput) String

String returns the string representation

type GcsForListImportTasksOutput

type GcsForListImportTasksOutput struct {
	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForListImportTasksOutput"`

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

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

func (GcsForListImportTasksOutput) GoString

func (s GcsForListImportTasksOutput) GoString() string

GoString returns the string representation

func (*GcsForListImportTasksOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*GcsForListImportTasksOutput) SetServiceAccountKey

SetServiceAccountKey sets the ServiceAccountKey field's value.

func (*GcsForListImportTasksOutput) SetUri

SetUri sets the Uri field's value.

func (GcsForListImportTasksOutput) String

String returns the string representation

type GcsForPrecheckImportTaskInput

type GcsForPrecheckImportTaskInput struct {
	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForPrecheckImportTaskInput"`

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

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

func (GcsForPrecheckImportTaskInput) GoString

GoString returns the string representation

func (*GcsForPrecheckImportTaskInput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*GcsForPrecheckImportTaskInput) SetServiceAccountKey

SetServiceAccountKey sets the ServiceAccountKey field's value.

func (*GcsForPrecheckImportTaskInput) SetUri

SetUri sets the Uri field's value.

func (GcsForPrecheckImportTaskInput) String

String returns the string representation

type GcsForValidateImportTaskInput

type GcsForValidateImportTaskInput struct {
	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForValidateImportTaskInput"`

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

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

func (GcsForValidateImportTaskInput) GoString

GoString returns the string representation

func (*GcsForValidateImportTaskInput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*GcsForValidateImportTaskInput) SetServiceAccountKey

SetServiceAccountKey sets the ServiceAccountKey field's value.

func (*GcsForValidateImportTaskInput) SetUri

SetUri sets the Uri field's value.

func (GcsForValidateImportTaskInput) String

String returns the string representation

type GetBackupInput

type GetBackupInput struct {

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

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

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

func (GetBackupInput) GoString

func (s GetBackupInput) GoString() string

GoString returns the string representation

func (*GetBackupInput) SetBackupId

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

SetBackupId sets the BackupId field's value.

func (*GetBackupInput) SetClusterId

func (s *GetBackupInput) SetClusterId(v string) *GetBackupInput

SetClusterId sets the ClusterId field's value.

func (*GetBackupInput) SetProjectName

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

SetProjectName sets the ProjectName field's value.

func (GetBackupInput) String

func (s GetBackupInput) String() string

String returns the string representation

func (*GetBackupInput) Validate

func (s *GetBackupInput) Validate() error

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

type GetBackupOutput

type GetBackupOutput struct {
	Metadata *response.ResponseMetadata

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

func (GetBackupOutput) GoString

func (s GetBackupOutput) GoString() string

GoString returns the string representation

func (*GetBackupOutput) SetBackup

SetBackup sets the Backup field's value.

func (GetBackupOutput) String

func (s GetBackupOutput) String() string

String returns the string representation

type GetBackupRetentionInput

type GetBackupRetentionInput struct {

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

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

func (GetBackupRetentionInput) GoString

func (s GetBackupRetentionInput) GoString() string

GoString returns the string representation

func (*GetBackupRetentionInput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (*GetBackupRetentionInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (GetBackupRetentionInput) String

func (s GetBackupRetentionInput) String() string

String returns the string representation

func (*GetBackupRetentionInput) Validate

func (s *GetBackupRetentionInput) Validate() error

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

type GetBackupRetentionOutput

type GetBackupRetentionOutput struct {
	Metadata *response.ResponseMetadata

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

func (GetBackupRetentionOutput) GoString

func (s GetBackupRetentionOutput) GoString() string

GoString returns the string representation

func (*GetBackupRetentionOutput) SetRetentionHours

func (s *GetBackupRetentionOutput) SetRetentionHours(v int32) *GetBackupRetentionOutput

SetRetentionHours sets the RetentionHours field's value.

func (GetBackupRetentionOutput) String

func (s GetBackupRetentionOutput) String() string

String returns the string representation

type GetBranchDetailsInput added in v1.2.48

type GetBranchDetailsInput struct {

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

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

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

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

func (GetBranchDetailsInput) GoString added in v1.2.48

func (s GetBranchDetailsInput) GoString() string

GoString returns the string representation

func (*GetBranchDetailsInput) SetBranchId added in v1.2.48

SetBranchId sets the BranchId field's value.

func (*GetBranchDetailsInput) SetClusterId added in v1.2.48

SetClusterId sets the ClusterId field's value.

func (*GetBranchDetailsInput) SetProjectName added in v1.2.48

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

SetProjectName sets the ProjectName field's value.

func (*GetBranchDetailsInput) SetView added in v1.2.48

SetView sets the View field's value.

func (GetBranchDetailsInput) String added in v1.2.48

func (s GetBranchDetailsInput) String() string

String returns the string representation

func (*GetBranchDetailsInput) Validate added in v1.2.48

func (s *GetBranchDetailsInput) Validate() error

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

type GetBranchDetailsOutput added in v1.2.48

type GetBranchDetailsOutput struct {
	Metadata *response.ResponseMetadata

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

func (GetBranchDetailsOutput) GoString added in v1.2.48

func (s GetBranchDetailsOutput) GoString() string

GoString returns the string representation

func (*GetBranchDetailsOutput) SetBranch added in v1.2.48

SetBranch sets the Branch field's value.

func (GetBranchDetailsOutput) String added in v1.2.48

func (s GetBranchDetailsOutput) String() string

String returns the string representation

type GetClusterDetailsInput added in v1.2.48

type GetClusterDetailsInput struct {

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

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

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

func (GetClusterDetailsInput) GoString added in v1.2.48

func (s GetClusterDetailsInput) GoString() string

GoString returns the string representation

func (*GetClusterDetailsInput) SetClusterId added in v1.2.48

SetClusterId sets the ClusterId field's value.

func (*GetClusterDetailsInput) SetProjectName added in v1.2.48

SetProjectName sets the ProjectName field's value.

func (*GetClusterDetailsInput) SetView added in v1.2.48

SetView sets the View field's value.

func (GetClusterDetailsInput) String added in v1.2.48

func (s GetClusterDetailsInput) String() string

String returns the string representation

func (*GetClusterDetailsInput) Validate added in v1.2.48

func (s *GetClusterDetailsInput) Validate() error

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

type GetClusterDetailsOutput added in v1.2.48

type GetClusterDetailsOutput struct {
	Metadata *response.ResponseMetadata

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

func (GetClusterDetailsOutput) GoString added in v1.2.48

func (s GetClusterDetailsOutput) GoString() string

GoString returns the string representation

func (*GetClusterDetailsOutput) SetCluster added in v1.2.48

SetCluster sets the Cluster field's value.

func (GetClusterDetailsOutput) String added in v1.2.48

func (s GetClusterDetailsOutput) String() string

String returns the string representation

type GetExportTaskDetailsInput

type GetExportTaskDetailsInput struct {

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

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

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

func (GetExportTaskDetailsInput) GoString

func (s GetExportTaskDetailsInput) GoString() string

GoString returns the string representation

func (*GetExportTaskDetailsInput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (*GetExportTaskDetailsInput) SetExportId

SetExportId sets the ExportId field's value.

func (*GetExportTaskDetailsInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (GetExportTaskDetailsInput) String

func (s GetExportTaskDetailsInput) String() string

String returns the string representation

func (*GetExportTaskDetailsInput) Validate

func (s *GetExportTaskDetailsInput) Validate() error

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

type GetExportTaskDetailsOutput

type GetExportTaskDetailsOutput struct {
	Metadata *response.ResponseMetadata

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

func (GetExportTaskDetailsOutput) GoString

func (s GetExportTaskDetailsOutput) GoString() string

GoString returns the string representation

func (*GetExportTaskDetailsOutput) SetExport_

SetExport_ sets the Export_ field's value.

func (GetExportTaskDetailsOutput) String

String returns the string representation

type GetImportTableColumnsInput

type GetImportTableColumnsInput struct {

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

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

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

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

func (GetImportTableColumnsInput) GoString

func (s GetImportTableColumnsInput) GoString() string

GoString returns the string representation

func (*GetImportTableColumnsInput) SetCluster_id

SetCluster_id sets the Cluster_id field's value.

func (*GetImportTableColumnsInput) SetDatabase

SetDatabase sets the Database field's value.

func (*GetImportTableColumnsInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*GetImportTableColumnsInput) SetTable

SetTable sets the Table field's value.

func (GetImportTableColumnsInput) String

String returns the string representation

func (*GetImportTableColumnsInput) Validate

func (s *GetImportTableColumnsInput) Validate() error

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

type GetImportTableColumnsOutput

type GetImportTableColumnsOutput struct {
	Metadata *response.ResponseMetadata

	Table *TableForGetImportTableColumnsOutput `type:"structure" json:"table,omitempty"`
	// contains filtered or unexported fields
}

func (GetImportTableColumnsOutput) GoString

func (s GetImportTableColumnsOutput) GoString() string

GoString returns the string representation

func (*GetImportTableColumnsOutput) SetTable

SetTable sets the Table field's value.

func (GetImportTableColumnsOutput) String

String returns the string representation

type GetImportTaskDetailsInput

type GetImportTaskDetailsInput struct {

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

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

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

func (GetImportTaskDetailsInput) GoString

func (s GetImportTaskDetailsInput) GoString() string

GoString returns the string representation

func (*GetImportTaskDetailsInput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (*GetImportTaskDetailsInput) SetId

SetId sets the Id field's value.

func (*GetImportTaskDetailsInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (GetImportTaskDetailsInput) String

func (s GetImportTaskDetailsInput) String() string

String returns the string representation

func (*GetImportTaskDetailsInput) Validate

func (s *GetImportTaskDetailsInput) Validate() error

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

type GetImportTaskDetailsOutput

type GetImportTaskDetailsOutput struct {
	Metadata *response.ResponseMetadata

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

func (GetImportTaskDetailsOutput) GoString

func (s GetImportTaskDetailsOutput) GoString() string

GoString returns the string representation

func (*GetImportTaskDetailsOutput) SetImport_

SetImport_ sets the Import_ field's value.

func (GetImportTaskDetailsOutput) String

String returns the string representation

type GetMetricsInput

type GetMetricsInput struct {

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

	// End is a required field
	End *int64 `type:"int64" json:",omitempty" required:"true"`

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

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

	// Start is a required field
	Start *int64 `type:"int64" json:",omitempty" required:"true"`

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

func (GetMetricsInput) GoString

func (s GetMetricsInput) GoString() string

GoString returns the string representation

func (*GetMetricsInput) SetClusterId

func (s *GetMetricsInput) SetClusterId(v string) *GetMetricsInput

SetClusterId sets the ClusterId field's value.

func (*GetMetricsInput) SetEnd

func (s *GetMetricsInput) SetEnd(v int64) *GetMetricsInput

SetEnd sets the End field's value.

func (*GetMetricsInput) SetProjectName

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

SetProjectName sets the ProjectName field's value.

func (*GetMetricsInput) SetQuery

func (s *GetMetricsInput) SetQuery(v string) *GetMetricsInput

SetQuery sets the Query field's value.

func (*GetMetricsInput) SetStart

func (s *GetMetricsInput) SetStart(v int64) *GetMetricsInput

SetStart sets the Start field's value.

func (*GetMetricsInput) SetStep

func (s *GetMetricsInput) SetStep(v int64) *GetMetricsInput

SetStep sets the Step field's value.

func (GetMetricsInput) String

func (s GetMetricsInput) String() string

String returns the string representation

func (*GetMetricsInput) Validate

func (s *GetMetricsInput) Validate() error

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

type GetMetricsOutput

type GetMetricsOutput struct {
	Metadata *response.ResponseMetadata

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

func (GetMetricsOutput) GoString

func (s GetMetricsOutput) GoString() string

GoString returns the string representation

func (*GetMetricsOutput) SetRawJson

func (s *GetMetricsOutput) SetRawJson(v string) *GetMetricsOutput

SetRawJson sets the RawJson field's value.

func (GetMetricsOutput) String

func (s GetMetricsOutput) String() string

String returns the string representation

type GetRestoreProgressInput

type GetRestoreProgressInput struct {

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

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

func (GetRestoreProgressInput) GoString

func (s GetRestoreProgressInput) GoString() string

GoString returns the string representation

func (*GetRestoreProgressInput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (*GetRestoreProgressInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (GetRestoreProgressInput) String

func (s GetRestoreProgressInput) String() string

String returns the string representation

func (*GetRestoreProgressInput) Validate

func (s *GetRestoreProgressInput) Validate() error

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

type GetRestoreProgressOutput

type GetRestoreProgressOutput struct {
	Metadata *response.ResponseMetadata

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

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

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

func (GetRestoreProgressOutput) GoString

func (s GetRestoreProgressOutput) GoString() string

GoString returns the string representation

func (*GetRestoreProgressOutput) SetPercent

SetPercent sets the Percent field's value.

func (*GetRestoreProgressOutput) SetSizeBytes

SetSizeBytes sets the SizeBytes field's value.

func (*GetRestoreProgressOutput) SetState

SetState sets the State field's value.

func (GetRestoreProgressOutput) String

func (s GetRestoreProgressOutput) String() string

String returns the string representation

type GetSlowQueryDetailsInput

type GetSlowQueryDetailsInput struct {
	BeginTime *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

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

func (GetSlowQueryDetailsInput) GoString

func (s GetSlowQueryDetailsInput) GoString() string

GoString returns the string representation

func (*GetSlowQueryDetailsInput) SetBeginTime

SetBeginTime sets the BeginTime field's value.

func (*GetSlowQueryDetailsInput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (*GetSlowQueryDetailsInput) SetConnectionId

SetConnectionId sets the ConnectionId field's value.

func (*GetSlowQueryDetailsInput) SetDigest

SetDigest sets the Digest field's value.

func (*GetSlowQueryDetailsInput) SetEndTime

SetEndTime sets the EndTime field's value.

func (*GetSlowQueryDetailsInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*GetSlowQueryDetailsInput) SetQuery

SetQuery sets the Query field's value.

func (*GetSlowQueryDetailsInput) SetTimestamp

SetTimestamp sets the Timestamp field's value.

func (GetSlowQueryDetailsInput) String

func (s GetSlowQueryDetailsInput) String() string

String returns the string representation

func (*GetSlowQueryDetailsInput) Validate

func (s *GetSlowQueryDetailsInput) Validate() error

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

type GetSlowQueryDetailsOutput

type GetSlowQueryDetailsOutput struct {
	Metadata *response.ResponseMetadata

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

func (GetSlowQueryDetailsOutput) GoString

func (s GetSlowQueryDetailsOutput) GoString() string

GoString returns the string representation

func (*GetSlowQueryDetailsOutput) SetItem

SetItem sets the Item field's value.

func (GetSlowQueryDetailsOutput) String

func (s GetSlowQueryDetailsOutput) String() string

String returns the string representation

type GetStatementPlanDetailsInput

type GetStatementPlanDetailsInput struct {
	BeginTime *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

func (GetStatementPlanDetailsInput) GoString

func (s GetStatementPlanDetailsInput) GoString() string

GoString returns the string representation

func (*GetStatementPlanDetailsInput) SetBeginTime

SetBeginTime sets the BeginTime field's value.

func (*GetStatementPlanDetailsInput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (*GetStatementPlanDetailsInput) SetDigest

SetDigest sets the Digest field's value.

func (*GetStatementPlanDetailsInput) SetEndTime

SetEndTime sets the EndTime field's value.

func (*GetStatementPlanDetailsInput) SetPlans

SetPlans sets the Plans field's value.

func (*GetStatementPlanDetailsInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*GetStatementPlanDetailsInput) SetSchemaName

SetSchemaName sets the SchemaName field's value.

func (GetStatementPlanDetailsInput) String

String returns the string representation

func (*GetStatementPlanDetailsInput) Validate

func (s *GetStatementPlanDetailsInput) Validate() error

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

type GetStatementPlanDetailsOutput

type GetStatementPlanDetailsOutput struct {
	Metadata *response.ResponseMetadata

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

func (GetStatementPlanDetailsOutput) GoString

GoString returns the string representation

func (*GetStatementPlanDetailsOutput) SetItem

SetItem sets the Item field's value.

func (GetStatementPlanDetailsOutput) String

String returns the string representation

type ImportForListImportTasksOutput

type ImportForListImportTasksOutput struct {
	AllCompletedTables []*AllCompletedTableForListImportTasksOutput `type:"list"`

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

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

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

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

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

	CreationDetails *CreationDetailsForListImportTasksOutput `type:"structure" json:",omitempty"`

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

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

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

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

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

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

	State *string `type:"string" json:",omitempty" enum:"EnumOfStateForListImportTasksOutput"`

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

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

func (ImportForListImportTasksOutput) GoString

GoString returns the string representation

func (*ImportForListImportTasksOutput) SetAllCompletedTables

SetAllCompletedTables sets the AllCompletedTables field's value.

func (*ImportForListImportTasksOutput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (*ImportForListImportTasksOutput) SetCompatibleId

SetCompatibleId sets the CompatibleId field's value.

func (*ImportForListImportTasksOutput) SetCompletePercent

SetCompletePercent sets the CompletePercent field's value.

func (*ImportForListImportTasksOutput) SetCompleteTime

SetCompleteTime sets the CompleteTime field's value.

func (*ImportForListImportTasksOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ImportForListImportTasksOutput) SetCreationDetails

SetCreationDetails sets the CreationDetails field's value.

func (*ImportForListImportTasksOutput) SetId

SetId sets the Id field's value.

func (*ImportForListImportTasksOutput) SetImportId

SetImportId sets the ImportId field's value.

func (*ImportForListImportTasksOutput) SetMessage

SetMessage sets the Message field's value.

func (*ImportForListImportTasksOutput) SetName

SetName sets the Name field's value.

func (*ImportForListImportTasksOutput) SetPostImportCompletedPercent

func (s *ImportForListImportTasksOutput) SetPostImportCompletedPercent(v int32) *ImportForListImportTasksOutput

SetPostImportCompletedPercent sets the PostImportCompletedPercent field's value.

func (*ImportForListImportTasksOutput) SetStartTime

SetStartTime sets the StartTime field's value.

func (*ImportForListImportTasksOutput) SetState

SetState sets the State field's value.

func (*ImportForListImportTasksOutput) SetTotalSize

SetTotalSize sets the TotalSize field's value.

func (*ImportForListImportTasksOutput) SetTotalTablesCount

SetTotalTablesCount sets the TotalTablesCount field's value.

func (ImportForListImportTasksOutput) String

String returns the string representation

type ImportOptionsForCreateImportTaskInput

type ImportOptionsForCreateImportTaskInput struct {
	CsvFormat *CsvFormatForCreateImportTaskInput `type:"structure" json:",omitempty"`

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

	FileType *string `type:"string" json:",omitempty" enum:"EnumOfFileTypeForCreateImportTaskInput"`

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

func (ImportOptionsForCreateImportTaskInput) GoString

GoString returns the string representation

func (*ImportOptionsForCreateImportTaskInput) SetCsvFormat

SetCsvFormat sets the CsvFormat field's value.

func (*ImportOptionsForCreateImportTaskInput) SetDisplayName

SetDisplayName sets the DisplayName field's value.

func (*ImportOptionsForCreateImportTaskInput) SetFileType

SetFileType sets the FileType field's value.

func (*ImportOptionsForCreateImportTaskInput) SetNeedDropTable

SetNeedDropTable sets the NeedDropTable field's value.

func (ImportOptionsForCreateImportTaskInput) String

String returns the string representation

type ImportOptionsForCreateImportTaskOutput

type ImportOptionsForCreateImportTaskOutput struct {
	CsvFormat *CsvFormatForCreateImportTaskOutput `type:"structure" json:",omitempty"`

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

	FileType *string `type:"string" json:",omitempty" enum:"EnumOfFileTypeForCreateImportTaskOutput"`

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

func (ImportOptionsForCreateImportTaskOutput) GoString

GoString returns the string representation

func (*ImportOptionsForCreateImportTaskOutput) SetCsvFormat

SetCsvFormat sets the CsvFormat field's value.

func (*ImportOptionsForCreateImportTaskOutput) SetDisplayName

SetDisplayName sets the DisplayName field's value.

func (*ImportOptionsForCreateImportTaskOutput) SetFileType

SetFileType sets the FileType field's value.

func (*ImportOptionsForCreateImportTaskOutput) SetNeedDropTable

SetNeedDropTable sets the NeedDropTable field's value.

func (ImportOptionsForCreateImportTaskOutput) String

String returns the string representation

type ImportOptionsForGetImportTaskDetailsOutput

type ImportOptionsForGetImportTaskDetailsOutput struct {
	CsvFormat *CsvFormatForGetImportTaskDetailsOutput `type:"structure" json:",omitempty"`

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

	FileType *string `type:"string" json:",omitempty" enum:"EnumOfFileTypeForGetImportTaskDetailsOutput"`

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

func (ImportOptionsForGetImportTaskDetailsOutput) GoString

GoString returns the string representation

func (*ImportOptionsForGetImportTaskDetailsOutput) SetCsvFormat

SetCsvFormat sets the CsvFormat field's value.

func (*ImportOptionsForGetImportTaskDetailsOutput) SetDisplayName

SetDisplayName sets the DisplayName field's value.

func (*ImportOptionsForGetImportTaskDetailsOutput) SetFileType

SetFileType sets the FileType field's value.

func (*ImportOptionsForGetImportTaskDetailsOutput) SetNeedDropTable

SetNeedDropTable sets the NeedDropTable field's value.

func (ImportOptionsForGetImportTaskDetailsOutput) String

String returns the string representation

type ImportOptionsForListImportTasksOutput

type ImportOptionsForListImportTasksOutput struct {
	CsvFormat *CsvFormatForListImportTasksOutput `type:"structure" json:",omitempty"`

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

	FileType *string `type:"string" json:",omitempty" enum:"EnumOfFileTypeForListImportTasksOutput"`

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

func (ImportOptionsForListImportTasksOutput) GoString

GoString returns the string representation

func (*ImportOptionsForListImportTasksOutput) SetCsvFormat

SetCsvFormat sets the CsvFormat field's value.

func (*ImportOptionsForListImportTasksOutput) SetDisplayName

SetDisplayName sets the DisplayName field's value.

func (*ImportOptionsForListImportTasksOutput) SetFileType

SetFileType sets the FileType field's value.

func (*ImportOptionsForListImportTasksOutput) SetNeedDropTable

SetNeedDropTable sets the NeedDropTable field's value.

func (ImportOptionsForListImportTasksOutput) String

String returns the string representation

type ImportOptionsForPrecheckImportTaskInput

type ImportOptionsForPrecheckImportTaskInput struct {
	CsvFormat *CsvFormatForPrecheckImportTaskInput `type:"structure" json:",omitempty"`

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

	FileType *string `type:"string" json:",omitempty" enum:"EnumOfFileTypeForPrecheckImportTaskInput"`

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

func (ImportOptionsForPrecheckImportTaskInput) GoString

GoString returns the string representation

func (*ImportOptionsForPrecheckImportTaskInput) SetCsvFormat

SetCsvFormat sets the CsvFormat field's value.

func (*ImportOptionsForPrecheckImportTaskInput) SetDisplayName

SetDisplayName sets the DisplayName field's value.

func (*ImportOptionsForPrecheckImportTaskInput) SetFileType

SetFileType sets the FileType field's value.

func (*ImportOptionsForPrecheckImportTaskInput) SetNeedDropTable

SetNeedDropTable sets the NeedDropTable field's value.

func (ImportOptionsForPrecheckImportTaskInput) String

String returns the string representation

type Import_ForCreateImportTaskOutput

type Import_ForCreateImportTaskOutput struct {
	AllCompletedTables []*AllCompletedTableForCreateImportTaskOutput `type:"list"`

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

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

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

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

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

	CreationDetails *CreationDetailsForCreateImportTaskOutput `type:"structure" json:",omitempty"`

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

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

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

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

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

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

	State *string `type:"string" json:",omitempty" enum:"EnumOfStateForCreateImportTaskOutput"`

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

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

func (Import_ForCreateImportTaskOutput) GoString

GoString returns the string representation

func (*Import_ForCreateImportTaskOutput) SetAllCompletedTables

SetAllCompletedTables sets the AllCompletedTables field's value.

func (*Import_ForCreateImportTaskOutput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (*Import_ForCreateImportTaskOutput) SetCompatibleId

SetCompatibleId sets the CompatibleId field's value.

func (*Import_ForCreateImportTaskOutput) SetCompletePercent

SetCompletePercent sets the CompletePercent field's value.

func (*Import_ForCreateImportTaskOutput) SetCompleteTime

SetCompleteTime sets the CompleteTime field's value.

func (*Import_ForCreateImportTaskOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*Import_ForCreateImportTaskOutput) SetCreationDetails

SetCreationDetails sets the CreationDetails field's value.

func (*Import_ForCreateImportTaskOutput) SetId

SetId sets the Id field's value.

func (*Import_ForCreateImportTaskOutput) SetImportId

SetImportId sets the ImportId field's value.

func (*Import_ForCreateImportTaskOutput) SetMessage

SetMessage sets the Message field's value.

func (*Import_ForCreateImportTaskOutput) SetName

SetName sets the Name field's value.

func (*Import_ForCreateImportTaskOutput) SetPostImportCompletedPercent

func (s *Import_ForCreateImportTaskOutput) SetPostImportCompletedPercent(v int32) *Import_ForCreateImportTaskOutput

SetPostImportCompletedPercent sets the PostImportCompletedPercent field's value.

func (*Import_ForCreateImportTaskOutput) SetStartTime

SetStartTime sets the StartTime field's value.

func (*Import_ForCreateImportTaskOutput) SetState

SetState sets the State field's value.

func (*Import_ForCreateImportTaskOutput) SetTotalSize

SetTotalSize sets the TotalSize field's value.

func (*Import_ForCreateImportTaskOutput) SetTotalTablesCount

SetTotalTablesCount sets the TotalTablesCount field's value.

func (Import_ForCreateImportTaskOutput) String

String returns the string representation

type Import_ForGetImportTaskDetailsOutput

type Import_ForGetImportTaskDetailsOutput struct {
	AllCompletedTables []*AllCompletedTableForGetImportTaskDetailsOutput `type:"list"`

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

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

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

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

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

	CreationDetails *CreationDetailsForGetImportTaskDetailsOutput `type:"structure" json:",omitempty"`

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

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

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

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

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

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

	State *string `type:"string" json:",omitempty" enum:"EnumOfStateForGetImportTaskDetailsOutput"`

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

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

func (Import_ForGetImportTaskDetailsOutput) GoString

GoString returns the string representation

func (*Import_ForGetImportTaskDetailsOutput) SetAllCompletedTables

SetAllCompletedTables sets the AllCompletedTables field's value.

func (*Import_ForGetImportTaskDetailsOutput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (*Import_ForGetImportTaskDetailsOutput) SetCompatibleId

SetCompatibleId sets the CompatibleId field's value.

func (*Import_ForGetImportTaskDetailsOutput) SetCompletePercent

SetCompletePercent sets the CompletePercent field's value.

func (*Import_ForGetImportTaskDetailsOutput) SetCompleteTime

SetCompleteTime sets the CompleteTime field's value.

func (*Import_ForGetImportTaskDetailsOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*Import_ForGetImportTaskDetailsOutput) SetCreationDetails

SetCreationDetails sets the CreationDetails field's value.

func (*Import_ForGetImportTaskDetailsOutput) SetId

SetId sets the Id field's value.

func (*Import_ForGetImportTaskDetailsOutput) SetImportId

SetImportId sets the ImportId field's value.

func (*Import_ForGetImportTaskDetailsOutput) SetMessage

SetMessage sets the Message field's value.

func (*Import_ForGetImportTaskDetailsOutput) SetName

SetName sets the Name field's value.

func (*Import_ForGetImportTaskDetailsOutput) SetPostImportCompletedPercent

SetPostImportCompletedPercent sets the PostImportCompletedPercent field's value.

func (*Import_ForGetImportTaskDetailsOutput) SetStartTime

SetStartTime sets the StartTime field's value.

func (*Import_ForGetImportTaskDetailsOutput) SetState

SetState sets the State field's value.

func (*Import_ForGetImportTaskDetailsOutput) SetTotalSize

SetTotalSize sets the TotalSize field's value.

func (*Import_ForGetImportTaskDetailsOutput) SetTotalTablesCount

SetTotalTablesCount sets the TotalTablesCount field's value.

func (Import_ForGetImportTaskDetailsOutput) String

String returns the string representation

type ItemForGetSlowQueryDetailsOutput

type ItemForGetSlowQueryDetailsOutput struct {
	Backoff_time *float64 `type:"double" json:"backoff_time,omitempty"`

	Backoff_types *string `type:"string" json:"backoff_types,omitempty"`

	Binary_plan_text *string `type:"string" json:"binary_plan_text,omitempty"`

	Commit_backoff_time *float64 `type:"double" json:"commit_backoff_time,omitempty"`

	Commit_time *float64 `type:"double" json:"commit_time,omitempty"`

	Compile_time *float64 `type:"double" json:"compile_time,omitempty"`

	Connection_id *string `type:"string" json:"connection_id,omitempty"`

	Cop_proc_addr *string `type:"string" json:"cop_proc_addr,omitempty"`

	Cop_time *float64 `type:"double" json:"cop_time,omitempty"`

	Cop_wait_addr *string `type:"string" json:"cop_wait_addr,omitempty"`

	Db *string `type:"string" json:"db,omitempty"`

	Digest *string `type:"string" json:"digest,omitempty"`

	Disk_max *int64 `type:"int64" json:"disk_max,omitempty"`

	Exec_retry_time *float64 `type:"double" json:"exec_retry_time,omitempty"`

	Get_commit_ts_time *float64 `type:"double" json:"get_commit_ts_time,omitempty"`

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

	Index_names *string `type:"string" json:"index_names,omitempty"`

	Instance *string `type:"string" json:"instance,omitempty"`

	Is_internal *int32 `type:"int32" json:"is_internal,omitempty"`

	Local_latch_wait_time *float64 `type:"double" json:"local_latch_wait_time,omitempty"`

	Lock_keys_time *float64 `type:"double" json:"lock_keys_time,omitempty"`

	Memory_max *int64 `type:"int64" json:"memory_max,omitempty"`

	Optimize_time *float64 `type:"double" json:"optimize_time,omitempty"`

	Parse_time *float64 `type:"double" json:"parse_time,omitempty"`

	Plan *string `type:"string" json:"plan,omitempty"`

	Plan_from_binding *int32 `type:"int32" json:"plan_from_binding,omitempty"`

	Plan_from_cache *int32 `type:"int32" json:"plan_from_cache,omitempty"`

	Prepared *int32 `type:"int32" json:"prepared,omitempty"`

	Preproc_subqueries_time *float64 `type:"double" json:"preproc_subqueries_time,omitempty"`

	Prewrite_region *int64 `type:"int64" json:"prewrite_region,omitempty"`

	Prewrite_time *float64 `type:"double" json:"prewrite_time,omitempty"`

	Process_keys *int64 `type:"int64" json:"process_keys,omitempty"`

	Process_time *float64 `type:"double" json:"process_time,omitempty"`

	Query *string `type:"string" json:"query,omitempty"`

	Query_time *float64 `type:"double" json:"query_time,omitempty"`

	Request_count *int64 `type:"int64" json:"request_count,omitempty"`

	Resolve_lock_time *float64 `type:"double" json:"resolve_lock_time,omitempty"`

	Resource_group *string `type:"string" json:"resource_group,omitempty"`

	Rewrite_time *float64 `type:"double" json:"rewrite_time,omitempty"`

	Rocksdb_block_cache_hit_count *int64 `type:"int64" json:"rocksdb_block_cache_hit_count,omitempty"`

	Rocksdb_block_read_byte *int64 `type:"int64" json:"rocksdb_block_read_byte,omitempty"`

	Rocksdb_block_read_count *int64 `type:"int64" json:"rocksdb_block_read_count,omitempty"`

	Rocksdb_delete_skipped_count *int64 `type:"int64" json:"rocksdb_delete_skipped_count,omitempty"`

	Rocksdb_key_skipped_count *int64 `type:"int64" json:"rocksdb_key_skipped_count,omitempty"`

	Ru *float64 `type:"double" json:"ru,omitempty"`

	Ru_v2 *float64 `type:"double" json:"ru_v2,omitempty"`

	Ru_v2_detail *string `type:"string" json:"ru_v2_detail,omitempty"`

	Ru_v2_metrics *Ru_v2_metricsForGetSlowQueryDetailsOutput `type:"structure" json:"ru_v2_metrics,omitempty"`

	Stats *string `type:"string" json:"stats,omitempty"`

	Success *int32 `type:"int32" json:"success,omitempty"`

	Time_queued_by_rc *float64 `type:"double" json:"time_queued_by_rc,omitempty"`

	Timestamp *float64 `type:"double" json:"timestamp,omitempty"`

	Total_keys *int64 `type:"int64" json:"total_keys,omitempty"`

	Txn_retry *int64 `type:"int64" json:"txn_retry,omitempty"`

	Txn_start_ts *string `type:"string" json:"txn_start_ts,omitempty"`

	User *string `type:"string" json:"user,omitempty"`

	Wait_prewrite_binlog_time *float64 `type:"double" json:"wait_prewrite_binlog_time,omitempty"`

	Wait_time *float64 `type:"double" json:"wait_time,omitempty"`

	Wait_ts *float64 `type:"double" json:"wait_ts,omitempty"`

	Warnings *string `type:"string" json:"warnings,omitempty"`

	Write_keys *int64 `type:"int64" json:"write_keys,omitempty"`

	Write_size *int64 `type:"int64" json:"write_size,omitempty"`

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

func (ItemForGetSlowQueryDetailsOutput) GoString

GoString returns the string representation

func (*ItemForGetSlowQueryDetailsOutput) SetBackoff_time

SetBackoff_time sets the Backoff_time field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetBackoff_types

SetBackoff_types sets the Backoff_types field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetBinary_plan_text

SetBinary_plan_text sets the Binary_plan_text field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetCommit_backoff_time

SetCommit_backoff_time sets the Commit_backoff_time field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetCommit_time

SetCommit_time sets the Commit_time field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetCompile_time

SetCompile_time sets the Compile_time field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetConnection_id

SetConnection_id sets the Connection_id field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetCop_proc_addr

SetCop_proc_addr sets the Cop_proc_addr field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetCop_time

SetCop_time sets the Cop_time field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetCop_wait_addr

SetCop_wait_addr sets the Cop_wait_addr field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetDb

SetDb sets the Db field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetDigest

SetDigest sets the Digest field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetDisk_max

SetDisk_max sets the Disk_max field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetExec_retry_time

SetExec_retry_time sets the Exec_retry_time field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetGet_commit_ts_time

SetGet_commit_ts_time sets the Get_commit_ts_time field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetHost

SetHost sets the Host field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetIndex_names

SetIndex_names sets the Index_names field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetInstance

SetInstance sets the Instance field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetIs_internal

SetIs_internal sets the Is_internal field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetLocal_latch_wait_time

SetLocal_latch_wait_time sets the Local_latch_wait_time field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetLock_keys_time

SetLock_keys_time sets the Lock_keys_time field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetMemory_max

SetMemory_max sets the Memory_max field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetOptimize_time

SetOptimize_time sets the Optimize_time field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetParse_time

SetParse_time sets the Parse_time field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetPlan

SetPlan sets the Plan field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetPlan_from_binding

SetPlan_from_binding sets the Plan_from_binding field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetPlan_from_cache

SetPlan_from_cache sets the Plan_from_cache field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetPrepared

SetPrepared sets the Prepared field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetPreproc_subqueries_time

SetPreproc_subqueries_time sets the Preproc_subqueries_time field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetPrewrite_region

SetPrewrite_region sets the Prewrite_region field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetPrewrite_time

SetPrewrite_time sets the Prewrite_time field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetProcess_keys

SetProcess_keys sets the Process_keys field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetProcess_time

SetProcess_time sets the Process_time field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetQuery

SetQuery sets the Query field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetQuery_time

SetQuery_time sets the Query_time field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetRequest_count

SetRequest_count sets the Request_count field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetResolve_lock_time

SetResolve_lock_time sets the Resolve_lock_time field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetResource_group

SetResource_group sets the Resource_group field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetRewrite_time

SetRewrite_time sets the Rewrite_time field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetRocksdb_block_cache_hit_count

func (s *ItemForGetSlowQueryDetailsOutput) SetRocksdb_block_cache_hit_count(v int64) *ItemForGetSlowQueryDetailsOutput

SetRocksdb_block_cache_hit_count sets the Rocksdb_block_cache_hit_count field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetRocksdb_block_read_byte

SetRocksdb_block_read_byte sets the Rocksdb_block_read_byte field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetRocksdb_block_read_count

func (s *ItemForGetSlowQueryDetailsOutput) SetRocksdb_block_read_count(v int64) *ItemForGetSlowQueryDetailsOutput

SetRocksdb_block_read_count sets the Rocksdb_block_read_count field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetRocksdb_delete_skipped_count

func (s *ItemForGetSlowQueryDetailsOutput) SetRocksdb_delete_skipped_count(v int64) *ItemForGetSlowQueryDetailsOutput

SetRocksdb_delete_skipped_count sets the Rocksdb_delete_skipped_count field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetRocksdb_key_skipped_count

func (s *ItemForGetSlowQueryDetailsOutput) SetRocksdb_key_skipped_count(v int64) *ItemForGetSlowQueryDetailsOutput

SetRocksdb_key_skipped_count sets the Rocksdb_key_skipped_count field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetRu

SetRu sets the Ru field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetRu_v2

SetRu_v2 sets the Ru_v2 field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetRu_v2_detail

SetRu_v2_detail sets the Ru_v2_detail field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetRu_v2_metrics

SetRu_v2_metrics sets the Ru_v2_metrics field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetStats

SetStats sets the Stats field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetSuccess

SetSuccess sets the Success field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetTime_queued_by_rc

SetTime_queued_by_rc sets the Time_queued_by_rc field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetTimestamp

SetTimestamp sets the Timestamp field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetTotal_keys

SetTotal_keys sets the Total_keys field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetTxn_retry

SetTxn_retry sets the Txn_retry field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetTxn_start_ts

SetTxn_start_ts sets the Txn_start_ts field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetUser

SetUser sets the User field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetWait_prewrite_binlog_time

SetWait_prewrite_binlog_time sets the Wait_prewrite_binlog_time field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetWait_time

SetWait_time sets the Wait_time field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetWait_ts

SetWait_ts sets the Wait_ts field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetWarnings

SetWarnings sets the Warnings field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetWrite_keys

SetWrite_keys sets the Write_keys field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetWrite_size

SetWrite_size sets the Write_size field's value.

func (*ItemForGetSlowQueryDetailsOutput) SetWrite_sql_response_total

SetWrite_sql_response_total sets the Write_sql_response_total field's value.

func (ItemForGetSlowQueryDetailsOutput) String

String returns the string representation

type ItemForGetStatementPlanDetailsOutput

type ItemForGetStatementPlanDetailsOutput struct {
	Avg_compile_latency *int64 `type:"int64" json:"avg_compile_latency,omitempty"`

	Avg_latency *int64 `type:"int64" json:"avg_latency,omitempty"`

	Avg_mem *int64 `type:"int64" json:"avg_mem,omitempty"`

	Avg_parse_latency *int64 `type:"int64" json:"avg_parse_latency,omitempty"`

	Avg_ru *float64 `type:"double" json:"avg_ru,omitempty"`

	Avg_ru_v2 *float64 `type:"double" json:"avg_ru_v2,omitempty"`

	Binary_plan *string `type:"string" json:"binary_plan,omitempty"`

	Binary_plan_text *string `type:"string" json:"binary_plan_text,omitempty"`

	Digest *string `type:"string" json:"digest,omitempty"`

	Digest_text *string `type:"string" json:"digest_text,omitempty"`

	Exec_count *int64 `type:"int64" json:"exec_count,omitempty"`

	First_seen *int64 `type:"int64" json:"first_seen,omitempty"`

	Index_names *string `type:"string" json:"index_names,omitempty"`

	Last_seen *int64 `type:"int64" json:"last_seen,omitempty"`

	Max_compile_latency *int64 `type:"int64" json:"max_compile_latency,omitempty"`

	Max_latency *int64 `type:"int64" json:"max_latency,omitempty"`

	Max_mem *int64 `type:"int64" json:"max_mem,omitempty"`

	Max_parse_latency *int64 `type:"int64" json:"max_parse_latency,omitempty"`

	Max_ru_v2 *float64 `type:"double" json:"max_ru_v2,omitempty"`

	Min_latency *int64 `type:"int64" json:"min_latency,omitempty"`

	Plan *string `type:"string" json:"plan,omitempty"`

	Plan_cache_hits *int64 `type:"int64" json:"plan_cache_hits,omitempty"`

	Plan_count *int64 `type:"int64" json:"plan_count,omitempty"`

	Plan_digest *string `type:"string" json:"plan_digest,omitempty"`

	Plan_hint *string `type:"string" json:"plan_hint,omitempty"`

	Plan_in_binding *bool `type:"boolean" json:"plan_in_binding,omitempty"`

	Plan_in_cache *bool `type:"boolean" json:"plan_in_cache,omitempty"`

	Prev_sample_text *string `type:"string" json:"prev_sample_text,omitempty"`

	Query_sample_text *string `type:"string" json:"query_sample_text,omitempty"`

	Sample_user *string `type:"string" json:"sample_user,omitempty"`

	Schema_name *string `type:"string" json:"schema_name,omitempty"`

	Stmt_type *string `type:"string" json:"stmt_type,omitempty"`

	Sum_latency *int64 `type:"int64" json:"sum_latency,omitempty"`

	Sum_ru *float64 `type:"double" json:"sum_ru,omitempty"`

	Sum_ru_v2 *float64 `type:"double" json:"sum_ru_v2,omitempty"`

	Summary_begin_time *int64 `type:"int64" json:"summary_begin_time,omitempty"`

	Summary_end_time *int64 `type:"int64" json:"summary_end_time,omitempty"`

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

func (ItemForGetStatementPlanDetailsOutput) GoString

GoString returns the string representation

func (*ItemForGetStatementPlanDetailsOutput) SetAvg_compile_latency

SetAvg_compile_latency sets the Avg_compile_latency field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetAvg_latency

SetAvg_latency sets the Avg_latency field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetAvg_mem

SetAvg_mem sets the Avg_mem field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetAvg_parse_latency

SetAvg_parse_latency sets the Avg_parse_latency field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetAvg_ru

SetAvg_ru sets the Avg_ru field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetAvg_ru_v2

SetAvg_ru_v2 sets the Avg_ru_v2 field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetBinary_plan

SetBinary_plan sets the Binary_plan field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetBinary_plan_text

SetBinary_plan_text sets the Binary_plan_text field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetDigest

SetDigest sets the Digest field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetDigest_text

SetDigest_text sets the Digest_text field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetExec_count

SetExec_count sets the Exec_count field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetFirst_seen

SetFirst_seen sets the First_seen field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetIndex_names

SetIndex_names sets the Index_names field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetLast_seen

SetLast_seen sets the Last_seen field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetMax_compile_latency

SetMax_compile_latency sets the Max_compile_latency field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetMax_latency

SetMax_latency sets the Max_latency field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetMax_mem

SetMax_mem sets the Max_mem field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetMax_parse_latency

SetMax_parse_latency sets the Max_parse_latency field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetMax_ru_v2

SetMax_ru_v2 sets the Max_ru_v2 field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetMin_latency

SetMin_latency sets the Min_latency field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetPlan

SetPlan sets the Plan field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetPlan_cache_hits

SetPlan_cache_hits sets the Plan_cache_hits field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetPlan_count

SetPlan_count sets the Plan_count field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetPlan_digest

SetPlan_digest sets the Plan_digest field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetPlan_hint

SetPlan_hint sets the Plan_hint field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetPlan_in_binding

SetPlan_in_binding sets the Plan_in_binding field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetPlan_in_cache

SetPlan_in_cache sets the Plan_in_cache field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetPrev_sample_text

SetPrev_sample_text sets the Prev_sample_text field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetQuery_sample_text

SetQuery_sample_text sets the Query_sample_text field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetSample_user

SetSample_user sets the Sample_user field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetSchema_name

SetSchema_name sets the Schema_name field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetStmt_type

SetStmt_type sets the Stmt_type field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetSum_latency

SetSum_latency sets the Sum_latency field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetSum_ru

SetSum_ru sets the Sum_ru field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetSum_ru_v2

SetSum_ru_v2 sets the Sum_ru_v2 field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetSummary_begin_time

SetSummary_begin_time sets the Summary_begin_time field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetSummary_end_time

SetSummary_end_time sets the Summary_end_time field's value.

func (*ItemForGetStatementPlanDetailsOutput) SetTable_names

SetTable_names sets the Table_names field's value.

func (ItemForGetStatementPlanDetailsOutput) String

String returns the string representation

type ItemForListSlowQueriesOutput

type ItemForListSlowQueriesOutput struct {
	Connection_id *string `type:"string" json:"connection_id,omitempty"`

	Db *string `type:"string" json:"db,omitempty"`

	Digest *string `type:"string" json:"digest,omitempty"`

	Memory_max *int64 `type:"int64" json:"memory_max,omitempty"`

	Process_keys *int64 `type:"int64" json:"process_keys,omitempty"`

	Query *string `type:"string" json:"query,omitempty"`

	Query_time *float64 `type:"double" json:"query_time,omitempty"`

	Ru *float64 `type:"double" json:"ru,omitempty"`

	Timestamp *float64 `type:"double" json:"timestamp,omitempty"`

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

func (ItemForListSlowQueriesOutput) GoString

func (s ItemForListSlowQueriesOutput) GoString() string

GoString returns the string representation

func (*ItemForListSlowQueriesOutput) SetConnection_id

SetConnection_id sets the Connection_id field's value.

func (*ItemForListSlowQueriesOutput) SetDb

SetDb sets the Db field's value.

func (*ItemForListSlowQueriesOutput) SetDigest

SetDigest sets the Digest field's value.

func (*ItemForListSlowQueriesOutput) SetMemory_max

SetMemory_max sets the Memory_max field's value.

func (*ItemForListSlowQueriesOutput) SetProcess_keys

SetProcess_keys sets the Process_keys field's value.

func (*ItemForListSlowQueriesOutput) SetQuery

SetQuery sets the Query field's value.

func (*ItemForListSlowQueriesOutput) SetQuery_time

SetQuery_time sets the Query_time field's value.

func (*ItemForListSlowQueriesOutput) SetRu

SetRu sets the Ru field's value.

func (*ItemForListSlowQueriesOutput) SetTimestamp

SetTimestamp sets the Timestamp field's value.

func (*ItemForListSlowQueriesOutput) SetUser

SetUser sets the User field's value.

func (ItemForListSlowQueriesOutput) String

String returns the string representation

type ItemForListStatementPlansOutput

type ItemForListStatementPlansOutput struct {
	Avg_latency *int64 `type:"int64" json:"avg_latency,omitempty"`

	Avg_mem *int64 `type:"int64" json:"avg_mem,omitempty"`

	Digest *string `type:"string" json:"digest,omitempty"`

	Digest_text *string `type:"string" json:"digest_text,omitempty"`

	Exec_count *int64 `type:"int64" json:"exec_count,omitempty"`

	Plan_digest *string `type:"string" json:"plan_digest,omitempty"`

	Schema_name *string `type:"string" json:"schema_name,omitempty"`

	Sum_latency *int64 `type:"int64" json:"sum_latency,omitempty"`

	Summary_begin_time *int64 `type:"int64" json:"summary_begin_time,omitempty"`

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

func (ItemForListStatementPlansOutput) GoString

GoString returns the string representation

func (*ItemForListStatementPlansOutput) SetAvg_latency

SetAvg_latency sets the Avg_latency field's value.

func (*ItemForListStatementPlansOutput) SetAvg_mem

SetAvg_mem sets the Avg_mem field's value.

func (*ItemForListStatementPlansOutput) SetDigest

SetDigest sets the Digest field's value.

func (*ItemForListStatementPlansOutput) SetDigest_text

SetDigest_text sets the Digest_text field's value.

func (*ItemForListStatementPlansOutput) SetExec_count

SetExec_count sets the Exec_count field's value.

func (*ItemForListStatementPlansOutput) SetPlan_digest

SetPlan_digest sets the Plan_digest field's value.

func (*ItemForListStatementPlansOutput) SetSchema_name

SetSchema_name sets the Schema_name field's value.

func (*ItemForListStatementPlansOutput) SetSum_latency

SetSum_latency sets the Sum_latency field's value.

func (*ItemForListStatementPlansOutput) SetSummary_begin_time

SetSummary_begin_time sets the Summary_begin_time field's value.

func (*ItemForListStatementPlansOutput) SetSummary_end_time

SetSummary_end_time sets the Summary_end_time field's value.

func (ItemForListStatementPlansOutput) String

String returns the string representation

type ItemForListStatementSlowQueriesOutput

type ItemForListStatementSlowQueriesOutput struct {
	Connection_id *string `type:"string" json:"connection_id,omitempty"`

	Db *string `type:"string" json:"db,omitempty"`

	Digest *string `type:"string" json:"digest,omitempty"`

	Memory_max *int64 `type:"int64" json:"memory_max,omitempty"`

	Process_keys *int64 `type:"int64" json:"process_keys,omitempty"`

	Query *string `type:"string" json:"query,omitempty"`

	Query_time *float64 `type:"double" json:"query_time,omitempty"`

	Ru *float64 `type:"double" json:"ru,omitempty"`

	Timestamp *float64 `type:"double" json:"timestamp,omitempty"`

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

func (ItemForListStatementSlowQueriesOutput) GoString

GoString returns the string representation

func (*ItemForListStatementSlowQueriesOutput) SetConnection_id

SetConnection_id sets the Connection_id field's value.

func (*ItemForListStatementSlowQueriesOutput) SetDb

SetDb sets the Db field's value.

func (*ItemForListStatementSlowQueriesOutput) SetDigest

SetDigest sets the Digest field's value.

func (*ItemForListStatementSlowQueriesOutput) SetMemory_max

SetMemory_max sets the Memory_max field's value.

func (*ItemForListStatementSlowQueriesOutput) SetProcess_keys

SetProcess_keys sets the Process_keys field's value.

func (*ItemForListStatementSlowQueriesOutput) SetQuery

SetQuery sets the Query field's value.

func (*ItemForListStatementSlowQueriesOutput) SetQuery_time

SetQuery_time sets the Query_time field's value.

func (*ItemForListStatementSlowQueriesOutput) SetRu

SetRu sets the Ru field's value.

func (*ItemForListStatementSlowQueriesOutput) SetTimestamp

SetTimestamp sets the Timestamp field's value.

func (*ItemForListStatementSlowQueriesOutput) SetUser

SetUser sets the User field's value.

func (ItemForListStatementSlowQueriesOutput) String

String returns the string representation

type ItemForListStatementsOutput

type ItemForListStatementsOutput struct {
	Avg_latency *int64 `type:"int64" json:"avg_latency,omitempty"`

	Avg_ru *float64 `type:"double" json:"avg_ru,omitempty"`

	Digest *string `type:"string" json:"digest,omitempty"`

	Digest_text *string `type:"string" json:"digest_text,omitempty"`

	Exec_count *int64 `type:"int64" json:"exec_count,omitempty"`

	Index_names *string `type:"string" json:"index_names,omitempty"`

	Max_latency *int64 `type:"int64" json:"max_latency,omitempty"`

	Min_latency *int64 `type:"int64" json:"min_latency,omitempty"`

	Plan_count *int64 `type:"int64" json:"plan_count,omitempty"`

	Schema_name *string `type:"string" json:"schema_name,omitempty"`

	Stmt_type *string `type:"string" json:"stmt_type,omitempty"`

	Sum_errors *int64 `type:"int64" json:"sum_errors,omitempty"`

	Sum_latency *int64 `type:"int64" json:"sum_latency,omitempty"`

	Sum_ru *float64 `type:"double" json:"sum_ru,omitempty"`

	Sum_warnings *int64 `type:"int64" json:"sum_warnings,omitempty"`

	Summary_begin_time *int64 `type:"int64" json:"summary_begin_time,omitempty"`

	Summary_end_time *int64 `type:"int64" json:"summary_end_time,omitempty"`

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

func (ItemForListStatementsOutput) GoString

func (s ItemForListStatementsOutput) GoString() string

GoString returns the string representation

func (*ItemForListStatementsOutput) SetAvg_latency

SetAvg_latency sets the Avg_latency field's value.

func (*ItemForListStatementsOutput) SetAvg_ru

SetAvg_ru sets the Avg_ru field's value.

func (*ItemForListStatementsOutput) SetDigest

SetDigest sets the Digest field's value.

func (*ItemForListStatementsOutput) SetDigest_text

SetDigest_text sets the Digest_text field's value.

func (*ItemForListStatementsOutput) SetExec_count

SetExec_count sets the Exec_count field's value.

func (*ItemForListStatementsOutput) SetIndex_names

SetIndex_names sets the Index_names field's value.

func (*ItemForListStatementsOutput) SetMax_latency

SetMax_latency sets the Max_latency field's value.

func (*ItemForListStatementsOutput) SetMin_latency

SetMin_latency sets the Min_latency field's value.

func (*ItemForListStatementsOutput) SetPlan_count

SetPlan_count sets the Plan_count field's value.

func (*ItemForListStatementsOutput) SetSchema_name

SetSchema_name sets the Schema_name field's value.

func (*ItemForListStatementsOutput) SetStmt_type

SetStmt_type sets the Stmt_type field's value.

func (*ItemForListStatementsOutput) SetSum_errors

SetSum_errors sets the Sum_errors field's value.

func (*ItemForListStatementsOutput) SetSum_latency

SetSum_latency sets the Sum_latency field's value.

func (*ItemForListStatementsOutput) SetSum_ru

SetSum_ru sets the Sum_ru field's value.

func (*ItemForListStatementsOutput) SetSum_warnings

SetSum_warnings sets the Sum_warnings field's value.

func (*ItemForListStatementsOutput) SetSummary_begin_time

func (s *ItemForListStatementsOutput) SetSummary_begin_time(v int64) *ItemForListStatementsOutput

SetSummary_begin_time sets the Summary_begin_time field's value.

func (*ItemForListStatementsOutput) SetSummary_end_time

SetSummary_end_time sets the Summary_end_time field's value.

func (*ItemForListStatementsOutput) SetTable_names

SetTable_names sets the Table_names field's value.

func (ItemForListStatementsOutput) String

String returns the string representation

type ListBackupsInput

type ListBackupsInput struct {

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

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

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

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

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

func (ListBackupsInput) GoString

func (s ListBackupsInput) GoString() string

GoString returns the string representation

func (*ListBackupsInput) SetClusterId

func (s *ListBackupsInput) SetClusterId(v string) *ListBackupsInput

SetClusterId sets the ClusterId field's value.

func (*ListBackupsInput) SetOrderBy

func (s *ListBackupsInput) SetOrderBy(v string) *ListBackupsInput

SetOrderBy sets the OrderBy field's value.

func (*ListBackupsInput) SetPageSize

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

SetPageSize sets the PageSize field's value.

func (*ListBackupsInput) SetPageToken

func (s *ListBackupsInput) SetPageToken(v string) *ListBackupsInput

SetPageToken sets the PageToken field's value.

func (*ListBackupsInput) SetProjectName

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

SetProjectName sets the ProjectName field's value.

func (ListBackupsInput) String

func (s ListBackupsInput) String() string

String returns the string representation

func (*ListBackupsInput) Validate

func (s *ListBackupsInput) Validate() error

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

type ListBackupsOutput

type ListBackupsOutput struct {
	Metadata *response.ResponseMetadata

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

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

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

func (ListBackupsOutput) GoString

func (s ListBackupsOutput) GoString() string

GoString returns the string representation

func (*ListBackupsOutput) SetBackups

SetBackups sets the Backups field's value.

func (*ListBackupsOutput) SetNextPageToken

func (s *ListBackupsOutput) SetNextPageToken(v string) *ListBackupsOutput

SetNextPageToken sets the NextPageToken field's value.

func (*ListBackupsOutput) SetTotalSize

func (s *ListBackupsOutput) SetTotalSize(v int64) *ListBackupsOutput

SetTotalSize sets the TotalSize field's value.

func (ListBackupsOutput) String

func (s ListBackupsOutput) String() string

String returns the string representation

type ListBranchDatabasesInput added in v1.2.48

type ListBranchDatabasesInput struct {

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

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

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

func (ListBranchDatabasesInput) GoString added in v1.2.48

func (s ListBranchDatabasesInput) GoString() string

GoString returns the string representation

func (*ListBranchDatabasesInput) SetBranchId added in v1.2.48

SetBranchId sets the BranchId field's value.

func (*ListBranchDatabasesInput) SetClusterId added in v1.2.48

SetClusterId sets the ClusterId field's value.

func (*ListBranchDatabasesInput) SetProjectName added in v1.2.48

SetProjectName sets the ProjectName field's value.

func (ListBranchDatabasesInput) String added in v1.2.48

func (s ListBranchDatabasesInput) String() string

String returns the string representation

func (*ListBranchDatabasesInput) Validate added in v1.2.48

func (s *ListBranchDatabasesInput) Validate() error

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

type ListBranchDatabasesOutput added in v1.2.48

type ListBranchDatabasesOutput struct {
	Metadata *response.ResponseMetadata

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

func (ListBranchDatabasesOutput) GoString added in v1.2.48

func (s ListBranchDatabasesOutput) GoString() string

GoString returns the string representation

func (*ListBranchDatabasesOutput) SetDatabases added in v1.2.48

SetDatabases sets the Databases field's value.

func (ListBranchDatabasesOutput) String added in v1.2.48

func (s ListBranchDatabasesOutput) String() string

String returns the string representation

type ListBranchesInput added in v1.2.48

type ListBranchesInput struct {

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

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

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

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

func (ListBranchesInput) GoString added in v1.2.48

func (s ListBranchesInput) GoString() string

GoString returns the string representation

func (*ListBranchesInput) SetClusterId added in v1.2.48

func (s *ListBranchesInput) SetClusterId(v string) *ListBranchesInput

SetClusterId sets the ClusterId field's value.

func (*ListBranchesInput) SetPageSize added in v1.2.48

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

SetPageSize sets the PageSize field's value.

func (*ListBranchesInput) SetPageToken added in v1.2.48

func (s *ListBranchesInput) SetPageToken(v string) *ListBranchesInput

SetPageToken sets the PageToken field's value.

func (*ListBranchesInput) SetProjectName added in v1.2.48

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

SetProjectName sets the ProjectName field's value.

func (ListBranchesInput) String added in v1.2.48

func (s ListBranchesInput) String() string

String returns the string representation

func (*ListBranchesInput) Validate added in v1.2.48

func (s *ListBranchesInput) Validate() error

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

type ListBranchesOutput added in v1.2.48

type ListBranchesOutput struct {
	Metadata *response.ResponseMetadata

	Branches []*BranchForListBranchesOutput `type:"list"`

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

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

func (ListBranchesOutput) GoString added in v1.2.48

func (s ListBranchesOutput) GoString() string

GoString returns the string representation

func (*ListBranchesOutput) SetBranches added in v1.2.48

SetBranches sets the Branches field's value.

func (*ListBranchesOutput) SetNextPageToken added in v1.2.48

func (s *ListBranchesOutput) SetNextPageToken(v string) *ListBranchesOutput

SetNextPageToken sets the NextPageToken field's value.

func (*ListBranchesOutput) SetTotalSize added in v1.2.48

func (s *ListBranchesOutput) SetTotalSize(v int32) *ListBranchesOutput

SetTotalSize sets the TotalSize field's value.

func (ListBranchesOutput) String added in v1.2.48

func (s ListBranchesOutput) String() string

String returns the string representation

type ListClusterDatabasesInput added in v1.2.48

type ListClusterDatabasesInput struct {

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

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

func (ListClusterDatabasesInput) GoString added in v1.2.48

func (s ListClusterDatabasesInput) GoString() string

GoString returns the string representation

func (*ListClusterDatabasesInput) SetClusterId added in v1.2.48

SetClusterId sets the ClusterId field's value.

func (*ListClusterDatabasesInput) SetProjectName added in v1.2.48

SetProjectName sets the ProjectName field's value.

func (ListClusterDatabasesInput) String added in v1.2.48

func (s ListClusterDatabasesInput) String() string

String returns the string representation

func (*ListClusterDatabasesInput) Validate added in v1.2.48

func (s *ListClusterDatabasesInput) Validate() error

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

type ListClusterDatabasesOutput added in v1.2.48

type ListClusterDatabasesOutput struct {
	Metadata *response.ResponseMetadata

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

func (ListClusterDatabasesOutput) GoString added in v1.2.48

func (s ListClusterDatabasesOutput) GoString() string

GoString returns the string representation

func (*ListClusterDatabasesOutput) SetDatabases added in v1.2.48

SetDatabases sets the Databases field's value.

func (ListClusterDatabasesOutput) String added in v1.2.48

String returns the string representation

type ListClustersInput added in v1.2.48

type ListClustersInput struct {
	Filter *string `type:"string" json:",omitempty"`

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

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

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

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

func (ListClustersInput) GoString added in v1.2.48

func (s ListClustersInput) GoString() string

GoString returns the string representation

func (*ListClustersInput) SetFilter added in v1.2.48

func (s *ListClustersInput) SetFilter(v string) *ListClustersInput

SetFilter sets the Filter field's value.

func (*ListClustersInput) SetPageSize added in v1.2.48

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

SetPageSize sets the PageSize field's value.

func (*ListClustersInput) SetPageToken added in v1.2.48

func (s *ListClustersInput) SetPageToken(v string) *ListClustersInput

SetPageToken sets the PageToken field's value.

func (*ListClustersInput) SetProjectName added in v1.2.48

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

SetProjectName sets the ProjectName field's value.

func (*ListClustersInput) SetSkip added in v1.2.48

func (s *ListClustersInput) SetSkip(v int32) *ListClustersInput

SetSkip sets the Skip field's value.

func (ListClustersInput) String added in v1.2.48

func (s ListClustersInput) String() string

String returns the string representation

type ListClustersOutput added in v1.2.48

type ListClustersOutput struct {
	Metadata *response.ResponseMetadata

	Clusters []*ClusterForListClustersOutput `type:"list"`

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

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

func (ListClustersOutput) GoString added in v1.2.48

func (s ListClustersOutput) GoString() string

GoString returns the string representation

func (*ListClustersOutput) SetClusters added in v1.2.48

SetClusters sets the Clusters field's value.

func (*ListClustersOutput) SetNextPageToken added in v1.2.48

func (s *ListClustersOutput) SetNextPageToken(v string) *ListClustersOutput

SetNextPageToken sets the NextPageToken field's value.

func (*ListClustersOutput) SetTotalSize added in v1.2.48

func (s *ListClustersOutput) SetTotalSize(v int32) *ListClustersOutput

SetTotalSize sets the TotalSize field's value.

func (ListClustersOutput) String added in v1.2.48

func (s ListClustersOutput) String() string

String returns the string representation

type ListEventsInput

type ListEventsInput struct {
	ActionName *string `type:"string" json:",omitempty"`

	ActionStatus *string `type:"string" json:",omitempty" enum:"EnumOfActionStatusForListEventsInput"`

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

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

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

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

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

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

func (ListEventsInput) GoString

func (s ListEventsInput) GoString() string

GoString returns the string representation

func (*ListEventsInput) SetActionName

func (s *ListEventsInput) SetActionName(v string) *ListEventsInput

SetActionName sets the ActionName field's value.

func (*ListEventsInput) SetActionStatus

func (s *ListEventsInput) SetActionStatus(v string) *ListEventsInput

SetActionStatus sets the ActionStatus field's value.

func (*ListEventsInput) SetClusterId

func (s *ListEventsInput) SetClusterId(v string) *ListEventsInput

SetClusterId sets the ClusterId field's value.

func (*ListEventsInput) SetEndTime

func (s *ListEventsInput) SetEndTime(v string) *ListEventsInput

SetEndTime sets the EndTime field's value.

func (*ListEventsInput) SetPageNumber

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

SetPageNumber sets the PageNumber field's value.

func (*ListEventsInput) SetPageSize

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

SetPageSize sets the PageSize field's value.

func (*ListEventsInput) SetProjectName

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

SetProjectName sets the ProjectName field's value.

func (*ListEventsInput) SetStartTime

func (s *ListEventsInput) SetStartTime(v string) *ListEventsInput

SetStartTime sets the StartTime field's value.

func (ListEventsInput) String

func (s ListEventsInput) String() string

String returns the string representation

type ListEventsOutput

type ListEventsOutput struct {
	Metadata *response.ResponseMetadata

	Events []*EventForListEventsOutput `type:"list"`

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

func (ListEventsOutput) GoString

func (s ListEventsOutput) GoString() string

GoString returns the string representation

func (*ListEventsOutput) SetEvents

SetEvents sets the Events field's value.

func (*ListEventsOutput) SetTotalSize

func (s *ListEventsOutput) SetTotalSize(v int32) *ListEventsOutput

SetTotalSize sets the TotalSize field's value.

func (ListEventsOutput) String

func (s ListEventsOutput) String() string

String returns the string representation

type ListExportTasksInput

type ListExportTasksInput struct {

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

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

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

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

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

func (ListExportTasksInput) GoString

func (s ListExportTasksInput) GoString() string

GoString returns the string representation

func (*ListExportTasksInput) SetClusterId

func (s *ListExportTasksInput) SetClusterId(v string) *ListExportTasksInput

SetClusterId sets the ClusterId field's value.

func (*ListExportTasksInput) SetOrderBy

SetOrderBy sets the OrderBy field's value.

func (*ListExportTasksInput) SetPageSize

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

SetPageSize sets the PageSize field's value.

func (*ListExportTasksInput) SetPageToken

func (s *ListExportTasksInput) SetPageToken(v string) *ListExportTasksInput

SetPageToken sets the PageToken field's value.

func (*ListExportTasksInput) SetProjectName

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

SetProjectName sets the ProjectName field's value.

func (ListExportTasksInput) String

func (s ListExportTasksInput) String() string

String returns the string representation

func (*ListExportTasksInput) Validate

func (s *ListExportTasksInput) Validate() error

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

type ListExportTasksOutput

type ListExportTasksOutput struct {
	Metadata *response.ResponseMetadata

	Exports []*ExportForListExportTasksOutput `type:"list"`

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

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

func (ListExportTasksOutput) GoString

func (s ListExportTasksOutput) GoString() string

GoString returns the string representation

func (*ListExportTasksOutput) SetExports

SetExports sets the Exports field's value.

func (*ListExportTasksOutput) SetNextPageToken

func (s *ListExportTasksOutput) SetNextPageToken(v string) *ListExportTasksOutput

SetNextPageToken sets the NextPageToken field's value.

func (*ListExportTasksOutput) SetTotalSize

SetTotalSize sets the TotalSize field's value.

func (ListExportTasksOutput) String

func (s ListExportTasksOutput) String() string

String returns the string representation

type ListImportSupportedDataTypesInput

type ListImportSupportedDataTypesInput struct {
	ProjectName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListImportSupportedDataTypesInput) GoString

GoString returns the string representation

func (*ListImportSupportedDataTypesInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (ListImportSupportedDataTypesInput) String

String returns the string representation

type ListImportSupportedDataTypesOutput

type ListImportSupportedDataTypesOutput struct {
	Metadata *response.ResponseMetadata

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

func (ListImportSupportedDataTypesOutput) GoString

GoString returns the string representation

func (*ListImportSupportedDataTypesOutput) SetData_types

SetData_types sets the Data_types field's value.

func (ListImportSupportedDataTypesOutput) String

String returns the string representation

type ListImportTargetTablesInput

type ListImportTargetTablesInput struct {

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

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

func (ListImportTargetTablesInput) GoString

func (s ListImportTargetTablesInput) GoString() string

GoString returns the string representation

func (*ListImportTargetTablesInput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (*ListImportTargetTablesInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (ListImportTargetTablesInput) String

String returns the string representation

func (*ListImportTargetTablesInput) Validate

func (s *ListImportTargetTablesInput) Validate() error

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

type ListImportTargetTablesOutput

type ListImportTargetTablesOutput struct {
	Metadata *response.ResponseMetadata

	Databases []*DatabaseForListImportTargetTablesOutput `type:"list"`
	// contains filtered or unexported fields
}

func (ListImportTargetTablesOutput) GoString

func (s ListImportTargetTablesOutput) GoString() string

GoString returns the string representation

func (*ListImportTargetTablesOutput) SetDatabases

SetDatabases sets the Databases field's value.

func (ListImportTargetTablesOutput) String

String returns the string representation

type ListImportTasksInput

type ListImportTasksInput struct {

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

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

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

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

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

func (ListImportTasksInput) GoString

func (s ListImportTasksInput) GoString() string

GoString returns the string representation

func (*ListImportTasksInput) SetClusterId

func (s *ListImportTasksInput) SetClusterId(v string) *ListImportTasksInput

SetClusterId sets the ClusterId field's value.

func (*ListImportTasksInput) SetOrderBy

SetOrderBy sets the OrderBy field's value.

func (*ListImportTasksInput) SetPageSize

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

SetPageSize sets the PageSize field's value.

func (*ListImportTasksInput) SetPageToken

func (s *ListImportTasksInput) SetPageToken(v string) *ListImportTasksInput

SetPageToken sets the PageToken field's value.

func (*ListImportTasksInput) SetProjectName

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

SetProjectName sets the ProjectName field's value.

func (ListImportTasksInput) String

func (s ListImportTasksInput) String() string

String returns the string representation

func (*ListImportTasksInput) Validate

func (s *ListImportTasksInput) Validate() error

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

type ListImportTasksOutput

type ListImportTasksOutput struct {
	Metadata *response.ResponseMetadata

	Imports []*ImportForListImportTasksOutput `type:"list"`

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

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

func (ListImportTasksOutput) GoString

func (s ListImportTasksOutput) GoString() string

GoString returns the string representation

func (*ListImportTasksOutput) SetImports

SetImports sets the Imports field's value.

func (*ListImportTasksOutput) SetNextPageToken

func (s *ListImportTasksOutput) SetNextPageToken(v string) *ListImportTasksOutput

SetNextPageToken sets the NextPageToken field's value.

func (*ListImportTasksOutput) SetTotalSize

SetTotalSize sets the TotalSize field's value.

func (ListImportTasksOutput) String

func (s ListImportTasksOutput) String() string

String returns the string representation

type ListRegionsInput

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

func (ListRegionsInput) GoString

func (s ListRegionsInput) GoString() string

GoString returns the string representation

func (ListRegionsInput) String

func (s ListRegionsInput) String() string

String returns the string representation

type ListRegionsOutput

type ListRegionsOutput struct {
	Metadata *response.ResponseMetadata

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

func (ListRegionsOutput) GoString

func (s ListRegionsOutput) GoString() string

GoString returns the string representation

func (*ListRegionsOutput) SetRegions

SetRegions sets the Regions field's value.

func (ListRegionsOutput) String

func (s ListRegionsOutput) String() string

String returns the string representation

type ListSlowQueriesInput

type ListSlowQueriesInput struct {
	BeginTime *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

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

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

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

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

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

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

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

func (ListSlowQueriesInput) GoString

func (s ListSlowQueriesInput) GoString() string

GoString returns the string representation

func (*ListSlowQueriesInput) SetBeginTime

func (s *ListSlowQueriesInput) SetBeginTime(v string) *ListSlowQueriesInput

SetBeginTime sets the BeginTime field's value.

func (*ListSlowQueriesInput) SetClusterId

func (s *ListSlowQueriesInput) SetClusterId(v string) *ListSlowQueriesInput

SetClusterId sets the ClusterId field's value.

func (*ListSlowQueriesInput) SetDesc

SetDesc sets the Desc field's value.

func (*ListSlowQueriesInput) SetDigest

SetDigest sets the Digest field's value.

func (*ListSlowQueriesInput) SetEndTime

SetEndTime sets the EndTime field's value.

func (*ListSlowQueriesInput) SetFields

func (s *ListSlowQueriesInput) SetFields(v []*string) *ListSlowQueriesInput

SetFields sets the Fields field's value.

func (*ListSlowQueriesInput) SetLimit

SetLimit sets the Limit field's value.

func (*ListSlowQueriesInput) SetOrderBy

SetOrderBy sets the OrderBy field's value.

func (*ListSlowQueriesInput) SetPageSize

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

SetPageSize sets the PageSize field's value.

func (*ListSlowQueriesInput) SetPageToken

func (s *ListSlowQueriesInput) SetPageToken(v string) *ListSlowQueriesInput

SetPageToken sets the PageToken field's value.

func (*ListSlowQueriesInput) SetPlans

SetPlans sets the Plans field's value.

func (*ListSlowQueriesInput) SetProjectName

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

SetProjectName sets the ProjectName field's value.

func (*ListSlowQueriesInput) SetSearch

SetSearch sets the Search field's value.

func (*ListSlowQueriesInput) SetShowInternal

func (s *ListSlowQueriesInput) SetShowInternal(v bool) *ListSlowQueriesInput

SetShowInternal sets the ShowInternal field's value.

func (ListSlowQueriesInput) String

func (s ListSlowQueriesInput) String() string

String returns the string representation

func (*ListSlowQueriesInput) Validate

func (s *ListSlowQueriesInput) Validate() error

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

type ListSlowQueriesOutput

type ListSlowQueriesOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListSlowQueriesOutput `type:"list"`
	// contains filtered or unexported fields
}

func (ListSlowQueriesOutput) GoString

func (s ListSlowQueriesOutput) GoString() string

GoString returns the string representation

func (*ListSlowQueriesOutput) SetItems

SetItems sets the Items field's value.

func (ListSlowQueriesOutput) String

func (s ListSlowQueriesOutput) String() string

String returns the string representation

type ListStatementPlansInput

type ListStatementPlansInput struct {
	BeginTime *string `type:"string" json:",omitempty"`

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

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

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

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

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

func (ListStatementPlansInput) GoString

func (s ListStatementPlansInput) GoString() string

GoString returns the string representation

func (*ListStatementPlansInput) SetBeginTime

SetBeginTime sets the BeginTime field's value.

func (*ListStatementPlansInput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (*ListStatementPlansInput) SetDigest

SetDigest sets the Digest field's value.

func (*ListStatementPlansInput) SetEndTime

SetEndTime sets the EndTime field's value.

func (*ListStatementPlansInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*ListStatementPlansInput) SetSchemaName

SetSchemaName sets the SchemaName field's value.

func (ListStatementPlansInput) String

func (s ListStatementPlansInput) String() string

String returns the string representation

func (*ListStatementPlansInput) Validate

func (s *ListStatementPlansInput) Validate() error

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

type ListStatementPlansOutput

type ListStatementPlansOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListStatementPlansOutput `type:"list"`
	// contains filtered or unexported fields
}

func (ListStatementPlansOutput) GoString

func (s ListStatementPlansOutput) GoString() string

GoString returns the string representation

func (*ListStatementPlansOutput) SetItems

SetItems sets the Items field's value.

func (ListStatementPlansOutput) String

func (s ListStatementPlansOutput) String() string

String returns the string representation

type ListStatementSlowQueriesInput

type ListStatementSlowQueriesInput struct {
	BeginTime *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

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

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

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

func (ListStatementSlowQueriesInput) GoString

GoString returns the string representation

func (*ListStatementSlowQueriesInput) SetBeginTime

SetBeginTime sets the BeginTime field's value.

func (*ListStatementSlowQueriesInput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (*ListStatementSlowQueriesInput) SetDesc

SetDesc sets the Desc field's value.

func (*ListStatementSlowQueriesInput) SetDigest

SetDigest sets the Digest field's value.

func (*ListStatementSlowQueriesInput) SetEndTime

SetEndTime sets the EndTime field's value.

func (*ListStatementSlowQueriesInput) SetFields

SetFields sets the Fields field's value.

func (*ListStatementSlowQueriesInput) SetLimit

SetLimit sets the Limit field's value.

func (*ListStatementSlowQueriesInput) SetOrderBy

SetOrderBy sets the OrderBy field's value.

func (*ListStatementSlowQueriesInput) SetPlans

SetPlans sets the Plans field's value.

func (*ListStatementSlowQueriesInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (ListStatementSlowQueriesInput) String

String returns the string representation

func (*ListStatementSlowQueriesInput) Validate

func (s *ListStatementSlowQueriesInput) Validate() error

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

type ListStatementSlowQueriesOutput

type ListStatementSlowQueriesOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListStatementSlowQueriesOutput `type:"list"`
	// contains filtered or unexported fields
}

func (ListStatementSlowQueriesOutput) GoString

GoString returns the string representation

func (*ListStatementSlowQueriesOutput) SetItems

SetItems sets the Items field's value.

func (ListStatementSlowQueriesOutput) String

String returns the string representation

type ListStatementTypesInput

type ListStatementTypesInput struct {

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

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

func (ListStatementTypesInput) GoString

func (s ListStatementTypesInput) GoString() string

GoString returns the string representation

func (*ListStatementTypesInput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (*ListStatementTypesInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (ListStatementTypesInput) String

func (s ListStatementTypesInput) String() string

String returns the string representation

func (*ListStatementTypesInput) Validate

func (s *ListStatementTypesInput) Validate() error

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

type ListStatementTypesOutput

type ListStatementTypesOutput struct {
	Metadata *response.ResponseMetadata

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

func (ListStatementTypesOutput) GoString

func (s ListStatementTypesOutput) GoString() string

GoString returns the string representation

func (*ListStatementTypesOutput) SetItems

SetItems sets the Items field's value.

func (ListStatementTypesOutput) String

func (s ListStatementTypesOutput) String() string

String returns the string representation

type ListStatementsInput

type ListStatementsInput struct {
	BeginTime *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

func (ListStatementsInput) GoString

func (s ListStatementsInput) GoString() string

GoString returns the string representation

func (*ListStatementsInput) SetBeginTime

func (s *ListStatementsInput) SetBeginTime(v string) *ListStatementsInput

SetBeginTime sets the BeginTime field's value.

func (*ListStatementsInput) SetClusterId

func (s *ListStatementsInput) SetClusterId(v string) *ListStatementsInput

SetClusterId sets the ClusterId field's value.

func (*ListStatementsInput) SetEndTime

SetEndTime sets the EndTime field's value.

func (*ListStatementsInput) SetFields

func (s *ListStatementsInput) SetFields(v []*string) *ListStatementsInput

SetFields sets the Fields field's value.

func (*ListStatementsInput) SetProjectName

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

SetProjectName sets the ProjectName field's value.

func (*ListStatementsInput) SetSearch

SetSearch sets the Search field's value.

func (*ListStatementsInput) SetStmtTypes

func (s *ListStatementsInput) SetStmtTypes(v []*string) *ListStatementsInput

SetStmtTypes sets the StmtTypes field's value.

func (ListStatementsInput) String

func (s ListStatementsInput) String() string

String returns the string representation

func (*ListStatementsInput) Validate

func (s *ListStatementsInput) Validate() error

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

type ListStatementsOutput

type ListStatementsOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListStatementsOutput `type:"list"`
	// contains filtered or unexported fields
}

func (ListStatementsOutput) GoString

func (s ListStatementsOutput) GoString() string

GoString returns the string representation

func (*ListStatementsOutput) SetItems

SetItems sets the Items field's value.

func (ListStatementsOutput) String

func (s ListStatementsOutput) String() string

String returns the string representation

type ListZonesInput

type ListZonesInput struct {
	RegionId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListZonesInput) GoString

func (s ListZonesInput) GoString() string

GoString returns the string representation

func (*ListZonesInput) SetRegionId

func (s *ListZonesInput) SetRegionId(v string) *ListZonesInput

SetRegionId sets the RegionId field's value.

func (ListZonesInput) String

func (s ListZonesInput) String() string

String returns the string representation

type ListZonesOutput

type ListZonesOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (ListZonesOutput) GoString

func (s ListZonesOutput) GoString() string

GoString returns the string representation

func (*ListZonesOutput) SetRegionId

func (s *ListZonesOutput) SetRegionId(v string) *ListZonesOutput

SetRegionId sets the RegionId field's value.

func (*ListZonesOutput) SetZones

SetZones sets the Zones field's value.

func (ListZonesOutput) String

func (s ListZonesOutput) String() string

String returns the string representation

type LocalForCreateImportTaskInput

type LocalForCreateImportTaskInput struct {
	Columns []*ColumnForCreateImportTaskInput `type:"list"`

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

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

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

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

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

func (LocalForCreateImportTaskInput) GoString

GoString returns the string representation

func (*LocalForCreateImportTaskInput) SetColumns

SetColumns sets the Columns field's value.

func (*LocalForCreateImportTaskInput) SetFileName

SetFileName sets the FileName field's value.

func (*LocalForCreateImportTaskInput) SetPkColumns

SetPkColumns sets the PkColumns field's value.

func (*LocalForCreateImportTaskInput) SetTargetDatabase

SetTargetDatabase sets the TargetDatabase field's value.

func (*LocalForCreateImportTaskInput) SetTargetTable

SetTargetTable sets the TargetTable field's value.

func (*LocalForCreateImportTaskInput) SetUploadId

SetUploadId sets the UploadId field's value.

func (LocalForCreateImportTaskInput) String

String returns the string representation

type LocalForCreateImportTaskOutput

type LocalForCreateImportTaskOutput struct {
	Columns []*ColumnForCreateImportTaskOutput `type:"list"`

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

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

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

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

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

func (LocalForCreateImportTaskOutput) GoString

GoString returns the string representation

func (*LocalForCreateImportTaskOutput) SetColumns

SetColumns sets the Columns field's value.

func (*LocalForCreateImportTaskOutput) SetFileName

SetFileName sets the FileName field's value.

func (*LocalForCreateImportTaskOutput) SetPkColumns

SetPkColumns sets the PkColumns field's value.

func (*LocalForCreateImportTaskOutput) SetTargetDatabase

SetTargetDatabase sets the TargetDatabase field's value.

func (*LocalForCreateImportTaskOutput) SetTargetTable

SetTargetTable sets the TargetTable field's value.

func (*LocalForCreateImportTaskOutput) SetUploadId

SetUploadId sets the UploadId field's value.

func (LocalForCreateImportTaskOutput) String

String returns the string representation

type LocalForGetImportTaskDetailsOutput

type LocalForGetImportTaskDetailsOutput struct {
	Columns []*ColumnForGetImportTaskDetailsOutput `type:"list"`

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

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

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

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

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

func (LocalForGetImportTaskDetailsOutput) GoString

GoString returns the string representation

func (*LocalForGetImportTaskDetailsOutput) SetColumns

SetColumns sets the Columns field's value.

func (*LocalForGetImportTaskDetailsOutput) SetFileName

SetFileName sets the FileName field's value.

func (*LocalForGetImportTaskDetailsOutput) SetPkColumns

SetPkColumns sets the PkColumns field's value.

func (*LocalForGetImportTaskDetailsOutput) SetTargetDatabase

SetTargetDatabase sets the TargetDatabase field's value.

func (*LocalForGetImportTaskDetailsOutput) SetTargetTable

SetTargetTable sets the TargetTable field's value.

func (*LocalForGetImportTaskDetailsOutput) SetUploadId

SetUploadId sets the UploadId field's value.

func (LocalForGetImportTaskDetailsOutput) String

String returns the string representation

type LocalForListImportTasksOutput

type LocalForListImportTasksOutput struct {
	Columns []*ColumnForListImportTasksOutput `type:"list"`

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

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

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

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

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

func (LocalForListImportTasksOutput) GoString

GoString returns the string representation

func (*LocalForListImportTasksOutput) SetColumns

SetColumns sets the Columns field's value.

func (*LocalForListImportTasksOutput) SetFileName

SetFileName sets the FileName field's value.

func (*LocalForListImportTasksOutput) SetPkColumns

SetPkColumns sets the PkColumns field's value.

func (*LocalForListImportTasksOutput) SetTargetDatabase

SetTargetDatabase sets the TargetDatabase field's value.

func (*LocalForListImportTasksOutput) SetTargetTable

SetTargetTable sets the TargetTable field's value.

func (*LocalForListImportTasksOutput) SetUploadId

SetUploadId sets the UploadId field's value.

func (LocalForListImportTasksOutput) String

String returns the string representation

type LocalForPrecheckImportTaskInput

type LocalForPrecheckImportTaskInput struct {
	Columns []*ColumnForPrecheckImportTaskInput `type:"list"`

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

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

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

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

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

func (LocalForPrecheckImportTaskInput) GoString

GoString returns the string representation

func (*LocalForPrecheckImportTaskInput) SetColumns

SetColumns sets the Columns field's value.

func (*LocalForPrecheckImportTaskInput) SetFileName

SetFileName sets the FileName field's value.

func (*LocalForPrecheckImportTaskInput) SetPkColumns

SetPkColumns sets the PkColumns field's value.

func (*LocalForPrecheckImportTaskInput) SetTargetDatabase

SetTargetDatabase sets the TargetDatabase field's value.

func (*LocalForPrecheckImportTaskInput) SetTargetTable

SetTargetTable sets the TargetTable field's value.

func (*LocalForPrecheckImportTaskInput) SetUploadId

SetUploadId sets the UploadId field's value.

func (LocalForPrecheckImportTaskInput) String

String returns the string representation

type LocalForValidateImportTaskInput

type LocalForValidateImportTaskInput struct {
	Columns []*ColumnForValidateImportTaskInput `type:"list"`

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

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

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

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

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

func (LocalForValidateImportTaskInput) GoString

GoString returns the string representation

func (*LocalForValidateImportTaskInput) SetColumns

SetColumns sets the Columns field's value.

func (*LocalForValidateImportTaskInput) SetFileName

SetFileName sets the FileName field's value.

func (*LocalForValidateImportTaskInput) SetPkColumns

SetPkColumns sets the PkColumns field's value.

func (*LocalForValidateImportTaskInput) SetTargetDatabase

SetTargetDatabase sets the TargetDatabase field's value.

func (*LocalForValidateImportTaskInput) SetTargetTable

SetTargetTable sets the TargetTable field's value.

func (*LocalForValidateImportTaskInput) SetUploadId

SetUploadId sets the UploadId field's value.

func (LocalForValidateImportTaskInput) String

String returns the string representation

type OssForCancelExportTaskOutput

type OssForCancelExportTaskOutput struct {
	AccessKey *AccessKeyForCancelExportTaskOutput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForCancelExportTaskOutput"`

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

func (OssForCancelExportTaskOutput) GoString

func (s OssForCancelExportTaskOutput) GoString() string

GoString returns the string representation

func (*OssForCancelExportTaskOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*OssForCancelExportTaskOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*OssForCancelExportTaskOutput) SetUri

SetUri sets the Uri field's value.

func (OssForCancelExportTaskOutput) String

String returns the string representation

type OssForCreateExportTaskInput

type OssForCreateExportTaskInput struct {
	AccessKey *AccessKeyForCreateExportTaskInput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForCreateExportTaskInput"`

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

func (OssForCreateExportTaskInput) GoString

func (s OssForCreateExportTaskInput) GoString() string

GoString returns the string representation

func (*OssForCreateExportTaskInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*OssForCreateExportTaskInput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*OssForCreateExportTaskInput) SetUri

SetUri sets the Uri field's value.

func (OssForCreateExportTaskInput) String

String returns the string representation

type OssForCreateExportTaskOutput

type OssForCreateExportTaskOutput struct {
	AccessKey *AccessKeyForCreateExportTaskOutput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForCreateExportTaskOutput"`

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

func (OssForCreateExportTaskOutput) GoString

func (s OssForCreateExportTaskOutput) GoString() string

GoString returns the string representation

func (*OssForCreateExportTaskOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*OssForCreateExportTaskOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*OssForCreateExportTaskOutput) SetUri

SetUri sets the Uri field's value.

func (OssForCreateExportTaskOutput) String

String returns the string representation

type OssForCreateImportTaskInput

type OssForCreateImportTaskInput struct {
	AccessKey *AccessKeyForCreateImportTaskInput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForCreateImportTaskInput"`

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

func (OssForCreateImportTaskInput) GoString

func (s OssForCreateImportTaskInput) GoString() string

GoString returns the string representation

func (*OssForCreateImportTaskInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*OssForCreateImportTaskInput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*OssForCreateImportTaskInput) SetUri

SetUri sets the Uri field's value.

func (OssForCreateImportTaskInput) String

String returns the string representation

type OssForCreateImportTaskOutput

type OssForCreateImportTaskOutput struct {
	AccessKey *AccessKeyForCreateImportTaskOutput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForCreateImportTaskOutput"`

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

func (OssForCreateImportTaskOutput) GoString

func (s OssForCreateImportTaskOutput) GoString() string

GoString returns the string representation

func (*OssForCreateImportTaskOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*OssForCreateImportTaskOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*OssForCreateImportTaskOutput) SetUri

SetUri sets the Uri field's value.

func (OssForCreateImportTaskOutput) String

String returns the string representation

type OssForDeleteExportTaskOutput

type OssForDeleteExportTaskOutput struct {
	AccessKey *AccessKeyForDeleteExportTaskOutput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForDeleteExportTaskOutput"`

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

func (OssForDeleteExportTaskOutput) GoString

func (s OssForDeleteExportTaskOutput) GoString() string

GoString returns the string representation

func (*OssForDeleteExportTaskOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*OssForDeleteExportTaskOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*OssForDeleteExportTaskOutput) SetUri

SetUri sets the Uri field's value.

func (OssForDeleteExportTaskOutput) String

String returns the string representation

type OssForGetExportTaskDetailsOutput

type OssForGetExportTaskDetailsOutput struct {
	AccessKey *AccessKeyForGetExportTaskDetailsOutput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForGetExportTaskDetailsOutput"`

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

func (OssForGetExportTaskDetailsOutput) GoString

GoString returns the string representation

func (*OssForGetExportTaskDetailsOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*OssForGetExportTaskDetailsOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*OssForGetExportTaskDetailsOutput) SetUri

SetUri sets the Uri field's value.

func (OssForGetExportTaskDetailsOutput) String

String returns the string representation

type OssForGetImportTaskDetailsOutput

type OssForGetImportTaskDetailsOutput struct {
	AccessKey *AccessKeyForGetImportTaskDetailsOutput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForGetImportTaskDetailsOutput"`

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

func (OssForGetImportTaskDetailsOutput) GoString

GoString returns the string representation

func (*OssForGetImportTaskDetailsOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*OssForGetImportTaskDetailsOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*OssForGetImportTaskDetailsOutput) SetUri

SetUri sets the Uri field's value.

func (OssForGetImportTaskDetailsOutput) String

String returns the string representation

type OssForListExportTasksOutput

type OssForListExportTasksOutput struct {
	AccessKey *AccessKeyForListExportTasksOutput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForListExportTasksOutput"`

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

func (OssForListExportTasksOutput) GoString

func (s OssForListExportTasksOutput) GoString() string

GoString returns the string representation

func (*OssForListExportTasksOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*OssForListExportTasksOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*OssForListExportTasksOutput) SetUri

SetUri sets the Uri field's value.

func (OssForListExportTasksOutput) String

String returns the string representation

type OssForListImportTasksOutput

type OssForListImportTasksOutput struct {
	AccessKey *AccessKeyForListImportTasksOutput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForListImportTasksOutput"`

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

func (OssForListImportTasksOutput) GoString

func (s OssForListImportTasksOutput) GoString() string

GoString returns the string representation

func (*OssForListImportTasksOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*OssForListImportTasksOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*OssForListImportTasksOutput) SetUri

SetUri sets the Uri field's value.

func (OssForListImportTasksOutput) String

String returns the string representation

type OssForPrecheckImportTaskInput

type OssForPrecheckImportTaskInput struct {
	AccessKey *AccessKeyForPrecheckImportTaskInput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForPrecheckImportTaskInput"`

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

func (OssForPrecheckImportTaskInput) GoString

GoString returns the string representation

func (*OssForPrecheckImportTaskInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*OssForPrecheckImportTaskInput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*OssForPrecheckImportTaskInput) SetUri

SetUri sets the Uri field's value.

func (OssForPrecheckImportTaskInput) String

String returns the string representation

type OssForValidateImportTaskInput

type OssForValidateImportTaskInput struct {
	AccessKey *AccessKeyForValidateImportTaskInput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForValidateImportTaskInput"`

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

func (OssForValidateImportTaskInput) GoString

GoString returns the string representation

func (*OssForValidateImportTaskInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*OssForValidateImportTaskInput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*OssForValidateImportTaskInput) SetUri

SetUri sets the Uri field's value.

func (OssForValidateImportTaskInput) String

String returns the string representation

type ParquetFormatForCancelExportTaskOutput

type ParquetFormatForCancelExportTaskOutput struct {
	Compression *string `type:"string" json:",omitempty" enum:"EnumOfCompressionForCancelExportTaskOutput"`
	// contains filtered or unexported fields
}

func (ParquetFormatForCancelExportTaskOutput) GoString

GoString returns the string representation

func (*ParquetFormatForCancelExportTaskOutput) SetCompression

SetCompression sets the Compression field's value.

func (ParquetFormatForCancelExportTaskOutput) String

String returns the string representation

type ParquetFormatForCreateExportTaskInput

type ParquetFormatForCreateExportTaskInput struct {
	Compression *string `type:"string" json:",omitempty" enum:"EnumOfCompressionForCreateExportTaskInput"`
	// contains filtered or unexported fields
}

func (ParquetFormatForCreateExportTaskInput) GoString

GoString returns the string representation

func (*ParquetFormatForCreateExportTaskInput) SetCompression

SetCompression sets the Compression field's value.

func (ParquetFormatForCreateExportTaskInput) String

String returns the string representation

type ParquetFormatForCreateExportTaskOutput

type ParquetFormatForCreateExportTaskOutput struct {
	Compression *string `type:"string" json:",omitempty" enum:"EnumOfCompressionForCreateExportTaskOutput"`
	// contains filtered or unexported fields
}

func (ParquetFormatForCreateExportTaskOutput) GoString

GoString returns the string representation

func (*ParquetFormatForCreateExportTaskOutput) SetCompression

SetCompression sets the Compression field's value.

func (ParquetFormatForCreateExportTaskOutput) String

String returns the string representation

type ParquetFormatForDeleteExportTaskOutput

type ParquetFormatForDeleteExportTaskOutput struct {
	Compression *string `type:"string" json:",omitempty" enum:"EnumOfCompressionForDeleteExportTaskOutput"`
	// contains filtered or unexported fields
}

func (ParquetFormatForDeleteExportTaskOutput) GoString

GoString returns the string representation

func (*ParquetFormatForDeleteExportTaskOutput) SetCompression

SetCompression sets the Compression field's value.

func (ParquetFormatForDeleteExportTaskOutput) String

String returns the string representation

type ParquetFormatForGetExportTaskDetailsOutput

type ParquetFormatForGetExportTaskDetailsOutput struct {
	Compression *string `type:"string" json:",omitempty" enum:"EnumOfCompressionForGetExportTaskDetailsOutput"`
	// contains filtered or unexported fields
}

func (ParquetFormatForGetExportTaskDetailsOutput) GoString

GoString returns the string representation

func (*ParquetFormatForGetExportTaskDetailsOutput) SetCompression

SetCompression sets the Compression field's value.

func (ParquetFormatForGetExportTaskDetailsOutput) String

String returns the string representation

type ParquetFormatForListExportTasksOutput

type ParquetFormatForListExportTasksOutput struct {
	Compression *string `type:"string" json:",omitempty" enum:"EnumOfCompressionForListExportTasksOutput"`
	// contains filtered or unexported fields
}

func (ParquetFormatForListExportTasksOutput) GoString

GoString returns the string representation

func (*ParquetFormatForListExportTasksOutput) SetCompression

SetCompression sets the Compression field's value.

func (ParquetFormatForListExportTasksOutput) String

String returns the string representation

type PointInTimeForRestoreClusterInput

type PointInTimeForRestoreClusterInput struct {
	BackupTime *string `type:"string" json:",omitempty"`

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

func (PointInTimeForRestoreClusterInput) GoString

GoString returns the string representation

func (*PointInTimeForRestoreClusterInput) SetBackupTime

SetBackupTime sets the BackupTime field's value.

func (*PointInTimeForRestoreClusterInput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (PointInTimeForRestoreClusterInput) String

String returns the string representation

type PrecheckImportTaskInput

type PrecheckImportTaskInput struct {

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

	ImportOptions *ImportOptionsForPrecheckImportTaskInput `type:"structure" json:",omitempty"`

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

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

func (PrecheckImportTaskInput) GoString

func (s PrecheckImportTaskInput) GoString() string

GoString returns the string representation

func (*PrecheckImportTaskInput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (*PrecheckImportTaskInput) SetImportOptions

SetImportOptions sets the ImportOptions field's value.

func (*PrecheckImportTaskInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*PrecheckImportTaskInput) SetSource

SetSource sets the Source field's value.

func (PrecheckImportTaskInput) String

func (s PrecheckImportTaskInput) String() string

String returns the string representation

func (*PrecheckImportTaskInput) Validate

func (s *PrecheckImportTaskInput) Validate() error

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

type PrecheckImportTaskOutput

type PrecheckImportTaskOutput struct {
	Metadata *response.ResponseMetadata

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

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

	TargetTables []*ConvertTargetTableForPrecheckImportTaskOutput `type:"list"`

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

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

func (PrecheckImportTaskOutput) GoString

func (s PrecheckImportTaskOutput) GoString() string

GoString returns the string representation

func (*PrecheckImportTaskOutput) SetErrorMessage

SetErrorMessage sets the ErrorMessage field's value.

func (*PrecheckImportTaskOutput) SetStatus

SetStatus sets the Status field's value.

func (*PrecheckImportTaskOutput) SetTargetTables

SetTargetTables sets the TargetTables field's value.

func (*PrecheckImportTaskOutput) SetTotalDataFilesCount

func (s *PrecheckImportTaskOutput) SetTotalDataFilesCount(v string) *PrecheckImportTaskOutput

SetTotalDataFilesCount sets the TotalDataFilesCount field's value.

func (*PrecheckImportTaskOutput) SetTotalTablesCount

func (s *PrecheckImportTaskOutput) SetTotalTablesCount(v string) *PrecheckImportTaskOutput

SetTotalTablesCount sets the TotalTablesCount field's value.

func (PrecheckImportTaskOutput) String

func (s PrecheckImportTaskOutput) String() string

String returns the string representation

type PreviewLocalImportInput

type PreviewLocalImportInput struct {

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

	CsvFormat *CsvFormatForPreviewLocalImportInput `type:"structure" json:",omitempty"`

	// FileType is a required field
	FileType *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfFileTypeForPreviewLocalImportInput"`

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

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

func (PreviewLocalImportInput) GoString

func (s PreviewLocalImportInput) GoString() string

GoString returns the string representation

func (*PreviewLocalImportInput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (*PreviewLocalImportInput) SetCsvFormat

SetCsvFormat sets the CsvFormat field's value.

func (*PreviewLocalImportInput) SetFileType

SetFileType sets the FileType field's value.

func (*PreviewLocalImportInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*PreviewLocalImportInput) SetUploadId

SetUploadId sets the UploadId field's value.

func (PreviewLocalImportInput) String

func (s PreviewLocalImportInput) String() string

String returns the string representation

func (*PreviewLocalImportInput) Validate

func (s *PreviewLocalImportInput) Validate() error

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

type PreviewLocalImportOutput

type PreviewLocalImportOutput struct {
	Metadata *response.ResponseMetadata

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

func (PreviewLocalImportOutput) GoString

func (s PreviewLocalImportOutput) GoString() string

GoString returns the string representation

func (*PreviewLocalImportOutput) SetTable

SetTable sets the Table field's value.

func (PreviewLocalImportOutput) String

func (s PreviewLocalImportOutput) String() string

String returns the string representation

type PrivateEndpointForCreateBranchInput added in v1.2.48

type PrivateEndpointForCreateBranchInput struct {
	Alicloud *AlicloudForCreateBranchInput `type:"structure" json:",omitempty"`

	Aws *AwsForCreateBranchInput `type:"structure" json:",omitempty"`

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

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

func (PrivateEndpointForCreateBranchInput) GoString added in v1.2.48

GoString returns the string representation

func (*PrivateEndpointForCreateBranchInput) SetAlicloud added in v1.2.48

SetAlicloud sets the Alicloud field's value.

func (*PrivateEndpointForCreateBranchInput) SetAws added in v1.2.48

SetAws sets the Aws field's value.

func (*PrivateEndpointForCreateBranchInput) SetHost added in v1.2.48

SetHost sets the Host field's value.

func (*PrivateEndpointForCreateBranchInput) SetPort added in v1.2.48

SetPort sets the Port field's value.

func (PrivateEndpointForCreateBranchInput) String added in v1.2.48

String returns the string representation

type PrivateEndpointForDeleteClusterOutput added in v1.2.48

type PrivateEndpointForDeleteClusterOutput struct {
	Alicloud *AlicloudForDeleteClusterOutput `type:"structure" json:",omitempty"`

	Aws *AwsForDeleteClusterOutput `type:"structure" json:",omitempty"`

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

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

func (PrivateEndpointForDeleteClusterOutput) GoString added in v1.2.48

GoString returns the string representation

func (*PrivateEndpointForDeleteClusterOutput) SetAlicloud added in v1.2.48

SetAlicloud sets the Alicloud field's value.

func (*PrivateEndpointForDeleteClusterOutput) SetAws added in v1.2.48

SetAws sets the Aws field's value.

func (*PrivateEndpointForDeleteClusterOutput) SetHost added in v1.2.48

SetHost sets the Host field's value.

func (*PrivateEndpointForDeleteClusterOutput) SetPort added in v1.2.48

SetPort sets the Port field's value.

func (PrivateEndpointForDeleteClusterOutput) String added in v1.2.48

String returns the string representation

type PrivateEndpointForGetBranchDetailsOutput added in v1.2.48

type PrivateEndpointForGetBranchDetailsOutput struct {
	Alicloud *AlicloudForGetBranchDetailsOutput `type:"structure" json:",omitempty"`

	Aws *AwsForGetBranchDetailsOutput `type:"structure" json:",omitempty"`

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

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

func (PrivateEndpointForGetBranchDetailsOutput) GoString added in v1.2.48

GoString returns the string representation

func (*PrivateEndpointForGetBranchDetailsOutput) SetAlicloud added in v1.2.48

SetAlicloud sets the Alicloud field's value.

func (*PrivateEndpointForGetBranchDetailsOutput) SetAws added in v1.2.48

SetAws sets the Aws field's value.

func (*PrivateEndpointForGetBranchDetailsOutput) SetHost added in v1.2.48

SetHost sets the Host field's value.

func (*PrivateEndpointForGetBranchDetailsOutput) SetPort added in v1.2.48

SetPort sets the Port field's value.

func (PrivateEndpointForGetBranchDetailsOutput) String added in v1.2.48

String returns the string representation

type PrivateEndpointForGetClusterDetailsOutput added in v1.2.48

type PrivateEndpointForGetClusterDetailsOutput struct {
	Alicloud *AlicloudForGetClusterDetailsOutput `type:"structure" json:",omitempty"`

	Aws *AwsForGetClusterDetailsOutput `type:"structure" json:",omitempty"`

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

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

func (PrivateEndpointForGetClusterDetailsOutput) GoString added in v1.2.48

GoString returns the string representation

func (*PrivateEndpointForGetClusterDetailsOutput) SetAlicloud added in v1.2.48

SetAlicloud sets the Alicloud field's value.

func (*PrivateEndpointForGetClusterDetailsOutput) SetAws added in v1.2.48

SetAws sets the Aws field's value.

func (*PrivateEndpointForGetClusterDetailsOutput) SetHost added in v1.2.48

SetHost sets the Host field's value.

func (*PrivateEndpointForGetClusterDetailsOutput) SetPort added in v1.2.48

SetPort sets the Port field's value.

func (PrivateEndpointForGetClusterDetailsOutput) String added in v1.2.48

String returns the string representation

type PrivateEndpointForListBranchesOutput added in v1.2.48

type PrivateEndpointForListBranchesOutput struct {
	Alicloud *AlicloudForListBranchesOutput `type:"structure" json:",omitempty"`

	Aws *AwsForListBranchesOutput `type:"structure" json:",omitempty"`

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

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

func (PrivateEndpointForListBranchesOutput) GoString added in v1.2.48

GoString returns the string representation

func (*PrivateEndpointForListBranchesOutput) SetAlicloud added in v1.2.48

SetAlicloud sets the Alicloud field's value.

func (*PrivateEndpointForListBranchesOutput) SetAws added in v1.2.48

SetAws sets the Aws field's value.

func (*PrivateEndpointForListBranchesOutput) SetHost added in v1.2.48

SetHost sets the Host field's value.

func (*PrivateEndpointForListBranchesOutput) SetPort added in v1.2.48

SetPort sets the Port field's value.

func (PrivateEndpointForListBranchesOutput) String added in v1.2.48

String returns the string representation

type PrivateEndpointForListClustersOutput added in v1.2.48

type PrivateEndpointForListClustersOutput struct {
	Alicloud *AlicloudForListClustersOutput `type:"structure" json:",omitempty"`

	Aws *AwsForListClustersOutput `type:"structure" json:",omitempty"`

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

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

func (PrivateEndpointForListClustersOutput) GoString added in v1.2.48

GoString returns the string representation

func (*PrivateEndpointForListClustersOutput) SetAlicloud added in v1.2.48

SetAlicloud sets the Alicloud field's value.

func (*PrivateEndpointForListClustersOutput) SetAws added in v1.2.48

SetAws sets the Aws field's value.

func (*PrivateEndpointForListClustersOutput) SetHost added in v1.2.48

SetHost sets the Host field's value.

func (*PrivateEndpointForListClustersOutput) SetPort added in v1.2.48

SetPort sets the Port field's value.

func (PrivateEndpointForListClustersOutput) String added in v1.2.48

String returns the string representation

type PrivateEndpointForUpdateBranchInput added in v1.2.48

type PrivateEndpointForUpdateBranchInput struct {
	Alicloud *AlicloudForUpdateBranchInput `type:"structure" json:",omitempty"`

	Aws *AwsForUpdateBranchInput `type:"structure" json:",omitempty"`

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

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

func (PrivateEndpointForUpdateBranchInput) GoString added in v1.2.48

GoString returns the string representation

func (*PrivateEndpointForUpdateBranchInput) SetAlicloud added in v1.2.48

SetAlicloud sets the Alicloud field's value.

func (*PrivateEndpointForUpdateBranchInput) SetAws added in v1.2.48

SetAws sets the Aws field's value.

func (*PrivateEndpointForUpdateBranchInput) SetHost added in v1.2.48

SetHost sets the Host field's value.

func (*PrivateEndpointForUpdateBranchInput) SetPort added in v1.2.48

SetPort sets the Port field's value.

func (PrivateEndpointForUpdateBranchInput) String added in v1.2.48

String returns the string representation

type PrivateEndpointForUpdateClusterInput added in v1.2.48

type PrivateEndpointForUpdateClusterInput struct {
	Alicloud *AlicloudForUpdateClusterInput `type:"structure" json:",omitempty"`

	Aws *AwsForUpdateClusterInput `type:"structure" json:",omitempty"`

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

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

func (PrivateEndpointForUpdateClusterInput) GoString added in v1.2.48

GoString returns the string representation

func (*PrivateEndpointForUpdateClusterInput) SetAlicloud added in v1.2.48

SetAlicloud sets the Alicloud field's value.

func (*PrivateEndpointForUpdateClusterInput) SetAws added in v1.2.48

SetAws sets the Aws field's value.

func (*PrivateEndpointForUpdateClusterInput) SetHost added in v1.2.48

SetHost sets the Host field's value.

func (*PrivateEndpointForUpdateClusterInput) SetPort added in v1.2.48

SetPort sets the Port field's value.

func (PrivateEndpointForUpdateClusterInput) String added in v1.2.48

String returns the string representation

type PublicEndpointForCreateBranchInput added in v1.2.48

type PublicEndpointForCreateBranchInput struct {
	AuthorizedNetworks []*AuthorizedNetworkForCreateBranchInput `type:"list"`

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

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

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

func (PublicEndpointForCreateBranchInput) GoString added in v1.2.48

GoString returns the string representation

func (*PublicEndpointForCreateBranchInput) SetAuthorizedNetworks added in v1.2.48

SetAuthorizedNetworks sets the AuthorizedNetworks field's value.

func (*PublicEndpointForCreateBranchInput) SetDisabled added in v1.2.48

SetDisabled sets the Disabled field's value.

func (*PublicEndpointForCreateBranchInput) SetHost added in v1.2.48

SetHost sets the Host field's value.

func (*PublicEndpointForCreateBranchInput) SetPort added in v1.2.48

SetPort sets the Port field's value.

func (PublicEndpointForCreateBranchInput) String added in v1.2.48

String returns the string representation

type PublicEndpointForDeleteClusterOutput added in v1.2.48

type PublicEndpointForDeleteClusterOutput struct {
	AuthorizedNetworks []*AuthorizedNetworkForDeleteClusterOutput `type:"list"`

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

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

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

func (PublicEndpointForDeleteClusterOutput) GoString added in v1.2.48

GoString returns the string representation

func (*PublicEndpointForDeleteClusterOutput) SetAuthorizedNetworks added in v1.2.48

SetAuthorizedNetworks sets the AuthorizedNetworks field's value.

func (*PublicEndpointForDeleteClusterOutput) SetDisabled added in v1.2.48

SetDisabled sets the Disabled field's value.

func (*PublicEndpointForDeleteClusterOutput) SetHost added in v1.2.48

SetHost sets the Host field's value.

func (*PublicEndpointForDeleteClusterOutput) SetPort added in v1.2.48

SetPort sets the Port field's value.

func (PublicEndpointForDeleteClusterOutput) String added in v1.2.48

String returns the string representation

type PublicEndpointForGetBranchDetailsOutput added in v1.2.48

type PublicEndpointForGetBranchDetailsOutput struct {
	AuthorizedNetworks []*AuthorizedNetworkForGetBranchDetailsOutput `type:"list"`

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

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

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

func (PublicEndpointForGetBranchDetailsOutput) GoString added in v1.2.48

GoString returns the string representation

func (*PublicEndpointForGetBranchDetailsOutput) SetAuthorizedNetworks added in v1.2.48

SetAuthorizedNetworks sets the AuthorizedNetworks field's value.

func (*PublicEndpointForGetBranchDetailsOutput) SetDisabled added in v1.2.48

SetDisabled sets the Disabled field's value.

func (*PublicEndpointForGetBranchDetailsOutput) SetHost added in v1.2.48

SetHost sets the Host field's value.

func (*PublicEndpointForGetBranchDetailsOutput) SetPort added in v1.2.48

SetPort sets the Port field's value.

func (PublicEndpointForGetBranchDetailsOutput) String added in v1.2.48

String returns the string representation

type PublicEndpointForGetClusterDetailsOutput added in v1.2.48

type PublicEndpointForGetClusterDetailsOutput struct {
	AuthorizedNetworks []*AuthorizedNetworkForGetClusterDetailsOutput `type:"list"`

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

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

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

func (PublicEndpointForGetClusterDetailsOutput) GoString added in v1.2.48

GoString returns the string representation

func (*PublicEndpointForGetClusterDetailsOutput) SetAuthorizedNetworks added in v1.2.48

SetAuthorizedNetworks sets the AuthorizedNetworks field's value.

func (*PublicEndpointForGetClusterDetailsOutput) SetDisabled added in v1.2.48

SetDisabled sets the Disabled field's value.

func (*PublicEndpointForGetClusterDetailsOutput) SetHost added in v1.2.48

SetHost sets the Host field's value.

func (*PublicEndpointForGetClusterDetailsOutput) SetPort added in v1.2.48

SetPort sets the Port field's value.

func (PublicEndpointForGetClusterDetailsOutput) String added in v1.2.48

String returns the string representation

type PublicEndpointForListBranchesOutput added in v1.2.48

type PublicEndpointForListBranchesOutput struct {
	AuthorizedNetworks []*AuthorizedNetworkForListBranchesOutput `type:"list"`

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

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

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

func (PublicEndpointForListBranchesOutput) GoString added in v1.2.48

GoString returns the string representation

func (*PublicEndpointForListBranchesOutput) SetAuthorizedNetworks added in v1.2.48

SetAuthorizedNetworks sets the AuthorizedNetworks field's value.

func (*PublicEndpointForListBranchesOutput) SetDisabled added in v1.2.48

SetDisabled sets the Disabled field's value.

func (*PublicEndpointForListBranchesOutput) SetHost added in v1.2.48

SetHost sets the Host field's value.

func (*PublicEndpointForListBranchesOutput) SetPort added in v1.2.48

SetPort sets the Port field's value.

func (PublicEndpointForListBranchesOutput) String added in v1.2.48

String returns the string representation

type PublicEndpointForListClustersOutput added in v1.2.48

type PublicEndpointForListClustersOutput struct {
	AuthorizedNetworks []*AuthorizedNetworkForListClustersOutput `type:"list"`

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

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

	Port *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PublicEndpointForListClustersOutput) GoString added in v1.2.48

GoString returns the string representation

func (*PublicEndpointForListClustersOutput) SetAuthorizedNetworks added in v1.2.48

SetAuthorizedNetworks sets the AuthorizedNetworks field's value.

func (*PublicEndpointForListClustersOutput) SetDisabled added in v1.2.48

SetDisabled sets the Disabled field's value.

func (*PublicEndpointForListClustersOutput) SetHost added in v1.2.48

SetHost sets the Host field's value.

func (*PublicEndpointForListClustersOutput) SetPort added in v1.2.48

SetPort sets the Port field's value.

func (PublicEndpointForListClustersOutput) String added in v1.2.48

String returns the string representation

type PublicEndpointForUpdateBranchInput added in v1.2.48

type PublicEndpointForUpdateBranchInput struct {
	AuthorizedNetworks []*AuthorizedNetworkForUpdateBranchInput `type:"list"`

	Disabled *bool `type:"boolean" json:",omitempty"`

	Host *string `type:"string" json:",omitempty"`

	Port *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PublicEndpointForUpdateBranchInput) GoString added in v1.2.48

GoString returns the string representation

func (*PublicEndpointForUpdateBranchInput) SetAuthorizedNetworks added in v1.2.48

SetAuthorizedNetworks sets the AuthorizedNetworks field's value.

func (*PublicEndpointForUpdateBranchInput) SetDisabled added in v1.2.48

SetDisabled sets the Disabled field's value.

func (*PublicEndpointForUpdateBranchInput) SetHost added in v1.2.48

SetHost sets the Host field's value.

func (*PublicEndpointForUpdateBranchInput) SetPort added in v1.2.48

SetPort sets the Port field's value.

func (PublicEndpointForUpdateBranchInput) String added in v1.2.48

String returns the string representation

type PublicEndpointForUpdateClusterInput added in v1.2.48

type PublicEndpointForUpdateClusterInput struct {
	AuthorizedNetworks []*AuthorizedNetworkForUpdateClusterInput `type:"list"`

	Disabled *bool `type:"boolean" json:",omitempty"`

	Host *string `type:"string" json:",omitempty"`

	Port *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PublicEndpointForUpdateClusterInput) GoString added in v1.2.48

GoString returns the string representation

func (*PublicEndpointForUpdateClusterInput) SetAuthorizedNetworks added in v1.2.48

SetAuthorizedNetworks sets the AuthorizedNetworks field's value.

func (*PublicEndpointForUpdateClusterInput) SetDisabled added in v1.2.48

SetDisabled sets the Disabled field's value.

func (*PublicEndpointForUpdateClusterInput) SetHost added in v1.2.48

SetHost sets the Host field's value.

func (*PublicEndpointForUpdateClusterInput) SetPort added in v1.2.48

SetPort sets the Port field's value.

func (PublicEndpointForUpdateClusterInput) String added in v1.2.48

String returns the string representation

type RegionForListRegionsOutput

type RegionForListRegionsOutput struct {
	DisplayName *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	RegionId *string `type:"string" json:",omitempty"`

	ServicePlans []*string `type:"list"`

	ZoneId []*string `type:"list"`
	// contains filtered or unexported fields
}

func (RegionForListRegionsOutput) GoString

func (s RegionForListRegionsOutput) GoString() string

GoString returns the string representation

func (*RegionForListRegionsOutput) SetDisplayName

SetDisplayName sets the DisplayName field's value.

func (*RegionForListRegionsOutput) SetName

SetName sets the Name field's value.

func (*RegionForListRegionsOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*RegionForListRegionsOutput) SetServicePlans

SetServicePlans sets the ServicePlans field's value.

func (*RegionForListRegionsOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (RegionForListRegionsOutput) String

String returns the string representation

type ResetBranchInput added in v1.2.48

type ResetBranchInput struct {

	// BranchId is a required field
	BranchId *string `type:"string" json:",omitempty" required:"true"`

	// ClusterId is a required field
	ClusterId *string `type:"string" json:",omitempty" required:"true"`

	ProjectName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResetBranchInput) GoString added in v1.2.48

func (s ResetBranchInput) GoString() string

GoString returns the string representation

func (*ResetBranchInput) SetBranchId added in v1.2.48

func (s *ResetBranchInput) SetBranchId(v string) *ResetBranchInput

SetBranchId sets the BranchId field's value.

func (*ResetBranchInput) SetClusterId added in v1.2.48

func (s *ResetBranchInput) SetClusterId(v string) *ResetBranchInput

SetClusterId sets the ClusterId field's value.

func (*ResetBranchInput) SetProjectName added in v1.2.48

func (s *ResetBranchInput) SetProjectName(v string) *ResetBranchInput

SetProjectName sets the ProjectName field's value.

func (ResetBranchInput) String added in v1.2.48

func (s ResetBranchInput) String() string

String returns the string representation

func (*ResetBranchInput) Validate added in v1.2.48

func (s *ResetBranchInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResetBranchOutput added in v1.2.48

type ResetBranchOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ResetBranchOutput) GoString added in v1.2.48

func (s ResetBranchOutput) GoString() string

GoString returns the string representation

func (ResetBranchOutput) String added in v1.2.48

func (s ResetBranchOutput) String() string

String returns the string representation

type ResetClusterPasswordInput added in v1.2.48

type ResetClusterPasswordInput struct {

	// ClusterId is a required field
	ClusterId *string `type:"string" json:",omitempty" required:"true"`

	// Password is a required field
	Password *string `type:"string" json:",omitempty" required:"true"`

	ProjectName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResetClusterPasswordInput) GoString added in v1.2.48

func (s ResetClusterPasswordInput) GoString() string

GoString returns the string representation

func (*ResetClusterPasswordInput) SetClusterId added in v1.2.48

SetClusterId sets the ClusterId field's value.

func (*ResetClusterPasswordInput) SetPassword added in v1.2.48

SetPassword sets the Password field's value.

func (*ResetClusterPasswordInput) SetProjectName added in v1.2.48

SetProjectName sets the ProjectName field's value.

func (ResetClusterPasswordInput) String added in v1.2.48

func (s ResetClusterPasswordInput) String() string

String returns the string representation

func (*ResetClusterPasswordInput) Validate added in v1.2.48

func (s *ResetClusterPasswordInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResetClusterPasswordOutput added in v1.2.48

type ResetClusterPasswordOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ResetClusterPasswordOutput) GoString added in v1.2.48

func (s ResetClusterPasswordOutput) GoString() string

GoString returns the string representation

func (ResetClusterPasswordOutput) String added in v1.2.48

String returns the string representation

type RestoreClusterInput

type RestoreClusterInput struct {
	BackupId *string `type:"string" json:",omitempty"`

	Cluster *ClusterForRestoreClusterInput `type:"structure" json:",omitempty"`

	PointInTime *PointInTimeForRestoreClusterInput `type:"structure" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	// VpcId is a required field
	VpcId *string `type:"string" json:",omitempty" required:"true"`

	Zones []*ZoneForRestoreClusterInput `type:"list"`
	// contains filtered or unexported fields
}

func (RestoreClusterInput) GoString

func (s RestoreClusterInput) GoString() string

GoString returns the string representation

func (*RestoreClusterInput) SetBackupId

func (s *RestoreClusterInput) SetBackupId(v string) *RestoreClusterInput

SetBackupId sets the BackupId field's value.

func (*RestoreClusterInput) SetCluster

SetCluster sets the Cluster field's value.

func (*RestoreClusterInput) SetPointInTime

SetPointInTime sets the PointInTime field's value.

func (*RestoreClusterInput) SetProjectName

func (s *RestoreClusterInput) SetProjectName(v string) *RestoreClusterInput

SetProjectName sets the ProjectName field's value.

func (*RestoreClusterInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*RestoreClusterInput) SetZones

SetZones sets the Zones field's value.

func (RestoreClusterInput) String

func (s RestoreClusterInput) String() string

String returns the string representation

func (*RestoreClusterInput) Validate

func (s *RestoreClusterInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RestoreClusterOutput

type RestoreClusterOutput struct {
	Metadata *response.ResponseMetadata

	ClusterId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RestoreClusterOutput) GoString

func (s RestoreClusterOutput) GoString() string

GoString returns the string representation

func (*RestoreClusterOutput) SetClusterId

func (s *RestoreClusterOutput) SetClusterId(v string) *RestoreClusterOutput

SetClusterId sets the ClusterId field's value.

func (RestoreClusterOutput) String

func (s RestoreClusterOutput) String() string

String returns the string representation

type Row_valueForGetImportTableColumnsOutput

type Row_valueForGetImportTableColumnsOutput struct {
	Column_values []*string `type:"list" json:"column_values"`
	// contains filtered or unexported fields
}

func (Row_valueForGetImportTableColumnsOutput) GoString

GoString returns the string representation

func (*Row_valueForGetImportTableColumnsOutput) SetColumn_values

SetColumn_values sets the Column_values field's value.

func (Row_valueForGetImportTableColumnsOutput) String

String returns the string representation

type Row_valueForPreviewLocalImportOutput

type Row_valueForPreviewLocalImportOutput struct {
	Column_values []*string `type:"list" json:"column_values"`
	// contains filtered or unexported fields
}

func (Row_valueForPreviewLocalImportOutput) GoString

GoString returns the string representation

func (*Row_valueForPreviewLocalImportOutput) SetColumn_values

SetColumn_values sets the Column_values field's value.

func (Row_valueForPreviewLocalImportOutput) String

String returns the string representation

type Ru_v2_metricsForGetSlowQueryDetailsOutput

type Ru_v2_metricsForGetSlowQueryDetailsOutput struct {
	Plan_cnt *int64 `type:"int64" json:"plan_cnt,omitempty"`

	Result_chunk_cells *int64 `type:"int64" json:"result_chunk_cells,omitempty"`

	Session_parser_total *int64 `type:"int64" json:"session_parser_total,omitempty"`

	Tidb_ru *float64 `type:"double" json:"tidb_ru,omitempty"`

	Tiflash_ru *float64 `type:"double" json:"tiflash_ru,omitempty"`

	Tikv_ru *float64 `type:"double" json:"tikv_ru,omitempty"`

	Total_ru *float64 `type:"double" json:"total_ru,omitempty"`
	// contains filtered or unexported fields
}

func (Ru_v2_metricsForGetSlowQueryDetailsOutput) GoString

GoString returns the string representation

func (*Ru_v2_metricsForGetSlowQueryDetailsOutput) SetPlan_cnt

SetPlan_cnt sets the Plan_cnt field's value.

func (*Ru_v2_metricsForGetSlowQueryDetailsOutput) SetResult_chunk_cells

SetResult_chunk_cells sets the Result_chunk_cells field's value.

func (*Ru_v2_metricsForGetSlowQueryDetailsOutput) SetSession_parser_total

SetSession_parser_total sets the Session_parser_total field's value.

func (*Ru_v2_metricsForGetSlowQueryDetailsOutput) SetTidb_ru

SetTidb_ru sets the Tidb_ru field's value.

func (*Ru_v2_metricsForGetSlowQueryDetailsOutput) SetTiflash_ru

SetTiflash_ru sets the Tiflash_ru field's value.

func (*Ru_v2_metricsForGetSlowQueryDetailsOutput) SetTikv_ru

SetTikv_ru sets the Tikv_ru field's value.

func (*Ru_v2_metricsForGetSlowQueryDetailsOutput) SetTotal_ru

SetTotal_ru sets the Total_ru field's value.

func (Ru_v2_metricsForGetSlowQueryDetailsOutput) String

String returns the string representation

type S3CompatibleForCreateImportTaskInput

type S3CompatibleForCreateImportTaskInput struct {
	AccessKey *AccessKeyForCreateImportTaskInput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForCreateImportTaskInput"`

	Endpoint *string `type:"string" json:",omitempty"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (S3CompatibleForCreateImportTaskInput) GoString

GoString returns the string representation

func (*S3CompatibleForCreateImportTaskInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*S3CompatibleForCreateImportTaskInput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*S3CompatibleForCreateImportTaskInput) SetEndpoint

SetEndpoint sets the Endpoint field's value.

func (*S3CompatibleForCreateImportTaskInput) SetUri

SetUri sets the Uri field's value.

func (S3CompatibleForCreateImportTaskInput) String

String returns the string representation

type S3CompatibleForCreateImportTaskOutput

type S3CompatibleForCreateImportTaskOutput struct {
	AccessKey *AccessKeyForCreateImportTaskOutput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForCreateImportTaskOutput"`

	Endpoint *string `type:"string" json:",omitempty"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (S3CompatibleForCreateImportTaskOutput) GoString

GoString returns the string representation

func (*S3CompatibleForCreateImportTaskOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*S3CompatibleForCreateImportTaskOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*S3CompatibleForCreateImportTaskOutput) SetEndpoint

SetEndpoint sets the Endpoint field's value.

func (*S3CompatibleForCreateImportTaskOutput) SetUri

SetUri sets the Uri field's value.

func (S3CompatibleForCreateImportTaskOutput) String

String returns the string representation

type S3CompatibleForGetImportTaskDetailsOutput

type S3CompatibleForGetImportTaskDetailsOutput struct {
	AccessKey *AccessKeyForGetImportTaskDetailsOutput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForGetImportTaskDetailsOutput"`

	Endpoint *string `type:"string" json:",omitempty"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (S3CompatibleForGetImportTaskDetailsOutput) GoString

GoString returns the string representation

func (*S3CompatibleForGetImportTaskDetailsOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*S3CompatibleForGetImportTaskDetailsOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*S3CompatibleForGetImportTaskDetailsOutput) SetEndpoint

SetEndpoint sets the Endpoint field's value.

func (*S3CompatibleForGetImportTaskDetailsOutput) SetUri

SetUri sets the Uri field's value.

func (S3CompatibleForGetImportTaskDetailsOutput) String

String returns the string representation

type S3CompatibleForListImportTasksOutput

type S3CompatibleForListImportTasksOutput struct {
	AccessKey *AccessKeyForListImportTasksOutput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForListImportTasksOutput"`

	Endpoint *string `type:"string" json:",omitempty"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (S3CompatibleForListImportTasksOutput) GoString

GoString returns the string representation

func (*S3CompatibleForListImportTasksOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*S3CompatibleForListImportTasksOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*S3CompatibleForListImportTasksOutput) SetEndpoint

SetEndpoint sets the Endpoint field's value.

func (*S3CompatibleForListImportTasksOutput) SetUri

SetUri sets the Uri field's value.

func (S3CompatibleForListImportTasksOutput) String

String returns the string representation

type S3CompatibleForPrecheckImportTaskInput

type S3CompatibleForPrecheckImportTaskInput struct {
	AccessKey *AccessKeyForPrecheckImportTaskInput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForPrecheckImportTaskInput"`

	Endpoint *string `type:"string" json:",omitempty"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (S3CompatibleForPrecheckImportTaskInput) GoString

GoString returns the string representation

func (*S3CompatibleForPrecheckImportTaskInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*S3CompatibleForPrecheckImportTaskInput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*S3CompatibleForPrecheckImportTaskInput) SetEndpoint

SetEndpoint sets the Endpoint field's value.

func (*S3CompatibleForPrecheckImportTaskInput) SetUri

SetUri sets the Uri field's value.

func (S3CompatibleForPrecheckImportTaskInput) String

String returns the string representation

type S3CompatibleForValidateImportTaskInput

type S3CompatibleForValidateImportTaskInput struct {
	AccessKey *AccessKeyForValidateImportTaskInput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForValidateImportTaskInput"`

	Endpoint *string `type:"string" json:",omitempty"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (S3CompatibleForValidateImportTaskInput) GoString

GoString returns the string representation

func (*S3CompatibleForValidateImportTaskInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*S3CompatibleForValidateImportTaskInput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*S3CompatibleForValidateImportTaskInput) SetEndpoint

SetEndpoint sets the Endpoint field's value.

func (*S3CompatibleForValidateImportTaskInput) SetUri

SetUri sets the Uri field's value.

func (S3CompatibleForValidateImportTaskInput) String

String returns the string representation

type S3ForCancelExportTaskOutput

type S3ForCancelExportTaskOutput struct {
	AccessKey *AccessKeyForCancelExportTaskOutput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForCancelExportTaskOutput"`

	RoleArn *string `type:"string" json:",omitempty"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (S3ForCancelExportTaskOutput) GoString

func (s S3ForCancelExportTaskOutput) GoString() string

GoString returns the string representation

func (*S3ForCancelExportTaskOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*S3ForCancelExportTaskOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*S3ForCancelExportTaskOutput) SetRoleArn

SetRoleArn sets the RoleArn field's value.

func (*S3ForCancelExportTaskOutput) SetUri

SetUri sets the Uri field's value.

func (S3ForCancelExportTaskOutput) String

String returns the string representation

type S3ForCreateExportTaskInput

type S3ForCreateExportTaskInput struct {
	AccessKey *AccessKeyForCreateExportTaskInput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForCreateExportTaskInput"`

	RoleArn *string `type:"string" json:",omitempty"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (S3ForCreateExportTaskInput) GoString

func (s S3ForCreateExportTaskInput) GoString() string

GoString returns the string representation

func (*S3ForCreateExportTaskInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*S3ForCreateExportTaskInput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*S3ForCreateExportTaskInput) SetRoleArn

SetRoleArn sets the RoleArn field's value.

func (*S3ForCreateExportTaskInput) SetUri

SetUri sets the Uri field's value.

func (S3ForCreateExportTaskInput) String

String returns the string representation

type S3ForCreateExportTaskOutput

type S3ForCreateExportTaskOutput struct {
	AccessKey *AccessKeyForCreateExportTaskOutput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForCreateExportTaskOutput"`

	RoleArn *string `type:"string" json:",omitempty"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (S3ForCreateExportTaskOutput) GoString

func (s S3ForCreateExportTaskOutput) GoString() string

GoString returns the string representation

func (*S3ForCreateExportTaskOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*S3ForCreateExportTaskOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*S3ForCreateExportTaskOutput) SetRoleArn

SetRoleArn sets the RoleArn field's value.

func (*S3ForCreateExportTaskOutput) SetUri

SetUri sets the Uri field's value.

func (S3ForCreateExportTaskOutput) String

String returns the string representation

type S3ForCreateImportTaskInput

type S3ForCreateImportTaskInput struct {
	AccessKey *AccessKeyForCreateImportTaskInput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForCreateImportTaskInput"`

	RoleArn *string `type:"string" json:",omitempty"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (S3ForCreateImportTaskInput) GoString

func (s S3ForCreateImportTaskInput) GoString() string

GoString returns the string representation

func (*S3ForCreateImportTaskInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*S3ForCreateImportTaskInput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*S3ForCreateImportTaskInput) SetRoleArn

SetRoleArn sets the RoleArn field's value.

func (*S3ForCreateImportTaskInput) SetUri

SetUri sets the Uri field's value.

func (S3ForCreateImportTaskInput) String

String returns the string representation

type S3ForCreateImportTaskOutput

type S3ForCreateImportTaskOutput struct {
	AccessKey *AccessKeyForCreateImportTaskOutput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForCreateImportTaskOutput"`

	RoleArn *string `type:"string" json:",omitempty"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (S3ForCreateImportTaskOutput) GoString

func (s S3ForCreateImportTaskOutput) GoString() string

GoString returns the string representation

func (*S3ForCreateImportTaskOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*S3ForCreateImportTaskOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*S3ForCreateImportTaskOutput) SetRoleArn

SetRoleArn sets the RoleArn field's value.

func (*S3ForCreateImportTaskOutput) SetUri

SetUri sets the Uri field's value.

func (S3ForCreateImportTaskOutput) String

String returns the string representation

type S3ForDeleteExportTaskOutput

type S3ForDeleteExportTaskOutput struct {
	AccessKey *AccessKeyForDeleteExportTaskOutput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForDeleteExportTaskOutput"`

	RoleArn *string `type:"string" json:",omitempty"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (S3ForDeleteExportTaskOutput) GoString

func (s S3ForDeleteExportTaskOutput) GoString() string

GoString returns the string representation

func (*S3ForDeleteExportTaskOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*S3ForDeleteExportTaskOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*S3ForDeleteExportTaskOutput) SetRoleArn

SetRoleArn sets the RoleArn field's value.

func (*S3ForDeleteExportTaskOutput) SetUri

SetUri sets the Uri field's value.

func (S3ForDeleteExportTaskOutput) String

String returns the string representation

type S3ForGetExportTaskDetailsOutput

type S3ForGetExportTaskDetailsOutput struct {
	AccessKey *AccessKeyForGetExportTaskDetailsOutput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForGetExportTaskDetailsOutput"`

	RoleArn *string `type:"string" json:",omitempty"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (S3ForGetExportTaskDetailsOutput) GoString

GoString returns the string representation

func (*S3ForGetExportTaskDetailsOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*S3ForGetExportTaskDetailsOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*S3ForGetExportTaskDetailsOutput) SetRoleArn

SetRoleArn sets the RoleArn field's value.

func (*S3ForGetExportTaskDetailsOutput) SetUri

SetUri sets the Uri field's value.

func (S3ForGetExportTaskDetailsOutput) String

String returns the string representation

type S3ForGetImportTaskDetailsOutput

type S3ForGetImportTaskDetailsOutput struct {
	AccessKey *AccessKeyForGetImportTaskDetailsOutput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForGetImportTaskDetailsOutput"`

	RoleArn *string `type:"string" json:",omitempty"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (S3ForGetImportTaskDetailsOutput) GoString

GoString returns the string representation

func (*S3ForGetImportTaskDetailsOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*S3ForGetImportTaskDetailsOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*S3ForGetImportTaskDetailsOutput) SetRoleArn

SetRoleArn sets the RoleArn field's value.

func (*S3ForGetImportTaskDetailsOutput) SetUri

SetUri sets the Uri field's value.

func (S3ForGetImportTaskDetailsOutput) String

String returns the string representation

type S3ForListExportTasksOutput

type S3ForListExportTasksOutput struct {
	AccessKey *AccessKeyForListExportTasksOutput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForListExportTasksOutput"`

	RoleArn *string `type:"string" json:",omitempty"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (S3ForListExportTasksOutput) GoString

func (s S3ForListExportTasksOutput) GoString() string

GoString returns the string representation

func (*S3ForListExportTasksOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*S3ForListExportTasksOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*S3ForListExportTasksOutput) SetRoleArn

SetRoleArn sets the RoleArn field's value.

func (*S3ForListExportTasksOutput) SetUri

SetUri sets the Uri field's value.

func (S3ForListExportTasksOutput) String

String returns the string representation

type S3ForListImportTasksOutput

type S3ForListImportTasksOutput struct {
	AccessKey *AccessKeyForListImportTasksOutput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForListImportTasksOutput"`

	RoleArn *string `type:"string" json:",omitempty"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (S3ForListImportTasksOutput) GoString

func (s S3ForListImportTasksOutput) GoString() string

GoString returns the string representation

func (*S3ForListImportTasksOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*S3ForListImportTasksOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*S3ForListImportTasksOutput) SetRoleArn

SetRoleArn sets the RoleArn field's value.

func (*S3ForListImportTasksOutput) SetUri

SetUri sets the Uri field's value.

func (S3ForListImportTasksOutput) String

String returns the string representation

type S3ForPrecheckImportTaskInput

type S3ForPrecheckImportTaskInput struct {
	AccessKey *AccessKeyForPrecheckImportTaskInput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForPrecheckImportTaskInput"`

	RoleArn *string `type:"string" json:",omitempty"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (S3ForPrecheckImportTaskInput) GoString

func (s S3ForPrecheckImportTaskInput) GoString() string

GoString returns the string representation

func (*S3ForPrecheckImportTaskInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*S3ForPrecheckImportTaskInput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*S3ForPrecheckImportTaskInput) SetRoleArn

SetRoleArn sets the RoleArn field's value.

func (*S3ForPrecheckImportTaskInput) SetUri

SetUri sets the Uri field's value.

func (S3ForPrecheckImportTaskInput) String

String returns the string representation

type S3ForValidateImportTaskInput

type S3ForValidateImportTaskInput struct {
	AccessKey *AccessKeyForValidateImportTaskInput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForValidateImportTaskInput"`

	RoleArn *string `type:"string" json:",omitempty"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (S3ForValidateImportTaskInput) GoString

func (s S3ForValidateImportTaskInput) GoString() string

GoString returns the string representation

func (*S3ForValidateImportTaskInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*S3ForValidateImportTaskInput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*S3ForValidateImportTaskInput) SetRoleArn

SetRoleArn sets the RoleArn field's value.

func (*S3ForValidateImportTaskInput) SetUri

SetUri sets the Uri field's value.

func (S3ForValidateImportTaskInput) String

String returns the string representation

type SourceForCreateImportTaskInput

type SourceForCreateImportTaskInput struct {
	AzureBlob *AzureBlobForCreateImportTaskInput `type:"structure" json:",omitempty"`

	Gcs *GcsForCreateImportTaskInput `type:"structure" json:",omitempty"`

	Local *LocalForCreateImportTaskInput `type:"structure" json:",omitempty"`

	Oss *OssForCreateImportTaskInput `type:"structure" json:",omitempty"`

	S3 *S3ForCreateImportTaskInput `type:"structure" json:",omitempty"`

	S3Compatible *S3CompatibleForCreateImportTaskInput `type:"structure" json:",omitempty"`

	TargetTableInfos []*TargetTableInfoForCreateImportTaskInput `type:"list"`

	Tos *TosForCreateImportTaskInput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForCreateImportTaskInput"`
	// contains filtered or unexported fields
}

func (SourceForCreateImportTaskInput) GoString

GoString returns the string representation

func (*SourceForCreateImportTaskInput) SetAzureBlob

SetAzureBlob sets the AzureBlob field's value.

func (*SourceForCreateImportTaskInput) SetGcs

SetGcs sets the Gcs field's value.

func (*SourceForCreateImportTaskInput) SetLocal

SetLocal sets the Local field's value.

func (*SourceForCreateImportTaskInput) SetOss

SetOss sets the Oss field's value.

func (*SourceForCreateImportTaskInput) SetS3

SetS3 sets the S3 field's value.

func (*SourceForCreateImportTaskInput) SetS3Compatible

SetS3Compatible sets the S3Compatible field's value.

func (*SourceForCreateImportTaskInput) SetTargetTableInfos

SetTargetTableInfos sets the TargetTableInfos field's value.

func (*SourceForCreateImportTaskInput) SetTos

SetTos sets the Tos field's value.

func (*SourceForCreateImportTaskInput) SetType

SetType sets the Type field's value.

func (SourceForCreateImportTaskInput) String

String returns the string representation

type SourceForCreateImportTaskOutput

type SourceForCreateImportTaskOutput struct {
	AzureBlob *AzureBlobForCreateImportTaskOutput `type:"structure" json:",omitempty"`

	Gcs *GcsForCreateImportTaskOutput `type:"structure" json:",omitempty"`

	Local *LocalForCreateImportTaskOutput `type:"structure" json:",omitempty"`

	Oss *OssForCreateImportTaskOutput `type:"structure" json:",omitempty"`

	S3 *S3ForCreateImportTaskOutput `type:"structure" json:",omitempty"`

	S3Compatible *S3CompatibleForCreateImportTaskOutput `type:"structure" json:",omitempty"`

	TargetTableInfos []*TargetTableInfoForCreateImportTaskOutput `type:"list"`

	Tos *TosForCreateImportTaskOutput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForCreateImportTaskOutput"`
	// contains filtered or unexported fields
}

func (SourceForCreateImportTaskOutput) GoString

GoString returns the string representation

func (*SourceForCreateImportTaskOutput) SetAzureBlob

SetAzureBlob sets the AzureBlob field's value.

func (*SourceForCreateImportTaskOutput) SetGcs

SetGcs sets the Gcs field's value.

func (*SourceForCreateImportTaskOutput) SetLocal

SetLocal sets the Local field's value.

func (*SourceForCreateImportTaskOutput) SetOss

SetOss sets the Oss field's value.

func (*SourceForCreateImportTaskOutput) SetS3

SetS3 sets the S3 field's value.

func (*SourceForCreateImportTaskOutput) SetS3Compatible

SetS3Compatible sets the S3Compatible field's value.

func (*SourceForCreateImportTaskOutput) SetTargetTableInfos

SetTargetTableInfos sets the TargetTableInfos field's value.

func (*SourceForCreateImportTaskOutput) SetTos

SetTos sets the Tos field's value.

func (*SourceForCreateImportTaskOutput) SetType

SetType sets the Type field's value.

func (SourceForCreateImportTaskOutput) String

String returns the string representation

type SourceForGetImportTaskDetailsOutput

type SourceForGetImportTaskDetailsOutput struct {
	AzureBlob *AzureBlobForGetImportTaskDetailsOutput `type:"structure" json:",omitempty"`

	Gcs *GcsForGetImportTaskDetailsOutput `type:"structure" json:",omitempty"`

	Local *LocalForGetImportTaskDetailsOutput `type:"structure" json:",omitempty"`

	Oss *OssForGetImportTaskDetailsOutput `type:"structure" json:",omitempty"`

	S3 *S3ForGetImportTaskDetailsOutput `type:"structure" json:",omitempty"`

	S3Compatible *S3CompatibleForGetImportTaskDetailsOutput `type:"structure" json:",omitempty"`

	TargetTableInfos []*TargetTableInfoForGetImportTaskDetailsOutput `type:"list"`

	Tos *TosForGetImportTaskDetailsOutput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForGetImportTaskDetailsOutput"`
	// contains filtered or unexported fields
}

func (SourceForGetImportTaskDetailsOutput) GoString

GoString returns the string representation

func (*SourceForGetImportTaskDetailsOutput) SetAzureBlob

SetAzureBlob sets the AzureBlob field's value.

func (*SourceForGetImportTaskDetailsOutput) SetGcs

SetGcs sets the Gcs field's value.

func (*SourceForGetImportTaskDetailsOutput) SetLocal

SetLocal sets the Local field's value.

func (*SourceForGetImportTaskDetailsOutput) SetOss

SetOss sets the Oss field's value.

func (*SourceForGetImportTaskDetailsOutput) SetS3

SetS3 sets the S3 field's value.

func (*SourceForGetImportTaskDetailsOutput) SetS3Compatible

SetS3Compatible sets the S3Compatible field's value.

func (*SourceForGetImportTaskDetailsOutput) SetTargetTableInfos

SetTargetTableInfos sets the TargetTableInfos field's value.

func (*SourceForGetImportTaskDetailsOutput) SetTos

SetTos sets the Tos field's value.

func (*SourceForGetImportTaskDetailsOutput) SetType

SetType sets the Type field's value.

func (SourceForGetImportTaskDetailsOutput) String

String returns the string representation

type SourceForListImportTasksOutput

type SourceForListImportTasksOutput struct {
	AzureBlob *AzureBlobForListImportTasksOutput `type:"structure" json:",omitempty"`

	Gcs *GcsForListImportTasksOutput `type:"structure" json:",omitempty"`

	Local *LocalForListImportTasksOutput `type:"structure" json:",omitempty"`

	Oss *OssForListImportTasksOutput `type:"structure" json:",omitempty"`

	S3 *S3ForListImportTasksOutput `type:"structure" json:",omitempty"`

	S3Compatible *S3CompatibleForListImportTasksOutput `type:"structure" json:",omitempty"`

	TargetTableInfos []*TargetTableInfoForListImportTasksOutput `type:"list"`

	Tos *TosForListImportTasksOutput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForListImportTasksOutput"`
	// contains filtered or unexported fields
}

func (SourceForListImportTasksOutput) GoString

GoString returns the string representation

func (*SourceForListImportTasksOutput) SetAzureBlob

SetAzureBlob sets the AzureBlob field's value.

func (*SourceForListImportTasksOutput) SetGcs

SetGcs sets the Gcs field's value.

func (*SourceForListImportTasksOutput) SetLocal

SetLocal sets the Local field's value.

func (*SourceForListImportTasksOutput) SetOss

SetOss sets the Oss field's value.

func (*SourceForListImportTasksOutput) SetS3

SetS3 sets the S3 field's value.

func (*SourceForListImportTasksOutput) SetS3Compatible

SetS3Compatible sets the S3Compatible field's value.

func (*SourceForListImportTasksOutput) SetTargetTableInfos

SetTargetTableInfos sets the TargetTableInfos field's value.

func (*SourceForListImportTasksOutput) SetTos

SetTos sets the Tos field's value.

func (*SourceForListImportTasksOutput) SetType

SetType sets the Type field's value.

func (SourceForListImportTasksOutput) String

String returns the string representation

type SourceForPrecheckImportTaskInput

type SourceForPrecheckImportTaskInput struct {
	AzureBlob *AzureBlobForPrecheckImportTaskInput `type:"structure" json:",omitempty"`

	Gcs *GcsForPrecheckImportTaskInput `type:"structure" json:",omitempty"`

	Local *LocalForPrecheckImportTaskInput `type:"structure" json:",omitempty"`

	Oss *OssForPrecheckImportTaskInput `type:"structure" json:",omitempty"`

	S3 *S3ForPrecheckImportTaskInput `type:"structure" json:",omitempty"`

	S3Compatible *S3CompatibleForPrecheckImportTaskInput `type:"structure" json:",omitempty"`

	TargetTableInfos []*TargetTableInfoForPrecheckImportTaskInput `type:"list"`

	Tos *TosForPrecheckImportTaskInput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForPrecheckImportTaskInput"`
	// contains filtered or unexported fields
}

func (SourceForPrecheckImportTaskInput) GoString

GoString returns the string representation

func (*SourceForPrecheckImportTaskInput) SetAzureBlob

SetAzureBlob sets the AzureBlob field's value.

func (*SourceForPrecheckImportTaskInput) SetGcs

SetGcs sets the Gcs field's value.

func (*SourceForPrecheckImportTaskInput) SetLocal

SetLocal sets the Local field's value.

func (*SourceForPrecheckImportTaskInput) SetOss

SetOss sets the Oss field's value.

func (*SourceForPrecheckImportTaskInput) SetS3

SetS3 sets the S3 field's value.

func (*SourceForPrecheckImportTaskInput) SetS3Compatible

SetS3Compatible sets the S3Compatible field's value.

func (*SourceForPrecheckImportTaskInput) SetTargetTableInfos

SetTargetTableInfos sets the TargetTableInfos field's value.

func (*SourceForPrecheckImportTaskInput) SetTos

SetTos sets the Tos field's value.

func (*SourceForPrecheckImportTaskInput) SetType

SetType sets the Type field's value.

func (SourceForPrecheckImportTaskInput) String

String returns the string representation

type SourceForValidateImportTaskInput

type SourceForValidateImportTaskInput struct {
	AzureBlob *AzureBlobForValidateImportTaskInput `type:"structure" json:",omitempty"`

	Gcs *GcsForValidateImportTaskInput `type:"structure" json:",omitempty"`

	Local *LocalForValidateImportTaskInput `type:"structure" json:",omitempty"`

	Oss *OssForValidateImportTaskInput `type:"structure" json:",omitempty"`

	S3 *S3ForValidateImportTaskInput `type:"structure" json:",omitempty"`

	S3Compatible *S3CompatibleForValidateImportTaskInput `type:"structure" json:",omitempty"`

	TargetTableInfos []*TargetTableInfoForValidateImportTaskInput `type:"list"`

	Tos *TosForValidateImportTaskInput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForValidateImportTaskInput"`
	// contains filtered or unexported fields
}

func (SourceForValidateImportTaskInput) GoString

GoString returns the string representation

func (*SourceForValidateImportTaskInput) SetAzureBlob

SetAzureBlob sets the AzureBlob field's value.

func (*SourceForValidateImportTaskInput) SetGcs

SetGcs sets the Gcs field's value.

func (*SourceForValidateImportTaskInput) SetLocal

SetLocal sets the Local field's value.

func (*SourceForValidateImportTaskInput) SetOss

SetOss sets the Oss field's value.

func (*SourceForValidateImportTaskInput) SetS3

SetS3 sets the S3 field's value.

func (*SourceForValidateImportTaskInput) SetS3Compatible

SetS3Compatible sets the S3Compatible field's value.

func (*SourceForValidateImportTaskInput) SetTargetTableInfos

SetTargetTableInfos sets the TargetTableInfos field's value.

func (*SourceForValidateImportTaskInput) SetTos

SetTos sets the Tos field's value.

func (*SourceForValidateImportTaskInput) SetType

SetType sets the Type field's value.

func (SourceForValidateImportTaskInput) String

String returns the string representation

type SpendingLimitForDeleteClusterOutput added in v1.2.48

type SpendingLimitForDeleteClusterOutput struct {
	Monthly *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SpendingLimitForDeleteClusterOutput) GoString added in v1.2.48

GoString returns the string representation

func (*SpendingLimitForDeleteClusterOutput) SetMonthly added in v1.2.48

SetMonthly sets the Monthly field's value.

func (SpendingLimitForDeleteClusterOutput) String added in v1.2.48

String returns the string representation

type SpendingLimitForGetClusterDetailsOutput added in v1.2.48

type SpendingLimitForGetClusterDetailsOutput struct {
	Monthly *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SpendingLimitForGetClusterDetailsOutput) GoString added in v1.2.48

GoString returns the string representation

func (*SpendingLimitForGetClusterDetailsOutput) SetMonthly added in v1.2.48

SetMonthly sets the Monthly field's value.

func (SpendingLimitForGetClusterDetailsOutput) String added in v1.2.48

String returns the string representation

type SpendingLimitForListClustersOutput added in v1.2.48

type SpendingLimitForListClustersOutput struct {
	Monthly *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SpendingLimitForListClustersOutput) GoString added in v1.2.48

GoString returns the string representation

func (*SpendingLimitForListClustersOutput) SetMonthly added in v1.2.48

SetMonthly sets the Monthly field's value.

func (SpendingLimitForListClustersOutput) String added in v1.2.48

String returns the string representation

type SpendingLimitForRestoreClusterInput

type SpendingLimitForRestoreClusterInput struct {
	Monthly *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SpendingLimitForRestoreClusterInput) GoString

GoString returns the string representation

func (*SpendingLimitForRestoreClusterInput) SetMonthly

SetMonthly sets the Monthly field's value.

func (SpendingLimitForRestoreClusterInput) String

String returns the string representation

type SpendingLimitForUpdateClusterInput added in v1.2.48

type SpendingLimitForUpdateClusterInput struct {
	Monthly *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SpendingLimitForUpdateClusterInput) GoString added in v1.2.48

GoString returns the string representation

func (*SpendingLimitForUpdateClusterInput) SetMonthly added in v1.2.48

SetMonthly sets the Monthly field's value.

func (SpendingLimitForUpdateClusterInput) String added in v1.2.48

String returns the string representation

type TIDB

type TIDB struct {
	*client.Client
}

TIDB provides the API operation methods for making requests to TIDB. See this package's package overview docs for details on the service.

TIDB methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*volcengine.Config) *TIDB

New create int can support ssl or region locate set

func (*TIDB) CancelExportTask

func (c *TIDB) CancelExportTask(input *CancelExportTaskInput) (*CancelExportTaskOutput, error)

CancelExportTask API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation CancelExportTask for usage and error information.

func (*TIDB) CancelExportTaskCommon

func (c *TIDB) CancelExportTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CancelExportTaskCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation CancelExportTaskCommon for usage and error information.

func (*TIDB) CancelExportTaskCommonRequest

func (c *TIDB) CancelExportTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CancelExportTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the CancelExportTaskCommon operation. The "output" return value will be populated with the CancelExportTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned CancelExportTaskCommon Request to send the API call to the service. the "output" return value is not valid until after CancelExportTaskCommon Send returns without error.

See CancelExportTaskCommon for more information on using the CancelExportTaskCommon API call, and error handling.

// Example sending a request using the CancelExportTaskCommonRequest method.
req, resp := client.CancelExportTaskCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) CancelExportTaskCommonWithContext

func (c *TIDB) CancelExportTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CancelExportTaskCommonWithContext is the same as CancelExportTaskCommon with the addition of the ability to pass a context and additional request options.

See CancelExportTaskCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) CancelExportTaskRequest

func (c *TIDB) CancelExportTaskRequest(input *CancelExportTaskInput) (req *request.Request, output *CancelExportTaskOutput)

CancelExportTaskRequest generates a "volcengine/request.Request" representing the client's request for the CancelExportTask operation. The "output" return value will be populated with the CancelExportTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned CancelExportTaskCommon Request to send the API call to the service. the "output" return value is not valid until after CancelExportTaskCommon Send returns without error.

See CancelExportTask for more information on using the CancelExportTask API call, and error handling.

// Example sending a request using the CancelExportTaskRequest method.
req, resp := client.CancelExportTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) CancelExportTaskWithContext

func (c *TIDB) CancelExportTaskWithContext(ctx volcengine.Context, input *CancelExportTaskInput, opts ...request.Option) (*CancelExportTaskOutput, error)

CancelExportTaskWithContext is the same as CancelExportTask with the addition of the ability to pass a context and additional request options.

See CancelExportTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) CancelImportTask

func (c *TIDB) CancelImportTask(input *CancelImportTaskInput) (*CancelImportTaskOutput, error)

CancelImportTask API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation CancelImportTask for usage and error information.

func (*TIDB) CancelImportTaskCommon

func (c *TIDB) CancelImportTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CancelImportTaskCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation CancelImportTaskCommon for usage and error information.

func (*TIDB) CancelImportTaskCommonRequest

func (c *TIDB) CancelImportTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CancelImportTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the CancelImportTaskCommon operation. The "output" return value will be populated with the CancelImportTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned CancelImportTaskCommon Request to send the API call to the service. the "output" return value is not valid until after CancelImportTaskCommon Send returns without error.

See CancelImportTaskCommon for more information on using the CancelImportTaskCommon API call, and error handling.

// Example sending a request using the CancelImportTaskCommonRequest method.
req, resp := client.CancelImportTaskCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) CancelImportTaskCommonWithContext

func (c *TIDB) CancelImportTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CancelImportTaskCommonWithContext is the same as CancelImportTaskCommon with the addition of the ability to pass a context and additional request options.

See CancelImportTaskCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) CancelImportTaskRequest

func (c *TIDB) CancelImportTaskRequest(input *CancelImportTaskInput) (req *request.Request, output *CancelImportTaskOutput)

CancelImportTaskRequest generates a "volcengine/request.Request" representing the client's request for the CancelImportTask operation. The "output" return value will be populated with the CancelImportTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned CancelImportTaskCommon Request to send the API call to the service. the "output" return value is not valid until after CancelImportTaskCommon Send returns without error.

See CancelImportTask for more information on using the CancelImportTask API call, and error handling.

// Example sending a request using the CancelImportTaskRequest method.
req, resp := client.CancelImportTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) CancelImportTaskWithContext

func (c *TIDB) CancelImportTaskWithContext(ctx volcengine.Context, input *CancelImportTaskInput, opts ...request.Option) (*CancelImportTaskOutput, error)

CancelImportTaskWithContext is the same as CancelImportTask with the addition of the ability to pass a context and additional request options.

See CancelImportTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ChangeBranchPassword added in v1.2.48

func (c *TIDB) ChangeBranchPassword(input *ChangeBranchPasswordInput) (*ChangeBranchPasswordOutput, error)

ChangeBranchPassword API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ChangeBranchPassword for usage and error information.

func (*TIDB) ChangeBranchPasswordCommon added in v1.2.48

func (c *TIDB) ChangeBranchPasswordCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ChangeBranchPasswordCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ChangeBranchPasswordCommon for usage and error information.

func (*TIDB) ChangeBranchPasswordCommonRequest added in v1.2.48

func (c *TIDB) ChangeBranchPasswordCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ChangeBranchPasswordCommonRequest generates a "volcengine/request.Request" representing the client's request for the ChangeBranchPasswordCommon operation. The "output" return value will be populated with the ChangeBranchPasswordCommon request's response once the request completes successfully.

Use "Send" method on the returned ChangeBranchPasswordCommon Request to send the API call to the service. the "output" return value is not valid until after ChangeBranchPasswordCommon Send returns without error.

See ChangeBranchPasswordCommon for more information on using the ChangeBranchPasswordCommon API call, and error handling.

// Example sending a request using the ChangeBranchPasswordCommonRequest method.
req, resp := client.ChangeBranchPasswordCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ChangeBranchPasswordCommonWithContext added in v1.2.48

func (c *TIDB) ChangeBranchPasswordCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ChangeBranchPasswordCommonWithContext is the same as ChangeBranchPasswordCommon with the addition of the ability to pass a context and additional request options.

See ChangeBranchPasswordCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ChangeBranchPasswordRequest added in v1.2.48

func (c *TIDB) ChangeBranchPasswordRequest(input *ChangeBranchPasswordInput) (req *request.Request, output *ChangeBranchPasswordOutput)

ChangeBranchPasswordRequest generates a "volcengine/request.Request" representing the client's request for the ChangeBranchPassword operation. The "output" return value will be populated with the ChangeBranchPasswordCommon request's response once the request completes successfully.

Use "Send" method on the returned ChangeBranchPasswordCommon Request to send the API call to the service. the "output" return value is not valid until after ChangeBranchPasswordCommon Send returns without error.

See ChangeBranchPassword for more information on using the ChangeBranchPassword API call, and error handling.

// Example sending a request using the ChangeBranchPasswordRequest method.
req, resp := client.ChangeBranchPasswordRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ChangeBranchPasswordWithContext added in v1.2.48

func (c *TIDB) ChangeBranchPasswordWithContext(ctx volcengine.Context, input *ChangeBranchPasswordInput, opts ...request.Option) (*ChangeBranchPasswordOutput, error)

ChangeBranchPasswordWithContext is the same as ChangeBranchPassword with the addition of the ability to pass a context and additional request options.

See ChangeBranchPassword for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) CreateBranch added in v1.2.48

func (c *TIDB) CreateBranch(input *CreateBranchInput) (*CreateBranchOutput, error)

CreateBranch API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation CreateBranch for usage and error information.

func (*TIDB) CreateBranchCommon added in v1.2.48

func (c *TIDB) CreateBranchCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateBranchCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation CreateBranchCommon for usage and error information.

func (*TIDB) CreateBranchCommonRequest added in v1.2.48

func (c *TIDB) CreateBranchCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateBranchCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateBranchCommon operation. The "output" return value will be populated with the CreateBranchCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateBranchCommon Request to send the API call to the service. the "output" return value is not valid until after CreateBranchCommon Send returns without error.

See CreateBranchCommon for more information on using the CreateBranchCommon API call, and error handling.

// Example sending a request using the CreateBranchCommonRequest method.
req, resp := client.CreateBranchCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) CreateBranchCommonWithContext added in v1.2.48

func (c *TIDB) CreateBranchCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateBranchCommonWithContext is the same as CreateBranchCommon with the addition of the ability to pass a context and additional request options.

See CreateBranchCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) CreateBranchRequest added in v1.2.48

func (c *TIDB) CreateBranchRequest(input *CreateBranchInput) (req *request.Request, output *CreateBranchOutput)

CreateBranchRequest generates a "volcengine/request.Request" representing the client's request for the CreateBranch operation. The "output" return value will be populated with the CreateBranchCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateBranchCommon Request to send the API call to the service. the "output" return value is not valid until after CreateBranchCommon Send returns without error.

See CreateBranch for more information on using the CreateBranch API call, and error handling.

// Example sending a request using the CreateBranchRequest method.
req, resp := client.CreateBranchRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) CreateBranchWithContext added in v1.2.48

func (c *TIDB) CreateBranchWithContext(ctx volcengine.Context, input *CreateBranchInput, opts ...request.Option) (*CreateBranchOutput, error)

CreateBranchWithContext is the same as CreateBranch with the addition of the ability to pass a context and additional request options.

See CreateBranch for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) CreateCluster added in v1.2.48

func (c *TIDB) CreateCluster(input *CreateClusterInput) (*CreateClusterOutput, error)

CreateCluster API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation CreateCluster for usage and error information.

func (*TIDB) CreateClusterCommon added in v1.2.48

func (c *TIDB) CreateClusterCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateClusterCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation CreateClusterCommon for usage and error information.

func (*TIDB) CreateClusterCommonRequest added in v1.2.48

func (c *TIDB) CreateClusterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateClusterCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateClusterCommon operation. The "output" return value will be populated with the CreateClusterCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateClusterCommon Request to send the API call to the service. the "output" return value is not valid until after CreateClusterCommon Send returns without error.

See CreateClusterCommon for more information on using the CreateClusterCommon API call, and error handling.

// Example sending a request using the CreateClusterCommonRequest method.
req, resp := client.CreateClusterCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) CreateClusterCommonWithContext added in v1.2.48

func (c *TIDB) CreateClusterCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateClusterCommonWithContext is the same as CreateClusterCommon with the addition of the ability to pass a context and additional request options.

See CreateClusterCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) CreateClusterRequest added in v1.2.48

func (c *TIDB) CreateClusterRequest(input *CreateClusterInput) (req *request.Request, output *CreateClusterOutput)

CreateClusterRequest generates a "volcengine/request.Request" representing the client's request for the CreateCluster operation. The "output" return value will be populated with the CreateClusterCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateClusterCommon Request to send the API call to the service. the "output" return value is not valid until after CreateClusterCommon Send returns without error.

See CreateCluster for more information on using the CreateCluster API call, and error handling.

// Example sending a request using the CreateClusterRequest method.
req, resp := client.CreateClusterRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) CreateClusterWithContext added in v1.2.48

func (c *TIDB) CreateClusterWithContext(ctx volcengine.Context, input *CreateClusterInput, opts ...request.Option) (*CreateClusterOutput, error)

CreateClusterWithContext is the same as CreateCluster with the addition of the ability to pass a context and additional request options.

See CreateCluster for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) CreateExportTask

func (c *TIDB) CreateExportTask(input *CreateExportTaskInput) (*CreateExportTaskOutput, error)

CreateExportTask API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation CreateExportTask for usage and error information.

func (*TIDB) CreateExportTaskCommon

func (c *TIDB) CreateExportTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateExportTaskCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation CreateExportTaskCommon for usage and error information.

func (*TIDB) CreateExportTaskCommonRequest

func (c *TIDB) CreateExportTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateExportTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateExportTaskCommon operation. The "output" return value will be populated with the CreateExportTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateExportTaskCommon Request to send the API call to the service. the "output" return value is not valid until after CreateExportTaskCommon Send returns without error.

See CreateExportTaskCommon for more information on using the CreateExportTaskCommon API call, and error handling.

// Example sending a request using the CreateExportTaskCommonRequest method.
req, resp := client.CreateExportTaskCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) CreateExportTaskCommonWithContext

func (c *TIDB) CreateExportTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateExportTaskCommonWithContext is the same as CreateExportTaskCommon with the addition of the ability to pass a context and additional request options.

See CreateExportTaskCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) CreateExportTaskRequest

func (c *TIDB) CreateExportTaskRequest(input *CreateExportTaskInput) (req *request.Request, output *CreateExportTaskOutput)

CreateExportTaskRequest generates a "volcengine/request.Request" representing the client's request for the CreateExportTask operation. The "output" return value will be populated with the CreateExportTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateExportTaskCommon Request to send the API call to the service. the "output" return value is not valid until after CreateExportTaskCommon Send returns without error.

See CreateExportTask for more information on using the CreateExportTask API call, and error handling.

// Example sending a request using the CreateExportTaskRequest method.
req, resp := client.CreateExportTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) CreateExportTaskWithContext

func (c *TIDB) CreateExportTaskWithContext(ctx volcengine.Context, input *CreateExportTaskInput, opts ...request.Option) (*CreateExportTaskOutput, error)

CreateExportTaskWithContext is the same as CreateExportTask with the addition of the ability to pass a context and additional request options.

See CreateExportTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) CreateImportTask

func (c *TIDB) CreateImportTask(input *CreateImportTaskInput) (*CreateImportTaskOutput, error)

CreateImportTask API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation CreateImportTask for usage and error information.

func (*TIDB) CreateImportTaskCommon

func (c *TIDB) CreateImportTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateImportTaskCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation CreateImportTaskCommon for usage and error information.

func (*TIDB) CreateImportTaskCommonRequest

func (c *TIDB) CreateImportTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateImportTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateImportTaskCommon operation. The "output" return value will be populated with the CreateImportTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateImportTaskCommon Request to send the API call to the service. the "output" return value is not valid until after CreateImportTaskCommon Send returns without error.

See CreateImportTaskCommon for more information on using the CreateImportTaskCommon API call, and error handling.

// Example sending a request using the CreateImportTaskCommonRequest method.
req, resp := client.CreateImportTaskCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) CreateImportTaskCommonWithContext

func (c *TIDB) CreateImportTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateImportTaskCommonWithContext is the same as CreateImportTaskCommon with the addition of the ability to pass a context and additional request options.

See CreateImportTaskCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) CreateImportTaskRequest

func (c *TIDB) CreateImportTaskRequest(input *CreateImportTaskInput) (req *request.Request, output *CreateImportTaskOutput)

CreateImportTaskRequest generates a "volcengine/request.Request" representing the client's request for the CreateImportTask operation. The "output" return value will be populated with the CreateImportTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateImportTaskCommon Request to send the API call to the service. the "output" return value is not valid until after CreateImportTaskCommon Send returns without error.

See CreateImportTask for more information on using the CreateImportTask API call, and error handling.

// Example sending a request using the CreateImportTaskRequest method.
req, resp := client.CreateImportTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) CreateImportTaskWithContext

func (c *TIDB) CreateImportTaskWithContext(ctx volcengine.Context, input *CreateImportTaskInput, opts ...request.Option) (*CreateImportTaskOutput, error)

CreateImportTaskWithContext is the same as CreateImportTask with the addition of the ability to pass a context and additional request options.

See CreateImportTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) CreateImportUploadUrl

func (c *TIDB) CreateImportUploadUrl(input *CreateImportUploadUrlInput) (*CreateImportUploadUrlOutput, error)

CreateImportUploadUrl API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation CreateImportUploadUrl for usage and error information.

func (*TIDB) CreateImportUploadUrlCommon

func (c *TIDB) CreateImportUploadUrlCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateImportUploadUrlCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation CreateImportUploadUrlCommon for usage and error information.

func (*TIDB) CreateImportUploadUrlCommonRequest

func (c *TIDB) CreateImportUploadUrlCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateImportUploadUrlCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateImportUploadUrlCommon operation. The "output" return value will be populated with the CreateImportUploadUrlCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateImportUploadUrlCommon Request to send the API call to the service. the "output" return value is not valid until after CreateImportUploadUrlCommon Send returns without error.

See CreateImportUploadUrlCommon for more information on using the CreateImportUploadUrlCommon API call, and error handling.

// Example sending a request using the CreateImportUploadUrlCommonRequest method.
req, resp := client.CreateImportUploadUrlCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) CreateImportUploadUrlCommonWithContext

func (c *TIDB) CreateImportUploadUrlCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateImportUploadUrlCommonWithContext is the same as CreateImportUploadUrlCommon with the addition of the ability to pass a context and additional request options.

See CreateImportUploadUrlCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) CreateImportUploadUrlRequest

func (c *TIDB) CreateImportUploadUrlRequest(input *CreateImportUploadUrlInput) (req *request.Request, output *CreateImportUploadUrlOutput)

CreateImportUploadUrlRequest generates a "volcengine/request.Request" representing the client's request for the CreateImportUploadUrl operation. The "output" return value will be populated with the CreateImportUploadUrlCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateImportUploadUrlCommon Request to send the API call to the service. the "output" return value is not valid until after CreateImportUploadUrlCommon Send returns without error.

See CreateImportUploadUrl for more information on using the CreateImportUploadUrl API call, and error handling.

// Example sending a request using the CreateImportUploadUrlRequest method.
req, resp := client.CreateImportUploadUrlRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) CreateImportUploadUrlWithContext

func (c *TIDB) CreateImportUploadUrlWithContext(ctx volcengine.Context, input *CreateImportUploadUrlInput, opts ...request.Option) (*CreateImportUploadUrlOutput, error)

CreateImportUploadUrlWithContext is the same as CreateImportUploadUrl with the addition of the ability to pass a context and additional request options.

See CreateImportUploadUrl for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) DeleteBranch added in v1.2.48

func (c *TIDB) DeleteBranch(input *DeleteBranchInput) (*DeleteBranchOutput, error)

DeleteBranch API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation DeleteBranch for usage and error information.

func (*TIDB) DeleteBranchCommon added in v1.2.48

func (c *TIDB) DeleteBranchCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteBranchCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation DeleteBranchCommon for usage and error information.

func (*TIDB) DeleteBranchCommonRequest added in v1.2.48

func (c *TIDB) DeleteBranchCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteBranchCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteBranchCommon operation. The "output" return value will be populated with the DeleteBranchCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteBranchCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteBranchCommon Send returns without error.

See DeleteBranchCommon for more information on using the DeleteBranchCommon API call, and error handling.

// Example sending a request using the DeleteBranchCommonRequest method.
req, resp := client.DeleteBranchCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) DeleteBranchCommonWithContext added in v1.2.48

func (c *TIDB) DeleteBranchCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteBranchCommonWithContext is the same as DeleteBranchCommon with the addition of the ability to pass a context and additional request options.

See DeleteBranchCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) DeleteBranchRequest added in v1.2.48

func (c *TIDB) DeleteBranchRequest(input *DeleteBranchInput) (req *request.Request, output *DeleteBranchOutput)

DeleteBranchRequest generates a "volcengine/request.Request" representing the client's request for the DeleteBranch operation. The "output" return value will be populated with the DeleteBranchCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteBranchCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteBranchCommon Send returns without error.

See DeleteBranch for more information on using the DeleteBranch API call, and error handling.

// Example sending a request using the DeleteBranchRequest method.
req, resp := client.DeleteBranchRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) DeleteBranchWithContext added in v1.2.48

func (c *TIDB) DeleteBranchWithContext(ctx volcengine.Context, input *DeleteBranchInput, opts ...request.Option) (*DeleteBranchOutput, error)

DeleteBranchWithContext is the same as DeleteBranch with the addition of the ability to pass a context and additional request options.

See DeleteBranch for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) DeleteCluster added in v1.2.48

func (c *TIDB) DeleteCluster(input *DeleteClusterInput) (*DeleteClusterOutput, error)

DeleteCluster API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation DeleteCluster for usage and error information.

func (*TIDB) DeleteClusterCommon added in v1.2.48

func (c *TIDB) DeleteClusterCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteClusterCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation DeleteClusterCommon for usage and error information.

func (*TIDB) DeleteClusterCommonRequest added in v1.2.48

func (c *TIDB) DeleteClusterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteClusterCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteClusterCommon operation. The "output" return value will be populated with the DeleteClusterCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteClusterCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteClusterCommon Send returns without error.

See DeleteClusterCommon for more information on using the DeleteClusterCommon API call, and error handling.

// Example sending a request using the DeleteClusterCommonRequest method.
req, resp := client.DeleteClusterCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) DeleteClusterCommonWithContext added in v1.2.48

func (c *TIDB) DeleteClusterCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteClusterCommonWithContext is the same as DeleteClusterCommon with the addition of the ability to pass a context and additional request options.

See DeleteClusterCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) DeleteClusterRequest added in v1.2.48

func (c *TIDB) DeleteClusterRequest(input *DeleteClusterInput) (req *request.Request, output *DeleteClusterOutput)

DeleteClusterRequest generates a "volcengine/request.Request" representing the client's request for the DeleteCluster operation. The "output" return value will be populated with the DeleteClusterCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteClusterCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteClusterCommon Send returns without error.

See DeleteCluster for more information on using the DeleteCluster API call, and error handling.

// Example sending a request using the DeleteClusterRequest method.
req, resp := client.DeleteClusterRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) DeleteClusterWithContext added in v1.2.48

func (c *TIDB) DeleteClusterWithContext(ctx volcengine.Context, input *DeleteClusterInput, opts ...request.Option) (*DeleteClusterOutput, error)

DeleteClusterWithContext is the same as DeleteCluster with the addition of the ability to pass a context and additional request options.

See DeleteCluster for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) DeleteExportTask

func (c *TIDB) DeleteExportTask(input *DeleteExportTaskInput) (*DeleteExportTaskOutput, error)

DeleteExportTask API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation DeleteExportTask for usage and error information.

func (*TIDB) DeleteExportTaskCommon

func (c *TIDB) DeleteExportTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteExportTaskCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation DeleteExportTaskCommon for usage and error information.

func (*TIDB) DeleteExportTaskCommonRequest

func (c *TIDB) DeleteExportTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteExportTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteExportTaskCommon operation. The "output" return value will be populated with the DeleteExportTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteExportTaskCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteExportTaskCommon Send returns without error.

See DeleteExportTaskCommon for more information on using the DeleteExportTaskCommon API call, and error handling.

// Example sending a request using the DeleteExportTaskCommonRequest method.
req, resp := client.DeleteExportTaskCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) DeleteExportTaskCommonWithContext

func (c *TIDB) DeleteExportTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteExportTaskCommonWithContext is the same as DeleteExportTaskCommon with the addition of the ability to pass a context and additional request options.

See DeleteExportTaskCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) DeleteExportTaskRequest

func (c *TIDB) DeleteExportTaskRequest(input *DeleteExportTaskInput) (req *request.Request, output *DeleteExportTaskOutput)

DeleteExportTaskRequest generates a "volcengine/request.Request" representing the client's request for the DeleteExportTask operation. The "output" return value will be populated with the DeleteExportTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteExportTaskCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteExportTaskCommon Send returns without error.

See DeleteExportTask for more information on using the DeleteExportTask API call, and error handling.

// Example sending a request using the DeleteExportTaskRequest method.
req, resp := client.DeleteExportTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) DeleteExportTaskWithContext

func (c *TIDB) DeleteExportTaskWithContext(ctx volcengine.Context, input *DeleteExportTaskInput, opts ...request.Option) (*DeleteExportTaskOutput, error)

DeleteExportTaskWithContext is the same as DeleteExportTask with the addition of the ability to pass a context and additional request options.

See DeleteExportTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) DescribePriceDetail added in v1.2.48

func (c *TIDB) DescribePriceDetail(input *DescribePriceDetailInput) (*DescribePriceDetailOutput, error)

DescribePriceDetail API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation DescribePriceDetail for usage and error information.

func (*TIDB) DescribePriceDetailCommon added in v1.2.48

func (c *TIDB) DescribePriceDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribePriceDetailCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation DescribePriceDetailCommon for usage and error information.

func (*TIDB) DescribePriceDetailCommonRequest added in v1.2.48

func (c *TIDB) DescribePriceDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribePriceDetailCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribePriceDetailCommon operation. The "output" return value will be populated with the DescribePriceDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribePriceDetailCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePriceDetailCommon Send returns without error.

See DescribePriceDetailCommon for more information on using the DescribePriceDetailCommon API call, and error handling.

// Example sending a request using the DescribePriceDetailCommonRequest method.
req, resp := client.DescribePriceDetailCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) DescribePriceDetailCommonWithContext added in v1.2.48

func (c *TIDB) DescribePriceDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribePriceDetailCommonWithContext is the same as DescribePriceDetailCommon with the addition of the ability to pass a context and additional request options.

See DescribePriceDetailCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) DescribePriceDetailRequest added in v1.2.48

func (c *TIDB) DescribePriceDetailRequest(input *DescribePriceDetailInput) (req *request.Request, output *DescribePriceDetailOutput)

DescribePriceDetailRequest generates a "volcengine/request.Request" representing the client's request for the DescribePriceDetail operation. The "output" return value will be populated with the DescribePriceDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribePriceDetailCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePriceDetailCommon Send returns without error.

See DescribePriceDetail for more information on using the DescribePriceDetail API call, and error handling.

// Example sending a request using the DescribePriceDetailRequest method.
req, resp := client.DescribePriceDetailRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) DescribePriceDetailWithContext added in v1.2.48

func (c *TIDB) DescribePriceDetailWithContext(ctx volcengine.Context, input *DescribePriceDetailInput, opts ...request.Option) (*DescribePriceDetailOutput, error)

DescribePriceDetailWithContext is the same as DescribePriceDetail with the addition of the ability to pass a context and additional request options.

See DescribePriceDetail for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) GetBackup

func (c *TIDB) GetBackup(input *GetBackupInput) (*GetBackupOutput, error)

GetBackup API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation GetBackup for usage and error information.

func (*TIDB) GetBackupCommon

func (c *TIDB) GetBackupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetBackupCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation GetBackupCommon for usage and error information.

func (*TIDB) GetBackupCommonRequest

func (c *TIDB) GetBackupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetBackupCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetBackupCommon operation. The "output" return value will be populated with the GetBackupCommon request's response once the request completes successfully.

Use "Send" method on the returned GetBackupCommon Request to send the API call to the service. the "output" return value is not valid until after GetBackupCommon Send returns without error.

See GetBackupCommon for more information on using the GetBackupCommon API call, and error handling.

// Example sending a request using the GetBackupCommonRequest method.
req, resp := client.GetBackupCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) GetBackupCommonWithContext

func (c *TIDB) GetBackupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetBackupCommonWithContext is the same as GetBackupCommon with the addition of the ability to pass a context and additional request options.

See GetBackupCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) GetBackupRequest

func (c *TIDB) GetBackupRequest(input *GetBackupInput) (req *request.Request, output *GetBackupOutput)

GetBackupRequest generates a "volcengine/request.Request" representing the client's request for the GetBackup operation. The "output" return value will be populated with the GetBackupCommon request's response once the request completes successfully.

Use "Send" method on the returned GetBackupCommon Request to send the API call to the service. the "output" return value is not valid until after GetBackupCommon Send returns without error.

See GetBackup for more information on using the GetBackup API call, and error handling.

// Example sending a request using the GetBackupRequest method.
req, resp := client.GetBackupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) GetBackupRetention

func (c *TIDB) GetBackupRetention(input *GetBackupRetentionInput) (*GetBackupRetentionOutput, error)

GetBackupRetention API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation GetBackupRetention for usage and error information.

func (*TIDB) GetBackupRetentionCommon

func (c *TIDB) GetBackupRetentionCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetBackupRetentionCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation GetBackupRetentionCommon for usage and error information.

func (*TIDB) GetBackupRetentionCommonRequest

func (c *TIDB) GetBackupRetentionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetBackupRetentionCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetBackupRetentionCommon operation. The "output" return value will be populated with the GetBackupRetentionCommon request's response once the request completes successfully.

Use "Send" method on the returned GetBackupRetentionCommon Request to send the API call to the service. the "output" return value is not valid until after GetBackupRetentionCommon Send returns without error.

See GetBackupRetentionCommon for more information on using the GetBackupRetentionCommon API call, and error handling.

// Example sending a request using the GetBackupRetentionCommonRequest method.
req, resp := client.GetBackupRetentionCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) GetBackupRetentionCommonWithContext

func (c *TIDB) GetBackupRetentionCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetBackupRetentionCommonWithContext is the same as GetBackupRetentionCommon with the addition of the ability to pass a context and additional request options.

See GetBackupRetentionCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) GetBackupRetentionRequest

func (c *TIDB) GetBackupRetentionRequest(input *GetBackupRetentionInput) (req *request.Request, output *GetBackupRetentionOutput)

GetBackupRetentionRequest generates a "volcengine/request.Request" representing the client's request for the GetBackupRetention operation. The "output" return value will be populated with the GetBackupRetentionCommon request's response once the request completes successfully.

Use "Send" method on the returned GetBackupRetentionCommon Request to send the API call to the service. the "output" return value is not valid until after GetBackupRetentionCommon Send returns without error.

See GetBackupRetention for more information on using the GetBackupRetention API call, and error handling.

// Example sending a request using the GetBackupRetentionRequest method.
req, resp := client.GetBackupRetentionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) GetBackupRetentionWithContext

func (c *TIDB) GetBackupRetentionWithContext(ctx volcengine.Context, input *GetBackupRetentionInput, opts ...request.Option) (*GetBackupRetentionOutput, error)

GetBackupRetentionWithContext is the same as GetBackupRetention with the addition of the ability to pass a context and additional request options.

See GetBackupRetention for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) GetBackupWithContext

func (c *TIDB) GetBackupWithContext(ctx volcengine.Context, input *GetBackupInput, opts ...request.Option) (*GetBackupOutput, error)

GetBackupWithContext is the same as GetBackup with the addition of the ability to pass a context and additional request options.

See GetBackup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) GetBranchDetails added in v1.2.48

func (c *TIDB) GetBranchDetails(input *GetBranchDetailsInput) (*GetBranchDetailsOutput, error)

GetBranchDetails API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation GetBranchDetails for usage and error information.

func (*TIDB) GetBranchDetailsCommon added in v1.2.48

func (c *TIDB) GetBranchDetailsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetBranchDetailsCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation GetBranchDetailsCommon for usage and error information.

func (*TIDB) GetBranchDetailsCommonRequest added in v1.2.48

func (c *TIDB) GetBranchDetailsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetBranchDetailsCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetBranchDetailsCommon operation. The "output" return value will be populated with the GetBranchDetailsCommon request's response once the request completes successfully.

Use "Send" method on the returned GetBranchDetailsCommon Request to send the API call to the service. the "output" return value is not valid until after GetBranchDetailsCommon Send returns without error.

See GetBranchDetailsCommon for more information on using the GetBranchDetailsCommon API call, and error handling.

// Example sending a request using the GetBranchDetailsCommonRequest method.
req, resp := client.GetBranchDetailsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) GetBranchDetailsCommonWithContext added in v1.2.48

func (c *TIDB) GetBranchDetailsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetBranchDetailsCommonWithContext is the same as GetBranchDetailsCommon with the addition of the ability to pass a context and additional request options.

See GetBranchDetailsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) GetBranchDetailsRequest added in v1.2.48

func (c *TIDB) GetBranchDetailsRequest(input *GetBranchDetailsInput) (req *request.Request, output *GetBranchDetailsOutput)

GetBranchDetailsRequest generates a "volcengine/request.Request" representing the client's request for the GetBranchDetails operation. The "output" return value will be populated with the GetBranchDetailsCommon request's response once the request completes successfully.

Use "Send" method on the returned GetBranchDetailsCommon Request to send the API call to the service. the "output" return value is not valid until after GetBranchDetailsCommon Send returns without error.

See GetBranchDetails for more information on using the GetBranchDetails API call, and error handling.

// Example sending a request using the GetBranchDetailsRequest method.
req, resp := client.GetBranchDetailsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) GetBranchDetailsWithContext added in v1.2.48

func (c *TIDB) GetBranchDetailsWithContext(ctx volcengine.Context, input *GetBranchDetailsInput, opts ...request.Option) (*GetBranchDetailsOutput, error)

GetBranchDetailsWithContext is the same as GetBranchDetails with the addition of the ability to pass a context and additional request options.

See GetBranchDetails for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) GetClusterDetails added in v1.2.48

func (c *TIDB) GetClusterDetails(input *GetClusterDetailsInput) (*GetClusterDetailsOutput, error)

GetClusterDetails API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation GetClusterDetails for usage and error information.

func (*TIDB) GetClusterDetailsCommon added in v1.2.48

func (c *TIDB) GetClusterDetailsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetClusterDetailsCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation GetClusterDetailsCommon for usage and error information.

func (*TIDB) GetClusterDetailsCommonRequest added in v1.2.48

func (c *TIDB) GetClusterDetailsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetClusterDetailsCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetClusterDetailsCommon operation. The "output" return value will be populated with the GetClusterDetailsCommon request's response once the request completes successfully.

Use "Send" method on the returned GetClusterDetailsCommon Request to send the API call to the service. the "output" return value is not valid until after GetClusterDetailsCommon Send returns without error.

See GetClusterDetailsCommon for more information on using the GetClusterDetailsCommon API call, and error handling.

// Example sending a request using the GetClusterDetailsCommonRequest method.
req, resp := client.GetClusterDetailsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) GetClusterDetailsCommonWithContext added in v1.2.48

func (c *TIDB) GetClusterDetailsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetClusterDetailsCommonWithContext is the same as GetClusterDetailsCommon with the addition of the ability to pass a context and additional request options.

See GetClusterDetailsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) GetClusterDetailsRequest added in v1.2.48

func (c *TIDB) GetClusterDetailsRequest(input *GetClusterDetailsInput) (req *request.Request, output *GetClusterDetailsOutput)

GetClusterDetailsRequest generates a "volcengine/request.Request" representing the client's request for the GetClusterDetails operation. The "output" return value will be populated with the GetClusterDetailsCommon request's response once the request completes successfully.

Use "Send" method on the returned GetClusterDetailsCommon Request to send the API call to the service. the "output" return value is not valid until after GetClusterDetailsCommon Send returns without error.

See GetClusterDetails for more information on using the GetClusterDetails API call, and error handling.

// Example sending a request using the GetClusterDetailsRequest method.
req, resp := client.GetClusterDetailsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) GetClusterDetailsWithContext added in v1.2.48

func (c *TIDB) GetClusterDetailsWithContext(ctx volcengine.Context, input *GetClusterDetailsInput, opts ...request.Option) (*GetClusterDetailsOutput, error)

GetClusterDetailsWithContext is the same as GetClusterDetails with the addition of the ability to pass a context and additional request options.

See GetClusterDetails for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) GetExportTaskDetails

func (c *TIDB) GetExportTaskDetails(input *GetExportTaskDetailsInput) (*GetExportTaskDetailsOutput, error)

GetExportTaskDetails API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation GetExportTaskDetails for usage and error information.

func (*TIDB) GetExportTaskDetailsCommon

func (c *TIDB) GetExportTaskDetailsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetExportTaskDetailsCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation GetExportTaskDetailsCommon for usage and error information.

func (*TIDB) GetExportTaskDetailsCommonRequest

func (c *TIDB) GetExportTaskDetailsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetExportTaskDetailsCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetExportTaskDetailsCommon operation. The "output" return value will be populated with the GetExportTaskDetailsCommon request's response once the request completes successfully.

Use "Send" method on the returned GetExportTaskDetailsCommon Request to send the API call to the service. the "output" return value is not valid until after GetExportTaskDetailsCommon Send returns without error.

See GetExportTaskDetailsCommon for more information on using the GetExportTaskDetailsCommon API call, and error handling.

// Example sending a request using the GetExportTaskDetailsCommonRequest method.
req, resp := client.GetExportTaskDetailsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) GetExportTaskDetailsCommonWithContext

func (c *TIDB) GetExportTaskDetailsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetExportTaskDetailsCommonWithContext is the same as GetExportTaskDetailsCommon with the addition of the ability to pass a context and additional request options.

See GetExportTaskDetailsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) GetExportTaskDetailsRequest

func (c *TIDB) GetExportTaskDetailsRequest(input *GetExportTaskDetailsInput) (req *request.Request, output *GetExportTaskDetailsOutput)

GetExportTaskDetailsRequest generates a "volcengine/request.Request" representing the client's request for the GetExportTaskDetails operation. The "output" return value will be populated with the GetExportTaskDetailsCommon request's response once the request completes successfully.

Use "Send" method on the returned GetExportTaskDetailsCommon Request to send the API call to the service. the "output" return value is not valid until after GetExportTaskDetailsCommon Send returns without error.

See GetExportTaskDetails for more information on using the GetExportTaskDetails API call, and error handling.

// Example sending a request using the GetExportTaskDetailsRequest method.
req, resp := client.GetExportTaskDetailsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) GetExportTaskDetailsWithContext

func (c *TIDB) GetExportTaskDetailsWithContext(ctx volcengine.Context, input *GetExportTaskDetailsInput, opts ...request.Option) (*GetExportTaskDetailsOutput, error)

GetExportTaskDetailsWithContext is the same as GetExportTaskDetails with the addition of the ability to pass a context and additional request options.

See GetExportTaskDetails for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) GetImportTableColumns

func (c *TIDB) GetImportTableColumns(input *GetImportTableColumnsInput) (*GetImportTableColumnsOutput, error)

GetImportTableColumns API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation GetImportTableColumns for usage and error information.

func (*TIDB) GetImportTableColumnsCommon

func (c *TIDB) GetImportTableColumnsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetImportTableColumnsCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation GetImportTableColumnsCommon for usage and error information.

func (*TIDB) GetImportTableColumnsCommonRequest

func (c *TIDB) GetImportTableColumnsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetImportTableColumnsCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetImportTableColumnsCommon operation. The "output" return value will be populated with the GetImportTableColumnsCommon request's response once the request completes successfully.

Use "Send" method on the returned GetImportTableColumnsCommon Request to send the API call to the service. the "output" return value is not valid until after GetImportTableColumnsCommon Send returns without error.

See GetImportTableColumnsCommon for more information on using the GetImportTableColumnsCommon API call, and error handling.

// Example sending a request using the GetImportTableColumnsCommonRequest method.
req, resp := client.GetImportTableColumnsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) GetImportTableColumnsCommonWithContext

func (c *TIDB) GetImportTableColumnsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetImportTableColumnsCommonWithContext is the same as GetImportTableColumnsCommon with the addition of the ability to pass a context and additional request options.

See GetImportTableColumnsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) GetImportTableColumnsRequest

func (c *TIDB) GetImportTableColumnsRequest(input *GetImportTableColumnsInput) (req *request.Request, output *GetImportTableColumnsOutput)

GetImportTableColumnsRequest generates a "volcengine/request.Request" representing the client's request for the GetImportTableColumns operation. The "output" return value will be populated with the GetImportTableColumnsCommon request's response once the request completes successfully.

Use "Send" method on the returned GetImportTableColumnsCommon Request to send the API call to the service. the "output" return value is not valid until after GetImportTableColumnsCommon Send returns without error.

See GetImportTableColumns for more information on using the GetImportTableColumns API call, and error handling.

// Example sending a request using the GetImportTableColumnsRequest method.
req, resp := client.GetImportTableColumnsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) GetImportTableColumnsWithContext

func (c *TIDB) GetImportTableColumnsWithContext(ctx volcengine.Context, input *GetImportTableColumnsInput, opts ...request.Option) (*GetImportTableColumnsOutput, error)

GetImportTableColumnsWithContext is the same as GetImportTableColumns with the addition of the ability to pass a context and additional request options.

See GetImportTableColumns for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) GetImportTaskDetails

func (c *TIDB) GetImportTaskDetails(input *GetImportTaskDetailsInput) (*GetImportTaskDetailsOutput, error)

GetImportTaskDetails API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation GetImportTaskDetails for usage and error information.

func (*TIDB) GetImportTaskDetailsCommon

func (c *TIDB) GetImportTaskDetailsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetImportTaskDetailsCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation GetImportTaskDetailsCommon for usage and error information.

func (*TIDB) GetImportTaskDetailsCommonRequest

func (c *TIDB) GetImportTaskDetailsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetImportTaskDetailsCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetImportTaskDetailsCommon operation. The "output" return value will be populated with the GetImportTaskDetailsCommon request's response once the request completes successfully.

Use "Send" method on the returned GetImportTaskDetailsCommon Request to send the API call to the service. the "output" return value is not valid until after GetImportTaskDetailsCommon Send returns without error.

See GetImportTaskDetailsCommon for more information on using the GetImportTaskDetailsCommon API call, and error handling.

// Example sending a request using the GetImportTaskDetailsCommonRequest method.
req, resp := client.GetImportTaskDetailsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) GetImportTaskDetailsCommonWithContext

func (c *TIDB) GetImportTaskDetailsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetImportTaskDetailsCommonWithContext is the same as GetImportTaskDetailsCommon with the addition of the ability to pass a context and additional request options.

See GetImportTaskDetailsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) GetImportTaskDetailsRequest

func (c *TIDB) GetImportTaskDetailsRequest(input *GetImportTaskDetailsInput) (req *request.Request, output *GetImportTaskDetailsOutput)

GetImportTaskDetailsRequest generates a "volcengine/request.Request" representing the client's request for the GetImportTaskDetails operation. The "output" return value will be populated with the GetImportTaskDetailsCommon request's response once the request completes successfully.

Use "Send" method on the returned GetImportTaskDetailsCommon Request to send the API call to the service. the "output" return value is not valid until after GetImportTaskDetailsCommon Send returns without error.

See GetImportTaskDetails for more information on using the GetImportTaskDetails API call, and error handling.

// Example sending a request using the GetImportTaskDetailsRequest method.
req, resp := client.GetImportTaskDetailsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) GetImportTaskDetailsWithContext

func (c *TIDB) GetImportTaskDetailsWithContext(ctx volcengine.Context, input *GetImportTaskDetailsInput, opts ...request.Option) (*GetImportTaskDetailsOutput, error)

GetImportTaskDetailsWithContext is the same as GetImportTaskDetails with the addition of the ability to pass a context and additional request options.

See GetImportTaskDetails for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) GetMetrics

func (c *TIDB) GetMetrics(input *GetMetricsInput) (*GetMetricsOutput, error)

GetMetrics API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation GetMetrics for usage and error information.

func (*TIDB) GetMetricsCommon

func (c *TIDB) GetMetricsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetMetricsCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation GetMetricsCommon for usage and error information.

func (*TIDB) GetMetricsCommonRequest

func (c *TIDB) GetMetricsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetMetricsCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetMetricsCommon operation. The "output" return value will be populated with the GetMetricsCommon request's response once the request completes successfully.

Use "Send" method on the returned GetMetricsCommon Request to send the API call to the service. the "output" return value is not valid until after GetMetricsCommon Send returns without error.

See GetMetricsCommon for more information on using the GetMetricsCommon API call, and error handling.

// Example sending a request using the GetMetricsCommonRequest method.
req, resp := client.GetMetricsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) GetMetricsCommonWithContext

func (c *TIDB) GetMetricsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetMetricsCommonWithContext is the same as GetMetricsCommon with the addition of the ability to pass a context and additional request options.

See GetMetricsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) GetMetricsRequest

func (c *TIDB) GetMetricsRequest(input *GetMetricsInput) (req *request.Request, output *GetMetricsOutput)

GetMetricsRequest generates a "volcengine/request.Request" representing the client's request for the GetMetrics operation. The "output" return value will be populated with the GetMetricsCommon request's response once the request completes successfully.

Use "Send" method on the returned GetMetricsCommon Request to send the API call to the service. the "output" return value is not valid until after GetMetricsCommon Send returns without error.

See GetMetrics for more information on using the GetMetrics API call, and error handling.

// Example sending a request using the GetMetricsRequest method.
req, resp := client.GetMetricsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) GetMetricsWithContext

func (c *TIDB) GetMetricsWithContext(ctx volcengine.Context, input *GetMetricsInput, opts ...request.Option) (*GetMetricsOutput, error)

GetMetricsWithContext is the same as GetMetrics with the addition of the ability to pass a context and additional request options.

See GetMetrics for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) GetRestoreProgress

func (c *TIDB) GetRestoreProgress(input *GetRestoreProgressInput) (*GetRestoreProgressOutput, error)

GetRestoreProgress API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation GetRestoreProgress for usage and error information.

func (*TIDB) GetRestoreProgressCommon

func (c *TIDB) GetRestoreProgressCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetRestoreProgressCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation GetRestoreProgressCommon for usage and error information.

func (*TIDB) GetRestoreProgressCommonRequest

func (c *TIDB) GetRestoreProgressCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetRestoreProgressCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetRestoreProgressCommon operation. The "output" return value will be populated with the GetRestoreProgressCommon request's response once the request completes successfully.

Use "Send" method on the returned GetRestoreProgressCommon Request to send the API call to the service. the "output" return value is not valid until after GetRestoreProgressCommon Send returns without error.

See GetRestoreProgressCommon for more information on using the GetRestoreProgressCommon API call, and error handling.

// Example sending a request using the GetRestoreProgressCommonRequest method.
req, resp := client.GetRestoreProgressCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) GetRestoreProgressCommonWithContext

func (c *TIDB) GetRestoreProgressCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetRestoreProgressCommonWithContext is the same as GetRestoreProgressCommon with the addition of the ability to pass a context and additional request options.

See GetRestoreProgressCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) GetRestoreProgressRequest

func (c *TIDB) GetRestoreProgressRequest(input *GetRestoreProgressInput) (req *request.Request, output *GetRestoreProgressOutput)

GetRestoreProgressRequest generates a "volcengine/request.Request" representing the client's request for the GetRestoreProgress operation. The "output" return value will be populated with the GetRestoreProgressCommon request's response once the request completes successfully.

Use "Send" method on the returned GetRestoreProgressCommon Request to send the API call to the service. the "output" return value is not valid until after GetRestoreProgressCommon Send returns without error.

See GetRestoreProgress for more information on using the GetRestoreProgress API call, and error handling.

// Example sending a request using the GetRestoreProgressRequest method.
req, resp := client.GetRestoreProgressRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) GetRestoreProgressWithContext

func (c *TIDB) GetRestoreProgressWithContext(ctx volcengine.Context, input *GetRestoreProgressInput, opts ...request.Option) (*GetRestoreProgressOutput, error)

GetRestoreProgressWithContext is the same as GetRestoreProgress with the addition of the ability to pass a context and additional request options.

See GetRestoreProgress for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) GetSlowQueryDetails

func (c *TIDB) GetSlowQueryDetails(input *GetSlowQueryDetailsInput) (*GetSlowQueryDetailsOutput, error)

GetSlowQueryDetails API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation GetSlowQueryDetails for usage and error information.

func (*TIDB) GetSlowQueryDetailsCommon

func (c *TIDB) GetSlowQueryDetailsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetSlowQueryDetailsCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation GetSlowQueryDetailsCommon for usage and error information.

func (*TIDB) GetSlowQueryDetailsCommonRequest

func (c *TIDB) GetSlowQueryDetailsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetSlowQueryDetailsCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetSlowQueryDetailsCommon operation. The "output" return value will be populated with the GetSlowQueryDetailsCommon request's response once the request completes successfully.

Use "Send" method on the returned GetSlowQueryDetailsCommon Request to send the API call to the service. the "output" return value is not valid until after GetSlowQueryDetailsCommon Send returns without error.

See GetSlowQueryDetailsCommon for more information on using the GetSlowQueryDetailsCommon API call, and error handling.

// Example sending a request using the GetSlowQueryDetailsCommonRequest method.
req, resp := client.GetSlowQueryDetailsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) GetSlowQueryDetailsCommonWithContext

func (c *TIDB) GetSlowQueryDetailsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetSlowQueryDetailsCommonWithContext is the same as GetSlowQueryDetailsCommon with the addition of the ability to pass a context and additional request options.

See GetSlowQueryDetailsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) GetSlowQueryDetailsRequest

func (c *TIDB) GetSlowQueryDetailsRequest(input *GetSlowQueryDetailsInput) (req *request.Request, output *GetSlowQueryDetailsOutput)

GetSlowQueryDetailsRequest generates a "volcengine/request.Request" representing the client's request for the GetSlowQueryDetails operation. The "output" return value will be populated with the GetSlowQueryDetailsCommon request's response once the request completes successfully.

Use "Send" method on the returned GetSlowQueryDetailsCommon Request to send the API call to the service. the "output" return value is not valid until after GetSlowQueryDetailsCommon Send returns without error.

See GetSlowQueryDetails for more information on using the GetSlowQueryDetails API call, and error handling.

// Example sending a request using the GetSlowQueryDetailsRequest method.
req, resp := client.GetSlowQueryDetailsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) GetSlowQueryDetailsWithContext

func (c *TIDB) GetSlowQueryDetailsWithContext(ctx volcengine.Context, input *GetSlowQueryDetailsInput, opts ...request.Option) (*GetSlowQueryDetailsOutput, error)

GetSlowQueryDetailsWithContext is the same as GetSlowQueryDetails with the addition of the ability to pass a context and additional request options.

See GetSlowQueryDetails for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) GetStatementPlanDetails

func (c *TIDB) GetStatementPlanDetails(input *GetStatementPlanDetailsInput) (*GetStatementPlanDetailsOutput, error)

GetStatementPlanDetails API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation GetStatementPlanDetails for usage and error information.

func (*TIDB) GetStatementPlanDetailsCommon

func (c *TIDB) GetStatementPlanDetailsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetStatementPlanDetailsCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation GetStatementPlanDetailsCommon for usage and error information.

func (*TIDB) GetStatementPlanDetailsCommonRequest

func (c *TIDB) GetStatementPlanDetailsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetStatementPlanDetailsCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetStatementPlanDetailsCommon operation. The "output" return value will be populated with the GetStatementPlanDetailsCommon request's response once the request completes successfully.

Use "Send" method on the returned GetStatementPlanDetailsCommon Request to send the API call to the service. the "output" return value is not valid until after GetStatementPlanDetailsCommon Send returns without error.

See GetStatementPlanDetailsCommon for more information on using the GetStatementPlanDetailsCommon API call, and error handling.

// Example sending a request using the GetStatementPlanDetailsCommonRequest method.
req, resp := client.GetStatementPlanDetailsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) GetStatementPlanDetailsCommonWithContext

func (c *TIDB) GetStatementPlanDetailsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetStatementPlanDetailsCommonWithContext is the same as GetStatementPlanDetailsCommon with the addition of the ability to pass a context and additional request options.

See GetStatementPlanDetailsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) GetStatementPlanDetailsRequest

func (c *TIDB) GetStatementPlanDetailsRequest(input *GetStatementPlanDetailsInput) (req *request.Request, output *GetStatementPlanDetailsOutput)

GetStatementPlanDetailsRequest generates a "volcengine/request.Request" representing the client's request for the GetStatementPlanDetails operation. The "output" return value will be populated with the GetStatementPlanDetailsCommon request's response once the request completes successfully.

Use "Send" method on the returned GetStatementPlanDetailsCommon Request to send the API call to the service. the "output" return value is not valid until after GetStatementPlanDetailsCommon Send returns without error.

See GetStatementPlanDetails for more information on using the GetStatementPlanDetails API call, and error handling.

// Example sending a request using the GetStatementPlanDetailsRequest method.
req, resp := client.GetStatementPlanDetailsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) GetStatementPlanDetailsWithContext

func (c *TIDB) GetStatementPlanDetailsWithContext(ctx volcengine.Context, input *GetStatementPlanDetailsInput, opts ...request.Option) (*GetStatementPlanDetailsOutput, error)

GetStatementPlanDetailsWithContext is the same as GetStatementPlanDetails with the addition of the ability to pass a context and additional request options.

See GetStatementPlanDetails for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListBackups

func (c *TIDB) ListBackups(input *ListBackupsInput) (*ListBackupsOutput, error)

ListBackups API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListBackups for usage and error information.

func (*TIDB) ListBackupsCommon

func (c *TIDB) ListBackupsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListBackupsCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListBackupsCommon for usage and error information.

func (*TIDB) ListBackupsCommonRequest

func (c *TIDB) ListBackupsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListBackupsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListBackupsCommon operation. The "output" return value will be populated with the ListBackupsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListBackupsCommon Request to send the API call to the service. the "output" return value is not valid until after ListBackupsCommon Send returns without error.

See ListBackupsCommon for more information on using the ListBackupsCommon API call, and error handling.

// Example sending a request using the ListBackupsCommonRequest method.
req, resp := client.ListBackupsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListBackupsCommonWithContext

func (c *TIDB) ListBackupsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListBackupsCommonWithContext is the same as ListBackupsCommon with the addition of the ability to pass a context and additional request options.

See ListBackupsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListBackupsRequest

func (c *TIDB) ListBackupsRequest(input *ListBackupsInput) (req *request.Request, output *ListBackupsOutput)

ListBackupsRequest generates a "volcengine/request.Request" representing the client's request for the ListBackups operation. The "output" return value will be populated with the ListBackupsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListBackupsCommon Request to send the API call to the service. the "output" return value is not valid until after ListBackupsCommon Send returns without error.

See ListBackups for more information on using the ListBackups API call, and error handling.

// Example sending a request using the ListBackupsRequest method.
req, resp := client.ListBackupsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListBackupsWithContext

func (c *TIDB) ListBackupsWithContext(ctx volcengine.Context, input *ListBackupsInput, opts ...request.Option) (*ListBackupsOutput, error)

ListBackupsWithContext is the same as ListBackups with the addition of the ability to pass a context and additional request options.

See ListBackups for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListBranchDatabases added in v1.2.48

func (c *TIDB) ListBranchDatabases(input *ListBranchDatabasesInput) (*ListBranchDatabasesOutput, error)

ListBranchDatabases API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListBranchDatabases for usage and error information.

func (*TIDB) ListBranchDatabasesCommon added in v1.2.48

func (c *TIDB) ListBranchDatabasesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListBranchDatabasesCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListBranchDatabasesCommon for usage and error information.

func (*TIDB) ListBranchDatabasesCommonRequest added in v1.2.48

func (c *TIDB) ListBranchDatabasesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListBranchDatabasesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListBranchDatabasesCommon operation. The "output" return value will be populated with the ListBranchDatabasesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListBranchDatabasesCommon Request to send the API call to the service. the "output" return value is not valid until after ListBranchDatabasesCommon Send returns without error.

See ListBranchDatabasesCommon for more information on using the ListBranchDatabasesCommon API call, and error handling.

// Example sending a request using the ListBranchDatabasesCommonRequest method.
req, resp := client.ListBranchDatabasesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListBranchDatabasesCommonWithContext added in v1.2.48

func (c *TIDB) ListBranchDatabasesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListBranchDatabasesCommonWithContext is the same as ListBranchDatabasesCommon with the addition of the ability to pass a context and additional request options.

See ListBranchDatabasesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListBranchDatabasesRequest added in v1.2.48

func (c *TIDB) ListBranchDatabasesRequest(input *ListBranchDatabasesInput) (req *request.Request, output *ListBranchDatabasesOutput)

ListBranchDatabasesRequest generates a "volcengine/request.Request" representing the client's request for the ListBranchDatabases operation. The "output" return value will be populated with the ListBranchDatabasesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListBranchDatabasesCommon Request to send the API call to the service. the "output" return value is not valid until after ListBranchDatabasesCommon Send returns without error.

See ListBranchDatabases for more information on using the ListBranchDatabases API call, and error handling.

// Example sending a request using the ListBranchDatabasesRequest method.
req, resp := client.ListBranchDatabasesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListBranchDatabasesWithContext added in v1.2.48

func (c *TIDB) ListBranchDatabasesWithContext(ctx volcengine.Context, input *ListBranchDatabasesInput, opts ...request.Option) (*ListBranchDatabasesOutput, error)

ListBranchDatabasesWithContext is the same as ListBranchDatabases with the addition of the ability to pass a context and additional request options.

See ListBranchDatabases for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListBranches added in v1.2.48

func (c *TIDB) ListBranches(input *ListBranchesInput) (*ListBranchesOutput, error)

ListBranches API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListBranches for usage and error information.

func (*TIDB) ListBranchesCommon added in v1.2.48

func (c *TIDB) ListBranchesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListBranchesCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListBranchesCommon for usage and error information.

func (*TIDB) ListBranchesCommonRequest added in v1.2.48

func (c *TIDB) ListBranchesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListBranchesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListBranchesCommon operation. The "output" return value will be populated with the ListBranchesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListBranchesCommon Request to send the API call to the service. the "output" return value is not valid until after ListBranchesCommon Send returns without error.

See ListBranchesCommon for more information on using the ListBranchesCommon API call, and error handling.

// Example sending a request using the ListBranchesCommonRequest method.
req, resp := client.ListBranchesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListBranchesCommonWithContext added in v1.2.48

func (c *TIDB) ListBranchesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListBranchesCommonWithContext is the same as ListBranchesCommon with the addition of the ability to pass a context and additional request options.

See ListBranchesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListBranchesRequest added in v1.2.48

func (c *TIDB) ListBranchesRequest(input *ListBranchesInput) (req *request.Request, output *ListBranchesOutput)

ListBranchesRequest generates a "volcengine/request.Request" representing the client's request for the ListBranches operation. The "output" return value will be populated with the ListBranchesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListBranchesCommon Request to send the API call to the service. the "output" return value is not valid until after ListBranchesCommon Send returns without error.

See ListBranches for more information on using the ListBranches API call, and error handling.

// Example sending a request using the ListBranchesRequest method.
req, resp := client.ListBranchesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListBranchesWithContext added in v1.2.48

func (c *TIDB) ListBranchesWithContext(ctx volcengine.Context, input *ListBranchesInput, opts ...request.Option) (*ListBranchesOutput, error)

ListBranchesWithContext is the same as ListBranches with the addition of the ability to pass a context and additional request options.

See ListBranches for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListClusterDatabases added in v1.2.48

func (c *TIDB) ListClusterDatabases(input *ListClusterDatabasesInput) (*ListClusterDatabasesOutput, error)

ListClusterDatabases API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListClusterDatabases for usage and error information.

func (*TIDB) ListClusterDatabasesCommon added in v1.2.48

func (c *TIDB) ListClusterDatabasesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListClusterDatabasesCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListClusterDatabasesCommon for usage and error information.

func (*TIDB) ListClusterDatabasesCommonRequest added in v1.2.48

func (c *TIDB) ListClusterDatabasesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListClusterDatabasesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListClusterDatabasesCommon operation. The "output" return value will be populated with the ListClusterDatabasesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListClusterDatabasesCommon Request to send the API call to the service. the "output" return value is not valid until after ListClusterDatabasesCommon Send returns without error.

See ListClusterDatabasesCommon for more information on using the ListClusterDatabasesCommon API call, and error handling.

// Example sending a request using the ListClusterDatabasesCommonRequest method.
req, resp := client.ListClusterDatabasesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListClusterDatabasesCommonWithContext added in v1.2.48

func (c *TIDB) ListClusterDatabasesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListClusterDatabasesCommonWithContext is the same as ListClusterDatabasesCommon with the addition of the ability to pass a context and additional request options.

See ListClusterDatabasesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListClusterDatabasesRequest added in v1.2.48

func (c *TIDB) ListClusterDatabasesRequest(input *ListClusterDatabasesInput) (req *request.Request, output *ListClusterDatabasesOutput)

ListClusterDatabasesRequest generates a "volcengine/request.Request" representing the client's request for the ListClusterDatabases operation. The "output" return value will be populated with the ListClusterDatabasesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListClusterDatabasesCommon Request to send the API call to the service. the "output" return value is not valid until after ListClusterDatabasesCommon Send returns without error.

See ListClusterDatabases for more information on using the ListClusterDatabases API call, and error handling.

// Example sending a request using the ListClusterDatabasesRequest method.
req, resp := client.ListClusterDatabasesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListClusterDatabasesWithContext added in v1.2.48

func (c *TIDB) ListClusterDatabasesWithContext(ctx volcengine.Context, input *ListClusterDatabasesInput, opts ...request.Option) (*ListClusterDatabasesOutput, error)

ListClusterDatabasesWithContext is the same as ListClusterDatabases with the addition of the ability to pass a context and additional request options.

See ListClusterDatabases for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListClusters added in v1.2.48

func (c *TIDB) ListClusters(input *ListClustersInput) (*ListClustersOutput, error)

ListClusters API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListClusters for usage and error information.

func (*TIDB) ListClustersCommon added in v1.2.48

func (c *TIDB) ListClustersCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListClustersCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListClustersCommon for usage and error information.

func (*TIDB) ListClustersCommonRequest added in v1.2.48

func (c *TIDB) ListClustersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListClustersCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListClustersCommon operation. The "output" return value will be populated with the ListClustersCommon request's response once the request completes successfully.

Use "Send" method on the returned ListClustersCommon Request to send the API call to the service. the "output" return value is not valid until after ListClustersCommon Send returns without error.

See ListClustersCommon for more information on using the ListClustersCommon API call, and error handling.

// Example sending a request using the ListClustersCommonRequest method.
req, resp := client.ListClustersCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListClustersCommonWithContext added in v1.2.48

func (c *TIDB) ListClustersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListClustersCommonWithContext is the same as ListClustersCommon with the addition of the ability to pass a context and additional request options.

See ListClustersCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListClustersRequest added in v1.2.48

func (c *TIDB) ListClustersRequest(input *ListClustersInput) (req *request.Request, output *ListClustersOutput)

ListClustersRequest generates a "volcengine/request.Request" representing the client's request for the ListClusters operation. The "output" return value will be populated with the ListClustersCommon request's response once the request completes successfully.

Use "Send" method on the returned ListClustersCommon Request to send the API call to the service. the "output" return value is not valid until after ListClustersCommon Send returns without error.

See ListClusters for more information on using the ListClusters API call, and error handling.

// Example sending a request using the ListClustersRequest method.
req, resp := client.ListClustersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListClustersWithContext added in v1.2.48

func (c *TIDB) ListClustersWithContext(ctx volcengine.Context, input *ListClustersInput, opts ...request.Option) (*ListClustersOutput, error)

ListClustersWithContext is the same as ListClusters with the addition of the ability to pass a context and additional request options.

See ListClusters for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListEvents

func (c *TIDB) ListEvents(input *ListEventsInput) (*ListEventsOutput, error)

ListEvents API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListEvents for usage and error information.

func (*TIDB) ListEventsCommon

func (c *TIDB) ListEventsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListEventsCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListEventsCommon for usage and error information.

func (*TIDB) ListEventsCommonRequest

func (c *TIDB) ListEventsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListEventsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListEventsCommon operation. The "output" return value will be populated with the ListEventsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListEventsCommon Request to send the API call to the service. the "output" return value is not valid until after ListEventsCommon Send returns without error.

See ListEventsCommon for more information on using the ListEventsCommon API call, and error handling.

// Example sending a request using the ListEventsCommonRequest method.
req, resp := client.ListEventsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListEventsCommonWithContext

func (c *TIDB) ListEventsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListEventsCommonWithContext is the same as ListEventsCommon with the addition of the ability to pass a context and additional request options.

See ListEventsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListEventsRequest

func (c *TIDB) ListEventsRequest(input *ListEventsInput) (req *request.Request, output *ListEventsOutput)

ListEventsRequest generates a "volcengine/request.Request" representing the client's request for the ListEvents operation. The "output" return value will be populated with the ListEventsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListEventsCommon Request to send the API call to the service. the "output" return value is not valid until after ListEventsCommon Send returns without error.

See ListEvents for more information on using the ListEvents API call, and error handling.

// Example sending a request using the ListEventsRequest method.
req, resp := client.ListEventsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListEventsWithContext

func (c *TIDB) ListEventsWithContext(ctx volcengine.Context, input *ListEventsInput, opts ...request.Option) (*ListEventsOutput, error)

ListEventsWithContext is the same as ListEvents with the addition of the ability to pass a context and additional request options.

See ListEvents for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListExportTasks

func (c *TIDB) ListExportTasks(input *ListExportTasksInput) (*ListExportTasksOutput, error)

ListExportTasks API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListExportTasks for usage and error information.

func (*TIDB) ListExportTasksCommon

func (c *TIDB) ListExportTasksCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListExportTasksCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListExportTasksCommon for usage and error information.

func (*TIDB) ListExportTasksCommonRequest

func (c *TIDB) ListExportTasksCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListExportTasksCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListExportTasksCommon operation. The "output" return value will be populated with the ListExportTasksCommon request's response once the request completes successfully.

Use "Send" method on the returned ListExportTasksCommon Request to send the API call to the service. the "output" return value is not valid until after ListExportTasksCommon Send returns without error.

See ListExportTasksCommon for more information on using the ListExportTasksCommon API call, and error handling.

// Example sending a request using the ListExportTasksCommonRequest method.
req, resp := client.ListExportTasksCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListExportTasksCommonWithContext

func (c *TIDB) ListExportTasksCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListExportTasksCommonWithContext is the same as ListExportTasksCommon with the addition of the ability to pass a context and additional request options.

See ListExportTasksCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListExportTasksRequest

func (c *TIDB) ListExportTasksRequest(input *ListExportTasksInput) (req *request.Request, output *ListExportTasksOutput)

ListExportTasksRequest generates a "volcengine/request.Request" representing the client's request for the ListExportTasks operation. The "output" return value will be populated with the ListExportTasksCommon request's response once the request completes successfully.

Use "Send" method on the returned ListExportTasksCommon Request to send the API call to the service. the "output" return value is not valid until after ListExportTasksCommon Send returns without error.

See ListExportTasks for more information on using the ListExportTasks API call, and error handling.

// Example sending a request using the ListExportTasksRequest method.
req, resp := client.ListExportTasksRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListExportTasksWithContext

func (c *TIDB) ListExportTasksWithContext(ctx volcengine.Context, input *ListExportTasksInput, opts ...request.Option) (*ListExportTasksOutput, error)

ListExportTasksWithContext is the same as ListExportTasks with the addition of the ability to pass a context and additional request options.

See ListExportTasks for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListImportSupportedDataTypes

func (c *TIDB) ListImportSupportedDataTypes(input *ListImportSupportedDataTypesInput) (*ListImportSupportedDataTypesOutput, error)

ListImportSupportedDataTypes API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListImportSupportedDataTypes for usage and error information.

func (*TIDB) ListImportSupportedDataTypesCommon

func (c *TIDB) ListImportSupportedDataTypesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListImportSupportedDataTypesCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListImportSupportedDataTypesCommon for usage and error information.

func (*TIDB) ListImportSupportedDataTypesCommonRequest

func (c *TIDB) ListImportSupportedDataTypesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListImportSupportedDataTypesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListImportSupportedDataTypesCommon operation. The "output" return value will be populated with the ListImportSupportedDataTypesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListImportSupportedDataTypesCommon Request to send the API call to the service. the "output" return value is not valid until after ListImportSupportedDataTypesCommon Send returns without error.

See ListImportSupportedDataTypesCommon for more information on using the ListImportSupportedDataTypesCommon API call, and error handling.

// Example sending a request using the ListImportSupportedDataTypesCommonRequest method.
req, resp := client.ListImportSupportedDataTypesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListImportSupportedDataTypesCommonWithContext

func (c *TIDB) ListImportSupportedDataTypesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListImportSupportedDataTypesCommonWithContext is the same as ListImportSupportedDataTypesCommon with the addition of the ability to pass a context and additional request options.

See ListImportSupportedDataTypesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListImportSupportedDataTypesRequest

func (c *TIDB) ListImportSupportedDataTypesRequest(input *ListImportSupportedDataTypesInput) (req *request.Request, output *ListImportSupportedDataTypesOutput)

ListImportSupportedDataTypesRequest generates a "volcengine/request.Request" representing the client's request for the ListImportSupportedDataTypes operation. The "output" return value will be populated with the ListImportSupportedDataTypesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListImportSupportedDataTypesCommon Request to send the API call to the service. the "output" return value is not valid until after ListImportSupportedDataTypesCommon Send returns without error.

See ListImportSupportedDataTypes for more information on using the ListImportSupportedDataTypes API call, and error handling.

// Example sending a request using the ListImportSupportedDataTypesRequest method.
req, resp := client.ListImportSupportedDataTypesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListImportSupportedDataTypesWithContext

func (c *TIDB) ListImportSupportedDataTypesWithContext(ctx volcengine.Context, input *ListImportSupportedDataTypesInput, opts ...request.Option) (*ListImportSupportedDataTypesOutput, error)

ListImportSupportedDataTypesWithContext is the same as ListImportSupportedDataTypes with the addition of the ability to pass a context and additional request options.

See ListImportSupportedDataTypes for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListImportTargetTables

func (c *TIDB) ListImportTargetTables(input *ListImportTargetTablesInput) (*ListImportTargetTablesOutput, error)

ListImportTargetTables API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListImportTargetTables for usage and error information.

func (*TIDB) ListImportTargetTablesCommon

func (c *TIDB) ListImportTargetTablesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListImportTargetTablesCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListImportTargetTablesCommon for usage and error information.

func (*TIDB) ListImportTargetTablesCommonRequest

func (c *TIDB) ListImportTargetTablesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListImportTargetTablesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListImportTargetTablesCommon operation. The "output" return value will be populated with the ListImportTargetTablesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListImportTargetTablesCommon Request to send the API call to the service. the "output" return value is not valid until after ListImportTargetTablesCommon Send returns without error.

See ListImportTargetTablesCommon for more information on using the ListImportTargetTablesCommon API call, and error handling.

// Example sending a request using the ListImportTargetTablesCommonRequest method.
req, resp := client.ListImportTargetTablesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListImportTargetTablesCommonWithContext

func (c *TIDB) ListImportTargetTablesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListImportTargetTablesCommonWithContext is the same as ListImportTargetTablesCommon with the addition of the ability to pass a context and additional request options.

See ListImportTargetTablesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListImportTargetTablesRequest

func (c *TIDB) ListImportTargetTablesRequest(input *ListImportTargetTablesInput) (req *request.Request, output *ListImportTargetTablesOutput)

ListImportTargetTablesRequest generates a "volcengine/request.Request" representing the client's request for the ListImportTargetTables operation. The "output" return value will be populated with the ListImportTargetTablesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListImportTargetTablesCommon Request to send the API call to the service. the "output" return value is not valid until after ListImportTargetTablesCommon Send returns without error.

See ListImportTargetTables for more information on using the ListImportTargetTables API call, and error handling.

// Example sending a request using the ListImportTargetTablesRequest method.
req, resp := client.ListImportTargetTablesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListImportTargetTablesWithContext

func (c *TIDB) ListImportTargetTablesWithContext(ctx volcengine.Context, input *ListImportTargetTablesInput, opts ...request.Option) (*ListImportTargetTablesOutput, error)

ListImportTargetTablesWithContext is the same as ListImportTargetTables with the addition of the ability to pass a context and additional request options.

See ListImportTargetTables for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListImportTasks

func (c *TIDB) ListImportTasks(input *ListImportTasksInput) (*ListImportTasksOutput, error)

ListImportTasks API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListImportTasks for usage and error information.

func (*TIDB) ListImportTasksCommon

func (c *TIDB) ListImportTasksCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListImportTasksCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListImportTasksCommon for usage and error information.

func (*TIDB) ListImportTasksCommonRequest

func (c *TIDB) ListImportTasksCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListImportTasksCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListImportTasksCommon operation. The "output" return value will be populated with the ListImportTasksCommon request's response once the request completes successfully.

Use "Send" method on the returned ListImportTasksCommon Request to send the API call to the service. the "output" return value is not valid until after ListImportTasksCommon Send returns without error.

See ListImportTasksCommon for more information on using the ListImportTasksCommon API call, and error handling.

// Example sending a request using the ListImportTasksCommonRequest method.
req, resp := client.ListImportTasksCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListImportTasksCommonWithContext

func (c *TIDB) ListImportTasksCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListImportTasksCommonWithContext is the same as ListImportTasksCommon with the addition of the ability to pass a context and additional request options.

See ListImportTasksCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListImportTasksRequest

func (c *TIDB) ListImportTasksRequest(input *ListImportTasksInput) (req *request.Request, output *ListImportTasksOutput)

ListImportTasksRequest generates a "volcengine/request.Request" representing the client's request for the ListImportTasks operation. The "output" return value will be populated with the ListImportTasksCommon request's response once the request completes successfully.

Use "Send" method on the returned ListImportTasksCommon Request to send the API call to the service. the "output" return value is not valid until after ListImportTasksCommon Send returns without error.

See ListImportTasks for more information on using the ListImportTasks API call, and error handling.

// Example sending a request using the ListImportTasksRequest method.
req, resp := client.ListImportTasksRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListImportTasksWithContext

func (c *TIDB) ListImportTasksWithContext(ctx volcengine.Context, input *ListImportTasksInput, opts ...request.Option) (*ListImportTasksOutput, error)

ListImportTasksWithContext is the same as ListImportTasks with the addition of the ability to pass a context and additional request options.

See ListImportTasks for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListRegions

func (c *TIDB) ListRegions(input *ListRegionsInput) (*ListRegionsOutput, error)

ListRegions API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListRegions for usage and error information.

func (*TIDB) ListRegionsCommon

func (c *TIDB) ListRegionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListRegionsCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListRegionsCommon for usage and error information.

func (*TIDB) ListRegionsCommonRequest

func (c *TIDB) ListRegionsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListRegionsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListRegionsCommon operation. The "output" return value will be populated with the ListRegionsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListRegionsCommon Request to send the API call to the service. the "output" return value is not valid until after ListRegionsCommon Send returns without error.

See ListRegionsCommon for more information on using the ListRegionsCommon API call, and error handling.

// Example sending a request using the ListRegionsCommonRequest method.
req, resp := client.ListRegionsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListRegionsCommonWithContext

func (c *TIDB) ListRegionsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListRegionsCommonWithContext is the same as ListRegionsCommon with the addition of the ability to pass a context and additional request options.

See ListRegionsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListRegionsRequest

func (c *TIDB) ListRegionsRequest(input *ListRegionsInput) (req *request.Request, output *ListRegionsOutput)

ListRegionsRequest generates a "volcengine/request.Request" representing the client's request for the ListRegions operation. The "output" return value will be populated with the ListRegionsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListRegionsCommon Request to send the API call to the service. the "output" return value is not valid until after ListRegionsCommon Send returns without error.

See ListRegions for more information on using the ListRegions API call, and error handling.

// Example sending a request using the ListRegionsRequest method.
req, resp := client.ListRegionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListRegionsWithContext

func (c *TIDB) ListRegionsWithContext(ctx volcengine.Context, input *ListRegionsInput, opts ...request.Option) (*ListRegionsOutput, error)

ListRegionsWithContext is the same as ListRegions with the addition of the ability to pass a context and additional request options.

See ListRegions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListSlowQueries

func (c *TIDB) ListSlowQueries(input *ListSlowQueriesInput) (*ListSlowQueriesOutput, error)

ListSlowQueries API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListSlowQueries for usage and error information.

func (*TIDB) ListSlowQueriesCommon

func (c *TIDB) ListSlowQueriesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListSlowQueriesCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListSlowQueriesCommon for usage and error information.

func (*TIDB) ListSlowQueriesCommonRequest

func (c *TIDB) ListSlowQueriesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListSlowQueriesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListSlowQueriesCommon operation. The "output" return value will be populated with the ListSlowQueriesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListSlowQueriesCommon Request to send the API call to the service. the "output" return value is not valid until after ListSlowQueriesCommon Send returns without error.

See ListSlowQueriesCommon for more information on using the ListSlowQueriesCommon API call, and error handling.

// Example sending a request using the ListSlowQueriesCommonRequest method.
req, resp := client.ListSlowQueriesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListSlowQueriesCommonWithContext

func (c *TIDB) ListSlowQueriesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListSlowQueriesCommonWithContext is the same as ListSlowQueriesCommon with the addition of the ability to pass a context and additional request options.

See ListSlowQueriesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListSlowQueriesRequest

func (c *TIDB) ListSlowQueriesRequest(input *ListSlowQueriesInput) (req *request.Request, output *ListSlowQueriesOutput)

ListSlowQueriesRequest generates a "volcengine/request.Request" representing the client's request for the ListSlowQueries operation. The "output" return value will be populated with the ListSlowQueriesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListSlowQueriesCommon Request to send the API call to the service. the "output" return value is not valid until after ListSlowQueriesCommon Send returns without error.

See ListSlowQueries for more information on using the ListSlowQueries API call, and error handling.

// Example sending a request using the ListSlowQueriesRequest method.
req, resp := client.ListSlowQueriesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListSlowQueriesWithContext

func (c *TIDB) ListSlowQueriesWithContext(ctx volcengine.Context, input *ListSlowQueriesInput, opts ...request.Option) (*ListSlowQueriesOutput, error)

ListSlowQueriesWithContext is the same as ListSlowQueries with the addition of the ability to pass a context and additional request options.

See ListSlowQueries for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListStatementPlans

func (c *TIDB) ListStatementPlans(input *ListStatementPlansInput) (*ListStatementPlansOutput, error)

ListStatementPlans API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListStatementPlans for usage and error information.

func (*TIDB) ListStatementPlansCommon

func (c *TIDB) ListStatementPlansCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListStatementPlansCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListStatementPlansCommon for usage and error information.

func (*TIDB) ListStatementPlansCommonRequest

func (c *TIDB) ListStatementPlansCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListStatementPlansCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListStatementPlansCommon operation. The "output" return value will be populated with the ListStatementPlansCommon request's response once the request completes successfully.

Use "Send" method on the returned ListStatementPlansCommon Request to send the API call to the service. the "output" return value is not valid until after ListStatementPlansCommon Send returns without error.

See ListStatementPlansCommon for more information on using the ListStatementPlansCommon API call, and error handling.

// Example sending a request using the ListStatementPlansCommonRequest method.
req, resp := client.ListStatementPlansCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListStatementPlansCommonWithContext

func (c *TIDB) ListStatementPlansCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListStatementPlansCommonWithContext is the same as ListStatementPlansCommon with the addition of the ability to pass a context and additional request options.

See ListStatementPlansCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListStatementPlansRequest

func (c *TIDB) ListStatementPlansRequest(input *ListStatementPlansInput) (req *request.Request, output *ListStatementPlansOutput)

ListStatementPlansRequest generates a "volcengine/request.Request" representing the client's request for the ListStatementPlans operation. The "output" return value will be populated with the ListStatementPlansCommon request's response once the request completes successfully.

Use "Send" method on the returned ListStatementPlansCommon Request to send the API call to the service. the "output" return value is not valid until after ListStatementPlansCommon Send returns without error.

See ListStatementPlans for more information on using the ListStatementPlans API call, and error handling.

// Example sending a request using the ListStatementPlansRequest method.
req, resp := client.ListStatementPlansRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListStatementPlansWithContext

func (c *TIDB) ListStatementPlansWithContext(ctx volcengine.Context, input *ListStatementPlansInput, opts ...request.Option) (*ListStatementPlansOutput, error)

ListStatementPlansWithContext is the same as ListStatementPlans with the addition of the ability to pass a context and additional request options.

See ListStatementPlans for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListStatementSlowQueries

func (c *TIDB) ListStatementSlowQueries(input *ListStatementSlowQueriesInput) (*ListStatementSlowQueriesOutput, error)

ListStatementSlowQueries API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListStatementSlowQueries for usage and error information.

func (*TIDB) ListStatementSlowQueriesCommon

func (c *TIDB) ListStatementSlowQueriesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListStatementSlowQueriesCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListStatementSlowQueriesCommon for usage and error information.

func (*TIDB) ListStatementSlowQueriesCommonRequest

func (c *TIDB) ListStatementSlowQueriesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListStatementSlowQueriesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListStatementSlowQueriesCommon operation. The "output" return value will be populated with the ListStatementSlowQueriesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListStatementSlowQueriesCommon Request to send the API call to the service. the "output" return value is not valid until after ListStatementSlowQueriesCommon Send returns without error.

See ListStatementSlowQueriesCommon for more information on using the ListStatementSlowQueriesCommon API call, and error handling.

// Example sending a request using the ListStatementSlowQueriesCommonRequest method.
req, resp := client.ListStatementSlowQueriesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListStatementSlowQueriesCommonWithContext

func (c *TIDB) ListStatementSlowQueriesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListStatementSlowQueriesCommonWithContext is the same as ListStatementSlowQueriesCommon with the addition of the ability to pass a context and additional request options.

See ListStatementSlowQueriesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListStatementSlowQueriesRequest

func (c *TIDB) ListStatementSlowQueriesRequest(input *ListStatementSlowQueriesInput) (req *request.Request, output *ListStatementSlowQueriesOutput)

ListStatementSlowQueriesRequest generates a "volcengine/request.Request" representing the client's request for the ListStatementSlowQueries operation. The "output" return value will be populated with the ListStatementSlowQueriesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListStatementSlowQueriesCommon Request to send the API call to the service. the "output" return value is not valid until after ListStatementSlowQueriesCommon Send returns without error.

See ListStatementSlowQueries for more information on using the ListStatementSlowQueries API call, and error handling.

// Example sending a request using the ListStatementSlowQueriesRequest method.
req, resp := client.ListStatementSlowQueriesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListStatementSlowQueriesWithContext

func (c *TIDB) ListStatementSlowQueriesWithContext(ctx volcengine.Context, input *ListStatementSlowQueriesInput, opts ...request.Option) (*ListStatementSlowQueriesOutput, error)

ListStatementSlowQueriesWithContext is the same as ListStatementSlowQueries with the addition of the ability to pass a context and additional request options.

See ListStatementSlowQueries for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListStatementTypes

func (c *TIDB) ListStatementTypes(input *ListStatementTypesInput) (*ListStatementTypesOutput, error)

ListStatementTypes API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListStatementTypes for usage and error information.

func (*TIDB) ListStatementTypesCommon

func (c *TIDB) ListStatementTypesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListStatementTypesCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListStatementTypesCommon for usage and error information.

func (*TIDB) ListStatementTypesCommonRequest

func (c *TIDB) ListStatementTypesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListStatementTypesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListStatementTypesCommon operation. The "output" return value will be populated with the ListStatementTypesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListStatementTypesCommon Request to send the API call to the service. the "output" return value is not valid until after ListStatementTypesCommon Send returns without error.

See ListStatementTypesCommon for more information on using the ListStatementTypesCommon API call, and error handling.

// Example sending a request using the ListStatementTypesCommonRequest method.
req, resp := client.ListStatementTypesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListStatementTypesCommonWithContext

func (c *TIDB) ListStatementTypesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListStatementTypesCommonWithContext is the same as ListStatementTypesCommon with the addition of the ability to pass a context and additional request options.

See ListStatementTypesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListStatementTypesRequest

func (c *TIDB) ListStatementTypesRequest(input *ListStatementTypesInput) (req *request.Request, output *ListStatementTypesOutput)

ListStatementTypesRequest generates a "volcengine/request.Request" representing the client's request for the ListStatementTypes operation. The "output" return value will be populated with the ListStatementTypesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListStatementTypesCommon Request to send the API call to the service. the "output" return value is not valid until after ListStatementTypesCommon Send returns without error.

See ListStatementTypes for more information on using the ListStatementTypes API call, and error handling.

// Example sending a request using the ListStatementTypesRequest method.
req, resp := client.ListStatementTypesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListStatementTypesWithContext

func (c *TIDB) ListStatementTypesWithContext(ctx volcengine.Context, input *ListStatementTypesInput, opts ...request.Option) (*ListStatementTypesOutput, error)

ListStatementTypesWithContext is the same as ListStatementTypes with the addition of the ability to pass a context and additional request options.

See ListStatementTypes for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListStatements

func (c *TIDB) ListStatements(input *ListStatementsInput) (*ListStatementsOutput, error)

ListStatements API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListStatements for usage and error information.

func (*TIDB) ListStatementsCommon

func (c *TIDB) ListStatementsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListStatementsCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListStatementsCommon for usage and error information.

func (*TIDB) ListStatementsCommonRequest

func (c *TIDB) ListStatementsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListStatementsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListStatementsCommon operation. The "output" return value will be populated with the ListStatementsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListStatementsCommon Request to send the API call to the service. the "output" return value is not valid until after ListStatementsCommon Send returns without error.

See ListStatementsCommon for more information on using the ListStatementsCommon API call, and error handling.

// Example sending a request using the ListStatementsCommonRequest method.
req, resp := client.ListStatementsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListStatementsCommonWithContext

func (c *TIDB) ListStatementsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListStatementsCommonWithContext is the same as ListStatementsCommon with the addition of the ability to pass a context and additional request options.

See ListStatementsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListStatementsRequest

func (c *TIDB) ListStatementsRequest(input *ListStatementsInput) (req *request.Request, output *ListStatementsOutput)

ListStatementsRequest generates a "volcengine/request.Request" representing the client's request for the ListStatements operation. The "output" return value will be populated with the ListStatementsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListStatementsCommon Request to send the API call to the service. the "output" return value is not valid until after ListStatementsCommon Send returns without error.

See ListStatements for more information on using the ListStatements API call, and error handling.

// Example sending a request using the ListStatementsRequest method.
req, resp := client.ListStatementsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListStatementsWithContext

func (c *TIDB) ListStatementsWithContext(ctx volcengine.Context, input *ListStatementsInput, opts ...request.Option) (*ListStatementsOutput, error)

ListStatementsWithContext is the same as ListStatements with the addition of the ability to pass a context and additional request options.

See ListStatements for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListZones

func (c *TIDB) ListZones(input *ListZonesInput) (*ListZonesOutput, error)

ListZones API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListZones for usage and error information.

func (*TIDB) ListZonesCommon

func (c *TIDB) ListZonesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListZonesCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ListZonesCommon for usage and error information.

func (*TIDB) ListZonesCommonRequest

func (c *TIDB) ListZonesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListZonesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListZonesCommon operation. The "output" return value will be populated with the ListZonesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListZonesCommon Request to send the API call to the service. the "output" return value is not valid until after ListZonesCommon Send returns without error.

See ListZonesCommon for more information on using the ListZonesCommon API call, and error handling.

// Example sending a request using the ListZonesCommonRequest method.
req, resp := client.ListZonesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListZonesCommonWithContext

func (c *TIDB) ListZonesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListZonesCommonWithContext is the same as ListZonesCommon with the addition of the ability to pass a context and additional request options.

See ListZonesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ListZonesRequest

func (c *TIDB) ListZonesRequest(input *ListZonesInput) (req *request.Request, output *ListZonesOutput)

ListZonesRequest generates a "volcengine/request.Request" representing the client's request for the ListZones operation. The "output" return value will be populated with the ListZonesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListZonesCommon Request to send the API call to the service. the "output" return value is not valid until after ListZonesCommon Send returns without error.

See ListZones for more information on using the ListZones API call, and error handling.

// Example sending a request using the ListZonesRequest method.
req, resp := client.ListZonesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ListZonesWithContext

func (c *TIDB) ListZonesWithContext(ctx volcengine.Context, input *ListZonesInput, opts ...request.Option) (*ListZonesOutput, error)

ListZonesWithContext is the same as ListZones with the addition of the ability to pass a context and additional request options.

See ListZones for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) PrecheckImportTask

func (c *TIDB) PrecheckImportTask(input *PrecheckImportTaskInput) (*PrecheckImportTaskOutput, error)

PrecheckImportTask API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation PrecheckImportTask for usage and error information.

func (*TIDB) PrecheckImportTaskCommon

func (c *TIDB) PrecheckImportTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

PrecheckImportTaskCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation PrecheckImportTaskCommon for usage and error information.

func (*TIDB) PrecheckImportTaskCommonRequest

func (c *TIDB) PrecheckImportTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

PrecheckImportTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the PrecheckImportTaskCommon operation. The "output" return value will be populated with the PrecheckImportTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned PrecheckImportTaskCommon Request to send the API call to the service. the "output" return value is not valid until after PrecheckImportTaskCommon Send returns without error.

See PrecheckImportTaskCommon for more information on using the PrecheckImportTaskCommon API call, and error handling.

// Example sending a request using the PrecheckImportTaskCommonRequest method.
req, resp := client.PrecheckImportTaskCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) PrecheckImportTaskCommonWithContext

func (c *TIDB) PrecheckImportTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

PrecheckImportTaskCommonWithContext is the same as PrecheckImportTaskCommon with the addition of the ability to pass a context and additional request options.

See PrecheckImportTaskCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) PrecheckImportTaskRequest

func (c *TIDB) PrecheckImportTaskRequest(input *PrecheckImportTaskInput) (req *request.Request, output *PrecheckImportTaskOutput)

PrecheckImportTaskRequest generates a "volcengine/request.Request" representing the client's request for the PrecheckImportTask operation. The "output" return value will be populated with the PrecheckImportTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned PrecheckImportTaskCommon Request to send the API call to the service. the "output" return value is not valid until after PrecheckImportTaskCommon Send returns without error.

See PrecheckImportTask for more information on using the PrecheckImportTask API call, and error handling.

// Example sending a request using the PrecheckImportTaskRequest method.
req, resp := client.PrecheckImportTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) PrecheckImportTaskWithContext

func (c *TIDB) PrecheckImportTaskWithContext(ctx volcengine.Context, input *PrecheckImportTaskInput, opts ...request.Option) (*PrecheckImportTaskOutput, error)

PrecheckImportTaskWithContext is the same as PrecheckImportTask with the addition of the ability to pass a context and additional request options.

See PrecheckImportTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) PreviewLocalImport

func (c *TIDB) PreviewLocalImport(input *PreviewLocalImportInput) (*PreviewLocalImportOutput, error)

PreviewLocalImport API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation PreviewLocalImport for usage and error information.

func (*TIDB) PreviewLocalImportCommon

func (c *TIDB) PreviewLocalImportCommon(input *map[string]interface{}) (*map[string]interface{}, error)

PreviewLocalImportCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation PreviewLocalImportCommon for usage and error information.

func (*TIDB) PreviewLocalImportCommonRequest

func (c *TIDB) PreviewLocalImportCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

PreviewLocalImportCommonRequest generates a "volcengine/request.Request" representing the client's request for the PreviewLocalImportCommon operation. The "output" return value will be populated with the PreviewLocalImportCommon request's response once the request completes successfully.

Use "Send" method on the returned PreviewLocalImportCommon Request to send the API call to the service. the "output" return value is not valid until after PreviewLocalImportCommon Send returns without error.

See PreviewLocalImportCommon for more information on using the PreviewLocalImportCommon API call, and error handling.

// Example sending a request using the PreviewLocalImportCommonRequest method.
req, resp := client.PreviewLocalImportCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) PreviewLocalImportCommonWithContext

func (c *TIDB) PreviewLocalImportCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

PreviewLocalImportCommonWithContext is the same as PreviewLocalImportCommon with the addition of the ability to pass a context and additional request options.

See PreviewLocalImportCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) PreviewLocalImportRequest

func (c *TIDB) PreviewLocalImportRequest(input *PreviewLocalImportInput) (req *request.Request, output *PreviewLocalImportOutput)

PreviewLocalImportRequest generates a "volcengine/request.Request" representing the client's request for the PreviewLocalImport operation. The "output" return value will be populated with the PreviewLocalImportCommon request's response once the request completes successfully.

Use "Send" method on the returned PreviewLocalImportCommon Request to send the API call to the service. the "output" return value is not valid until after PreviewLocalImportCommon Send returns without error.

See PreviewLocalImport for more information on using the PreviewLocalImport API call, and error handling.

// Example sending a request using the PreviewLocalImportRequest method.
req, resp := client.PreviewLocalImportRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) PreviewLocalImportWithContext

func (c *TIDB) PreviewLocalImportWithContext(ctx volcengine.Context, input *PreviewLocalImportInput, opts ...request.Option) (*PreviewLocalImportOutput, error)

PreviewLocalImportWithContext is the same as PreviewLocalImport with the addition of the ability to pass a context and additional request options.

See PreviewLocalImport for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ResetBranch added in v1.2.48

func (c *TIDB) ResetBranch(input *ResetBranchInput) (*ResetBranchOutput, error)

ResetBranch API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ResetBranch for usage and error information.

func (*TIDB) ResetBranchCommon added in v1.2.48

func (c *TIDB) ResetBranchCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ResetBranchCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ResetBranchCommon for usage and error information.

func (*TIDB) ResetBranchCommonRequest added in v1.2.48

func (c *TIDB) ResetBranchCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ResetBranchCommonRequest generates a "volcengine/request.Request" representing the client's request for the ResetBranchCommon operation. The "output" return value will be populated with the ResetBranchCommon request's response once the request completes successfully.

Use "Send" method on the returned ResetBranchCommon Request to send the API call to the service. the "output" return value is not valid until after ResetBranchCommon Send returns without error.

See ResetBranchCommon for more information on using the ResetBranchCommon API call, and error handling.

// Example sending a request using the ResetBranchCommonRequest method.
req, resp := client.ResetBranchCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ResetBranchCommonWithContext added in v1.2.48

func (c *TIDB) ResetBranchCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ResetBranchCommonWithContext is the same as ResetBranchCommon with the addition of the ability to pass a context and additional request options.

See ResetBranchCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ResetBranchRequest added in v1.2.48

func (c *TIDB) ResetBranchRequest(input *ResetBranchInput) (req *request.Request, output *ResetBranchOutput)

ResetBranchRequest generates a "volcengine/request.Request" representing the client's request for the ResetBranch operation. The "output" return value will be populated with the ResetBranchCommon request's response once the request completes successfully.

Use "Send" method on the returned ResetBranchCommon Request to send the API call to the service. the "output" return value is not valid until after ResetBranchCommon Send returns without error.

See ResetBranch for more information on using the ResetBranch API call, and error handling.

// Example sending a request using the ResetBranchRequest method.
req, resp := client.ResetBranchRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ResetBranchWithContext added in v1.2.48

func (c *TIDB) ResetBranchWithContext(ctx volcengine.Context, input *ResetBranchInput, opts ...request.Option) (*ResetBranchOutput, error)

ResetBranchWithContext is the same as ResetBranch with the addition of the ability to pass a context and additional request options.

See ResetBranch for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ResetClusterPassword added in v1.2.48

func (c *TIDB) ResetClusterPassword(input *ResetClusterPasswordInput) (*ResetClusterPasswordOutput, error)

ResetClusterPassword API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ResetClusterPassword for usage and error information.

func (*TIDB) ResetClusterPasswordCommon added in v1.2.48

func (c *TIDB) ResetClusterPasswordCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ResetClusterPasswordCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ResetClusterPasswordCommon for usage and error information.

func (*TIDB) ResetClusterPasswordCommonRequest added in v1.2.48

func (c *TIDB) ResetClusterPasswordCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ResetClusterPasswordCommonRequest generates a "volcengine/request.Request" representing the client's request for the ResetClusterPasswordCommon operation. The "output" return value will be populated with the ResetClusterPasswordCommon request's response once the request completes successfully.

Use "Send" method on the returned ResetClusterPasswordCommon Request to send the API call to the service. the "output" return value is not valid until after ResetClusterPasswordCommon Send returns without error.

See ResetClusterPasswordCommon for more information on using the ResetClusterPasswordCommon API call, and error handling.

// Example sending a request using the ResetClusterPasswordCommonRequest method.
req, resp := client.ResetClusterPasswordCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ResetClusterPasswordCommonWithContext added in v1.2.48

func (c *TIDB) ResetClusterPasswordCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ResetClusterPasswordCommonWithContext is the same as ResetClusterPasswordCommon with the addition of the ability to pass a context and additional request options.

See ResetClusterPasswordCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ResetClusterPasswordRequest added in v1.2.48

func (c *TIDB) ResetClusterPasswordRequest(input *ResetClusterPasswordInput) (req *request.Request, output *ResetClusterPasswordOutput)

ResetClusterPasswordRequest generates a "volcengine/request.Request" representing the client's request for the ResetClusterPassword operation. The "output" return value will be populated with the ResetClusterPasswordCommon request's response once the request completes successfully.

Use "Send" method on the returned ResetClusterPasswordCommon Request to send the API call to the service. the "output" return value is not valid until after ResetClusterPasswordCommon Send returns without error.

See ResetClusterPassword for more information on using the ResetClusterPassword API call, and error handling.

// Example sending a request using the ResetClusterPasswordRequest method.
req, resp := client.ResetClusterPasswordRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ResetClusterPasswordWithContext added in v1.2.48

func (c *TIDB) ResetClusterPasswordWithContext(ctx volcengine.Context, input *ResetClusterPasswordInput, opts ...request.Option) (*ResetClusterPasswordOutput, error)

ResetClusterPasswordWithContext is the same as ResetClusterPassword with the addition of the ability to pass a context and additional request options.

See ResetClusterPassword for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) RestoreCluster

func (c *TIDB) RestoreCluster(input *RestoreClusterInput) (*RestoreClusterOutput, error)

RestoreCluster API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation RestoreCluster for usage and error information.

func (*TIDB) RestoreClusterCommon

func (c *TIDB) RestoreClusterCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RestoreClusterCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation RestoreClusterCommon for usage and error information.

func (*TIDB) RestoreClusterCommonRequest

func (c *TIDB) RestoreClusterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RestoreClusterCommonRequest generates a "volcengine/request.Request" representing the client's request for the RestoreClusterCommon operation. The "output" return value will be populated with the RestoreClusterCommon request's response once the request completes successfully.

Use "Send" method on the returned RestoreClusterCommon Request to send the API call to the service. the "output" return value is not valid until after RestoreClusterCommon Send returns without error.

See RestoreClusterCommon for more information on using the RestoreClusterCommon API call, and error handling.

// Example sending a request using the RestoreClusterCommonRequest method.
req, resp := client.RestoreClusterCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) RestoreClusterCommonWithContext

func (c *TIDB) RestoreClusterCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RestoreClusterCommonWithContext is the same as RestoreClusterCommon with the addition of the ability to pass a context and additional request options.

See RestoreClusterCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) RestoreClusterRequest

func (c *TIDB) RestoreClusterRequest(input *RestoreClusterInput) (req *request.Request, output *RestoreClusterOutput)

RestoreClusterRequest generates a "volcengine/request.Request" representing the client's request for the RestoreCluster operation. The "output" return value will be populated with the RestoreClusterCommon request's response once the request completes successfully.

Use "Send" method on the returned RestoreClusterCommon Request to send the API call to the service. the "output" return value is not valid until after RestoreClusterCommon Send returns without error.

See RestoreCluster for more information on using the RestoreCluster API call, and error handling.

// Example sending a request using the RestoreClusterRequest method.
req, resp := client.RestoreClusterRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) RestoreClusterWithContext

func (c *TIDB) RestoreClusterWithContext(ctx volcengine.Context, input *RestoreClusterInput, opts ...request.Option) (*RestoreClusterOutput, error)

RestoreClusterWithContext is the same as RestoreCluster with the addition of the ability to pass a context and additional request options.

See RestoreCluster for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) UpdateBranch added in v1.2.48

func (c *TIDB) UpdateBranch(input *UpdateBranchInput) (*UpdateBranchOutput, error)

UpdateBranch API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation UpdateBranch for usage and error information.

func (*TIDB) UpdateBranchCommon added in v1.2.48

func (c *TIDB) UpdateBranchCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateBranchCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation UpdateBranchCommon for usage and error information.

func (*TIDB) UpdateBranchCommonRequest added in v1.2.48

func (c *TIDB) UpdateBranchCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateBranchCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateBranchCommon operation. The "output" return value will be populated with the UpdateBranchCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateBranchCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateBranchCommon Send returns without error.

See UpdateBranchCommon for more information on using the UpdateBranchCommon API call, and error handling.

// Example sending a request using the UpdateBranchCommonRequest method.
req, resp := client.UpdateBranchCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) UpdateBranchCommonWithContext added in v1.2.48

func (c *TIDB) UpdateBranchCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateBranchCommonWithContext is the same as UpdateBranchCommon with the addition of the ability to pass a context and additional request options.

See UpdateBranchCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) UpdateBranchRequest added in v1.2.48

func (c *TIDB) UpdateBranchRequest(input *UpdateBranchInput) (req *request.Request, output *UpdateBranchOutput)

UpdateBranchRequest generates a "volcengine/request.Request" representing the client's request for the UpdateBranch operation. The "output" return value will be populated with the UpdateBranchCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateBranchCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateBranchCommon Send returns without error.

See UpdateBranch for more information on using the UpdateBranch API call, and error handling.

// Example sending a request using the UpdateBranchRequest method.
req, resp := client.UpdateBranchRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) UpdateBranchWithContext added in v1.2.48

func (c *TIDB) UpdateBranchWithContext(ctx volcengine.Context, input *UpdateBranchInput, opts ...request.Option) (*UpdateBranchOutput, error)

UpdateBranchWithContext is the same as UpdateBranch with the addition of the ability to pass a context and additional request options.

See UpdateBranch for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) UpdateCluster added in v1.2.48

func (c *TIDB) UpdateCluster(input *UpdateClusterInput) (*UpdateClusterOutput, error)

UpdateCluster API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation UpdateCluster for usage and error information.

func (*TIDB) UpdateClusterCommon added in v1.2.48

func (c *TIDB) UpdateClusterCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateClusterCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation UpdateClusterCommon for usage and error information.

func (*TIDB) UpdateClusterCommonRequest added in v1.2.48

func (c *TIDB) UpdateClusterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateClusterCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateClusterCommon operation. The "output" return value will be populated with the UpdateClusterCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateClusterCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateClusterCommon Send returns without error.

See UpdateClusterCommon for more information on using the UpdateClusterCommon API call, and error handling.

// Example sending a request using the UpdateClusterCommonRequest method.
req, resp := client.UpdateClusterCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) UpdateClusterCommonWithContext added in v1.2.48

func (c *TIDB) UpdateClusterCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateClusterCommonWithContext is the same as UpdateClusterCommon with the addition of the ability to pass a context and additional request options.

See UpdateClusterCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) UpdateClusterRequest added in v1.2.48

func (c *TIDB) UpdateClusterRequest(input *UpdateClusterInput) (req *request.Request, output *UpdateClusterOutput)

UpdateClusterRequest generates a "volcengine/request.Request" representing the client's request for the UpdateCluster operation. The "output" return value will be populated with the UpdateClusterCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateClusterCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateClusterCommon Send returns without error.

See UpdateCluster for more information on using the UpdateCluster API call, and error handling.

// Example sending a request using the UpdateClusterRequest method.
req, resp := client.UpdateClusterRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) UpdateClusterWithContext added in v1.2.48

func (c *TIDB) UpdateClusterWithContext(ctx volcengine.Context, input *UpdateClusterInput, opts ...request.Option) (*UpdateClusterOutput, error)

UpdateClusterWithContext is the same as UpdateCluster with the addition of the ability to pass a context and additional request options.

See UpdateCluster for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ValidateImportTask

func (c *TIDB) ValidateImportTask(input *ValidateImportTaskInput) (*ValidateImportTaskOutput, error)

ValidateImportTask API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ValidateImportTask for usage and error information.

func (*TIDB) ValidateImportTaskCommon

func (c *TIDB) ValidateImportTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ValidateImportTaskCommon API operation for TIDB.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for TIDB's API operation ValidateImportTaskCommon for usage and error information.

func (*TIDB) ValidateImportTaskCommonRequest

func (c *TIDB) ValidateImportTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ValidateImportTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the ValidateImportTaskCommon operation. The "output" return value will be populated with the ValidateImportTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned ValidateImportTaskCommon Request to send the API call to the service. the "output" return value is not valid until after ValidateImportTaskCommon Send returns without error.

See ValidateImportTaskCommon for more information on using the ValidateImportTaskCommon API call, and error handling.

// Example sending a request using the ValidateImportTaskCommonRequest method.
req, resp := client.ValidateImportTaskCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ValidateImportTaskCommonWithContext

func (c *TIDB) ValidateImportTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ValidateImportTaskCommonWithContext is the same as ValidateImportTaskCommon with the addition of the ability to pass a context and additional request options.

See ValidateImportTaskCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*TIDB) ValidateImportTaskRequest

func (c *TIDB) ValidateImportTaskRequest(input *ValidateImportTaskInput) (req *request.Request, output *ValidateImportTaskOutput)

ValidateImportTaskRequest generates a "volcengine/request.Request" representing the client's request for the ValidateImportTask operation. The "output" return value will be populated with the ValidateImportTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned ValidateImportTaskCommon Request to send the API call to the service. the "output" return value is not valid until after ValidateImportTaskCommon Send returns without error.

See ValidateImportTask for more information on using the ValidateImportTask API call, and error handling.

// Example sending a request using the ValidateImportTaskRequest method.
req, resp := client.ValidateImportTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TIDB) ValidateImportTaskWithContext

func (c *TIDB) ValidateImportTaskWithContext(ctx volcengine.Context, input *ValidateImportTaskInput, opts ...request.Option) (*ValidateImportTaskOutput, error)

ValidateImportTaskWithContext is the same as ValidateImportTask with the addition of the ability to pass a context and additional request options.

See ValidateImportTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type TIDBAPI

type TIDBAPI interface {
	CancelExportTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CancelExportTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CancelExportTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CancelExportTask(*CancelExportTaskInput) (*CancelExportTaskOutput, error)
	CancelExportTaskWithContext(volcengine.Context, *CancelExportTaskInput, ...request.Option) (*CancelExportTaskOutput, error)
	CancelExportTaskRequest(*CancelExportTaskInput) (*request.Request, *CancelExportTaskOutput)

	CancelImportTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CancelImportTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CancelImportTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CancelImportTask(*CancelImportTaskInput) (*CancelImportTaskOutput, error)
	CancelImportTaskWithContext(volcengine.Context, *CancelImportTaskInput, ...request.Option) (*CancelImportTaskOutput, error)
	CancelImportTaskRequest(*CancelImportTaskInput) (*request.Request, *CancelImportTaskOutput)

	ChangeBranchPasswordCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ChangeBranchPasswordCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ChangeBranchPasswordCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ChangeBranchPassword(*ChangeBranchPasswordInput) (*ChangeBranchPasswordOutput, error)
	ChangeBranchPasswordWithContext(volcengine.Context, *ChangeBranchPasswordInput, ...request.Option) (*ChangeBranchPasswordOutput, error)
	ChangeBranchPasswordRequest(*ChangeBranchPasswordInput) (*request.Request, *ChangeBranchPasswordOutput)

	CreateBranchCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateBranchCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateBranchCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateBranch(*CreateBranchInput) (*CreateBranchOutput, error)
	CreateBranchWithContext(volcengine.Context, *CreateBranchInput, ...request.Option) (*CreateBranchOutput, error)
	CreateBranchRequest(*CreateBranchInput) (*request.Request, *CreateBranchOutput)

	CreateClusterCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateClusterCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateClusterCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateCluster(*CreateClusterInput) (*CreateClusterOutput, error)
	CreateClusterWithContext(volcengine.Context, *CreateClusterInput, ...request.Option) (*CreateClusterOutput, error)
	CreateClusterRequest(*CreateClusterInput) (*request.Request, *CreateClusterOutput)

	CreateExportTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateExportTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateExportTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateExportTask(*CreateExportTaskInput) (*CreateExportTaskOutput, error)
	CreateExportTaskWithContext(volcengine.Context, *CreateExportTaskInput, ...request.Option) (*CreateExportTaskOutput, error)
	CreateExportTaskRequest(*CreateExportTaskInput) (*request.Request, *CreateExportTaskOutput)

	CreateImportTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateImportTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateImportTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateImportTask(*CreateImportTaskInput) (*CreateImportTaskOutput, error)
	CreateImportTaskWithContext(volcengine.Context, *CreateImportTaskInput, ...request.Option) (*CreateImportTaskOutput, error)
	CreateImportTaskRequest(*CreateImportTaskInput) (*request.Request, *CreateImportTaskOutput)

	CreateImportUploadUrlCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateImportUploadUrlCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateImportUploadUrlCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateImportUploadUrl(*CreateImportUploadUrlInput) (*CreateImportUploadUrlOutput, error)
	CreateImportUploadUrlWithContext(volcengine.Context, *CreateImportUploadUrlInput, ...request.Option) (*CreateImportUploadUrlOutput, error)
	CreateImportUploadUrlRequest(*CreateImportUploadUrlInput) (*request.Request, *CreateImportUploadUrlOutput)

	DeleteBranchCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteBranchCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteBranchCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteBranch(*DeleteBranchInput) (*DeleteBranchOutput, error)
	DeleteBranchWithContext(volcengine.Context, *DeleteBranchInput, ...request.Option) (*DeleteBranchOutput, error)
	DeleteBranchRequest(*DeleteBranchInput) (*request.Request, *DeleteBranchOutput)

	DeleteClusterCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteClusterCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteClusterCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteCluster(*DeleteClusterInput) (*DeleteClusterOutput, error)
	DeleteClusterWithContext(volcengine.Context, *DeleteClusterInput, ...request.Option) (*DeleteClusterOutput, error)
	DeleteClusterRequest(*DeleteClusterInput) (*request.Request, *DeleteClusterOutput)

	DeleteExportTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteExportTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteExportTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteExportTask(*DeleteExportTaskInput) (*DeleteExportTaskOutput, error)
	DeleteExportTaskWithContext(volcengine.Context, *DeleteExportTaskInput, ...request.Option) (*DeleteExportTaskOutput, error)
	DeleteExportTaskRequest(*DeleteExportTaskInput) (*request.Request, *DeleteExportTaskOutput)

	DescribePriceDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribePriceDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribePriceDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribePriceDetail(*DescribePriceDetailInput) (*DescribePriceDetailOutput, error)
	DescribePriceDetailWithContext(volcengine.Context, *DescribePriceDetailInput, ...request.Option) (*DescribePriceDetailOutput, error)
	DescribePriceDetailRequest(*DescribePriceDetailInput) (*request.Request, *DescribePriceDetailOutput)

	GetBackupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetBackupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetBackupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetBackup(*GetBackupInput) (*GetBackupOutput, error)
	GetBackupWithContext(volcengine.Context, *GetBackupInput, ...request.Option) (*GetBackupOutput, error)
	GetBackupRequest(*GetBackupInput) (*request.Request, *GetBackupOutput)

	GetBackupRetentionCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetBackupRetentionCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetBackupRetentionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetBackupRetention(*GetBackupRetentionInput) (*GetBackupRetentionOutput, error)
	GetBackupRetentionWithContext(volcengine.Context, *GetBackupRetentionInput, ...request.Option) (*GetBackupRetentionOutput, error)
	GetBackupRetentionRequest(*GetBackupRetentionInput) (*request.Request, *GetBackupRetentionOutput)

	GetBranchDetailsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetBranchDetailsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetBranchDetailsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetBranchDetails(*GetBranchDetailsInput) (*GetBranchDetailsOutput, error)
	GetBranchDetailsWithContext(volcengine.Context, *GetBranchDetailsInput, ...request.Option) (*GetBranchDetailsOutput, error)
	GetBranchDetailsRequest(*GetBranchDetailsInput) (*request.Request, *GetBranchDetailsOutput)

	GetClusterDetailsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetClusterDetailsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetClusterDetailsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetClusterDetails(*GetClusterDetailsInput) (*GetClusterDetailsOutput, error)
	GetClusterDetailsWithContext(volcengine.Context, *GetClusterDetailsInput, ...request.Option) (*GetClusterDetailsOutput, error)
	GetClusterDetailsRequest(*GetClusterDetailsInput) (*request.Request, *GetClusterDetailsOutput)

	GetExportTaskDetailsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetExportTaskDetailsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetExportTaskDetailsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetExportTaskDetails(*GetExportTaskDetailsInput) (*GetExportTaskDetailsOutput, error)
	GetExportTaskDetailsWithContext(volcengine.Context, *GetExportTaskDetailsInput, ...request.Option) (*GetExportTaskDetailsOutput, error)
	GetExportTaskDetailsRequest(*GetExportTaskDetailsInput) (*request.Request, *GetExportTaskDetailsOutput)

	GetImportTableColumnsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetImportTableColumnsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetImportTableColumnsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetImportTableColumns(*GetImportTableColumnsInput) (*GetImportTableColumnsOutput, error)
	GetImportTableColumnsWithContext(volcengine.Context, *GetImportTableColumnsInput, ...request.Option) (*GetImportTableColumnsOutput, error)
	GetImportTableColumnsRequest(*GetImportTableColumnsInput) (*request.Request, *GetImportTableColumnsOutput)

	GetImportTaskDetailsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetImportTaskDetailsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetImportTaskDetailsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetImportTaskDetails(*GetImportTaskDetailsInput) (*GetImportTaskDetailsOutput, error)
	GetImportTaskDetailsWithContext(volcengine.Context, *GetImportTaskDetailsInput, ...request.Option) (*GetImportTaskDetailsOutput, error)
	GetImportTaskDetailsRequest(*GetImportTaskDetailsInput) (*request.Request, *GetImportTaskDetailsOutput)

	GetMetricsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetMetricsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetMetricsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetMetrics(*GetMetricsInput) (*GetMetricsOutput, error)
	GetMetricsWithContext(volcengine.Context, *GetMetricsInput, ...request.Option) (*GetMetricsOutput, error)
	GetMetricsRequest(*GetMetricsInput) (*request.Request, *GetMetricsOutput)

	GetRestoreProgressCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetRestoreProgressCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetRestoreProgressCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetRestoreProgress(*GetRestoreProgressInput) (*GetRestoreProgressOutput, error)
	GetRestoreProgressWithContext(volcengine.Context, *GetRestoreProgressInput, ...request.Option) (*GetRestoreProgressOutput, error)
	GetRestoreProgressRequest(*GetRestoreProgressInput) (*request.Request, *GetRestoreProgressOutput)

	GetSlowQueryDetailsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetSlowQueryDetailsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetSlowQueryDetailsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetSlowQueryDetails(*GetSlowQueryDetailsInput) (*GetSlowQueryDetailsOutput, error)
	GetSlowQueryDetailsWithContext(volcengine.Context, *GetSlowQueryDetailsInput, ...request.Option) (*GetSlowQueryDetailsOutput, error)
	GetSlowQueryDetailsRequest(*GetSlowQueryDetailsInput) (*request.Request, *GetSlowQueryDetailsOutput)

	GetStatementPlanDetailsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetStatementPlanDetailsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetStatementPlanDetailsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetStatementPlanDetails(*GetStatementPlanDetailsInput) (*GetStatementPlanDetailsOutput, error)
	GetStatementPlanDetailsWithContext(volcengine.Context, *GetStatementPlanDetailsInput, ...request.Option) (*GetStatementPlanDetailsOutput, error)
	GetStatementPlanDetailsRequest(*GetStatementPlanDetailsInput) (*request.Request, *GetStatementPlanDetailsOutput)

	ListBackupsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListBackupsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListBackupsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListBackups(*ListBackupsInput) (*ListBackupsOutput, error)
	ListBackupsWithContext(volcengine.Context, *ListBackupsInput, ...request.Option) (*ListBackupsOutput, error)
	ListBackupsRequest(*ListBackupsInput) (*request.Request, *ListBackupsOutput)

	ListBranchDatabasesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListBranchDatabasesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListBranchDatabasesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListBranchDatabases(*ListBranchDatabasesInput) (*ListBranchDatabasesOutput, error)
	ListBranchDatabasesWithContext(volcengine.Context, *ListBranchDatabasesInput, ...request.Option) (*ListBranchDatabasesOutput, error)
	ListBranchDatabasesRequest(*ListBranchDatabasesInput) (*request.Request, *ListBranchDatabasesOutput)

	ListBranchesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListBranchesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListBranchesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListBranches(*ListBranchesInput) (*ListBranchesOutput, error)
	ListBranchesWithContext(volcengine.Context, *ListBranchesInput, ...request.Option) (*ListBranchesOutput, error)
	ListBranchesRequest(*ListBranchesInput) (*request.Request, *ListBranchesOutput)

	ListClusterDatabasesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListClusterDatabasesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListClusterDatabasesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListClusterDatabases(*ListClusterDatabasesInput) (*ListClusterDatabasesOutput, error)
	ListClusterDatabasesWithContext(volcengine.Context, *ListClusterDatabasesInput, ...request.Option) (*ListClusterDatabasesOutput, error)
	ListClusterDatabasesRequest(*ListClusterDatabasesInput) (*request.Request, *ListClusterDatabasesOutput)

	ListClustersCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListClustersCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListClustersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListClusters(*ListClustersInput) (*ListClustersOutput, error)
	ListClustersWithContext(volcengine.Context, *ListClustersInput, ...request.Option) (*ListClustersOutput, error)
	ListClustersRequest(*ListClustersInput) (*request.Request, *ListClustersOutput)

	ListEventsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListEventsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListEventsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListEvents(*ListEventsInput) (*ListEventsOutput, error)
	ListEventsWithContext(volcengine.Context, *ListEventsInput, ...request.Option) (*ListEventsOutput, error)
	ListEventsRequest(*ListEventsInput) (*request.Request, *ListEventsOutput)

	ListExportTasksCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListExportTasksCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListExportTasksCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListExportTasks(*ListExportTasksInput) (*ListExportTasksOutput, error)
	ListExportTasksWithContext(volcengine.Context, *ListExportTasksInput, ...request.Option) (*ListExportTasksOutput, error)
	ListExportTasksRequest(*ListExportTasksInput) (*request.Request, *ListExportTasksOutput)

	ListImportSupportedDataTypesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListImportSupportedDataTypesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListImportSupportedDataTypesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListImportSupportedDataTypes(*ListImportSupportedDataTypesInput) (*ListImportSupportedDataTypesOutput, error)
	ListImportSupportedDataTypesWithContext(volcengine.Context, *ListImportSupportedDataTypesInput, ...request.Option) (*ListImportSupportedDataTypesOutput, error)
	ListImportSupportedDataTypesRequest(*ListImportSupportedDataTypesInput) (*request.Request, *ListImportSupportedDataTypesOutput)

	ListImportTargetTablesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListImportTargetTablesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListImportTargetTablesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListImportTargetTables(*ListImportTargetTablesInput) (*ListImportTargetTablesOutput, error)
	ListImportTargetTablesWithContext(volcengine.Context, *ListImportTargetTablesInput, ...request.Option) (*ListImportTargetTablesOutput, error)
	ListImportTargetTablesRequest(*ListImportTargetTablesInput) (*request.Request, *ListImportTargetTablesOutput)

	ListImportTasksCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListImportTasksCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListImportTasksCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListImportTasks(*ListImportTasksInput) (*ListImportTasksOutput, error)
	ListImportTasksWithContext(volcengine.Context, *ListImportTasksInput, ...request.Option) (*ListImportTasksOutput, error)
	ListImportTasksRequest(*ListImportTasksInput) (*request.Request, *ListImportTasksOutput)

	ListRegionsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListRegionsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListRegionsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListRegions(*ListRegionsInput) (*ListRegionsOutput, error)
	ListRegionsWithContext(volcengine.Context, *ListRegionsInput, ...request.Option) (*ListRegionsOutput, error)
	ListRegionsRequest(*ListRegionsInput) (*request.Request, *ListRegionsOutput)

	ListSlowQueriesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListSlowQueriesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListSlowQueriesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListSlowQueries(*ListSlowQueriesInput) (*ListSlowQueriesOutput, error)
	ListSlowQueriesWithContext(volcengine.Context, *ListSlowQueriesInput, ...request.Option) (*ListSlowQueriesOutput, error)
	ListSlowQueriesRequest(*ListSlowQueriesInput) (*request.Request, *ListSlowQueriesOutput)

	ListStatementPlansCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListStatementPlansCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListStatementPlansCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListStatementPlans(*ListStatementPlansInput) (*ListStatementPlansOutput, error)
	ListStatementPlansWithContext(volcengine.Context, *ListStatementPlansInput, ...request.Option) (*ListStatementPlansOutput, error)
	ListStatementPlansRequest(*ListStatementPlansInput) (*request.Request, *ListStatementPlansOutput)

	ListStatementSlowQueriesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListStatementSlowQueriesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListStatementSlowQueriesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListStatementSlowQueries(*ListStatementSlowQueriesInput) (*ListStatementSlowQueriesOutput, error)
	ListStatementSlowQueriesWithContext(volcengine.Context, *ListStatementSlowQueriesInput, ...request.Option) (*ListStatementSlowQueriesOutput, error)
	ListStatementSlowQueriesRequest(*ListStatementSlowQueriesInput) (*request.Request, *ListStatementSlowQueriesOutput)

	ListStatementTypesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListStatementTypesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListStatementTypesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListStatementTypes(*ListStatementTypesInput) (*ListStatementTypesOutput, error)
	ListStatementTypesWithContext(volcengine.Context, *ListStatementTypesInput, ...request.Option) (*ListStatementTypesOutput, error)
	ListStatementTypesRequest(*ListStatementTypesInput) (*request.Request, *ListStatementTypesOutput)

	ListStatementsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListStatementsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListStatementsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListStatements(*ListStatementsInput) (*ListStatementsOutput, error)
	ListStatementsWithContext(volcengine.Context, *ListStatementsInput, ...request.Option) (*ListStatementsOutput, error)
	ListStatementsRequest(*ListStatementsInput) (*request.Request, *ListStatementsOutput)

	ListZonesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListZonesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListZonesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListZones(*ListZonesInput) (*ListZonesOutput, error)
	ListZonesWithContext(volcengine.Context, *ListZonesInput, ...request.Option) (*ListZonesOutput, error)
	ListZonesRequest(*ListZonesInput) (*request.Request, *ListZonesOutput)

	PrecheckImportTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	PrecheckImportTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	PrecheckImportTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	PrecheckImportTask(*PrecheckImportTaskInput) (*PrecheckImportTaskOutput, error)
	PrecheckImportTaskWithContext(volcengine.Context, *PrecheckImportTaskInput, ...request.Option) (*PrecheckImportTaskOutput, error)
	PrecheckImportTaskRequest(*PrecheckImportTaskInput) (*request.Request, *PrecheckImportTaskOutput)

	PreviewLocalImportCommon(*map[string]interface{}) (*map[string]interface{}, error)
	PreviewLocalImportCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	PreviewLocalImportCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	PreviewLocalImport(*PreviewLocalImportInput) (*PreviewLocalImportOutput, error)
	PreviewLocalImportWithContext(volcengine.Context, *PreviewLocalImportInput, ...request.Option) (*PreviewLocalImportOutput, error)
	PreviewLocalImportRequest(*PreviewLocalImportInput) (*request.Request, *PreviewLocalImportOutput)

	ResetBranchCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ResetBranchCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ResetBranchCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ResetBranch(*ResetBranchInput) (*ResetBranchOutput, error)
	ResetBranchWithContext(volcengine.Context, *ResetBranchInput, ...request.Option) (*ResetBranchOutput, error)
	ResetBranchRequest(*ResetBranchInput) (*request.Request, *ResetBranchOutput)

	ResetClusterPasswordCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ResetClusterPasswordCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ResetClusterPasswordCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ResetClusterPassword(*ResetClusterPasswordInput) (*ResetClusterPasswordOutput, error)
	ResetClusterPasswordWithContext(volcengine.Context, *ResetClusterPasswordInput, ...request.Option) (*ResetClusterPasswordOutput, error)
	ResetClusterPasswordRequest(*ResetClusterPasswordInput) (*request.Request, *ResetClusterPasswordOutput)

	RestoreClusterCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RestoreClusterCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RestoreClusterCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RestoreCluster(*RestoreClusterInput) (*RestoreClusterOutput, error)
	RestoreClusterWithContext(volcengine.Context, *RestoreClusterInput, ...request.Option) (*RestoreClusterOutput, error)
	RestoreClusterRequest(*RestoreClusterInput) (*request.Request, *RestoreClusterOutput)

	UpdateBranchCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateBranchCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateBranchCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateBranch(*UpdateBranchInput) (*UpdateBranchOutput, error)
	UpdateBranchWithContext(volcengine.Context, *UpdateBranchInput, ...request.Option) (*UpdateBranchOutput, error)
	UpdateBranchRequest(*UpdateBranchInput) (*request.Request, *UpdateBranchOutput)

	UpdateClusterCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateClusterCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateClusterCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateCluster(*UpdateClusterInput) (*UpdateClusterOutput, error)
	UpdateClusterWithContext(volcengine.Context, *UpdateClusterInput, ...request.Option) (*UpdateClusterOutput, error)
	UpdateClusterRequest(*UpdateClusterInput) (*request.Request, *UpdateClusterOutput)

	ValidateImportTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ValidateImportTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ValidateImportTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ValidateImportTask(*ValidateImportTaskInput) (*ValidateImportTaskOutput, error)
	ValidateImportTaskWithContext(volcengine.Context, *ValidateImportTaskInput, ...request.Option) (*ValidateImportTaskOutput, error)
	ValidateImportTaskRequest(*ValidateImportTaskInput) (*request.Request, *ValidateImportTaskOutput)
}

TIDBAPI provides an interface to enable mocking the tidb.TIDB service client's API operation,

// volcengine sdk func uses an SDK service client to make a request to
// TIDB.
func myFunc(svc TIDBAPI) bool {
    // Make svc.CancelExportTask request
}

func main() {
    sess := session.New()
    svc := tidb.New(sess)

    myFunc(svc)
}

type TableForCancelExportTaskOutput

type TableForCancelExportTaskOutput struct {
	Patterns []*string `type:"list"`

	Where *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TableForCancelExportTaskOutput) GoString

GoString returns the string representation

func (*TableForCancelExportTaskOutput) SetPatterns

SetPatterns sets the Patterns field's value.

func (*TableForCancelExportTaskOutput) SetWhere

SetWhere sets the Where field's value.

func (TableForCancelExportTaskOutput) String

String returns the string representation

type TableForCreateExportTaskInput

type TableForCreateExportTaskInput struct {
	Patterns []*string `type:"list"`

	Where *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TableForCreateExportTaskInput) GoString

GoString returns the string representation

func (*TableForCreateExportTaskInput) SetPatterns

SetPatterns sets the Patterns field's value.

func (*TableForCreateExportTaskInput) SetWhere

SetWhere sets the Where field's value.

func (TableForCreateExportTaskInput) String

String returns the string representation

type TableForCreateExportTaskOutput

type TableForCreateExportTaskOutput struct {
	Patterns []*string `type:"list"`

	Where *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TableForCreateExportTaskOutput) GoString

GoString returns the string representation

func (*TableForCreateExportTaskOutput) SetPatterns

SetPatterns sets the Patterns field's value.

func (*TableForCreateExportTaskOutput) SetWhere

SetWhere sets the Where field's value.

func (TableForCreateExportTaskOutput) String

String returns the string representation

type TableForDeleteExportTaskOutput

type TableForDeleteExportTaskOutput struct {
	Patterns []*string `type:"list"`

	Where *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TableForDeleteExportTaskOutput) GoString

GoString returns the string representation

func (*TableForDeleteExportTaskOutput) SetPatterns

SetPatterns sets the Patterns field's value.

func (*TableForDeleteExportTaskOutput) SetWhere

SetWhere sets the Where field's value.

func (TableForDeleteExportTaskOutput) String

String returns the string representation

type TableForGetExportTaskDetailsOutput

type TableForGetExportTaskDetailsOutput struct {
	Patterns []*string `type:"list"`

	Where *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TableForGetExportTaskDetailsOutput) GoString

GoString returns the string representation

func (*TableForGetExportTaskDetailsOutput) SetPatterns

SetPatterns sets the Patterns field's value.

func (*TableForGetExportTaskDetailsOutput) SetWhere

SetWhere sets the Where field's value.

func (TableForGetExportTaskDetailsOutput) String

String returns the string representation

type TableForGetImportTableColumnsOutput

type TableForGetImportTableColumnsOutput struct {
	Column_auto_gen []*bool `type:"list" json:"column_auto_gen"`

	Column_is_pk []*bool `type:"list" json:"column_is_pk"`

	Database_name *string `type:"string" json:"database_name,omitempty"`

	Row_data_types []*string `type:"list" json:"row_data_types"`

	Row_headers []*string `type:"list" json:"row_headers"`

	Row_values []*Row_valueForGetImportTableColumnsOutput `type:"list" json:"row_values"`

	Table_name *string `type:"string" json:"table_name,omitempty"`
	// contains filtered or unexported fields
}

func (TableForGetImportTableColumnsOutput) GoString

GoString returns the string representation

func (*TableForGetImportTableColumnsOutput) SetColumn_auto_gen

SetColumn_auto_gen sets the Column_auto_gen field's value.

func (*TableForGetImportTableColumnsOutput) SetColumn_is_pk

SetColumn_is_pk sets the Column_is_pk field's value.

func (*TableForGetImportTableColumnsOutput) SetDatabase_name

SetDatabase_name sets the Database_name field's value.

func (*TableForGetImportTableColumnsOutput) SetRow_data_types

SetRow_data_types sets the Row_data_types field's value.

func (*TableForGetImportTableColumnsOutput) SetRow_headers

SetRow_headers sets the Row_headers field's value.

func (*TableForGetImportTableColumnsOutput) SetRow_values

SetRow_values sets the Row_values field's value.

func (*TableForGetImportTableColumnsOutput) SetTable_name

SetTable_name sets the Table_name field's value.

func (TableForGetImportTableColumnsOutput) String

String returns the string representation

type TableForListExportTasksOutput

type TableForListExportTasksOutput struct {
	Patterns []*string `type:"list"`

	Where *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TableForListExportTasksOutput) GoString

GoString returns the string representation

func (*TableForListExportTasksOutput) SetPatterns

SetPatterns sets the Patterns field's value.

func (*TableForListExportTasksOutput) SetWhere

SetWhere sets the Where field's value.

func (TableForListExportTasksOutput) String

String returns the string representation

type TableForPreviewLocalImportOutput

type TableForPreviewLocalImportOutput struct {
	Column_auto_gen []*bool `type:"list" json:"column_auto_gen"`

	Column_is_pk []*bool `type:"list" json:"column_is_pk"`

	Database_name *string `type:"string" json:"database_name,omitempty"`

	Row_data_types []*string `type:"list" json:"row_data_types"`

	Row_headers []*string `type:"list" json:"row_headers"`

	Row_values []*Row_valueForPreviewLocalImportOutput `type:"list" json:"row_values"`

	Table_name *string `type:"string" json:"table_name,omitempty"`
	// contains filtered or unexported fields
}

func (TableForPreviewLocalImportOutput) GoString

GoString returns the string representation

func (*TableForPreviewLocalImportOutput) SetColumn_auto_gen

SetColumn_auto_gen sets the Column_auto_gen field's value.

func (*TableForPreviewLocalImportOutput) SetColumn_is_pk

SetColumn_is_pk sets the Column_is_pk field's value.

func (*TableForPreviewLocalImportOutput) SetDatabase_name

SetDatabase_name sets the Database_name field's value.

func (*TableForPreviewLocalImportOutput) SetRow_data_types

SetRow_data_types sets the Row_data_types field's value.

func (*TableForPreviewLocalImportOutput) SetRow_headers

SetRow_headers sets the Row_headers field's value.

func (*TableForPreviewLocalImportOutput) SetRow_values

SetRow_values sets the Row_values field's value.

func (*TableForPreviewLocalImportOutput) SetTable_name

SetTable_name sets the Table_name field's value.

func (TableForPreviewLocalImportOutput) String

String returns the string representation

type TargetForCancelExportTaskOutput

type TargetForCancelExportTaskOutput struct {
	AzureBlob *AzureBlobForCancelExportTaskOutput `type:"structure" json:",omitempty"`

	Gcs *GcsForCancelExportTaskOutput `type:"structure" json:",omitempty"`

	Oss *OssForCancelExportTaskOutput `type:"structure" json:",omitempty"`

	S3 *S3ForCancelExportTaskOutput `type:"structure" json:",omitempty"`

	Tos *TosForCancelExportTaskOutput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForCancelExportTaskOutput"`
	// contains filtered or unexported fields
}

func (TargetForCancelExportTaskOutput) GoString

GoString returns the string representation

func (*TargetForCancelExportTaskOutput) SetAzureBlob

SetAzureBlob sets the AzureBlob field's value.

func (*TargetForCancelExportTaskOutput) SetGcs

SetGcs sets the Gcs field's value.

func (*TargetForCancelExportTaskOutput) SetOss

SetOss sets the Oss field's value.

func (*TargetForCancelExportTaskOutput) SetS3

SetS3 sets the S3 field's value.

func (*TargetForCancelExportTaskOutput) SetTos

SetTos sets the Tos field's value.

func (*TargetForCancelExportTaskOutput) SetType

SetType sets the Type field's value.

func (TargetForCancelExportTaskOutput) String

String returns the string representation

type TargetForCreateExportTaskInput

type TargetForCreateExportTaskInput struct {
	AzureBlob *AzureBlobForCreateExportTaskInput `type:"structure" json:",omitempty"`

	Gcs *GcsForCreateExportTaskInput `type:"structure" json:",omitempty"`

	Oss *OssForCreateExportTaskInput `type:"structure" json:",omitempty"`

	S3 *S3ForCreateExportTaskInput `type:"structure" json:",omitempty"`

	Tos *TosForCreateExportTaskInput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForCreateExportTaskInput"`
	// contains filtered or unexported fields
}

func (TargetForCreateExportTaskInput) GoString

GoString returns the string representation

func (*TargetForCreateExportTaskInput) SetAzureBlob

SetAzureBlob sets the AzureBlob field's value.

func (*TargetForCreateExportTaskInput) SetGcs

SetGcs sets the Gcs field's value.

func (*TargetForCreateExportTaskInput) SetOss

SetOss sets the Oss field's value.

func (*TargetForCreateExportTaskInput) SetS3

SetS3 sets the S3 field's value.

func (*TargetForCreateExportTaskInput) SetTos

SetTos sets the Tos field's value.

func (*TargetForCreateExportTaskInput) SetType

SetType sets the Type field's value.

func (TargetForCreateExportTaskInput) String

String returns the string representation

type TargetForCreateExportTaskOutput

type TargetForCreateExportTaskOutput struct {
	AzureBlob *AzureBlobForCreateExportTaskOutput `type:"structure" json:",omitempty"`

	Gcs *GcsForCreateExportTaskOutput `type:"structure" json:",omitempty"`

	Oss *OssForCreateExportTaskOutput `type:"structure" json:",omitempty"`

	S3 *S3ForCreateExportTaskOutput `type:"structure" json:",omitempty"`

	Tos *TosForCreateExportTaskOutput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForCreateExportTaskOutput"`
	// contains filtered or unexported fields
}

func (TargetForCreateExportTaskOutput) GoString

GoString returns the string representation

func (*TargetForCreateExportTaskOutput) SetAzureBlob

SetAzureBlob sets the AzureBlob field's value.

func (*TargetForCreateExportTaskOutput) SetGcs

SetGcs sets the Gcs field's value.

func (*TargetForCreateExportTaskOutput) SetOss

SetOss sets the Oss field's value.

func (*TargetForCreateExportTaskOutput) SetS3

SetS3 sets the S3 field's value.

func (*TargetForCreateExportTaskOutput) SetTos

SetTos sets the Tos field's value.

func (*TargetForCreateExportTaskOutput) SetType

SetType sets the Type field's value.

func (TargetForCreateExportTaskOutput) String

String returns the string representation

type TargetForDeleteExportTaskOutput

type TargetForDeleteExportTaskOutput struct {
	AzureBlob *AzureBlobForDeleteExportTaskOutput `type:"structure" json:",omitempty"`

	Gcs *GcsForDeleteExportTaskOutput `type:"structure" json:",omitempty"`

	Oss *OssForDeleteExportTaskOutput `type:"structure" json:",omitempty"`

	S3 *S3ForDeleteExportTaskOutput `type:"structure" json:",omitempty"`

	Tos *TosForDeleteExportTaskOutput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForDeleteExportTaskOutput"`
	// contains filtered or unexported fields
}

func (TargetForDeleteExportTaskOutput) GoString

GoString returns the string representation

func (*TargetForDeleteExportTaskOutput) SetAzureBlob

SetAzureBlob sets the AzureBlob field's value.

func (*TargetForDeleteExportTaskOutput) SetGcs

SetGcs sets the Gcs field's value.

func (*TargetForDeleteExportTaskOutput) SetOss

SetOss sets the Oss field's value.

func (*TargetForDeleteExportTaskOutput) SetS3

SetS3 sets the S3 field's value.

func (*TargetForDeleteExportTaskOutput) SetTos

SetTos sets the Tos field's value.

func (*TargetForDeleteExportTaskOutput) SetType

SetType sets the Type field's value.

func (TargetForDeleteExportTaskOutput) String

String returns the string representation

type TargetForGetExportTaskDetailsOutput

type TargetForGetExportTaskDetailsOutput struct {
	AzureBlob *AzureBlobForGetExportTaskDetailsOutput `type:"structure" json:",omitempty"`

	Gcs *GcsForGetExportTaskDetailsOutput `type:"structure" json:",omitempty"`

	Oss *OssForGetExportTaskDetailsOutput `type:"structure" json:",omitempty"`

	S3 *S3ForGetExportTaskDetailsOutput `type:"structure" json:",omitempty"`

	Tos *TosForGetExportTaskDetailsOutput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForGetExportTaskDetailsOutput"`
	// contains filtered or unexported fields
}

func (TargetForGetExportTaskDetailsOutput) GoString

GoString returns the string representation

func (*TargetForGetExportTaskDetailsOutput) SetAzureBlob

SetAzureBlob sets the AzureBlob field's value.

func (*TargetForGetExportTaskDetailsOutput) SetGcs

SetGcs sets the Gcs field's value.

func (*TargetForGetExportTaskDetailsOutput) SetOss

SetOss sets the Oss field's value.

func (*TargetForGetExportTaskDetailsOutput) SetS3

SetS3 sets the S3 field's value.

func (*TargetForGetExportTaskDetailsOutput) SetTos

SetTos sets the Tos field's value.

func (*TargetForGetExportTaskDetailsOutput) SetType

SetType sets the Type field's value.

func (TargetForGetExportTaskDetailsOutput) String

String returns the string representation

type TargetForListExportTasksOutput

type TargetForListExportTasksOutput struct {
	AzureBlob *AzureBlobForListExportTasksOutput `type:"structure" json:",omitempty"`

	Gcs *GcsForListExportTasksOutput `type:"structure" json:",omitempty"`

	Oss *OssForListExportTasksOutput `type:"structure" json:",omitempty"`

	S3 *S3ForListExportTasksOutput `type:"structure" json:",omitempty"`

	Tos *TosForListExportTasksOutput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForListExportTasksOutput"`
	// contains filtered or unexported fields
}

func (TargetForListExportTasksOutput) GoString

GoString returns the string representation

func (*TargetForListExportTasksOutput) SetAzureBlob

SetAzureBlob sets the AzureBlob field's value.

func (*TargetForListExportTasksOutput) SetGcs

SetGcs sets the Gcs field's value.

func (*TargetForListExportTasksOutput) SetOss

SetOss sets the Oss field's value.

func (*TargetForListExportTasksOutput) SetS3

SetS3 sets the S3 field's value.

func (*TargetForListExportTasksOutput) SetTos

SetTos sets the Tos field's value.

func (*TargetForListExportTasksOutput) SetType

SetType sets the Type field's value.

func (TargetForListExportTasksOutput) String

String returns the string representation

type TargetTableForCreateImportTaskInput

type TargetTableForCreateImportTaskInput struct {
	Database *string `type:"string" json:",omitempty"`

	Table *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TargetTableForCreateImportTaskInput) GoString

GoString returns the string representation

func (*TargetTableForCreateImportTaskInput) SetDatabase

SetDatabase sets the Database field's value.

func (*TargetTableForCreateImportTaskInput) SetTable

SetTable sets the Table field's value.

func (TargetTableForCreateImportTaskInput) String

String returns the string representation

type TargetTableForCreateImportTaskOutput

type TargetTableForCreateImportTaskOutput struct {
	Database *string `type:"string" json:",omitempty"`

	Table *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TargetTableForCreateImportTaskOutput) GoString

GoString returns the string representation

func (*TargetTableForCreateImportTaskOutput) SetDatabase

SetDatabase sets the Database field's value.

func (*TargetTableForCreateImportTaskOutput) SetTable

SetTable sets the Table field's value.

func (TargetTableForCreateImportTaskOutput) String

String returns the string representation

type TargetTableForGetImportTaskDetailsOutput

type TargetTableForGetImportTaskDetailsOutput struct {
	Database *string `type:"string" json:",omitempty"`

	Table *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TargetTableForGetImportTaskDetailsOutput) GoString

GoString returns the string representation

func (*TargetTableForGetImportTaskDetailsOutput) SetDatabase

SetDatabase sets the Database field's value.

func (*TargetTableForGetImportTaskDetailsOutput) SetTable

SetTable sets the Table field's value.

func (TargetTableForGetImportTaskDetailsOutput) String

String returns the string representation

type TargetTableForListImportTasksOutput

type TargetTableForListImportTasksOutput struct {
	Database *string `type:"string" json:",omitempty"`

	Table *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TargetTableForListImportTasksOutput) GoString

GoString returns the string representation

func (*TargetTableForListImportTasksOutput) SetDatabase

SetDatabase sets the Database field's value.

func (*TargetTableForListImportTasksOutput) SetTable

SetTable sets the Table field's value.

func (TargetTableForListImportTasksOutput) String

String returns the string representation

type TargetTableForPrecheckImportTaskInput

type TargetTableForPrecheckImportTaskInput struct {
	Database *string `type:"string" json:",omitempty"`

	Table *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TargetTableForPrecheckImportTaskInput) GoString

GoString returns the string representation

func (*TargetTableForPrecheckImportTaskInput) SetDatabase

SetDatabase sets the Database field's value.

func (*TargetTableForPrecheckImportTaskInput) SetTable

SetTable sets the Table field's value.

func (TargetTableForPrecheckImportTaskInput) String

String returns the string representation

type TargetTableForPrecheckImportTaskOutput

type TargetTableForPrecheckImportTaskOutput struct {
	Database *string `type:"string" json:",omitempty"`

	Table *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TargetTableForPrecheckImportTaskOutput) GoString

GoString returns the string representation

func (*TargetTableForPrecheckImportTaskOutput) SetDatabase

SetDatabase sets the Database field's value.

func (*TargetTableForPrecheckImportTaskOutput) SetTable

SetTable sets the Table field's value.

func (TargetTableForPrecheckImportTaskOutput) String

String returns the string representation

type TargetTableForValidateImportTaskInput

type TargetTableForValidateImportTaskInput struct {
	Database *string `type:"string" json:",omitempty"`

	Table *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TargetTableForValidateImportTaskInput) GoString

GoString returns the string representation

func (*TargetTableForValidateImportTaskInput) SetDatabase

SetDatabase sets the Database field's value.

func (*TargetTableForValidateImportTaskInput) SetTable

SetTable sets the Table field's value.

func (TargetTableForValidateImportTaskInput) String

String returns the string representation

type TargetTableInfoForCreateImportTaskInput

type TargetTableInfoForCreateImportTaskInput struct {
	CustomFile *string `type:"string" json:",omitempty"`

	TargetTable *TargetTableForCreateImportTaskInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TargetTableInfoForCreateImportTaskInput) GoString

GoString returns the string representation

func (*TargetTableInfoForCreateImportTaskInput) SetCustomFile

SetCustomFile sets the CustomFile field's value.

func (*TargetTableInfoForCreateImportTaskInput) SetTargetTable

SetTargetTable sets the TargetTable field's value.

func (TargetTableInfoForCreateImportTaskInput) String

String returns the string representation

type TargetTableInfoForCreateImportTaskOutput

type TargetTableInfoForCreateImportTaskOutput struct {
	CustomFile *string `type:"string" json:",omitempty"`

	TargetTable *TargetTableForCreateImportTaskOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TargetTableInfoForCreateImportTaskOutput) GoString

GoString returns the string representation

func (*TargetTableInfoForCreateImportTaskOutput) SetCustomFile

SetCustomFile sets the CustomFile field's value.

func (*TargetTableInfoForCreateImportTaskOutput) SetTargetTable

SetTargetTable sets the TargetTable field's value.

func (TargetTableInfoForCreateImportTaskOutput) String

String returns the string representation

type TargetTableInfoForGetImportTaskDetailsOutput

type TargetTableInfoForGetImportTaskDetailsOutput struct {
	CustomFile *string `type:"string" json:",omitempty"`

	TargetTable *TargetTableForGetImportTaskDetailsOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TargetTableInfoForGetImportTaskDetailsOutput) GoString

GoString returns the string representation

func (*TargetTableInfoForGetImportTaskDetailsOutput) SetCustomFile

SetCustomFile sets the CustomFile field's value.

func (*TargetTableInfoForGetImportTaskDetailsOutput) SetTargetTable

SetTargetTable sets the TargetTable field's value.

func (TargetTableInfoForGetImportTaskDetailsOutput) String

String returns the string representation

type TargetTableInfoForListImportTasksOutput

type TargetTableInfoForListImportTasksOutput struct {
	CustomFile *string `type:"string" json:",omitempty"`

	TargetTable *TargetTableForListImportTasksOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TargetTableInfoForListImportTasksOutput) GoString

GoString returns the string representation

func (*TargetTableInfoForListImportTasksOutput) SetCustomFile

SetCustomFile sets the CustomFile field's value.

func (*TargetTableInfoForListImportTasksOutput) SetTargetTable

SetTargetTable sets the TargetTable field's value.

func (TargetTableInfoForListImportTasksOutput) String

String returns the string representation

type TargetTableInfoForPrecheckImportTaskInput

type TargetTableInfoForPrecheckImportTaskInput struct {
	CustomFile *string `type:"string" json:",omitempty"`

	TargetTable *TargetTableForPrecheckImportTaskInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TargetTableInfoForPrecheckImportTaskInput) GoString

GoString returns the string representation

func (*TargetTableInfoForPrecheckImportTaskInput) SetCustomFile

SetCustomFile sets the CustomFile field's value.

func (*TargetTableInfoForPrecheckImportTaskInput) SetTargetTable

SetTargetTable sets the TargetTable field's value.

func (TargetTableInfoForPrecheckImportTaskInput) String

String returns the string representation

type TargetTableInfoForValidateImportTaskInput

type TargetTableInfoForValidateImportTaskInput struct {
	CustomFile *string `type:"string" json:",omitempty"`

	TargetTable *TargetTableForValidateImportTaskInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TargetTableInfoForValidateImportTaskInput) GoString

GoString returns the string representation

func (*TargetTableInfoForValidateImportTaskInput) SetCustomFile

SetCustomFile sets the CustomFile field's value.

func (*TargetTableInfoForValidateImportTaskInput) SetTargetTable

SetTargetTable sets the TargetTable field's value.

func (TargetTableInfoForValidateImportTaskInput) String

String returns the string representation

type TosForCancelExportTaskOutput

type TosForCancelExportTaskOutput struct {
	AccessKey *AccessKeyForCancelExportTaskOutput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForCancelExportTaskOutput"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosForCancelExportTaskOutput) GoString

func (s TosForCancelExportTaskOutput) GoString() string

GoString returns the string representation

func (*TosForCancelExportTaskOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*TosForCancelExportTaskOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*TosForCancelExportTaskOutput) SetUri

SetUri sets the Uri field's value.

func (TosForCancelExportTaskOutput) String

String returns the string representation

type TosForCreateExportTaskInput

type TosForCreateExportTaskInput struct {
	AccessKey *AccessKeyForCreateExportTaskInput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForCreateExportTaskInput"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosForCreateExportTaskInput) GoString

func (s TosForCreateExportTaskInput) GoString() string

GoString returns the string representation

func (*TosForCreateExportTaskInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*TosForCreateExportTaskInput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*TosForCreateExportTaskInput) SetUri

SetUri sets the Uri field's value.

func (TosForCreateExportTaskInput) String

String returns the string representation

type TosForCreateExportTaskOutput

type TosForCreateExportTaskOutput struct {
	AccessKey *AccessKeyForCreateExportTaskOutput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForCreateExportTaskOutput"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosForCreateExportTaskOutput) GoString

func (s TosForCreateExportTaskOutput) GoString() string

GoString returns the string representation

func (*TosForCreateExportTaskOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*TosForCreateExportTaskOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*TosForCreateExportTaskOutput) SetUri

SetUri sets the Uri field's value.

func (TosForCreateExportTaskOutput) String

String returns the string representation

type TosForCreateImportTaskInput

type TosForCreateImportTaskInput struct {
	AccessKey *AccessKeyForCreateImportTaskInput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForCreateImportTaskInput"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosForCreateImportTaskInput) GoString

func (s TosForCreateImportTaskInput) GoString() string

GoString returns the string representation

func (*TosForCreateImportTaskInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*TosForCreateImportTaskInput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*TosForCreateImportTaskInput) SetUri

SetUri sets the Uri field's value.

func (TosForCreateImportTaskInput) String

String returns the string representation

type TosForCreateImportTaskOutput

type TosForCreateImportTaskOutput struct {
	AccessKey *AccessKeyForCreateImportTaskOutput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForCreateImportTaskOutput"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosForCreateImportTaskOutput) GoString

func (s TosForCreateImportTaskOutput) GoString() string

GoString returns the string representation

func (*TosForCreateImportTaskOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*TosForCreateImportTaskOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*TosForCreateImportTaskOutput) SetUri

SetUri sets the Uri field's value.

func (TosForCreateImportTaskOutput) String

String returns the string representation

type TosForDeleteExportTaskOutput

type TosForDeleteExportTaskOutput struct {
	AccessKey *AccessKeyForDeleteExportTaskOutput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForDeleteExportTaskOutput"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosForDeleteExportTaskOutput) GoString

func (s TosForDeleteExportTaskOutput) GoString() string

GoString returns the string representation

func (*TosForDeleteExportTaskOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*TosForDeleteExportTaskOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*TosForDeleteExportTaskOutput) SetUri

SetUri sets the Uri field's value.

func (TosForDeleteExportTaskOutput) String

String returns the string representation

type TosForGetExportTaskDetailsOutput

type TosForGetExportTaskDetailsOutput struct {
	AccessKey *AccessKeyForGetExportTaskDetailsOutput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForGetExportTaskDetailsOutput"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosForGetExportTaskDetailsOutput) GoString

GoString returns the string representation

func (*TosForGetExportTaskDetailsOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*TosForGetExportTaskDetailsOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*TosForGetExportTaskDetailsOutput) SetUri

SetUri sets the Uri field's value.

func (TosForGetExportTaskDetailsOutput) String

String returns the string representation

type TosForGetImportTaskDetailsOutput

type TosForGetImportTaskDetailsOutput struct {
	AccessKey *AccessKeyForGetImportTaskDetailsOutput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForGetImportTaskDetailsOutput"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosForGetImportTaskDetailsOutput) GoString

GoString returns the string representation

func (*TosForGetImportTaskDetailsOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*TosForGetImportTaskDetailsOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*TosForGetImportTaskDetailsOutput) SetUri

SetUri sets the Uri field's value.

func (TosForGetImportTaskDetailsOutput) String

String returns the string representation

type TosForListExportTasksOutput

type TosForListExportTasksOutput struct {
	AccessKey *AccessKeyForListExportTasksOutput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForListExportTasksOutput"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosForListExportTasksOutput) GoString

func (s TosForListExportTasksOutput) GoString() string

GoString returns the string representation

func (*TosForListExportTasksOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*TosForListExportTasksOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*TosForListExportTasksOutput) SetUri

SetUri sets the Uri field's value.

func (TosForListExportTasksOutput) String

String returns the string representation

type TosForListImportTasksOutput

type TosForListImportTasksOutput struct {
	AccessKey *AccessKeyForListImportTasksOutput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForListImportTasksOutput"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosForListImportTasksOutput) GoString

func (s TosForListImportTasksOutput) GoString() string

GoString returns the string representation

func (*TosForListImportTasksOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*TosForListImportTasksOutput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*TosForListImportTasksOutput) SetUri

SetUri sets the Uri field's value.

func (TosForListImportTasksOutput) String

String returns the string representation

type TosForPrecheckImportTaskInput

type TosForPrecheckImportTaskInput struct {
	AccessKey *AccessKeyForPrecheckImportTaskInput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForPrecheckImportTaskInput"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosForPrecheckImportTaskInput) GoString

GoString returns the string representation

func (*TosForPrecheckImportTaskInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*TosForPrecheckImportTaskInput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*TosForPrecheckImportTaskInput) SetUri

SetUri sets the Uri field's value.

func (TosForPrecheckImportTaskInput) String

String returns the string representation

type TosForValidateImportTaskInput

type TosForValidateImportTaskInput struct {
	AccessKey *AccessKeyForValidateImportTaskInput `type:"structure" json:",omitempty"`

	AuthType *string `type:"string" json:",omitempty" enum:"EnumOfAuthTypeForValidateImportTaskInput"`

	Uri *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosForValidateImportTaskInput) GoString

GoString returns the string representation

func (*TosForValidateImportTaskInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*TosForValidateImportTaskInput) SetAuthType

SetAuthType sets the AuthType field's value.

func (*TosForValidateImportTaskInput) SetUri

SetUri sets the Uri field's value.

func (TosForValidateImportTaskInput) String

String returns the string representation

type UpdateBranchInput added in v1.2.48

type UpdateBranchInput struct {
	Branch *BranchForUpdateBranchInput `type:"structure" json:",omitempty"`

	// BranchId is a required field
	BranchId *string `type:"string" json:",omitempty" required:"true"`

	// ClusterId is a required field
	ClusterId *string `type:"string" json:",omitempty" required:"true"`

	ProjectName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateBranchInput) GoString added in v1.2.48

func (s UpdateBranchInput) GoString() string

GoString returns the string representation

func (*UpdateBranchInput) SetBranch added in v1.2.48

SetBranch sets the Branch field's value.

func (*UpdateBranchInput) SetBranchId added in v1.2.48

func (s *UpdateBranchInput) SetBranchId(v string) *UpdateBranchInput

SetBranchId sets the BranchId field's value.

func (*UpdateBranchInput) SetClusterId added in v1.2.48

func (s *UpdateBranchInput) SetClusterId(v string) *UpdateBranchInput

SetClusterId sets the ClusterId field's value.

func (*UpdateBranchInput) SetProjectName added in v1.2.48

func (s *UpdateBranchInput) SetProjectName(v string) *UpdateBranchInput

SetProjectName sets the ProjectName field's value.

func (UpdateBranchInput) String added in v1.2.48

func (s UpdateBranchInput) String() string

String returns the string representation

func (*UpdateBranchInput) Validate added in v1.2.48

func (s *UpdateBranchInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateBranchOutput added in v1.2.48

type UpdateBranchOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdateBranchOutput) GoString added in v1.2.48

func (s UpdateBranchOutput) GoString() string

GoString returns the string representation

func (UpdateBranchOutput) String added in v1.2.48

func (s UpdateBranchOutput) String() string

String returns the string representation

type UpdateClusterInput added in v1.2.48

type UpdateClusterInput struct {
	Cluster *ClusterForUpdateClusterInput `type:"structure" json:",omitempty"`

	// ClusterId is a required field
	ClusterId *string `type:"string" json:",omitempty" required:"true"`

	ProjectName *string `type:"string" json:",omitempty"`

	UpdateMask *string `type:"string" json:",omitempty" enum:"EnumOfUpdateMaskForUpdateClusterInput"`
	// contains filtered or unexported fields
}

func (UpdateClusterInput) GoString added in v1.2.48

func (s UpdateClusterInput) GoString() string

GoString returns the string representation

func (*UpdateClusterInput) SetCluster added in v1.2.48

SetCluster sets the Cluster field's value.

func (*UpdateClusterInput) SetClusterId added in v1.2.48

func (s *UpdateClusterInput) SetClusterId(v string) *UpdateClusterInput

SetClusterId sets the ClusterId field's value.

func (*UpdateClusterInput) SetProjectName added in v1.2.48

func (s *UpdateClusterInput) SetProjectName(v string) *UpdateClusterInput

SetProjectName sets the ProjectName field's value.

func (*UpdateClusterInput) SetUpdateMask added in v1.2.48

func (s *UpdateClusterInput) SetUpdateMask(v string) *UpdateClusterInput

SetUpdateMask sets the UpdateMask field's value.

func (UpdateClusterInput) String added in v1.2.48

func (s UpdateClusterInput) String() string

String returns the string representation

func (*UpdateClusterInput) Validate added in v1.2.48

func (s *UpdateClusterInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateClusterOutput added in v1.2.48

type UpdateClusterOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdateClusterOutput) GoString added in v1.2.48

func (s UpdateClusterOutput) GoString() string

GoString returns the string representation

func (UpdateClusterOutput) String added in v1.2.48

func (s UpdateClusterOutput) String() string

String returns the string representation

type UsagesForCreateBranchInput added in v1.2.48

type UsagesForCreateBranchInput struct {
	ColumnStorage *string `type:"string" json:",omitempty"`

	RequestUnit *string `type:"string" json:",omitempty"`

	RowStorage *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UsagesForCreateBranchInput) GoString added in v1.2.48

func (s UsagesForCreateBranchInput) GoString() string

GoString returns the string representation

func (*UsagesForCreateBranchInput) SetColumnStorage added in v1.2.48

SetColumnStorage sets the ColumnStorage field's value.

func (*UsagesForCreateBranchInput) SetRequestUnit added in v1.2.48

SetRequestUnit sets the RequestUnit field's value.

func (*UsagesForCreateBranchInput) SetRowStorage added in v1.2.48

SetRowStorage sets the RowStorage field's value.

func (UsagesForCreateBranchInput) String added in v1.2.48

String returns the string representation

type UsagesForGetBranchDetailsOutput added in v1.2.48

type UsagesForGetBranchDetailsOutput struct {
	ColumnStorage *string `type:"string" json:",omitempty"`

	RequestUnit *string `type:"string" json:",omitempty"`

	RowStorage *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UsagesForGetBranchDetailsOutput) GoString added in v1.2.48

GoString returns the string representation

func (*UsagesForGetBranchDetailsOutput) SetColumnStorage added in v1.2.48

SetColumnStorage sets the ColumnStorage field's value.

func (*UsagesForGetBranchDetailsOutput) SetRequestUnit added in v1.2.48

SetRequestUnit sets the RequestUnit field's value.

func (*UsagesForGetBranchDetailsOutput) SetRowStorage added in v1.2.48

SetRowStorage sets the RowStorage field's value.

func (UsagesForGetBranchDetailsOutput) String added in v1.2.48

String returns the string representation

type UsagesForListBranchesOutput added in v1.2.48

type UsagesForListBranchesOutput struct {
	ColumnStorage *string `type:"string" json:",omitempty"`

	RequestUnit *string `type:"string" json:",omitempty"`

	RowStorage *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UsagesForListBranchesOutput) GoString added in v1.2.48

func (s UsagesForListBranchesOutput) GoString() string

GoString returns the string representation

func (*UsagesForListBranchesOutput) SetColumnStorage added in v1.2.48

SetColumnStorage sets the ColumnStorage field's value.

func (*UsagesForListBranchesOutput) SetRequestUnit added in v1.2.48

SetRequestUnit sets the RequestUnit field's value.

func (*UsagesForListBranchesOutput) SetRowStorage added in v1.2.48

SetRowStorage sets the RowStorage field's value.

func (UsagesForListBranchesOutput) String added in v1.2.48

String returns the string representation

type UsagesForUpdateBranchInput added in v1.2.48

type UsagesForUpdateBranchInput struct {
	ColumnStorage *string `type:"string" json:",omitempty"`

	RequestUnit *string `type:"string" json:",omitempty"`

	RowStorage *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UsagesForUpdateBranchInput) GoString added in v1.2.48

func (s UsagesForUpdateBranchInput) GoString() string

GoString returns the string representation

func (*UsagesForUpdateBranchInput) SetColumnStorage added in v1.2.48

SetColumnStorage sets the ColumnStorage field's value.

func (*UsagesForUpdateBranchInput) SetRequestUnit added in v1.2.48

SetRequestUnit sets the RequestUnit field's value.

func (*UsagesForUpdateBranchInput) SetRowStorage added in v1.2.48

SetRowStorage sets the RowStorage field's value.

func (UsagesForUpdateBranchInput) String added in v1.2.48

String returns the string representation

type ValidateImportTaskInput

type ValidateImportTaskInput struct {

	// ClusterId is a required field
	ClusterId *string `type:"string" json:",omitempty" required:"true"`

	ProjectName *string `type:"string" json:",omitempty"`

	Source *SourceForValidateImportTaskInput `type:"structure" json:",omitempty"`

	// ValidationType is a required field
	ValidationType *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfValidationTypeForValidateImportTaskInput"`
	// contains filtered or unexported fields
}

func (ValidateImportTaskInput) GoString

func (s ValidateImportTaskInput) GoString() string

GoString returns the string representation

func (*ValidateImportTaskInput) SetClusterId

SetClusterId sets the ClusterId field's value.

func (*ValidateImportTaskInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*ValidateImportTaskInput) SetSource

SetSource sets the Source field's value.

func (*ValidateImportTaskInput) SetValidationType

func (s *ValidateImportTaskInput) SetValidationType(v string) *ValidateImportTaskInput

SetValidationType sets the ValidationType field's value.

func (ValidateImportTaskInput) String

func (s ValidateImportTaskInput) String() string

String returns the string representation

func (*ValidateImportTaskInput) Validate

func (s *ValidateImportTaskInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ValidateImportTaskOutput

type ValidateImportTaskOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ValidateImportTaskOutput) GoString

func (s ValidateImportTaskOutput) GoString() string

GoString returns the string representation

func (ValidateImportTaskOutput) String

func (s ValidateImportTaskOutput) String() string

String returns the string representation

type ZoneForCreateClusterInput added in v1.2.48

type ZoneForCreateClusterInput struct {
	SubnetId *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ZoneForCreateClusterInput) GoString added in v1.2.48

func (s ZoneForCreateClusterInput) GoString() string

GoString returns the string representation

func (*ZoneForCreateClusterInput) SetSubnetId added in v1.2.48

SetSubnetId sets the SubnetId field's value.

func (*ZoneForCreateClusterInput) SetZoneId added in v1.2.48

SetZoneId sets the ZoneId field's value.

func (ZoneForCreateClusterInput) String added in v1.2.48

func (s ZoneForCreateClusterInput) String() string

String returns the string representation

type ZoneForDeleteClusterOutput added in v1.2.48

type ZoneForDeleteClusterOutput struct {
	SubnetId *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ZoneForDeleteClusterOutput) GoString added in v1.2.48

func (s ZoneForDeleteClusterOutput) GoString() string

GoString returns the string representation

func (*ZoneForDeleteClusterOutput) SetSubnetId added in v1.2.48

SetSubnetId sets the SubnetId field's value.

func (*ZoneForDeleteClusterOutput) SetZoneId added in v1.2.48

SetZoneId sets the ZoneId field's value.

func (ZoneForDeleteClusterOutput) String added in v1.2.48

String returns the string representation

type ZoneForDescribePriceDetailInput added in v1.2.48

type ZoneForDescribePriceDetailInput struct {
	SubnetId *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ZoneForDescribePriceDetailInput) GoString added in v1.2.48

GoString returns the string representation

func (*ZoneForDescribePriceDetailInput) SetSubnetId added in v1.2.48

SetSubnetId sets the SubnetId field's value.

func (*ZoneForDescribePriceDetailInput) SetZoneId added in v1.2.48

SetZoneId sets the ZoneId field's value.

func (ZoneForDescribePriceDetailInput) String added in v1.2.48

String returns the string representation

type ZoneForGetClusterDetailsOutput added in v1.2.48

type ZoneForGetClusterDetailsOutput struct {
	SubnetId *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ZoneForGetClusterDetailsOutput) GoString added in v1.2.48

GoString returns the string representation

func (*ZoneForGetClusterDetailsOutput) SetSubnetId added in v1.2.48

SetSubnetId sets the SubnetId field's value.

func (*ZoneForGetClusterDetailsOutput) SetZoneId added in v1.2.48

SetZoneId sets the ZoneId field's value.

func (ZoneForGetClusterDetailsOutput) String added in v1.2.48

String returns the string representation

type ZoneForListClustersOutput added in v1.2.48

type ZoneForListClustersOutput struct {
	SubnetId *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ZoneForListClustersOutput) GoString added in v1.2.48

func (s ZoneForListClustersOutput) GoString() string

GoString returns the string representation

func (*ZoneForListClustersOutput) SetSubnetId added in v1.2.48

SetSubnetId sets the SubnetId field's value.

func (*ZoneForListClustersOutput) SetZoneId added in v1.2.48

SetZoneId sets the ZoneId field's value.

func (ZoneForListClustersOutput) String added in v1.2.48

func (s ZoneForListClustersOutput) String() string

String returns the string representation

type ZoneForListZonesOutput

type ZoneForListZonesOutput struct {
	Description *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`

	ZoneName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ZoneForListZonesOutput) GoString

func (s ZoneForListZonesOutput) GoString() string

GoString returns the string representation

func (*ZoneForListZonesOutput) SetDescription

SetDescription sets the Description field's value.

func (*ZoneForListZonesOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (*ZoneForListZonesOutput) SetZoneName

SetZoneName sets the ZoneName field's value.

func (ZoneForListZonesOutput) String

func (s ZoneForListZonesOutput) String() string

String returns the string representation

type ZoneForRestoreClusterInput

type ZoneForRestoreClusterInput struct {
	SubnetId *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ZoneForRestoreClusterInput) GoString

func (s ZoneForRestoreClusterInput) GoString() string

GoString returns the string representation

func (*ZoneForRestoreClusterInput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*ZoneForRestoreClusterInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (ZoneForRestoreClusterInput) String

String returns the string representation

type ZoneForUpdateClusterInput added in v1.2.48

type ZoneForUpdateClusterInput struct {
	SubnetId *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ZoneForUpdateClusterInput) GoString added in v1.2.48

func (s ZoneForUpdateClusterInput) GoString() string

GoString returns the string representation

func (*ZoneForUpdateClusterInput) SetSubnetId added in v1.2.48

SetSubnetId sets the SubnetId field's value.

func (*ZoneForUpdateClusterInput) SetZoneId added in v1.2.48

SetZoneId sets the ZoneId field's value.

func (ZoneForUpdateClusterInput) String added in v1.2.48

func (s ZoneForUpdateClusterInput) String() string

String returns the string representation

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL