Documentation ¶
Index ¶
- func CacheExpires(r *http.Response) time.Time
- func NewConfiguration(apiKeys ...*ncloud.APIKey) *ncloud.Configuration
- type APIClient
- type APIResponse
- type AccessControlGroupNoList
- type AddCloudMysqlDatabaseListRequest
- type AddCloudMysqlDatabaseListResponse
- type AddCloudMysqlUserListRequest
- type AddCloudMysqlUserListResponse
- type ChangeCloudMysqlUserListRequest
- type ChangeCloudMysqlUserListResponse
- type CloudDbProduct
- type CloudDbProductList
- type CloudMysqlBackup
- type CloudMysqlBackupDetail
- type CloudMysqlConfigList
- type CloudMysqlDatabase
- type CloudMysqlDbServerLog
- type CloudMysqlInstance
- type CloudMysqlRecoveryTime
- type CloudMysqlServerInstance
- type CloudMysqlUser
- type CloudMysqlUserKeyParameter
- type CloudMysqlUserParameter
- type CommonCode
- type CreateCloudMysqlInstanceRequest
- type CreateCloudMysqlInstanceResponse
- type CreateCloudMysqlRecoveryInstanceRequest
- type CreateCloudMysqlRecoveryInstanceResponse
- type CreateCloudMysqlSlaveInstanceRequest
- type CreateCloudMysqlSlaveInstanceResponse
- type DeleteCloudMysqlDatabaseListRequest
- type DeleteCloudMysqlDatabaseListResponse
- type DeleteCloudMysqlInstanceRequest
- type DeleteCloudMysqlInstanceResponse
- type DeleteCloudMysqlServerInstanceRequest
- type DeleteCloudMysqlServerInstanceResponse
- type DeleteCloudMysqlUserListRequest
- type DeleteCloudMysqlUserListResponse
- type ExportBackupToObjectStorageRequest
- type ExportBackupToObjectStorageResponse
- type ExportDbServerLogToObjectStorageRequest
- type ExportDbServerLogToObjectStorageResponse
- type GetCloudMysqlBackupDetailListRequest
- type GetCloudMysqlBackupDetailListResponse
- type GetCloudMysqlBackupListRequest
- type GetCloudMysqlBackupListResponse
- type GetCloudMysqlDatabaseListRequest
- type GetCloudMysqlDatabaseListResponse
- type GetCloudMysqlImageProductListRequest
- type GetCloudMysqlImageProductListResponse
- type GetCloudMysqlInstanceDetailRequest
- type GetCloudMysqlInstanceDetailResponse
- type GetCloudMysqlInstanceListRequest
- type GetCloudMysqlInstanceListResponse
- type GetCloudMysqlProductListRequest
- type GetCloudMysqlProductListResponse
- type GetCloudMysqlRecoveryTimeRequest
- type GetCloudMysqlRecoveryTimeResponse
- type GetCloudMysqlTargetSubnetListRequest
- type GetCloudMysqlTargetSubnetListResponse
- type GetCloudMysqlTargetVpcListRequest
- type GetCloudMysqlTargetVpcListResponse
- type GetCloudMysqlUserListRequest
- type GetCloudMysqlUserListResponse
- type GetDbServerLogListRequest
- type GetDbServerLogListResponse
- type RebootCloudMysqlServerInstanceRequest
- type RebootCloudMysqlServerInstanceResponse
- type TargetSubnet
- type TargetVpc
- type V2ApiService
- func (a *V2ApiService) AddCloudMysqlDatabaseList(addCloudMysqlDatabaseListRequest *AddCloudMysqlDatabaseListRequest) (*AddCloudMysqlDatabaseListResponse, error)
- func (a *V2ApiService) AddCloudMysqlUserList(addCloudMysqlUserListRequest *AddCloudMysqlUserListRequest) (*AddCloudMysqlUserListResponse, error)
- func (a *V2ApiService) ChangeCloudMysqlUserList(changeCloudMysqlUserListRequest *ChangeCloudMysqlUserListRequest) (*ChangeCloudMysqlUserListResponse, error)
- func (a *V2ApiService) CreateCloudMysqlInstance(createCloudMysqlInstanceRequest *CreateCloudMysqlInstanceRequest) (*CreateCloudMysqlInstanceResponse, error)
- func (a *V2ApiService) CreateCloudMysqlRecoveryInstance(...) (*CreateCloudMysqlRecoveryInstanceResponse, error)
- func (a *V2ApiService) CreateCloudMysqlSlaveInstance(createCloudMysqlSlaveInstanceRequest *CreateCloudMysqlSlaveInstanceRequest) (*CreateCloudMysqlSlaveInstanceResponse, error)
- func (a *V2ApiService) DeleteCloudMysqlDatabaseList(deleteCloudMysqlDatabaseListRequest *DeleteCloudMysqlDatabaseListRequest) (*DeleteCloudMysqlDatabaseListResponse, error)
- func (a *V2ApiService) DeleteCloudMysqlInstance(deleteCloudMysqlInstanceRequest *DeleteCloudMysqlInstanceRequest) (*DeleteCloudMysqlInstanceResponse, error)
- func (a *V2ApiService) DeleteCloudMysqlServerInstance(deleteCloudMysqlServerInstanceRequest *DeleteCloudMysqlServerInstanceRequest) (*DeleteCloudMysqlServerInstanceResponse, error)
- func (a *V2ApiService) DeleteCloudMysqlUserList(deleteCloudMysqlUserListRequest *DeleteCloudMysqlUserListRequest) (*DeleteCloudMysqlUserListResponse, error)
- func (a *V2ApiService) ExportBackupToObjectStorage(exportBackupToObjectStorageRequest *ExportBackupToObjectStorageRequest) (*ExportBackupToObjectStorageResponse, error)
- func (a *V2ApiService) ExportDbServerLogToObjectStorage(...) (*ExportDbServerLogToObjectStorageResponse, error)
- func (a *V2ApiService) GetCloudMysqlBackupDetailList(getCloudMysqlBackupDetailListRequest *GetCloudMysqlBackupDetailListRequest) (*GetCloudMysqlBackupDetailListResponse, error)
- func (a *V2ApiService) GetCloudMysqlBackupList(getCloudMysqlBackupListRequest *GetCloudMysqlBackupListRequest) (*GetCloudMysqlBackupListResponse, error)
- func (a *V2ApiService) GetCloudMysqlDatabaseList(getCloudMysqlDatabaseListRequest *GetCloudMysqlDatabaseListRequest) (*GetCloudMysqlDatabaseListResponse, error)
- func (a *V2ApiService) GetCloudMysqlImageProductList(getCloudMysqlImageProductListRequest *GetCloudMysqlImageProductListRequest) (*GetCloudMysqlImageProductListResponse, error)
- func (a *V2ApiService) GetCloudMysqlInstanceDetail(getCloudMysqlInstanceDetailRequest *GetCloudMysqlInstanceDetailRequest) (*GetCloudMysqlInstanceDetailResponse, error)
- func (a *V2ApiService) GetCloudMysqlInstanceList(getCloudMysqlInstanceListRequest *GetCloudMysqlInstanceListRequest) (*GetCloudMysqlInstanceListResponse, error)
- func (a *V2ApiService) GetCloudMysqlProductList(getCloudMysqlProductListRequest *GetCloudMysqlProductListRequest) (*GetCloudMysqlProductListResponse, error)
- func (a *V2ApiService) GetCloudMysqlRecoveryTime(getCloudMysqlRecoveryTimeRequest *GetCloudMysqlRecoveryTimeRequest) (*GetCloudMysqlRecoveryTimeResponse, error)
- func (a *V2ApiService) GetCloudMysqlTargetSubnetList(getCloudMysqlTargetSubnetListRequest *GetCloudMysqlTargetSubnetListRequest) (*GetCloudMysqlTargetSubnetListResponse, error)
- func (a *V2ApiService) GetCloudMysqlTargetVpcList(getCloudMysqlTargetVpcListRequest *GetCloudMysqlTargetVpcListRequest) (*GetCloudMysqlTargetVpcListResponse, error)
- func (a *V2ApiService) GetCloudMysqlUserList(getCloudMysqlUserListRequest *GetCloudMysqlUserListRequest) (*GetCloudMysqlUserListResponse, error)
- func (a *V2ApiService) GetDbServerLogList(getDbServerLogListRequest *GetDbServerLogListRequest) (*GetDbServerLogListResponse, error)
- func (a *V2ApiService) RebootCloudMysqlServerInstance(rebootCloudMysqlServerInstanceRequest *RebootCloudMysqlServerInstanceRequest) (*RebootCloudMysqlServerInstanceResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func NewConfiguration ¶
func NewConfiguration(apiKeys ...*ncloud.APIKey) *ncloud.Configuration
Types ¶
type APIClient ¶
type APIClient struct { // API Services V2Api *V2ApiService // contains filtered or unexported fields }
APIClient manages communication with the vmysql API v2024-08-29T16:10:02Z In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *ncloud.Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) ChangeBasePath ¶
Change base path to allow switching to mocks
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the swagger operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
type AddCloudMysqlUserListRequest ¶
type AddCloudMysqlUserListRequest struct { // REGION코드 RegionCode *string `json:"regionCode,omitempty"` // CloudMysql인스턴스번호 CloudMysqlInstanceNo *string `json:"cloudMysqlInstanceNo"` // CloudMysqlDBUser리스트 CloudMysqlUserList []*CloudMysqlUserParameter `json:"cloudMysqlUserList"` }
type ChangeCloudMysqlUserListRequest ¶
type ChangeCloudMysqlUserListRequest struct { // REGION코드 RegionCode *string `json:"regionCode,omitempty"` // CloudMysql인스턴스번호 CloudMysqlInstanceNo *string `json:"cloudMysqlInstanceNo"` // CloudMysqlDBUser리스트 CloudMysqlUserList []*CloudMysqlUserParameter `json:"cloudMysqlUserList"` }
type CloudDbProduct ¶ added in v1.6.12
type CloudDbProduct struct { // 상품코드 ProductCode *string `json:"productCode,omitempty"` // 상품이름 ProductName *string `json:"productName,omitempty"` // 상품유형 ProductType *CommonCode `json:"productType,omitempty"` // 상품설명 ProductDescription *string `json:"productDescription,omitempty"` // 인프라자원유형 InfraResourceType *CommonCode `json:"infraResourceType,omitempty"` // 인프라자원상세유형 InfraResourceDetailType *CommonCode `json:"infraResourceDetailType,omitempty"` // CPU개수 CpuCount *int32 `json:"cpuCount,omitempty"` // 메모리사이즈 MemorySize *int64 `json:"memorySize,omitempty"` // 기본블록스토리지사이즈 BaseBlockStorageSize *int64 `json:"baseBlockStorageSize,omitempty"` // 플랫폼유형 PlatformType *CommonCode `json:"platformType,omitempty"` // OS정보 OsInformation *string `json:"osInformation,omitempty"` // 디스크유형 DiskType *CommonCode `json:"diskType,omitempty"` // DB유형코드 DbKindCode *string `json:"dbKindCode,omitempty"` // 추가블록스토리지사이즈 AddBlockStorageSize *int64 `json:"addBlockStorageSize,omitempty"` // 세대코드 GenerationCode *string `json:"generationCode,omitempty"` // engineVersionCode EngineVersionCode *string `json:"engineVersionCode,omitempty"` }
type CloudDbProductList ¶ added in v1.6.12
type CloudDbProductList struct { // CloudDBProduct리스트 CloudDbProductList []*CloudDbProduct `json:"CloudDbProductList,omitempty"` }
type CloudMysqlBackup ¶
type CloudMysqlBackup struct { // CloudMysql인스턴스번호 CloudMysqlInstanceNo *string `json:"cloudMysqlInstanceNo,omitempty"` // CloudMysql서비스이름 CloudMysqlServiceName *string `json:"cloudMysqlServiceName,omitempty"` // 백업파일보관기간 BackupFileRetentionPeriod *int32 `json:"backupFileRetentionPeriod,omitempty"` // 백업시간 BackupTime *string `json:"backupTime,omitempty"` // 백업사이즈 BackupSize *int64 `json:"backupSize,omitempty"` // 마지막백업일시 LastBackupDate *string `json:"lastBackupDate,omitempty"` }
type CloudMysqlBackupDetail ¶
type CloudMysqlBackupDetail struct { // 백업파일이름 FileName *string `json:"fileName,omitempty"` // 백업시작시간 StartTime *string `json:"startTime,omitempty"` // 백업종료시간 EndTime *string `json:"endTime,omitempty"` // 백업사이즈 BackupSize *int64 `json:"backupSize,omitempty"` // 데이터스토리지사이즈 DataStorageSize *int64 `json:"dataStorageSize,omitempty"` }
type CloudMysqlDatabase ¶
type CloudMysqlDatabase struct { // database이름 DatabaseName *string `json:"databaseName,omitempty"` }
type CloudMysqlDbServerLog ¶
type CloudMysqlInstance ¶
type CloudMysqlInstance struct { // CloudMysql인스턴스번호 CloudMysqlInstanceNo *string `json:"cloudMysqlInstanceNo,omitempty"` // CloudMysql서비스이름 CloudMysqlServiceName *string `json:"cloudMysqlServiceName,omitempty"` // CloudMysql인스턴스상태이름 CloudMysqlInstanceStatusName *string `json:"cloudMysqlInstanceStatusName,omitempty"` // CloudMysql인스턴스상태 CloudMysqlInstanceStatus *CommonCode `json:"cloudMysqlInstanceStatus,omitempty"` // CloudMysql인스턴스OP CloudMysqlInstanceOperation *CommonCode `json:"cloudMysqlInstanceOperation,omitempty"` // CloudMysql이미지상품코드 CloudMysqlImageProductCode *string `json:"cloudMysqlImageProductCode,omitempty"` // CloudMysql엔진버전 EngineVersion *string `json:"engineVersion,omitempty"` // CloudMysql라이선스 License *CommonCode `json:"license,omitempty"` // CloudMysql포트 CloudMysqlPort *int32 `json:"cloudMysqlPort,omitempty"` // 고가용성여부 IsHa *bool `json:"isHa,omitempty"` // 멀티존여부 IsMultiZone *bool `json:"isMultiZone,omitempty"` // 서버 세대 코드 GenerationCode *string `json:"generationCode,omitempty"` // 백업여부 IsBackup *bool `json:"isBackup,omitempty"` // 백업파일보관기간 BackupFileRetentionPeriod *int32 `json:"backupFileRetentionPeriod,omitempty"` // 백업시간 BackupTime *string `json:"backupTime,omitempty"` // 생성일자 CreateDate *string `json:"createDate,omitempty"` // ACG번호리스트 AccessControlGroupNoList []*string `json:"accessControlGroupNoList,omitempty"` // CloudMysqlConfig리스트 CloudMysqlConfigList []*string `json:"cloudMysqlConfigList,omitempty"` // CloudMysql서버인스턴스리스트 CloudMysqlServerInstanceList []*CloudMysqlServerInstance `json:"cloudMysqlServerInstanceList,omitempty"` }
type CloudMysqlRecoveryTime ¶
type CloudMysqlServerInstance ¶
type CloudMysqlServerInstance struct { // CloudMysql서버인스턴스번호 CloudMysqlServerInstanceNo *string `json:"cloudMysqlServerInstanceNo,omitempty"` // CloudMysql서버이름 CloudMysqlServerName *string `json:"cloudMysqlServerName,omitempty"` // CloudMysql서버역할 CloudMysqlServerRole *CommonCode `json:"cloudMysqlServerRole,omitempty"` // CloudMysql인스턴스상태이름 CloudMysqlServerInstanceStatusName *string `json:"cloudMysqlServerInstanceStatusName,omitempty"` // CloudMysql서버인스턴스상태 CloudMysqlServerInstanceStatus *CommonCode `json:"cloudMysqlServerInstanceStatus,omitempty"` // CloudMysql서버인스턴스OP CloudMysqlServerInstanceOperation *CommonCode `json:"cloudMysqlServerInstanceOperation,omitempty"` // CloudMysql상품코드 CloudMysqlProductCode *string `json:"cloudMysqlProductCode,omitempty"` // REGION코드 RegionCode *string `json:"regionCode,omitempty"` // ZONE코드 ZoneCode *string `json:"zoneCode,omitempty"` // VPC번호 VpcNo *string `json:"vpcNo,omitempty"` // Subnet번호 SubnetNo *string `json:"subnetNo,omitempty"` // PublicSubnet여부 IsPublicSubnet *bool `json:"isPublicSubnet,omitempty"` // 공인도메인명 PublicDomain *string `json:"publicDomain,omitempty"` // 사설도메인명 PrivateDomain *string `json:"privateDomain,omitempty"` // 사설 IP PrivateIp *string `json:"privateIp,omitempty"` // 데이터스토리지타입 DataStorageType *CommonCode `json:"dataStorageType,omitempty"` // 데이터스토리지암호화여부 IsStorageEncryption *bool `json:"isStorageEncryption,omitempty"` // 데이터스토리지사이즈 DataStorageSize *int64 `json:"dataStorageSize,omitempty"` // 사용중인데이터스토리지사이즈 UsedDataStorageSize *int64 `json:"usedDataStorageSize,omitempty"` // virtualCPU개수 CpuCount *int32 `json:"cpuCount,omitempty"` // 메모리사이즈 MemorySize *int64 `json:"memorySize,omitempty"` // 업시간 Uptime *string `json:"uptime,omitempty"` // 생성일자 CreateDate *string `json:"createDate,omitempty"` }
type CloudMysqlUser ¶
type CloudMysqlUserParameter ¶
type CommonCode ¶
type CreateCloudMysqlInstanceRequest ¶
type CreateCloudMysqlInstanceRequest struct { // REGION코드 RegionCode *string `json:"regionCode,omitempty"` // VPC번호 VpcNo *string `json:"vpcNo"` // CloudMysql이미지상품코드 CloudMysqlImageProductCode *string `json:"cloudMysqlImageProductCode,omitempty"` // CloudMysql상품코드 CloudMysqlProductCode *string `json:"cloudMysqlProductCode,omitempty"` // 데이터스토리지유형코드 DataStorageTypeCode *string `json:"dataStorageTypeCode,omitempty"` // 고가용성여부 IsHa *bool `json:"isHa,omitempty"` // 멀티존여부 IsMultiZone *bool `json:"isMultiZone,omitempty"` // 데이터스토리지암호화여부 IsStorageEncryption *bool `json:"isStorageEncryption,omitempty"` // 백업여부 IsBackup *bool `json:"isBackup,omitempty"` // 백업파일보관기간 BackupFileRetentionPeriod *int32 `json:"backupFileRetentionPeriod,omitempty"` // 백업시간 BackupTime *string `json:"backupTime,omitempty"` // 백업시간자동여부 IsAutomaticBackup *bool `json:"isAutomaticBackup,omitempty"` // CloudMysql서비스이름 CloudMysqlServiceName *string `json:"cloudMysqlServiceName"` // CloudMysql서버이름 CloudMysqlServerNamePrefix *string `json:"cloudMysqlServerNamePrefix"` // CloudMysql유저명 CloudMysqlUserName *string `json:"cloudMysqlUserName"` // CloudMysql유저패스워드 CloudMysqlUserPassword *string `json:"cloudMysqlUserPassword"` // 호스트IP HostIp *string `json:"hostIp"` // CloudMysql포트 CloudMysqlPort *int32 `json:"cloudMysqlPort,omitempty"` // CloudMysqlDB명 CloudMysqlDatabaseName *string `json:"cloudMysqlDatabaseName"` // Subnet번호 SubnetNo *string `json:"subnetNo"` // StandbyMasterSubnet번호 StandbyMasterSubnetNo *string `json:"standbyMasterSubnetNo,omitempty"` // privateSubDomain사용여부 IsPrivateSubDomain *bool `json:"isPrivateSubDomain,omitempty"` // 클러스터반납보호여부 IsDeleteProtection *bool `json:"isDeleteProtection,omitempty"` // privateSubDomain접두어 PrivateSubDomainPrefix *string `json:"privateSubDomainPrefix,omitempty"` // engineVersionCode EngineVersionCode *string `json:"engineVersionCode,omitempty"` }
type CreateCloudMysqlInstanceResponse ¶
type CreateCloudMysqlInstanceResponse struct { RequestId *string `json:"requestId,omitempty"` ReturnCode *string `json:"returnCode,omitempty"` ReturnMessage *string `json:"returnMessage,omitempty"` TotalRows *int32 `json:"totalRows,omitempty"` // CloudMysql인스턴스리스트 CloudMysqlInstanceList []*CloudMysqlInstance `json:"cloudMysqlInstanceList,omitempty"` }
type CreateCloudMysqlRecoveryInstanceRequest ¶
type CreateCloudMysqlRecoveryInstanceRequest struct { // REGION코드 RegionCode *string `json:"regionCode,omitempty"` // Subnet번호 SubnetNo *string `json:"subnetNo,omitempty"` // 백업파일이름 FileName *string `json:"fileName,omitempty"` // 복원시간 RecoveryTime *string `json:"recoveryTime,omitempty"` // CloudMysql인스턴스번호 CloudMysqlInstanceNo *string `json:"cloudMysqlInstanceNo"` // CloudMysqlRecovery서버이름 CloudMysqlRecoveryServerName *string `json:"cloudMysqlRecoveryServerName"` }
type CreateCloudMysqlRecoveryInstanceResponse ¶
type CreateCloudMysqlRecoveryInstanceResponse struct { RequestId *string `json:"requestId,omitempty"` ReturnCode *string `json:"returnCode,omitempty"` ReturnMessage *string `json:"returnMessage,omitempty"` TotalRows *int32 `json:"totalRows,omitempty"` // CloudMysql인스턴스리스트 CloudMysqlInstanceList []*CloudMysqlInstance `json:"cloudMysqlInstanceList,omitempty"` }
type CreateCloudMysqlSlaveInstanceResponse ¶
type CreateCloudMysqlSlaveInstanceResponse struct { RequestId *string `json:"requestId,omitempty"` ReturnCode *string `json:"returnCode,omitempty"` ReturnMessage *string `json:"returnMessage,omitempty"` TotalRows *int32 `json:"totalRows,omitempty"` // CloudMysql인스턴스리스트 CloudMysqlInstanceList []*CloudMysqlInstance `json:"cloudMysqlInstanceList,omitempty"` }
type DeleteCloudMysqlInstanceResponse ¶
type DeleteCloudMysqlInstanceResponse struct { RequestId *string `json:"requestId,omitempty"` ReturnCode *string `json:"returnCode,omitempty"` ReturnMessage *string `json:"returnMessage,omitempty"` TotalRows *int32 `json:"totalRows,omitempty"` // CloudMysql인스턴스리스트 CloudMysqlInstanceList []*CloudMysqlInstance `json:"cloudMysqlInstanceList,omitempty"` }
type DeleteCloudMysqlServerInstanceResponse ¶
type DeleteCloudMysqlServerInstanceResponse struct { RequestId *string `json:"requestId,omitempty"` ReturnCode *string `json:"returnCode,omitempty"` ReturnMessage *string `json:"returnMessage,omitempty"` TotalRows *int32 `json:"totalRows,omitempty"` // CloudMysql인스턴스리스트 CloudMysqlInstanceList []*CloudMysqlInstance `json:"cloudMysqlInstanceList,omitempty"` }
type DeleteCloudMysqlUserListRequest ¶
type DeleteCloudMysqlUserListRequest struct { // REGION코드 RegionCode *string `json:"regionCode,omitempty"` // CloudMysql인스턴스번호 CloudMysqlInstanceNo *string `json:"cloudMysqlInstanceNo"` // CloudMysqlDBUser리스트 CloudMysqlUserList []*CloudMysqlUserKeyParameter `json:"cloudMysqlUserList"` }
type ExportBackupToObjectStorageRequest ¶
type ExportBackupToObjectStorageRequest struct { // REGION코드 RegionCode *string `json:"regionCode,omitempty"` // 백업파일이름 FileName *string `json:"fileName"` // ObjectStorage버킷이름 BucketName *string `json:"bucketName"` // 폴더경로 FolderPath *string `json:"folderPath,omitempty"` // CloudMysql인스턴스번호 CloudMysqlInstanceNo *string `json:"cloudMysqlInstanceNo"` }
type ExportDbServerLogToObjectStorageRequest ¶
type ExportDbServerLogToObjectStorageRequest struct { // REGION코드 RegionCode *string `json:"regionCode,omitempty"` // 데이터베이스서버로그파일타입 LogType *string `json:"logType"` // 데이터베이스서버로그파일이름 FileName *string `json:"fileName"` // ObjectStorage버킷이름 BucketName *string `json:"bucketName"` // CloudMysql서버인스턴스번호 CloudMysqlServerInstanceNo *string `json:"cloudMysqlServerInstanceNo"` // 폴더경로 FolderPath *string `json:"folderPath,omitempty"` }
type GetCloudMysqlBackupDetailListResponse ¶
type GetCloudMysqlBackupDetailListResponse struct { RequestId *string `json:"requestId,omitempty"` ReturnCode *string `json:"returnCode,omitempty"` ReturnMessage *string `json:"returnMessage,omitempty"` TotalRows *int32 `json:"totalRows,omitempty"` // CloudMysql백업상세리스트 CloudMysqlBackupDetailList []*CloudMysqlBackupDetail `json:"cloudMysqlBackupDetailList,omitempty"` }
type GetCloudMysqlBackupListRequest ¶
type GetCloudMysqlBackupListRequest struct { // REGION코드 RegionCode *string `json:"regionCode,omitempty"` }
type GetCloudMysqlBackupListResponse ¶
type GetCloudMysqlBackupListResponse struct { RequestId *string `json:"requestId,omitempty"` ReturnCode *string `json:"returnCode,omitempty"` ReturnMessage *string `json:"returnMessage,omitempty"` TotalRows *int32 `json:"totalRows,omitempty"` // CloudMysql백업리스트 CloudMysqlBackupList []*CloudMysqlBackup `json:"cloudMysqlBackupList,omitempty"` }
type GetCloudMysqlDatabaseListResponse ¶
type GetCloudMysqlDatabaseListResponse struct { RequestId *string `json:"requestId,omitempty"` ReturnCode *string `json:"returnCode,omitempty"` ReturnMessage *string `json:"returnMessage,omitempty"` TotalRows *int32 `json:"totalRows,omitempty"` // CloudMysqlDatabase리스트 CloudMysqlDatabaseList []*CloudMysqlDatabase `json:"cloudMysqlDatabaseList,omitempty"` }
type GetCloudMysqlImageProductListRequest ¶
type GetCloudMysqlImageProductListRequest struct { // REGION코드 RegionCode *string `json:"regionCode,omitempty"` // 조회할상품코드 ProductCode *string `json:"productCode,omitempty"` // 제외할상품코드 ExclusionProductCode *string `json:"exclusionProductCode,omitempty"` // 세대코드 GenerationCode *string `json:"generationCode,omitempty"` }
type GetCloudMysqlImageProductListResponse ¶
type GetCloudMysqlImageProductListResponse struct { RequestId *string `json:"requestId,omitempty"` ReturnCode *string `json:"returnCode,omitempty"` ReturnMessage *string `json:"returnMessage,omitempty"` TotalRows *int32 `json:"totalRows,omitempty"` // 상품리스트 ProductList []*CloudDbProduct `json:"productList,omitempty"` }
type GetCloudMysqlInstanceDetailResponse ¶
type GetCloudMysqlInstanceDetailResponse struct { RequestId *string `json:"requestId,omitempty"` ReturnCode *string `json:"returnCode,omitempty"` ReturnMessage *string `json:"returnMessage,omitempty"` TotalRows *int32 `json:"totalRows,omitempty"` // CloudMysql인스턴스리스트 CloudMysqlInstanceList []*CloudMysqlInstance `json:"cloudMysqlInstanceList,omitempty"` }
type GetCloudMysqlInstanceListRequest ¶
type GetCloudMysqlInstanceListRequest struct { // REGION코드 RegionCode *string `json:"regionCode,omitempty"` // ZONE코드 ZoneCode *string `json:"zoneCode,omitempty"` // VPC번호 VpcNo *string `json:"vpcNo,omitempty"` // Subnet번호 SubnetNo *string `json:"subnetNo,omitempty"` // CloudMysql서비스이름 CloudMysqlServiceName *string `json:"cloudMysqlServiceName,omitempty"` // CloudMysql인스턴스번호리스트 CloudMysqlInstanceNoList []*string `json:"cloudMysqlInstanceNoList,omitempty"` // CloudMysql서버이름 CloudMysqlServerName *string `json:"cloudMysqlServerName,omitempty"` // CloudMysql서버인스턴스번호리스트 CloudMysqlServerInstanceNoList []*string `json:"cloudMysqlServerInstanceNoList,omitempty"` // 페이지번호 PageNo *int32 `json:"pageNo,omitempty"` // 세대코드 GenerationCode *string `json:"generationCode,omitempty"` // 페이지사이즈 PageSize *int32 `json:"pageSize,omitempty"` }
type GetCloudMysqlInstanceListResponse ¶
type GetCloudMysqlInstanceListResponse struct { RequestId *string `json:"requestId,omitempty"` ReturnCode *string `json:"returnCode,omitempty"` ReturnMessage *string `json:"returnMessage,omitempty"` TotalRows *int32 `json:"totalRows,omitempty"` // CloudMysql인스턴스리스트 CloudMysqlInstanceList []*CloudMysqlInstance `json:"cloudMysqlInstanceList,omitempty"` }
type GetCloudMysqlProductListRequest ¶
type GetCloudMysqlProductListRequest struct { // REGION코드 RegionCode *string `json:"regionCode,omitempty"` // ZONE코드 ZoneCode *string `json:"zoneCode,omitempty"` // CloudMysql이미지상품코드 CloudMysqlImageProductCode *string `json:"cloudMysqlImageProductCode"` // 조회할상품코드 ProductCode *string `json:"productCode,omitempty"` // 제외할상품코드 ExclusionProductCode *string `json:"exclusionProductCode,omitempty"` }
type GetCloudMysqlProductListResponse ¶
type GetCloudMysqlProductListResponse struct { RequestId *string `json:"requestId,omitempty"` ReturnCode *string `json:"returnCode,omitempty"` ReturnMessage *string `json:"returnMessage,omitempty"` TotalRows *int32 `json:"totalRows,omitempty"` // 상품리스트 ProductList []*CloudDbProduct `json:"productList,omitempty"` }
type GetCloudMysqlRecoveryTimeResponse ¶
type GetCloudMysqlRecoveryTimeResponse struct { RequestId *string `json:"requestId,omitempty"` ReturnCode *string `json:"returnCode,omitempty"` ReturnMessage *string `json:"returnMessage,omitempty"` TotalRows *int32 `json:"totalRows,omitempty"` // CloudMysql인스턴스리스트 CloudMysqlInstanceList *CloudMysqlRecoveryTime `json:"cloudMysqlInstanceList,omitempty"` }
type GetCloudMysqlTargetSubnetListRequest ¶ added in v1.6.12
type GetCloudMysqlTargetSubnetListRequest struct { // REGION코드 RegionCode *string `json:"regionCode,omitempty"` // VPC번호 VpcNo *string `json:"vpcNo,omitempty"` // CloudMysql이미지상품코드 CloudMysqlImageProductCode *string `json:"cloudMysqlImageProductCode,omitempty"` // public서브넷여부 IsPublic *bool `json:"isPublic,omitempty"` }
type GetCloudMysqlTargetSubnetListResponse ¶ added in v1.6.12
type GetCloudMysqlTargetSubnetListResponse struct { RequestId *string `json:"requestId,omitempty"` ReturnCode *string `json:"returnCode,omitempty"` ReturnMessage *string `json:"returnMessage,omitempty"` TotalRows *int32 `json:"totalRows,omitempty"` // 상품리스트 TargetSubnetList []*TargetSubnet `json:"targetSubnetList,omitempty"` }
type GetCloudMysqlTargetVpcListRequest ¶ added in v1.6.12
type GetCloudMysqlTargetVpcListRequest struct { // REGION코드 RegionCode *string `json:"regionCode,omitempty"` }
type GetCloudMysqlTargetVpcListResponse ¶ added in v1.6.12
type GetCloudMysqlTargetVpcListResponse struct { RequestId *string `json:"requestId,omitempty"` ReturnCode *string `json:"returnCode,omitempty"` ReturnMessage *string `json:"returnMessage,omitempty"` TotalRows *int32 `json:"totalRows,omitempty"` // 상품리스트 TargetVpcList []*TargetVpc `json:"targetVpcList,omitempty"` }
type GetCloudMysqlUserListResponse ¶
type GetCloudMysqlUserListResponse struct { RequestId *string `json:"requestId,omitempty"` ReturnCode *string `json:"returnCode,omitempty"` ReturnMessage *string `json:"returnMessage,omitempty"` TotalRows *int32 `json:"totalRows,omitempty"` // CloudMysqlUser리스트 CloudMysqlUserList []*CloudMysqlUser `json:"cloudMysqlUserList,omitempty"` }
type GetDbServerLogListResponse ¶
type GetDbServerLogListResponse struct { RequestId *string `json:"requestId,omitempty"` ReturnCode *string `json:"returnCode,omitempty"` ReturnMessage *string `json:"returnMessage,omitempty"` TotalRows *int32 `json:"totalRows,omitempty"` // CloudMysql데이터베이스서버로그리스트 CloudMysqlDbServerLogList []*CloudMysqlDbServerLog `json:"cloudMysqlDbServerLogList,omitempty"` }
type RebootCloudMysqlServerInstanceResponse ¶
type RebootCloudMysqlServerInstanceResponse struct { RequestId *string `json:"requestId,omitempty"` ReturnCode *string `json:"returnCode,omitempty"` ReturnMessage *string `json:"returnMessage,omitempty"` TotalRows *int32 `json:"totalRows,omitempty"` // CloudMysql인스턴스리스트 CloudMysqlInstanceList []*CloudMysqlInstance `json:"cloudMysqlInstanceList,omitempty"` }
type TargetSubnet ¶ added in v1.6.12
type TargetSubnet struct { // Subnet번호 SubnetNo *string `json:"subnetNo,omitempty"` // Subnet이름 SubnetName *string `json:"subnetName,omitempty"` // VPC번호 VpcNo *string `json:"vpcNo,omitempty"` // VPC이름 VpcName *string `json:"vpcName,omitempty"` // ZONE코드 ZoneCode *string `json:"zoneCode,omitempty"` // Subnet Subnet *string `json:"subnet,omitempty"` // Public여부 IsPublic *string `json:"isPublic,omitempty"` // 생성시간 CreatedDate *string `json:"createdDate,omitempty"` }
type TargetVpc ¶ added in v1.6.12
type TargetVpc struct { // VPC번호 VpcNo *string `json:"vpcNo,omitempty"` // VPC이름 VpcName *string `json:"vpcName,omitempty"` // IPv4 CIDR Ipv4Cidr *string `json:"ipv4Cidr,omitempty"` // REGION코드 RegionCode *string `json:"regionCode,omitempty"` // 생성시간 CreatedDate *string `json:"createdDate,omitempty"` }
type V2ApiService ¶
type V2ApiService service
func (*V2ApiService) AddCloudMysqlDatabaseList ¶
func (a *V2ApiService) AddCloudMysqlDatabaseList(addCloudMysqlDatabaseListRequest *AddCloudMysqlDatabaseListRequest) (*AddCloudMysqlDatabaseListResponse, error)
V2ApiService
@param addCloudMysqlDatabaseListRequest addCloudMysqlDatabaseListRequest @return *AddCloudMysqlDatabaseListResponse
func (*V2ApiService) AddCloudMysqlUserList ¶
func (a *V2ApiService) AddCloudMysqlUserList(addCloudMysqlUserListRequest *AddCloudMysqlUserListRequest) (*AddCloudMysqlUserListResponse, error)
V2ApiService
@param addCloudMysqlUserListRequest addCloudMysqlUserListRequest @return *AddCloudMysqlUserListResponse
func (*V2ApiService) ChangeCloudMysqlUserList ¶
func (a *V2ApiService) ChangeCloudMysqlUserList(changeCloudMysqlUserListRequest *ChangeCloudMysqlUserListRequest) (*ChangeCloudMysqlUserListResponse, error)
V2ApiService
@param changeCloudMysqlUserListRequest changeCloudMysqlUserListRequest @return *ChangeCloudMysqlUserListResponse
func (*V2ApiService) CreateCloudMysqlInstance ¶
func (a *V2ApiService) CreateCloudMysqlInstance(createCloudMysqlInstanceRequest *CreateCloudMysqlInstanceRequest) (*CreateCloudMysqlInstanceResponse, error)
V2ApiService
@param createCloudMysqlInstanceRequest createCloudMysqlInstanceRequest @return *CreateCloudMysqlInstanceResponse
func (*V2ApiService) CreateCloudMysqlRecoveryInstance ¶
func (a *V2ApiService) CreateCloudMysqlRecoveryInstance(createCloudMysqlRecoveryInstanceRequest *CreateCloudMysqlRecoveryInstanceRequest) (*CreateCloudMysqlRecoveryInstanceResponse, error)
V2ApiService
@param createCloudMysqlRecoveryInstanceRequest createCloudMysqlRecoveryInstanceRequest @return *CreateCloudMysqlRecoveryInstanceResponse
func (*V2ApiService) CreateCloudMysqlSlaveInstance ¶
func (a *V2ApiService) CreateCloudMysqlSlaveInstance(createCloudMysqlSlaveInstanceRequest *CreateCloudMysqlSlaveInstanceRequest) (*CreateCloudMysqlSlaveInstanceResponse, error)
V2ApiService
@param createCloudMysqlSlaveInstanceRequest createCloudMysqlSlaveInstanceRequest @return *CreateCloudMysqlSlaveInstanceResponse
func (*V2ApiService) DeleteCloudMysqlDatabaseList ¶
func (a *V2ApiService) DeleteCloudMysqlDatabaseList(deleteCloudMysqlDatabaseListRequest *DeleteCloudMysqlDatabaseListRequest) (*DeleteCloudMysqlDatabaseListResponse, error)
V2ApiService
@param deleteCloudMysqlDatabaseListRequest deleteCloudMysqlDatabaseListRequest @return *DeleteCloudMysqlDatabaseListResponse
func (*V2ApiService) DeleteCloudMysqlInstance ¶
func (a *V2ApiService) DeleteCloudMysqlInstance(deleteCloudMysqlInstanceRequest *DeleteCloudMysqlInstanceRequest) (*DeleteCloudMysqlInstanceResponse, error)
V2ApiService
@param deleteCloudMysqlInstanceRequest deleteCloudMysqlInstanceRequest @return *DeleteCloudMysqlInstanceResponse
func (*V2ApiService) DeleteCloudMysqlServerInstance ¶
func (a *V2ApiService) DeleteCloudMysqlServerInstance(deleteCloudMysqlServerInstanceRequest *DeleteCloudMysqlServerInstanceRequest) (*DeleteCloudMysqlServerInstanceResponse, error)
V2ApiService
@param deleteCloudMysqlServerInstanceRequest deleteCloudMysqlServerInstanceRequest @return *DeleteCloudMysqlServerInstanceResponse
func (*V2ApiService) DeleteCloudMysqlUserList ¶
func (a *V2ApiService) DeleteCloudMysqlUserList(deleteCloudMysqlUserListRequest *DeleteCloudMysqlUserListRequest) (*DeleteCloudMysqlUserListResponse, error)
V2ApiService
@param deleteCloudMysqlUserListRequest deleteCloudMysqlUserListRequest @return *DeleteCloudMysqlUserListResponse
func (*V2ApiService) ExportBackupToObjectStorage ¶
func (a *V2ApiService) ExportBackupToObjectStorage(exportBackupToObjectStorageRequest *ExportBackupToObjectStorageRequest) (*ExportBackupToObjectStorageResponse, error)
V2ApiService
@param exportBackupToObjectStorageRequest exportBackupToObjectStorageRequest @return *ExportBackupToObjectStorageResponse
func (*V2ApiService) ExportDbServerLogToObjectStorage ¶
func (a *V2ApiService) ExportDbServerLogToObjectStorage(exportDbServerLogToObjectStorageRequest *ExportDbServerLogToObjectStorageRequest) (*ExportDbServerLogToObjectStorageResponse, error)
V2ApiService
@param exportDbServerLogToObjectStorageRequest exportDbServerLogToObjectStorageRequest @return *ExportDbServerLogToObjectStorageResponse
func (*V2ApiService) GetCloudMysqlBackupDetailList ¶
func (a *V2ApiService) GetCloudMysqlBackupDetailList(getCloudMysqlBackupDetailListRequest *GetCloudMysqlBackupDetailListRequest) (*GetCloudMysqlBackupDetailListResponse, error)
V2ApiService
@param getCloudMysqlBackupDetailListRequest getCloudMysqlBackupDetailListRequest @return *GetCloudMysqlBackupDetailListResponse
func (*V2ApiService) GetCloudMysqlBackupList ¶
func (a *V2ApiService) GetCloudMysqlBackupList(getCloudMysqlBackupListRequest *GetCloudMysqlBackupListRequest) (*GetCloudMysqlBackupListResponse, error)
V2ApiService
@param getCloudMysqlBackupListRequest getCloudMysqlBackupListRequest @return *GetCloudMysqlBackupListResponse
func (*V2ApiService) GetCloudMysqlDatabaseList ¶
func (a *V2ApiService) GetCloudMysqlDatabaseList(getCloudMysqlDatabaseListRequest *GetCloudMysqlDatabaseListRequest) (*GetCloudMysqlDatabaseListResponse, error)
V2ApiService
@param getCloudMysqlDatabaseListRequest getCloudMysqlDatabaseListRequest @return *GetCloudMysqlDatabaseListResponse
func (*V2ApiService) GetCloudMysqlImageProductList ¶
func (a *V2ApiService) GetCloudMysqlImageProductList(getCloudMysqlImageProductListRequest *GetCloudMysqlImageProductListRequest) (*GetCloudMysqlImageProductListResponse, error)
V2ApiService
@param getCloudMysqlImageProductListRequest getCloudMysqlImageProductListRequest @return *GetCloudMysqlImageProductListResponse
func (*V2ApiService) GetCloudMysqlInstanceDetail ¶
func (a *V2ApiService) GetCloudMysqlInstanceDetail(getCloudMysqlInstanceDetailRequest *GetCloudMysqlInstanceDetailRequest) (*GetCloudMysqlInstanceDetailResponse, error)
V2ApiService
@param getCloudMysqlInstanceDetailRequest getCloudMysqlInstanceDetailRequest @return *GetCloudMysqlInstanceDetailResponse
func (*V2ApiService) GetCloudMysqlInstanceList ¶
func (a *V2ApiService) GetCloudMysqlInstanceList(getCloudMysqlInstanceListRequest *GetCloudMysqlInstanceListRequest) (*GetCloudMysqlInstanceListResponse, error)
V2ApiService
@param getCloudMysqlInstanceListRequest getCloudMysqlInstanceListRequest @return *GetCloudMysqlInstanceListResponse
func (*V2ApiService) GetCloudMysqlProductList ¶
func (a *V2ApiService) GetCloudMysqlProductList(getCloudMysqlProductListRequest *GetCloudMysqlProductListRequest) (*GetCloudMysqlProductListResponse, error)
V2ApiService
@param getCloudMysqlProductListRequest getCloudMysqlProductListRequest @return *GetCloudMysqlProductListResponse
func (*V2ApiService) GetCloudMysqlRecoveryTime ¶
func (a *V2ApiService) GetCloudMysqlRecoveryTime(getCloudMysqlRecoveryTimeRequest *GetCloudMysqlRecoveryTimeRequest) (*GetCloudMysqlRecoveryTimeResponse, error)
V2ApiService
@param getCloudMysqlRecoveryTimeRequest getCloudMysqlRecoveryTimeRequest @return *GetCloudMysqlRecoveryTimeResponse
func (*V2ApiService) GetCloudMysqlTargetSubnetList ¶ added in v1.6.12
func (a *V2ApiService) GetCloudMysqlTargetSubnetList(getCloudMysqlTargetSubnetListRequest *GetCloudMysqlTargetSubnetListRequest) (*GetCloudMysqlTargetSubnetListResponse, error)
V2ApiService
@param getCloudMysqlTargetSubnetListRequest getCloudMysqlTargetSubnetListRequest @return *GetCloudMysqlTargetSubnetListResponse
func (*V2ApiService) GetCloudMysqlTargetVpcList ¶ added in v1.6.12
func (a *V2ApiService) GetCloudMysqlTargetVpcList(getCloudMysqlTargetVpcListRequest *GetCloudMysqlTargetVpcListRequest) (*GetCloudMysqlTargetVpcListResponse, error)
V2ApiService
@param getCloudMysqlTargetVpcListRequest getCloudMysqlTargetVpcListRequest @return *GetCloudMysqlTargetVpcListResponse
func (*V2ApiService) GetCloudMysqlUserList ¶
func (a *V2ApiService) GetCloudMysqlUserList(getCloudMysqlUserListRequest *GetCloudMysqlUserListRequest) (*GetCloudMysqlUserListResponse, error)
V2ApiService
@param getCloudMysqlUserListRequest getCloudMysqlUserListRequest @return *GetCloudMysqlUserListResponse
func (*V2ApiService) GetDbServerLogList ¶
func (a *V2ApiService) GetDbServerLogList(getDbServerLogListRequest *GetDbServerLogListRequest) (*GetDbServerLogListResponse, error)
V2ApiService
@param getDbServerLogListRequest getDbServerLogListRequest @return *GetDbServerLogListResponse
func (*V2ApiService) RebootCloudMysqlServerInstance ¶
func (a *V2ApiService) RebootCloudMysqlServerInstance(rebootCloudMysqlServerInstanceRequest *RebootCloudMysqlServerInstanceRequest) (*RebootCloudMysqlServerInstanceResponse, error)
V2ApiService
@param rebootCloudMysqlServerInstanceRequest rebootCloudMysqlServerInstanceRequest @return *RebootCloudMysqlServerInstanceResponse
Source Files ¶
- access_control_group_no_list.go
- add_cloud_mysql_database_list_request.go
- add_cloud_mysql_database_list_response.go
- add_cloud_mysql_user_list_request.go
- add_cloud_mysql_user_list_response.go
- api_client.go
- api_response.go
- change_cloud_mysql_user_list_request.go
- change_cloud_mysql_user_list_response.go
- cloud_db_product.go
- cloud_db_product_list.go
- cloud_mysql_backup.go
- cloud_mysql_backup_detail.go
- cloud_mysql_config_list.go
- cloud_mysql_database.go
- cloud_mysql_db_server_log.go
- cloud_mysql_instance.go
- cloud_mysql_recovery_time.go
- cloud_mysql_server_instance.go
- cloud_mysql_user.go
- cloud_mysql_user_key_parameter.go
- cloud_mysql_user_parameter.go
- common_code.go
- configuration.go
- create_cloud_mysql_instance_request.go
- create_cloud_mysql_instance_response.go
- create_cloud_mysql_recovery_instance_request.go
- create_cloud_mysql_recovery_instance_response.go
- create_cloud_mysql_slave_instance_request.go
- create_cloud_mysql_slave_instance_response.go
- delete_cloud_mysql_database_list_request.go
- delete_cloud_mysql_database_list_response.go
- delete_cloud_mysql_instance_request.go
- delete_cloud_mysql_instance_response.go
- delete_cloud_mysql_server_instance_request.go
- delete_cloud_mysql_server_instance_response.go
- delete_cloud_mysql_user_list_request.go
- delete_cloud_mysql_user_list_response.go
- export_backup_to_object_storage_request.go
- export_backup_to_object_storage_response.go
- export_db_server_log_to_object_storage_request.go
- export_db_server_log_to_object_storage_response.go
- get_cloud_mysql_backup_detail_list_request.go
- get_cloud_mysql_backup_detail_list_response.go
- get_cloud_mysql_backup_list_request.go
- get_cloud_mysql_backup_list_response.go
- get_cloud_mysql_database_list_request.go
- get_cloud_mysql_database_list_response.go
- get_cloud_mysql_image_product_list_request.go
- get_cloud_mysql_image_product_list_response.go
- get_cloud_mysql_instance_detail_request.go
- get_cloud_mysql_instance_detail_response.go
- get_cloud_mysql_instance_list_request.go
- get_cloud_mysql_instance_list_response.go
- get_cloud_mysql_product_list_request.go
- get_cloud_mysql_product_list_response.go
- get_cloud_mysql_recovery_time_request.go
- get_cloud_mysql_recovery_time_response.go
- get_cloud_mysql_target_subnet_list_request.go
- get_cloud_mysql_target_subnet_list_response.go
- get_cloud_mysql_target_vpc_list_request.go
- get_cloud_mysql_target_vpc_list_response.go
- get_cloud_mysql_user_list_request.go
- get_cloud_mysql_user_list_response.go
- get_db_server_log_list_request.go
- get_db_server_log_list_response.go
- reboot_cloud_mysql_server_instance_request.go
- reboot_cloud_mysql_server_instance_response.go
- target_subnet.go
- target_vpc.go
- v2_api.go