model

package
v0.0.4-beta Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2024 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause Imports: 4 Imported by: 0

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

This section is empty.

Functions ¶

This section is empty.

Types ¶

type AlarmNotifyInfo ¶

type AlarmNotifyInfo struct {
	DelayTime *int64 `json:"delay_time,omitempty"`

	RtoDelay *int64 `json:"rto_delay,omitempty"`

	RpoDelay *int64 `json:"rpo_delay,omitempty"`

	AlarmToUser *bool `json:"alarm_to_user,omitempty"`

	Subscriptions *[]SubscriptionInfo `json:"subscriptions,omitempty"`
}

func (AlarmNotifyInfo) String ¶

func (o AlarmNotifyInfo) String() string

type AzInfoResp ¶

type AzInfoResp struct {
	Code *string `json:"code,omitempty"`

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

	Status *string `json:"status,omitempty"`
}

func (AzInfoResp) String ¶

func (o AzInfoResp) String() string

type BatchChangeDataRequest ¶

type BatchChangeDataRequest struct {
	XLanguage *BatchChangeDataRequestXLanguage `json:"X-Language,omitempty"`

	Body *BatchDataTransformationReq `json:"body,omitempty"`
}

func (BatchChangeDataRequest) String ¶

func (o BatchChangeDataRequest) String() string

type BatchChangeDataRequestXLanguage ¶

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

func (BatchChangeDataRequestXLanguage) MarshalJSON ¶

func (c BatchChangeDataRequestXLanguage) MarshalJSON() ([]byte, error)

func (*BatchChangeDataRequestXLanguage) UnmarshalJSON ¶

func (c *BatchChangeDataRequestXLanguage) UnmarshalJSON(b []byte) error

func (BatchChangeDataRequestXLanguage) Value ¶

type BatchChangeDataRequestXLanguageEnum ¶

type BatchChangeDataRequestXLanguageEnum struct {
	EN_US BatchChangeDataRequestXLanguage
	ZH_CN BatchChangeDataRequestXLanguage
}

func GetBatchChangeDataRequestXLanguageEnum ¶

func GetBatchChangeDataRequestXLanguageEnum() BatchChangeDataRequestXLanguageEnum

type BatchChangeDataResponse ¶

type BatchChangeDataResponse struct {
	Results *[]DataTransformationResp `json:"results,omitempty"`

	Count          *int32 `json:"count,omitempty"`
	HttpStatusCode int    `json:"-"`
}

func (BatchChangeDataResponse) String ¶

func (o BatchChangeDataResponse) String() string

type BatchCheckJobsRequest ¶

type BatchCheckJobsRequest struct {
	XLanguage *BatchCheckJobsRequestXLanguage `json:"X-Language,omitempty"`

	Body *BatchPrecheckReq `json:"body,omitempty"`
}

func (BatchCheckJobsRequest) String ¶

func (o BatchCheckJobsRequest) String() string

type BatchCheckJobsRequestXLanguage ¶

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

func (BatchCheckJobsRequestXLanguage) MarshalJSON ¶

func (c BatchCheckJobsRequestXLanguage) MarshalJSON() ([]byte, error)

func (*BatchCheckJobsRequestXLanguage) UnmarshalJSON ¶

func (c *BatchCheckJobsRequestXLanguage) UnmarshalJSON(b []byte) error

func (BatchCheckJobsRequestXLanguage) Value ¶

type BatchCheckJobsRequestXLanguageEnum ¶

type BatchCheckJobsRequestXLanguageEnum struct {
	EN_US BatchCheckJobsRequestXLanguage
	ZH_CN BatchCheckJobsRequestXLanguage
}

func GetBatchCheckJobsRequestXLanguageEnum ¶

func GetBatchCheckJobsRequestXLanguageEnum() BatchCheckJobsRequestXLanguageEnum

type BatchCheckJobsResponse ¶

type BatchCheckJobsResponse struct {
	Results *[]PostPreCheckResp `json:"results,omitempty"`

	Count          *int32 `json:"count,omitempty"`
	HttpStatusCode int    `json:"-"`
}

func (BatchCheckJobsResponse) String ¶

func (o BatchCheckJobsResponse) String() string

type BatchCheckResultsRequest ¶

type BatchCheckResultsRequest struct {
	XLanguage *BatchCheckResultsRequestXLanguage `json:"X-Language,omitempty"`

	Body *BatchQueryPrecheckResultReq `json:"body,omitempty"`
}

func (BatchCheckResultsRequest) String ¶

func (o BatchCheckResultsRequest) String() string

type BatchCheckResultsRequestXLanguage ¶

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

func (BatchCheckResultsRequestXLanguage) MarshalJSON ¶

func (c BatchCheckResultsRequestXLanguage) MarshalJSON() ([]byte, error)

func (*BatchCheckResultsRequestXLanguage) UnmarshalJSON ¶

func (c *BatchCheckResultsRequestXLanguage) UnmarshalJSON(b []byte) error

func (BatchCheckResultsRequestXLanguage) Value ¶

type BatchCheckResultsRequestXLanguageEnum ¶

type BatchCheckResultsRequestXLanguageEnum struct {
	EN_US BatchCheckResultsRequestXLanguage
	ZH_CN BatchCheckResultsRequestXLanguage
}

func GetBatchCheckResultsRequestXLanguageEnum ¶

func GetBatchCheckResultsRequestXLanguageEnum() BatchCheckResultsRequestXLanguageEnum

type BatchCheckResultsResponse ¶

type BatchCheckResultsResponse struct {
	Results *[]QueryPreCheckResp `json:"results,omitempty"`

	Count          *int32 `json:"count,omitempty"`
	HttpStatusCode int    `json:"-"`
}

func (BatchCheckResultsResponse) String ¶

func (o BatchCheckResultsResponse) String() string

type BatchCreateJobReq ¶

type BatchCreateJobReq struct {
	Jobs []CreateJobReq `json:"jobs"`
}

func (BatchCreateJobReq) String ¶

func (o BatchCreateJobReq) String() string

type BatchCreateJobsRequest ¶

type BatchCreateJobsRequest struct {
	XLanguage *BatchCreateJobsRequestXLanguage `json:"X-Language,omitempty"`

	Body *BatchCreateJobReq `json:"body,omitempty"`
}

func (BatchCreateJobsRequest) String ¶

func (o BatchCreateJobsRequest) String() string

type BatchCreateJobsRequestXLanguage ¶

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

func (BatchCreateJobsRequestXLanguage) MarshalJSON ¶

func (c BatchCreateJobsRequestXLanguage) MarshalJSON() ([]byte, error)

func (*BatchCreateJobsRequestXLanguage) UnmarshalJSON ¶

func (c *BatchCreateJobsRequestXLanguage) UnmarshalJSON(b []byte) error

func (BatchCreateJobsRequestXLanguage) Value ¶

type BatchCreateJobsRequestXLanguageEnum ¶

type BatchCreateJobsRequestXLanguageEnum struct {
	EN_US BatchCreateJobsRequestXLanguage
	ZH_CN BatchCreateJobsRequestXLanguage
}

func GetBatchCreateJobsRequestXLanguageEnum ¶

func GetBatchCreateJobsRequestXLanguageEnum() BatchCreateJobsRequestXLanguageEnum

type BatchCreateJobsResponse ¶

type BatchCreateJobsResponse struct {
	Results *[]CreateJobResp `json:"results,omitempty"`

	Count          *int32 `json:"count,omitempty"`
	HttpStatusCode int    `json:"-"`
}

func (BatchCreateJobsResponse) String ¶

func (o BatchCreateJobsResponse) String() string

type BatchDataTransformationReq ¶

type BatchDataTransformationReq struct {
	Jobs []CheckDataTransformationReq `json:"jobs"`
}

func (BatchDataTransformationReq) String ¶

type BatchDeleteJobReq ¶

type BatchDeleteJobReq struct {
	Jobs []DeleteJobReq `json:"jobs"`
}

func (BatchDeleteJobReq) String ¶

func (o BatchDeleteJobReq) String() string

type BatchDeleteJobsRequest ¶

type BatchDeleteJobsRequest struct {
	XLanguage *BatchDeleteJobsRequestXLanguage `json:"X-Language,omitempty"`

	Body *BatchDeleteJobReq `json:"body,omitempty"`
}

func (BatchDeleteJobsRequest) String ¶

func (o BatchDeleteJobsRequest) String() string

type BatchDeleteJobsRequestXLanguage ¶

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

func (BatchDeleteJobsRequestXLanguage) MarshalJSON ¶

func (c BatchDeleteJobsRequestXLanguage) MarshalJSON() ([]byte, error)

func (*BatchDeleteJobsRequestXLanguage) UnmarshalJSON ¶

func (c *BatchDeleteJobsRequestXLanguage) UnmarshalJSON(b []byte) error

func (BatchDeleteJobsRequestXLanguage) Value ¶

type BatchDeleteJobsRequestXLanguageEnum ¶

type BatchDeleteJobsRequestXLanguageEnum struct {
	EN_US BatchDeleteJobsRequestXLanguage
	ZH_CN BatchDeleteJobsRequestXLanguage
}

func GetBatchDeleteJobsRequestXLanguageEnum ¶

func GetBatchDeleteJobsRequestXLanguageEnum() BatchDeleteJobsRequestXLanguageEnum

type BatchDeleteJobsResponse ¶

type BatchDeleteJobsResponse struct {
	Results *[]DeleteJobResp `json:"results,omitempty"`

	Count          *int32 `json:"count,omitempty"`
	HttpStatusCode int    `json:"-"`
}

func (BatchDeleteJobsResponse) String ¶

func (o BatchDeleteJobsResponse) String() string

type BatchImportSmnInfoReq ¶

type BatchImportSmnInfoReq struct {
	Jobs []SelectedSetAlarmTaskReq `json:"jobs"`

	AlarmNotifyInfo *BatchSetAlarmNotifyInfo `json:"alarm_notify_info"`
}

func (BatchImportSmnInfoReq) String ¶

func (o BatchImportSmnInfoReq) String() string

type BatchJobActionReq ¶

type BatchJobActionReq struct {
	Action BatchJobActionReqAction `json:"action"`

	JobId string `json:"job_id"`

	Property string `json:"property"`
}

func (BatchJobActionReq) String ¶

func (o BatchJobActionReq) String() string

type BatchJobActionReqAction ¶

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

func (BatchJobActionReqAction) MarshalJSON ¶

func (c BatchJobActionReqAction) MarshalJSON() ([]byte, error)

func (*BatchJobActionReqAction) UnmarshalJSON ¶

func (c *BatchJobActionReqAction) UnmarshalJSON(b []byte) error

func (BatchJobActionReqAction) Value ¶

func (c BatchJobActionReqAction) Value() string

type BatchJobActionReqActionEnum ¶

type BatchJobActionReqActionEnum struct {
	TEST_CONNECTION BatchJobActionReqAction
}

func GetBatchJobActionReqActionEnum ¶

func GetBatchJobActionReqActionEnum() BatchJobActionReqActionEnum

type BatchLimitSpeedReq ¶

type BatchLimitSpeedReq struct {
	SpeedLimits []LimitSpeedReq `json:"speed_limits"`
}

func (BatchLimitSpeedReq) String ¶

func (o BatchLimitSpeedReq) String() string

type BatchListJobDetailsRequest ¶

type BatchListJobDetailsRequest struct {
	XLanguage *BatchListJobDetailsRequestXLanguage `json:"X-Language,omitempty"`

	Body *BatchQueryJobReqPage `json:"body,omitempty"`
}

func (BatchListJobDetailsRequest) String ¶

type BatchListJobDetailsRequestXLanguage ¶

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

func (BatchListJobDetailsRequestXLanguage) MarshalJSON ¶

func (c BatchListJobDetailsRequestXLanguage) MarshalJSON() ([]byte, error)

func (*BatchListJobDetailsRequestXLanguage) UnmarshalJSON ¶

func (c *BatchListJobDetailsRequestXLanguage) UnmarshalJSON(b []byte) error

func (BatchListJobDetailsRequestXLanguage) Value ¶

type BatchListJobDetailsRequestXLanguageEnum ¶

type BatchListJobDetailsRequestXLanguageEnum struct {
	EN_US BatchListJobDetailsRequestXLanguage
	ZH_CN BatchListJobDetailsRequestXLanguage
}

func GetBatchListJobDetailsRequestXLanguageEnum ¶

func GetBatchListJobDetailsRequestXLanguageEnum() BatchListJobDetailsRequestXLanguageEnum

type BatchListJobDetailsResponse ¶

type BatchListJobDetailsResponse struct {
	Count *int32 `json:"count,omitempty"`

	Results        *[]QueryJobResp `json:"results,omitempty"`
	HttpStatusCode int             `json:"-"`
}

func (BatchListJobDetailsResponse) String ¶

type BatchListJobStatusRequest ¶

type BatchListJobStatusRequest struct {
	XLanguage *BatchListJobStatusRequestXLanguage `json:"X-Language,omitempty"`

	Body *BatchQueryJobReqPage `json:"body,omitempty"`
}

func (BatchListJobStatusRequest) String ¶

func (o BatchListJobStatusRequest) String() string

type BatchListJobStatusRequestXLanguage ¶

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

func (BatchListJobStatusRequestXLanguage) MarshalJSON ¶

func (c BatchListJobStatusRequestXLanguage) MarshalJSON() ([]byte, error)

func (*BatchListJobStatusRequestXLanguage) UnmarshalJSON ¶

func (c *BatchListJobStatusRequestXLanguage) UnmarshalJSON(b []byte) error

func (BatchListJobStatusRequestXLanguage) Value ¶

type BatchListJobStatusRequestXLanguageEnum ¶

type BatchListJobStatusRequestXLanguageEnum struct {
	EN_US BatchListJobStatusRequestXLanguage
	ZH_CN BatchListJobStatusRequestXLanguage
}

func GetBatchListJobStatusRequestXLanguageEnum ¶

func GetBatchListJobStatusRequestXLanguageEnum() BatchListJobStatusRequestXLanguageEnum

type BatchListJobStatusResponse ¶

type BatchListJobStatusResponse struct {
	Results *[]QueryJobStatusResp `json:"results,omitempty"`

	Count          *int32 `json:"count,omitempty"`
	HttpStatusCode int    `json:"-"`
}

func (BatchListJobStatusResponse) String ¶

type BatchListProgressesRequest ¶

type BatchListProgressesRequest struct {
	XLanguage *BatchListProgressesRequestXLanguage `json:"X-Language,omitempty"`

	Body *BatchQueryProgressReq `json:"body,omitempty"`
}

func (BatchListProgressesRequest) String ¶

type BatchListProgressesRequestXLanguage ¶

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

func (BatchListProgressesRequestXLanguage) MarshalJSON ¶

func (c BatchListProgressesRequestXLanguage) MarshalJSON() ([]byte, error)

func (*BatchListProgressesRequestXLanguage) UnmarshalJSON ¶

func (c *BatchListProgressesRequestXLanguage) UnmarshalJSON(b []byte) error

func (BatchListProgressesRequestXLanguage) Value ¶

type BatchListProgressesRequestXLanguageEnum ¶

type BatchListProgressesRequestXLanguageEnum struct {
	EN_US BatchListProgressesRequestXLanguage
	ZH_CN BatchListProgressesRequestXLanguage
}

func GetBatchListProgressesRequestXLanguageEnum ¶

func GetBatchListProgressesRequestXLanguageEnum() BatchListProgressesRequestXLanguageEnum

type BatchListProgressesResponse ¶

type BatchListProgressesResponse struct {
	Count *int32 `json:"count,omitempty"`

	Results        *[]QueryProgressResp `json:"results,omitempty"`
	HttpStatusCode int                  `json:"-"`
}

func (BatchListProgressesResponse) String ¶

type BatchListRposAndRtosRequest ¶

type BatchListRposAndRtosRequest struct {
	XLanguage *BatchListRposAndRtosRequestXLanguage `json:"X-Language,omitempty"`

	Body *BatchQueryRpoAndRtoReq `json:"body,omitempty"`
}

func (BatchListRposAndRtosRequest) String ¶

type BatchListRposAndRtosRequestXLanguage ¶

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

func (BatchListRposAndRtosRequestXLanguage) MarshalJSON ¶

func (c BatchListRposAndRtosRequestXLanguage) MarshalJSON() ([]byte, error)

func (*BatchListRposAndRtosRequestXLanguage) UnmarshalJSON ¶

func (c *BatchListRposAndRtosRequestXLanguage) UnmarshalJSON(b []byte) error

func (BatchListRposAndRtosRequestXLanguage) Value ¶

type BatchListRposAndRtosRequestXLanguageEnum ¶

type BatchListRposAndRtosRequestXLanguageEnum struct {
	EN_US BatchListRposAndRtosRequestXLanguage
	ZH_CN BatchListRposAndRtosRequestXLanguage
}

func GetBatchListRposAndRtosRequestXLanguageEnum ¶

func GetBatchListRposAndRtosRequestXLanguageEnum() BatchListRposAndRtosRequestXLanguageEnum

type BatchListRposAndRtosResponse ¶

type BatchListRposAndRtosResponse struct {
	Count *int32 `json:"count,omitempty"`

	Results        *[]QueryRpoAndRtoResp `json:"results,omitempty"`
	HttpStatusCode int                   `json:"-"`
}

func (BatchListRposAndRtosResponse) String ¶

type BatchListStructDetailRequest ¶

type BatchListStructDetailRequest struct {
	Type BatchListStructDetailRequestType `json:"type"`

	XLanguage *BatchListStructDetailRequestXLanguage `json:"X-Language,omitempty"`

	Body *BatchQueryJobReqPage `json:"body,omitempty"`
}

func (BatchListStructDetailRequest) String ¶

type BatchListStructDetailRequestType ¶

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

func (BatchListStructDetailRequestType) MarshalJSON ¶

func (c BatchListStructDetailRequestType) MarshalJSON() ([]byte, error)

func (*BatchListStructDetailRequestType) UnmarshalJSON ¶

func (c *BatchListStructDetailRequestType) UnmarshalJSON(b []byte) error

func (BatchListStructDetailRequestType) Value ¶

type BatchListStructDetailRequestXLanguage ¶

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

func (BatchListStructDetailRequestXLanguage) MarshalJSON ¶

func (c BatchListStructDetailRequestXLanguage) MarshalJSON() ([]byte, error)

func (*BatchListStructDetailRequestXLanguage) UnmarshalJSON ¶

func (c *BatchListStructDetailRequestXLanguage) UnmarshalJSON(b []byte) error

func (BatchListStructDetailRequestXLanguage) Value ¶

type BatchListStructDetailRequestXLanguageEnum ¶

type BatchListStructDetailRequestXLanguageEnum struct {
	EN_US BatchListStructDetailRequestXLanguage
	ZH_CN BatchListStructDetailRequestXLanguage
}

func GetBatchListStructDetailRequestXLanguageEnum ¶

func GetBatchListStructDetailRequestXLanguageEnum() BatchListStructDetailRequestXLanguageEnum

type BatchListStructDetailResponse ¶

type BatchListStructDetailResponse struct {
	Count *int32 `json:"count,omitempty"`

	Results        *[]QueryStructDetailResp `json:"results,omitempty"`
	HttpStatusCode int                      `json:"-"`
}

func (BatchListStructDetailResponse) String ¶

type BatchListStructProcessRequest ¶

type BatchListStructProcessRequest struct {
	XLanguage *BatchListStructProcessRequestXLanguage `json:"X-Language,omitempty"`

	Body *BatchQueryJobReq `json:"body,omitempty"`
}

func (BatchListStructProcessRequest) String ¶

type BatchListStructProcessRequestXLanguage ¶

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

func (BatchListStructProcessRequestXLanguage) MarshalJSON ¶

func (c BatchListStructProcessRequestXLanguage) MarshalJSON() ([]byte, error)

func (*BatchListStructProcessRequestXLanguage) UnmarshalJSON ¶

func (c *BatchListStructProcessRequestXLanguage) UnmarshalJSON(b []byte) error

func (BatchListStructProcessRequestXLanguage) Value ¶

type BatchListStructProcessRequestXLanguageEnum ¶

type BatchListStructProcessRequestXLanguageEnum struct {
	EN_US BatchListStructProcessRequestXLanguage
	ZH_CN BatchListStructProcessRequestXLanguage
}

func GetBatchListStructProcessRequestXLanguageEnum ¶

func GetBatchListStructProcessRequestXLanguageEnum() BatchListStructProcessRequestXLanguageEnum

type BatchListStructProcessResponse ¶

type BatchListStructProcessResponse struct {
	Results *[]QueryStructProcessResp `json:"results,omitempty"`

	Count          *int32 `json:"count,omitempty"`
	HttpStatusCode int    `json:"-"`
}

func (BatchListStructProcessResponse) String ¶

type BatchModifyJobReq ¶

type BatchModifyJobReq struct {
	Jobs []ModifyJobReq `json:"jobs"`
}

func (BatchModifyJobReq) String ¶

func (o BatchModifyJobReq) String() string

type BatchModifyPwdReq ¶

type BatchModifyPwdReq struct {
	Jobs []ModifyPwdEndPoint `json:"jobs"`
}

func (BatchModifyPwdReq) String ¶

func (o BatchModifyPwdReq) String() string

type BatchPauseJobReq ¶

type BatchPauseJobReq struct {
	Jobs []PauseInfo `json:"jobs"`
}

func (BatchPauseJobReq) String ¶

func (o BatchPauseJobReq) String() string

type BatchPrecheckReq ¶

type BatchPrecheckReq struct {
	Jobs []PreCheckInfo `json:"jobs"`
}

func (BatchPrecheckReq) String ¶

func (o BatchPrecheckReq) String() string

type BatchQueryJobReq ¶

type BatchQueryJobReq struct {
	Jobs []string `json:"jobs"`
}

func (BatchQueryJobReq) String ¶

func (o BatchQueryJobReq) String() string

type BatchQueryJobReqPage ¶

type BatchQueryJobReqPage struct {
	Jobs []string `json:"jobs"`

	PageReq *PageReq `json:"page_req,omitempty"`
}

func (BatchQueryJobReqPage) String ¶

func (o BatchQueryJobReqPage) String() string

type BatchQueryParamReq ¶

type BatchQueryParamReq struct {
	Jobs []string `json:"jobs"`

	Refresh string `json:"refresh"`
}

func (BatchQueryParamReq) String ¶

func (o BatchQueryParamReq) String() string

type BatchQueryPrecheckResultReq ¶

type BatchQueryPrecheckResultReq struct {
	Jobs []string `json:"jobs"`
}

func (BatchQueryPrecheckResultReq) String ¶

type BatchQueryProgressReq ¶

type BatchQueryProgressReq struct {
	Jobs []string `json:"jobs"`
}

func (BatchQueryProgressReq) String ¶

func (o BatchQueryProgressReq) String() string

type BatchQueryRpoAndRtoReq ¶

type BatchQueryRpoAndRtoReq struct {
	Jobs []string `json:"jobs"`
}

func (BatchQueryRpoAndRtoReq) String ¶

func (o BatchQueryRpoAndRtoReq) String() string

type BatchReplaceDefinerReq ¶

type BatchReplaceDefinerReq struct {
	Jobs []ReplaceDefinerInfo `json:"jobs"`
}

func (BatchReplaceDefinerReq) String ¶

func (o BatchReplaceDefinerReq) String() string

type BatchResetPasswordRequest ¶

type BatchResetPasswordRequest struct {
	XLanguage *BatchResetPasswordRequestXLanguage `json:"X-Language,omitempty"`

	Body *BatchModifyPwdReq `json:"body,omitempty"`
}

func (BatchResetPasswordRequest) String ¶

func (o BatchResetPasswordRequest) String() string

type BatchResetPasswordRequestXLanguage ¶

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

func (BatchResetPasswordRequestXLanguage) MarshalJSON ¶

func (c BatchResetPasswordRequestXLanguage) MarshalJSON() ([]byte, error)

func (*BatchResetPasswordRequestXLanguage) UnmarshalJSON ¶

func (c *BatchResetPasswordRequestXLanguage) UnmarshalJSON(b []byte) error

func (BatchResetPasswordRequestXLanguage) Value ¶

type BatchResetPasswordRequestXLanguageEnum ¶

type BatchResetPasswordRequestXLanguageEnum struct {
	EN_US BatchResetPasswordRequestXLanguage
	ZH_CN BatchResetPasswordRequestXLanguage
}

func GetBatchResetPasswordRequestXLanguageEnum ¶

func GetBatchResetPasswordRequestXLanguageEnum() BatchResetPasswordRequestXLanguageEnum

type BatchResetPasswordResponse ¶

type BatchResetPasswordResponse struct {
	Results *[]ModifyDbPwdResp `json:"results,omitempty"`

	Count          *int32 `json:"count,omitempty"`
	HttpStatusCode int    `json:"-"`
}

func (BatchResetPasswordResponse) String ¶

type BatchRestoreTaskRequest ¶

type BatchRestoreTaskRequest struct {
	XLanguage *BatchRestoreTaskRequestXLanguage `json:"X-Language,omitempty"`

	Body *BatchRetryReq `json:"body,omitempty"`
}

func (BatchRestoreTaskRequest) String ¶

func (o BatchRestoreTaskRequest) String() string

type BatchRestoreTaskRequestXLanguage ¶

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

func (BatchRestoreTaskRequestXLanguage) MarshalJSON ¶

func (c BatchRestoreTaskRequestXLanguage) MarshalJSON() ([]byte, error)

func (*BatchRestoreTaskRequestXLanguage) UnmarshalJSON ¶

func (c *BatchRestoreTaskRequestXLanguage) UnmarshalJSON(b []byte) error

func (BatchRestoreTaskRequestXLanguage) Value ¶

type BatchRestoreTaskRequestXLanguageEnum ¶

type BatchRestoreTaskRequestXLanguageEnum struct {
	EN_US BatchRestoreTaskRequestXLanguage
	ZH_CN BatchRestoreTaskRequestXLanguage
}

func GetBatchRestoreTaskRequestXLanguageEnum ¶

func GetBatchRestoreTaskRequestXLanguageEnum() BatchRestoreTaskRequestXLanguageEnum

type BatchRestoreTaskResponse ¶

type BatchRestoreTaskResponse struct {
	Results *[]RetryTaskResp `json:"results,omitempty"`

	Count          *int32 `json:"count,omitempty"`
	HttpStatusCode int    `json:"-"`
}

func (BatchRestoreTaskResponse) String ¶

func (o BatchRestoreTaskResponse) String() string

type BatchRetryReq ¶

type BatchRetryReq struct {
	Jobs []RetryInfo `json:"jobs"`
}

func (BatchRetryReq) String ¶

func (o BatchRetryReq) String() string

type BatchSetAlarmNotifyInfo ¶

type BatchSetAlarmNotifyInfo struct {
	Subscriptions *[]SubscriptionInfo `json:"subscriptions,omitempty"`

	TopicUrn *string `json:"topic_urn,omitempty"`

	DelayTime *int64 `json:"delay_time,omitempty"`

	RtoDelay *int64 `json:"rto_delay,omitempty"`

	RpoDelay *int64 `json:"rpo_delay,omitempty"`

	AlarmToUser *bool `json:"alarm_to_user,omitempty"`
}

func (BatchSetAlarmNotifyInfo) String ¶

func (o BatchSetAlarmNotifyInfo) String() string

type BatchSetDefinerRequest ¶

type BatchSetDefinerRequest struct {
	XLanguage *BatchSetDefinerRequestXLanguage `json:"X-Language,omitempty"`

	Body *BatchReplaceDefinerReq `json:"body,omitempty"`
}

func (BatchSetDefinerRequest) String ¶

func (o BatchSetDefinerRequest) String() string

type BatchSetDefinerRequestXLanguage ¶

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

func (BatchSetDefinerRequestXLanguage) MarshalJSON ¶

func (c BatchSetDefinerRequestXLanguage) MarshalJSON() ([]byte, error)

func (*BatchSetDefinerRequestXLanguage) UnmarshalJSON ¶

func (c *BatchSetDefinerRequestXLanguage) UnmarshalJSON(b []byte) error

func (BatchSetDefinerRequestXLanguage) Value ¶

type BatchSetDefinerRequestXLanguageEnum ¶

type BatchSetDefinerRequestXLanguageEnum struct {
	EN_US BatchSetDefinerRequestXLanguage
	ZH_CN BatchSetDefinerRequestXLanguage
}

func GetBatchSetDefinerRequestXLanguageEnum ¶

func GetBatchSetDefinerRequestXLanguageEnum() BatchSetDefinerRequestXLanguageEnum

type BatchSetDefinerResponse ¶

type BatchSetDefinerResponse struct {
	Count *int32 `json:"count,omitempty"`

	Results        *[]ModifyJobResp `json:"results,omitempty"`
	HttpStatusCode int              `json:"-"`
}

func (BatchSetDefinerResponse) String ¶

func (o BatchSetDefinerResponse) String() string

type BatchSetObjectsRequest ¶

type BatchSetObjectsRequest struct {
	XLanguage *BatchSetObjectsRequestXLanguage `json:"X-Language,omitempty"`

	Body *BatchUpdateDatabaseObjectReq `json:"body,omitempty"`
}

func (BatchSetObjectsRequest) String ¶

func (o BatchSetObjectsRequest) String() string

type BatchSetObjectsRequestXLanguage ¶

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

func (BatchSetObjectsRequestXLanguage) MarshalJSON ¶

func (c BatchSetObjectsRequestXLanguage) MarshalJSON() ([]byte, error)

func (*BatchSetObjectsRequestXLanguage) UnmarshalJSON ¶

func (c *BatchSetObjectsRequestXLanguage) UnmarshalJSON(b []byte) error

func (BatchSetObjectsRequestXLanguage) Value ¶

type BatchSetObjectsRequestXLanguageEnum ¶

type BatchSetObjectsRequestXLanguageEnum struct {
	EN_US BatchSetObjectsRequestXLanguage
	ZH_CN BatchSetObjectsRequestXLanguage
}

func GetBatchSetObjectsRequestXLanguageEnum ¶

func GetBatchSetObjectsRequestXLanguageEnum() BatchSetObjectsRequestXLanguageEnum

type BatchSetObjectsResponse ¶

type BatchSetObjectsResponse struct {
	AllCounts *int64 `json:"all_counts,omitempty"`

	Results        *[]DatabaseObjectResp `json:"results,omitempty"`
	HttpStatusCode int                   `json:"-"`
}

func (BatchSetObjectsResponse) String ¶

func (o BatchSetObjectsResponse) String() string

type BatchSetPolicyRequest ¶

type BatchSetPolicyRequest struct {
	XLanguage *BatchSetPolicyRequestXLanguage `json:"X-Language,omitempty"`

	Body *BatchSetupSyncPolicyReq `json:"body,omitempty"`
}

func (BatchSetPolicyRequest) String ¶

func (o BatchSetPolicyRequest) String() string

type BatchSetPolicyRequestXLanguage ¶

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

func (BatchSetPolicyRequestXLanguage) MarshalJSON ¶

func (c BatchSetPolicyRequestXLanguage) MarshalJSON() ([]byte, error)

func (*BatchSetPolicyRequestXLanguage) UnmarshalJSON ¶

func (c *BatchSetPolicyRequestXLanguage) UnmarshalJSON(b []byte) error

func (BatchSetPolicyRequestXLanguage) Value ¶

type BatchSetPolicyRequestXLanguageEnum ¶

type BatchSetPolicyRequestXLanguageEnum struct {
	EN_US BatchSetPolicyRequestXLanguage
	ZH_CN BatchSetPolicyRequestXLanguage
}

func GetBatchSetPolicyRequestXLanguageEnum ¶

func GetBatchSetPolicyRequestXLanguageEnum() BatchSetPolicyRequestXLanguageEnum

type BatchSetPolicyResponse ¶

type BatchSetPolicyResponse struct {
	Results *[]SyncPolicyResp `json:"results,omitempty"`

	Count          *int32 `json:"count,omitempty"`
	HttpStatusCode int    `json:"-"`
}

func (BatchSetPolicyResponse) String ¶

func (o BatchSetPolicyResponse) String() string

type BatchSetSmnRequest ¶

type BatchSetSmnRequest struct {
	XLanguage *BatchSetSmnRequestXLanguage `json:"X-Language,omitempty"`

	Body *BatchImportSmnInfoReq `json:"body,omitempty"`
}

func (BatchSetSmnRequest) String ¶

func (o BatchSetSmnRequest) String() string

type BatchSetSmnRequestXLanguage ¶

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

func (BatchSetSmnRequestXLanguage) MarshalJSON ¶

func (c BatchSetSmnRequestXLanguage) MarshalJSON() ([]byte, error)

func (*BatchSetSmnRequestXLanguage) UnmarshalJSON ¶

func (c *BatchSetSmnRequestXLanguage) UnmarshalJSON(b []byte) error

func (BatchSetSmnRequestXLanguage) Value ¶

type BatchSetSmnRequestXLanguageEnum ¶

type BatchSetSmnRequestXLanguageEnum struct {
	EN_US BatchSetSmnRequestXLanguage
	ZH_CN BatchSetSmnRequestXLanguage
}

func GetBatchSetSmnRequestXLanguageEnum ¶

func GetBatchSetSmnRequestXLanguageEnum() BatchSetSmnRequestXLanguageEnum

type BatchSetSmnResponse ¶

type BatchSetSmnResponse struct {
	Results *[]ImportSmnResp `json:"results,omitempty"`

	Count          *int32 `json:"count,omitempty"`
	HttpStatusCode int    `json:"-"`
}

func (BatchSetSmnResponse) String ¶

func (o BatchSetSmnResponse) String() string

type BatchSetSpeedRequest ¶

type BatchSetSpeedRequest struct {
	XLanguage *BatchSetSpeedRequestXLanguage `json:"X-Language,omitempty"`

	Body *BatchLimitSpeedReq `json:"body,omitempty"`
}

func (BatchSetSpeedRequest) String ¶

func (o BatchSetSpeedRequest) String() string

type BatchSetSpeedRequestXLanguage ¶

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

func (BatchSetSpeedRequestXLanguage) MarshalJSON ¶

func (c BatchSetSpeedRequestXLanguage) MarshalJSON() ([]byte, error)

func (*BatchSetSpeedRequestXLanguage) UnmarshalJSON ¶

func (c *BatchSetSpeedRequestXLanguage) UnmarshalJSON(b []byte) error

func (BatchSetSpeedRequestXLanguage) Value ¶

type BatchSetSpeedRequestXLanguageEnum ¶

type BatchSetSpeedRequestXLanguageEnum struct {
	EN_US BatchSetSpeedRequestXLanguage
	ZH_CN BatchSetSpeedRequestXLanguage
}

func GetBatchSetSpeedRequestXLanguageEnum ¶

func GetBatchSetSpeedRequestXLanguageEnum() BatchSetSpeedRequestXLanguageEnum

type BatchSetSpeedResponse ¶

type BatchSetSpeedResponse struct {
	Count *int32 `json:"count,omitempty"`

	Results        *[]ModifyJobResp `json:"results,omitempty"`
	HttpStatusCode int              `json:"-"`
}

func (BatchSetSpeedResponse) String ¶

func (o BatchSetSpeedResponse) String() string

type BatchSetupSyncPolicyReq ¶

type BatchSetupSyncPolicyReq struct {
	Jobs []SyncPolicyReq `json:"jobs"`
}

func (BatchSetupSyncPolicyReq) String ¶

func (o BatchSetupSyncPolicyReq) String() string

type BatchShowParamsRequest ¶

type BatchShowParamsRequest struct {
	XLanguage *BatchShowParamsRequestXLanguage `json:"X-Language,omitempty"`

	Body *BatchQueryParamReq `json:"body,omitempty"`
}

func (BatchShowParamsRequest) String ¶

func (o BatchShowParamsRequest) String() string

type BatchShowParamsRequestXLanguage ¶

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

func (BatchShowParamsRequestXLanguage) MarshalJSON ¶

func (c BatchShowParamsRequestXLanguage) MarshalJSON() ([]byte, error)

func (*BatchShowParamsRequestXLanguage) UnmarshalJSON ¶

func (c *BatchShowParamsRequestXLanguage) UnmarshalJSON(b []byte) error

func (BatchShowParamsRequestXLanguage) Value ¶

type BatchShowParamsRequestXLanguageEnum ¶

type BatchShowParamsRequestXLanguageEnum struct {
	EN_US BatchShowParamsRequestXLanguage
	ZH_CN BatchShowParamsRequestXLanguage
}

func GetBatchShowParamsRequestXLanguageEnum ¶

func GetBatchShowParamsRequestXLanguageEnum() BatchShowParamsRequestXLanguageEnum

type BatchShowParamsResponse ¶

type BatchShowParamsResponse struct {
	ParamsList *[]QueryDbParamsResp `json:"params_list,omitempty"`

	Count          *int32 `json:"count,omitempty"`
	HttpStatusCode int    `json:"-"`
}

func (BatchShowParamsResponse) String ¶

func (o BatchShowParamsResponse) String() string

type BatchSpecialTestConnectionReq ¶

type BatchSpecialTestConnectionReq struct {
	Jobs []BatchJobActionReq `json:"jobs"`
}

func (BatchSpecialTestConnectionReq) String ¶

type BatchStartJobReq ¶

type BatchStartJobReq struct {
	Jobs []StartInfo `json:"jobs"`
}

func (BatchStartJobReq) String ¶

func (o BatchStartJobReq) String() string

type BatchStartJobsRequest ¶

type BatchStartJobsRequest struct {
	XLanguage *BatchStartJobsRequestXLanguage `json:"X-Language,omitempty"`

	Body *BatchStartJobReq `json:"body,omitempty"`
}

func (BatchStartJobsRequest) String ¶

func (o BatchStartJobsRequest) String() string

type BatchStartJobsRequestXLanguage ¶

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

func (BatchStartJobsRequestXLanguage) MarshalJSON ¶

func (c BatchStartJobsRequestXLanguage) MarshalJSON() ([]byte, error)

func (*BatchStartJobsRequestXLanguage) UnmarshalJSON ¶

func (c *BatchStartJobsRequestXLanguage) UnmarshalJSON(b []byte) error

func (BatchStartJobsRequestXLanguage) Value ¶

type BatchStartJobsRequestXLanguageEnum ¶

type BatchStartJobsRequestXLanguageEnum struct {
	EN_US BatchStartJobsRequestXLanguage
	ZH_CN BatchStartJobsRequestXLanguage
}

func GetBatchStartJobsRequestXLanguageEnum ¶

func GetBatchStartJobsRequestXLanguageEnum() BatchStartJobsRequestXLanguageEnum

type BatchStartJobsResponse ¶

type BatchStartJobsResponse struct {
	Results *[]StartJobResp `json:"results,omitempty"`

	Count          *int32 `json:"count,omitempty"`
	HttpStatusCode int    `json:"-"`
}

func (BatchStartJobsResponse) String ¶

func (o BatchStartJobsResponse) String() string

type BatchStopJobsRequest ¶

type BatchStopJobsRequest struct {
	XLanguage *BatchStopJobsRequestXLanguage `json:"X-Language,omitempty"`

	Body *BatchPauseJobReq `json:"body,omitempty"`
}

func (BatchStopJobsRequest) String ¶

func (o BatchStopJobsRequest) String() string

type BatchStopJobsRequestXLanguage ¶

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

func (BatchStopJobsRequestXLanguage) MarshalJSON ¶

func (c BatchStopJobsRequestXLanguage) MarshalJSON() ([]byte, error)

func (*BatchStopJobsRequestXLanguage) UnmarshalJSON ¶

func (c *BatchStopJobsRequestXLanguage) UnmarshalJSON(b []byte) error

func (BatchStopJobsRequestXLanguage) Value ¶

type BatchStopJobsRequestXLanguageEnum ¶

type BatchStopJobsRequestXLanguageEnum struct {
	EN_US BatchStopJobsRequestXLanguage
	ZH_CN BatchStopJobsRequestXLanguage
}

func GetBatchStopJobsRequestXLanguageEnum ¶

func GetBatchStopJobsRequestXLanguageEnum() BatchStopJobsRequestXLanguageEnum

type BatchStopJobsResponse ¶

type BatchStopJobsResponse struct {
	Results *[]PauseJobResp `json:"results,omitempty"`

	Count          *int32 `json:"count,omitempty"`
	HttpStatusCode int    `json:"-"`
}

func (BatchStopJobsResponse) String ¶

func (o BatchStopJobsResponse) String() string

type BatchSwitchoverReq ¶

type BatchSwitchoverReq struct {
	Jobs []string `json:"jobs"`
}

func (BatchSwitchoverReq) String ¶

func (o BatchSwitchoverReq) String() string

type BatchSwitchoverRequest ¶

type BatchSwitchoverRequest struct {
	XLanguage *BatchSwitchoverRequestXLanguage `json:"X-Language,omitempty"`

	Body *BatchSwitchoverReq `json:"body,omitempty"`
}

func (BatchSwitchoverRequest) String ¶

func (o BatchSwitchoverRequest) String() string

type BatchSwitchoverRequestXLanguage ¶

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

func (BatchSwitchoverRequestXLanguage) MarshalJSON ¶

func (c BatchSwitchoverRequestXLanguage) MarshalJSON() ([]byte, error)

func (*BatchSwitchoverRequestXLanguage) UnmarshalJSON ¶

func (c *BatchSwitchoverRequestXLanguage) UnmarshalJSON(b []byte) error

func (BatchSwitchoverRequestXLanguage) Value ¶

type BatchSwitchoverRequestXLanguageEnum ¶

type BatchSwitchoverRequestXLanguageEnum struct {
	EN_US BatchSwitchoverRequestXLanguage
	ZH_CN BatchSwitchoverRequestXLanguage
}

func GetBatchSwitchoverRequestXLanguageEnum ¶

func GetBatchSwitchoverRequestXLanguageEnum() BatchSwitchoverRequestXLanguageEnum

type BatchSwitchoverResponse ¶

type BatchSwitchoverResponse struct {
	Results *[]SwitchoverResp `json:"results,omitempty"`

	Count          *int32 `json:"count,omitempty"`
	HttpStatusCode int    `json:"-"`
}

func (BatchSwitchoverResponse) String ¶

func (o BatchSwitchoverResponse) String() string

type BatchTestConnectionReq ¶

type BatchTestConnectionReq struct {
	Jobs []TestEndPoint `json:"jobs"`
}

func (BatchTestConnectionReq) String ¶

func (o BatchTestConnectionReq) String() string

type BatchUpdateDatabaseObjectReq ¶

type BatchUpdateDatabaseObjectReq struct {
	Jobs []UpdateDatabaseObjectReq `json:"jobs"`
}

func (BatchUpdateDatabaseObjectReq) String ¶

type BatchUpdateJobRequest ¶

type BatchUpdateJobRequest struct {
	XLanguage *BatchUpdateJobRequestXLanguage `json:"X-Language,omitempty"`

	Body *BatchModifyJobReq `json:"body,omitempty"`
}

func (BatchUpdateJobRequest) String ¶

func (o BatchUpdateJobRequest) String() string

type BatchUpdateJobRequestXLanguage ¶

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

func (BatchUpdateJobRequestXLanguage) MarshalJSON ¶

func (c BatchUpdateJobRequestXLanguage) MarshalJSON() ([]byte, error)

func (*BatchUpdateJobRequestXLanguage) UnmarshalJSON ¶

func (c *BatchUpdateJobRequestXLanguage) UnmarshalJSON(b []byte) error

func (BatchUpdateJobRequestXLanguage) Value ¶

type BatchUpdateJobRequestXLanguageEnum ¶

type BatchUpdateJobRequestXLanguageEnum struct {
	EN_US BatchUpdateJobRequestXLanguage
	ZH_CN BatchUpdateJobRequestXLanguage
}

func GetBatchUpdateJobRequestXLanguageEnum ¶

func GetBatchUpdateJobRequestXLanguageEnum() BatchUpdateJobRequestXLanguageEnum

type BatchUpdateJobResponse ¶

type BatchUpdateJobResponse struct {
	Count *int32 `json:"count,omitempty"`

	Results        *[]ModifyJobResp `json:"results,omitempty"`
	HttpStatusCode int              `json:"-"`
}

func (BatchUpdateJobResponse) String ¶

func (o BatchUpdateJobResponse) String() string

type BatchUpdateSrcUserReq ¶

type BatchUpdateSrcUserReq struct {
	Jobs []UpdateUserReq `json:"jobs"`
}

func (BatchUpdateSrcUserReq) String ¶

func (o BatchUpdateSrcUserReq) String() string

type BatchUpdateUserRequest ¶

type BatchUpdateUserRequest struct {
	XLanguage *BatchUpdateUserRequestXLanguage `json:"X-Language,omitempty"`

	Body *BatchUpdateSrcUserReq `json:"body,omitempty"`
}

func (BatchUpdateUserRequest) String ¶

func (o BatchUpdateUserRequest) String() string

type BatchUpdateUserRequestXLanguage ¶

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

func (BatchUpdateUserRequestXLanguage) MarshalJSON ¶

func (c BatchUpdateUserRequestXLanguage) MarshalJSON() ([]byte, error)

func (*BatchUpdateUserRequestXLanguage) UnmarshalJSON ¶

func (c *BatchUpdateUserRequestXLanguage) UnmarshalJSON(b []byte) error

func (BatchUpdateUserRequestXLanguage) Value ¶

type BatchUpdateUserRequestXLanguageEnum ¶

type BatchUpdateUserRequestXLanguageEnum struct {
	EN_US BatchUpdateUserRequestXLanguage
	ZH_CN BatchUpdateUserRequestXLanguage
}

func GetBatchUpdateUserRequestXLanguageEnum ¶

func GetBatchUpdateUserRequestXLanguageEnum() BatchUpdateUserRequestXLanguageEnum

type BatchUpdateUserResponse ¶

type BatchUpdateUserResponse struct {
	AllCounts *int32 `json:"all_counts,omitempty"`

	Results        *[]QueryUserResp `json:"results,omitempty"`
	HttpStatusCode int              `json:"-"`
}

func (BatchUpdateUserResponse) String ¶

func (o BatchUpdateUserResponse) String() string

type BatchValidateClustersConnectionsRequest ¶

type BatchValidateClustersConnectionsRequest struct {
	XLanguage *BatchValidateClustersConnectionsRequestXLanguage `json:"X-Language,omitempty"`

	Body *BatchSpecialTestConnectionReq `json:"body,omitempty"`
}

func (BatchValidateClustersConnectionsRequest) String ¶

type BatchValidateClustersConnectionsRequestXLanguage ¶

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

func (BatchValidateClustersConnectionsRequestXLanguage) MarshalJSON ¶

func (*BatchValidateClustersConnectionsRequestXLanguage) UnmarshalJSON ¶

func (BatchValidateClustersConnectionsRequestXLanguage) Value ¶

type BatchValidateClustersConnectionsResponse ¶

type BatchValidateClustersConnectionsResponse struct {
	Results *[]CheckJobResp `json:"results,omitempty"`

	Count          *int32 `json:"count,omitempty"`
	HttpStatusCode int    `json:"-"`
}

func (BatchValidateClustersConnectionsResponse) String ¶

type BatchValidateConnectionsRequest ¶

type BatchValidateConnectionsRequest struct {
	XLanguage *BatchValidateConnectionsRequestXLanguage `json:"X-Language,omitempty"`

	Body *BatchTestConnectionReq `json:"body,omitempty"`
}

func (BatchValidateConnectionsRequest) String ¶

type BatchValidateConnectionsRequestXLanguage ¶

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

func (BatchValidateConnectionsRequestXLanguage) MarshalJSON ¶

func (*BatchValidateConnectionsRequestXLanguage) UnmarshalJSON ¶

func (c *BatchValidateConnectionsRequestXLanguage) UnmarshalJSON(b []byte) error

func (BatchValidateConnectionsRequestXLanguage) Value ¶

type BatchValidateConnectionsResponse ¶

type BatchValidateConnectionsResponse struct {
	Results *[]CheckJobResp `json:"results,omitempty"`

	Count          *int32 `json:"count,omitempty"`
	HttpStatusCode int    `json:"-"`
}

func (BatchValidateConnectionsResponse) String ¶

type CheckDataTransformationReq ¶

type CheckDataTransformationReq struct {
	JobId *string `json:"job_id,omitempty"`

	ObjectInfo *[]DatabaseObjectVo `json:"object_info,omitempty"`

	TransformationInfo *TransformationInfo `json:"transformation_info"`

	ConfigTransformation *ConfigTransformationVo `json:"config_transformation,omitempty"`
}

func (CheckDataTransformationReq) String ¶

type CheckJobResp ¶

type CheckJobResp struct {
	Id string `json:"id"`

	Status CheckJobRespStatus `json:"status"`

	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg *string `json:"error_msg,omitempty"`

	Success *bool `json:"success,omitempty"`
}

func (CheckJobResp) String ¶

func (o CheckJobResp) String() string

type CheckJobRespStatus ¶

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

func (CheckJobRespStatus) MarshalJSON ¶

func (c CheckJobRespStatus) MarshalJSON() ([]byte, error)

func (*CheckJobRespStatus) UnmarshalJSON ¶

func (c *CheckJobRespStatus) UnmarshalJSON(b []byte) error

func (CheckJobRespStatus) Value ¶

func (c CheckJobRespStatus) Value() string

type CheckJobRespStatusEnum ¶

type CheckJobRespStatusEnum struct {
	TRUE  CheckJobRespStatus
	FALSE CheckJobRespStatus
}

func GetCheckJobRespStatusEnum ¶

func GetCheckJobRespStatusEnum() CheckJobRespStatusEnum

type ChildrenJobInfo ¶

type ChildrenJobInfo struct {
	BillingTag bool `json:"billing_tag"`

	CreateTime string `json:"create_time"`

	DbUseType ChildrenJobInfoDbUseType `json:"db_use_type"`

	Description string `json:"description"`

	EngineType ChildrenJobInfoEngineType `json:"engine_type"`

	ErrorMsg string `json:"error_msg"`

	Id string `json:"id"`

	JobDirection ChildrenJobInfoJobDirection `json:"job_direction"`

	Name string `json:"name"`

	NetType ChildrenJobInfoNetType `json:"net_type"`

	NodeNewFramework bool `json:"node_newFramework"`

	Status ChildrenJobInfoStatus `json:"status"`

	TaskType ChildrenJobInfoTaskType `json:"task_type"`

	JobAction *JobActionResp `json:"job_action,omitempty"`
}

func (ChildrenJobInfo) String ¶

func (o ChildrenJobInfo) String() string

type ChildrenJobInfoDbUseType ¶

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

func (ChildrenJobInfoDbUseType) MarshalJSON ¶

func (c ChildrenJobInfoDbUseType) MarshalJSON() ([]byte, error)

func (*ChildrenJobInfoDbUseType) UnmarshalJSON ¶

func (c *ChildrenJobInfoDbUseType) UnmarshalJSON(b []byte) error

func (ChildrenJobInfoDbUseType) Value ¶

func (c ChildrenJobInfoDbUseType) Value() string

type ChildrenJobInfoDbUseTypeEnum ¶

type ChildrenJobInfoDbUseTypeEnum struct {
	MIGRATION        ChildrenJobInfoDbUseType
	SYNC             ChildrenJobInfoDbUseType
	CLOUD_DATA_GUARD ChildrenJobInfoDbUseType
}

func GetChildrenJobInfoDbUseTypeEnum ¶

func GetChildrenJobInfoDbUseTypeEnum() ChildrenJobInfoDbUseTypeEnum

type ChildrenJobInfoEngineType ¶

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

func (ChildrenJobInfoEngineType) MarshalJSON ¶

func (c ChildrenJobInfoEngineType) MarshalJSON() ([]byte, error)

func (*ChildrenJobInfoEngineType) UnmarshalJSON ¶

func (c *ChildrenJobInfoEngineType) UnmarshalJSON(b []byte) error

func (ChildrenJobInfoEngineType) Value ¶

type ChildrenJobInfoEngineTypeEnum ¶

type ChildrenJobInfoEngineTypeEnum struct {
	CLOUD_DATA_GUARD_CASSANDRA       ChildrenJobInfoEngineType
	CLOUD_DATA_GUARD_DDM             ChildrenJobInfoEngineType
	CLOUD_DATA_GUARD_TAURUS_TO_MYSQL ChildrenJobInfoEngineType
	CLOUD_DATA_GUARD_MYSQL           ChildrenJobInfoEngineType
	CLOUD_DATA_GUARD_MYSQL_TO_TAURUS ChildrenJobInfoEngineType
}

func GetChildrenJobInfoEngineTypeEnum ¶

func GetChildrenJobInfoEngineTypeEnum() ChildrenJobInfoEngineTypeEnum

type ChildrenJobInfoJobDirection ¶

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

func (ChildrenJobInfoJobDirection) MarshalJSON ¶

func (c ChildrenJobInfoJobDirection) MarshalJSON() ([]byte, error)

func (*ChildrenJobInfoJobDirection) UnmarshalJSON ¶

func (c *ChildrenJobInfoJobDirection) UnmarshalJSON(b []byte) error

func (ChildrenJobInfoJobDirection) Value ¶

type ChildrenJobInfoJobDirectionEnum ¶

type ChildrenJobInfoJobDirectionEnum struct {
	UP     ChildrenJobInfoJobDirection
	DOWN   ChildrenJobInfoJobDirection
	NO_DBS ChildrenJobInfoJobDirection
}

func GetChildrenJobInfoJobDirectionEnum ¶

func GetChildrenJobInfoJobDirectionEnum() ChildrenJobInfoJobDirectionEnum

type ChildrenJobInfoNetType ¶

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

func (ChildrenJobInfoNetType) MarshalJSON ¶

func (c ChildrenJobInfoNetType) MarshalJSON() ([]byte, error)

func (*ChildrenJobInfoNetType) UnmarshalJSON ¶

func (c *ChildrenJobInfoNetType) UnmarshalJSON(b []byte) error

func (ChildrenJobInfoNetType) Value ¶

func (c ChildrenJobInfoNetType) Value() string

type ChildrenJobInfoNetTypeEnum ¶

type ChildrenJobInfoNetTypeEnum struct {
	VPC ChildrenJobInfoNetType
	VPN ChildrenJobInfoNetType
	EIP ChildrenJobInfoNetType
}

func GetChildrenJobInfoNetTypeEnum ¶

func GetChildrenJobInfoNetTypeEnum() ChildrenJobInfoNetTypeEnum

type ChildrenJobInfoStatus ¶

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

func (ChildrenJobInfoStatus) MarshalJSON ¶

func (c ChildrenJobInfoStatus) MarshalJSON() ([]byte, error)

func (*ChildrenJobInfoStatus) UnmarshalJSON ¶

func (c *ChildrenJobInfoStatus) UnmarshalJSON(b []byte) error

func (ChildrenJobInfoStatus) Value ¶

func (c ChildrenJobInfoStatus) Value() string

type ChildrenJobInfoStatusEnum ¶

type ChildrenJobInfoStatusEnum struct {
	CREATING                        ChildrenJobInfoStatus
	CREATE_FAILED                   ChildrenJobInfoStatus
	CONFIGURATION                   ChildrenJobInfoStatus
	STARTJOBING                     ChildrenJobInfoStatus
	WAITING_FOR_START               ChildrenJobInfoStatus
	START_JOB_FAILED                ChildrenJobInfoStatus
	PAUSING                         ChildrenJobInfoStatus
	FULL_TRANSFER_STARTED           ChildrenJobInfoStatus
	FULL_TRANSFER_FAILED            ChildrenJobInfoStatus
	FULL_TRANSFER_COMPLETE          ChildrenJobInfoStatus
	INCRE_TRANSFER_STARTED          ChildrenJobInfoStatus
	INCRE_TRANSFER_FAILED           ChildrenJobInfoStatus
	RELEASE_RESOURCE_STARTED        ChildrenJobInfoStatus
	RELEASE_RESOURCE_FAILED         ChildrenJobInfoStatus
	RELEASE_RESOURCE_COMPLETE       ChildrenJobInfoStatus
	REBUILD_NODE_STARTED            ChildrenJobInfoStatus
	REBUILD_NODE_FAILED             ChildrenJobInfoStatus
	CHANGE_JOB_STARTED              ChildrenJobInfoStatus
	CHANGE_JOB_FAILED               ChildrenJobInfoStatus
	DELETED                         ChildrenJobInfoStatus
	CHILD_TRANSFER_STARTING         ChildrenJobInfoStatus
	CHILD_TRANSFER_STARTED          ChildrenJobInfoStatus
	CHILD_TRANSFER_COMPLETE         ChildrenJobInfoStatus
	CHILD_TRANSFER_FAILED           ChildrenJobInfoStatus
	RELEASE_CHILD_TRANSFER_STARTED  ChildrenJobInfoStatus
	RELEASE_CHILD_TRANSFER_COMPLETE ChildrenJobInfoStatus
	NODE_UPGRADE_START              ChildrenJobInfoStatus
	NODE_UPGRADE_COMPLETE           ChildrenJobInfoStatus
	NODE_UPGRADE_FAILED             ChildrenJobInfoStatus
}

func GetChildrenJobInfoStatusEnum ¶

func GetChildrenJobInfoStatusEnum() ChildrenJobInfoStatusEnum

type ChildrenJobInfoTaskType ¶

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

func (ChildrenJobInfoTaskType) MarshalJSON ¶

func (c ChildrenJobInfoTaskType) MarshalJSON() ([]byte, error)

func (*ChildrenJobInfoTaskType) UnmarshalJSON ¶

func (c *ChildrenJobInfoTaskType) UnmarshalJSON(b []byte) error

func (ChildrenJobInfoTaskType) Value ¶

func (c ChildrenJobInfoTaskType) Value() string

type ChildrenJobInfoTaskTypeEnum ¶

type ChildrenJobInfoTaskTypeEnum struct {
	FULL_TRANS      ChildrenJobInfoTaskType
	FULL_INCR_TRANS ChildrenJobInfoTaskType
	INCR_TRANS      ChildrenJobInfoTaskType
}

func GetChildrenJobInfoTaskTypeEnum ¶

func GetChildrenJobInfoTaskTypeEnum() ChildrenJobInfoTaskTypeEnum

type CompareObjectInfo ¶

type CompareObjectInfo struct {
	DbName string `json:"db_name"`

	TableName *[]string `json:"table_name,omitempty"`
}

func (CompareObjectInfo) String ¶

func (o CompareObjectInfo) String() string

type CompareObjectInfoWithToken ¶

type CompareObjectInfoWithToken struct {
	DbName string `json:"db_name"`

	TableNameWithToken *[]CompareTableInfoWithToken `json:"table_name_with_token,omitempty"`
}

func (CompareObjectInfoWithToken) String ¶

type CompareTableInfoWithToken ¶

type CompareTableInfoWithToken struct {
	TableName string `json:"table_name"`

	MinToken *string `json:"min_token,omitempty"`

	MaxToken *string `json:"max_token,omitempty"`
}

func (CompareTableInfoWithToken) String ¶

func (o CompareTableInfoWithToken) String() string

type CompareTaskList ¶

type CompareTaskList struct {
	CompareTaskId string `json:"compare_task_id"`

	CompareType string `json:"compare_type"`

	CompareTaskStatus CompareTaskListCompareTaskStatus `json:"compare_task_status"`

	CreateTime string `json:"create_time"`

	EndTime *string `json:"end_time,omitempty"`
}

func (CompareTaskList) String ¶

func (o CompareTaskList) String() string

type CompareTaskListCompareTaskStatus ¶

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

func (CompareTaskListCompareTaskStatus) MarshalJSON ¶

func (c CompareTaskListCompareTaskStatus) MarshalJSON() ([]byte, error)

func (*CompareTaskListCompareTaskStatus) UnmarshalJSON ¶

func (c *CompareTaskListCompareTaskStatus) UnmarshalJSON(b []byte) error

func (CompareTaskListCompareTaskStatus) Value ¶

type CompareTaskListResult ¶

type CompareTaskListResult struct {
	CompareTaskList *[]CompareTaskList `json:"compare_task_list,omitempty"`

	CompareTaskListCount *int32 `json:"compare_task_list_count,omitempty"`

	ErrorMsg *string `json:"error_msg,omitempty"`

	ErrorCode *string `json:"error_code,omitempty"`
}

func (CompareTaskListResult) String ¶

func (o CompareTaskListResult) String() string

type ConfigTransformationVo ¶

type ConfigTransformationVo struct {
	DbTableName string `json:"db_table_name"`

	DbName string `json:"db_name"`

	TableName string `json:"table_name"`

	ColNames string `json:"col_names"`

	PrimKeyOrIndex string `json:"prim_key_or_index"`

	Indexs string `json:"indexs"`

	Values string `json:"values"`
}

func (ConfigTransformationVo) String ¶

func (o ConfigTransformationVo) String() string

type ContentCompareDetail ¶

type ContentCompareDetail struct {
	SourceDbName string `json:"source_db_name"`

	TargetDbName string `json:"target_db_name"`

	SourceTableName string `json:"source_table_name"`

	TargetTableName string `json:"target_table_name"`

	SourceRowNum int32 `json:"source_row_num"`

	TargetRowNum int32 `json:"target_row_num"`

	DiffRowNum int32 `json:"diff_row_num"`

	LineCompareResult *ContentCompareDetailLineCompareResult `json:"line_compare_result,omitempty"`

	ContentCompareResult ContentCompareDetailContentCompareResult `json:"content_compare_result"`

	Message *string `json:"message,omitempty"`
}

func (ContentCompareDetail) String ¶

func (o ContentCompareDetail) String() string

type ContentCompareDetailContentCompareResult ¶

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

func (ContentCompareDetailContentCompareResult) MarshalJSON ¶

func (*ContentCompareDetailContentCompareResult) UnmarshalJSON ¶

func (c *ContentCompareDetailContentCompareResult) UnmarshalJSON(b []byte) error

func (ContentCompareDetailContentCompareResult) Value ¶

type ContentCompareDetailLineCompareResult ¶

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

func (ContentCompareDetailLineCompareResult) MarshalJSON ¶

func (c ContentCompareDetailLineCompareResult) MarshalJSON() ([]byte, error)

func (*ContentCompareDetailLineCompareResult) UnmarshalJSON ¶

func (c *ContentCompareDetailLineCompareResult) UnmarshalJSON(b []byte) error

func (ContentCompareDetailLineCompareResult) Value ¶

type ContentCompareDiff ¶

type ContentCompareDiff struct {
	TargetSelectSql *string `json:"target_select_sql,omitempty"`

	SourceSelectSql *string `json:"source_select_sql,omitempty"`

	SourceKeyValue []string `json:"source_key_value"`

	TargetKeyValue []string `json:"target_key_value"`
}

func (ContentCompareDiff) String ¶

func (o ContentCompareDiff) String() string

type ContentCompareResult ¶

type ContentCompareResult struct {
	CompareTaskId string `json:"compare_task_id"`

	ContentCompareOverview *[]ContentCompareResultOverview `json:"content_compare_overview,omitempty"`

	ContentCompareOverviewCount *int32 `json:"content_compare_overview_count,omitempty"`

	ContentCompareDetails *[]ContentCompareResultDetails `json:"content_compare_details,omitempty"`

	ContentCompareDiffs *[]ContentCompareResultDiffs `json:"content_compare_diffs,omitempty"`

	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg *string `json:"error_msg,omitempty"`
}

func (ContentCompareResult) String ¶

func (o ContentCompareResult) String() string

type ContentCompareResultDetails ¶

type ContentCompareResultDetails struct {
	SourceDbName string `json:"source_db_name"`

	ContentCompareDetail []ContentCompareDetail `json:"content_compare_detail"`

	ContentCompareDetailCount int32 `json:"content_compare_detail_count"`

	ContentUncompareDetail *[]ContentCompareDetail `json:"content_uncompare_detail,omitempty"`

	ContentUncompareDetailCount int32 `json:"content_uncompare_detail_count"`
}

func (ContentCompareResultDetails) String ¶

type ContentCompareResultDiffs ¶

type ContentCompareResultDiffs struct {
	SourceDbName string `json:"source_db_name"`

	SourceTableName string `json:"source_table_name"`

	ContentCompareDiff []ContentCompareDiff `json:"content_compare_diff"`

	ContentCompareDiffCount int32 `json:"content_compare_diff_count"`
}

func (ContentCompareResultDiffs) String ¶

func (o ContentCompareResultDiffs) String() string

type ContentCompareResultOverview ¶

type ContentCompareResultOverview struct {
	SourceDbName string `json:"source_db_name"`

	TargetDbName string `json:"target_db_name"`

	ContentCompareResult ContentCompareResultOverviewContentCompareResult `json:"content_compare_result"`
}

func (ContentCompareResultOverview) String ¶

type ContentCompareResultOverviewContentCompareResult ¶

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

func (ContentCompareResultOverviewContentCompareResult) MarshalJSON ¶

func (*ContentCompareResultOverviewContentCompareResult) UnmarshalJSON ¶

func (ContentCompareResultOverviewContentCompareResult) Value ¶

type CreateCompareTaskReq ¶

type CreateCompareTaskReq struct {
	JobId string `json:"job_id"`

	ObjectLevelCompareType *CreateCompareTaskReqObjectLevelCompareType `json:"object_level_compare_type,omitempty"`

	DataLevelCompareInfo *CreateDataLevelCompareReq `json:"data_level_compare_info,omitempty"`
}

func (CreateCompareTaskReq) String ¶

func (o CreateCompareTaskReq) String() string

type CreateCompareTaskReqObjectLevelCompareType ¶

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

func (CreateCompareTaskReqObjectLevelCompareType) MarshalJSON ¶

func (*CreateCompareTaskReqObjectLevelCompareType) UnmarshalJSON ¶

func (CreateCompareTaskReqObjectLevelCompareType) Value ¶

type CreateCompareTaskReqObjectLevelCompareTypeEnum ¶

type CreateCompareTaskReqObjectLevelCompareTypeEnum struct {
	OBJECTS CreateCompareTaskReqObjectLevelCompareType
}

func GetCreateCompareTaskReqObjectLevelCompareTypeEnum ¶

func GetCreateCompareTaskReqObjectLevelCompareTypeEnum() CreateCompareTaskReqObjectLevelCompareTypeEnum

type CreateCompareTaskRequest ¶

type CreateCompareTaskRequest struct {
	XLanguage *CreateCompareTaskRequestXLanguage `json:"X-Language,omitempty"`

	Body *CreateCompareTaskReq `json:"body,omitempty"`
}

func (CreateCompareTaskRequest) String ¶

func (o CreateCompareTaskRequest) String() string

type CreateCompareTaskRequestXLanguage ¶

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

func (CreateCompareTaskRequestXLanguage) MarshalJSON ¶

func (c CreateCompareTaskRequestXLanguage) MarshalJSON() ([]byte, error)

func (*CreateCompareTaskRequestXLanguage) UnmarshalJSON ¶

func (c *CreateCompareTaskRequestXLanguage) UnmarshalJSON(b []byte) error

func (CreateCompareTaskRequestXLanguage) Value ¶

type CreateCompareTaskRequestXLanguageEnum ¶

type CreateCompareTaskRequestXLanguageEnum struct {
	EN_US CreateCompareTaskRequestXLanguage
	ZH_CN CreateCompareTaskRequestXLanguage
}

func GetCreateCompareTaskRequestXLanguageEnum ¶

func GetCreateCompareTaskRequestXLanguageEnum() CreateCompareTaskRequestXLanguageEnum

type CreateCompareTaskResponse ¶

type CreateCompareTaskResponse struct {
	JobId *string `json:"job_id,omitempty"`

	ObjectLevelCompareCreateResult *CreateCompareTaskResult `json:"object_level_compare_create_result,omitempty"`

	DataLevelCompareCreateResult *CreateCompareTaskResult `json:"data_level_compare_create_result,omitempty"`

	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg       *string `json:"error_msg,omitempty"`
	HttpStatusCode int     `json:"-"`
}

func (CreateCompareTaskResponse) String ¶

func (o CreateCompareTaskResponse) String() string

type CreateCompareTaskResult ¶

type CreateCompareTaskResult struct {
	CompareTaskId *string `json:"compare_task_id,omitempty"`

	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg *string `json:"error_msg,omitempty"`
}

func (CreateCompareTaskResult) String ¶

func (o CreateCompareTaskResult) String() string

type CreateDataLevelCompareReq ¶

type CreateDataLevelCompareReq struct {
	ConflictPolicy CreateDataLevelCompareReqConflictPolicy `json:"conflict_policy"`

	CompareType CreateDataLevelCompareReqCompareType `json:"compare_type"`

	CompareMode *CreateDataLevelCompareReqCompareMode `json:"compare_mode,omitempty"`

	StartTime *string `json:"start_time,omitempty"`

	CompareObjectInfos *[]CompareObjectInfo `json:"compare_object_infos,omitempty"`

	CompareObjectInfosWithToken *[]CompareObjectInfoWithToken `json:"compare_object_infos_with_token,omitempty"`
}

func (CreateDataLevelCompareReq) String ¶

func (o CreateDataLevelCompareReq) String() string

type CreateDataLevelCompareReqCompareMode ¶

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

func (CreateDataLevelCompareReqCompareMode) MarshalJSON ¶

func (c CreateDataLevelCompareReqCompareMode) MarshalJSON() ([]byte, error)

func (*CreateDataLevelCompareReqCompareMode) UnmarshalJSON ¶

func (c *CreateDataLevelCompareReqCompareMode) UnmarshalJSON(b []byte) error

func (CreateDataLevelCompareReqCompareMode) Value ¶

type CreateDataLevelCompareReqCompareModeEnum ¶

type CreateDataLevelCompareReqCompareModeEnum struct {
	QUICK_COMPARISON CreateDataLevelCompareReqCompareMode
}

func GetCreateDataLevelCompareReqCompareModeEnum ¶

func GetCreateDataLevelCompareReqCompareModeEnum() CreateDataLevelCompareReqCompareModeEnum

type CreateDataLevelCompareReqCompareType ¶

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

func (CreateDataLevelCompareReqCompareType) MarshalJSON ¶

func (c CreateDataLevelCompareReqCompareType) MarshalJSON() ([]byte, error)

func (*CreateDataLevelCompareReqCompareType) UnmarshalJSON ¶

func (c *CreateDataLevelCompareReqCompareType) UnmarshalJSON(b []byte) error

func (CreateDataLevelCompareReqCompareType) Value ¶

type CreateDataLevelCompareReqCompareTypeEnum ¶

type CreateDataLevelCompareReqCompareTypeEnum struct {
	LINES    CreateDataLevelCompareReqCompareType
	CONTENTS CreateDataLevelCompareReqCompareType
}

func GetCreateDataLevelCompareReqCompareTypeEnum ¶

func GetCreateDataLevelCompareReqCompareTypeEnum() CreateDataLevelCompareReqCompareTypeEnum

type CreateDataLevelCompareReqConflictPolicy ¶

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

func (CreateDataLevelCompareReqConflictPolicy) MarshalJSON ¶

func (c CreateDataLevelCompareReqConflictPolicy) MarshalJSON() ([]byte, error)

func (*CreateDataLevelCompareReqConflictPolicy) UnmarshalJSON ¶

func (c *CreateDataLevelCompareReqConflictPolicy) UnmarshalJSON(b []byte) error

func (CreateDataLevelCompareReqConflictPolicy) Value ¶

type CreateJobReq ¶

type CreateJobReq struct {
	BindEip *bool `json:"bind_eip,omitempty"`

	DbUseType CreateJobReqDbUseType `json:"db_use_type"`

	Name string `json:"name"`

	Description *string `json:"description,omitempty"`

	EngineType CreateJobReqEngineType `json:"engine_type"`

	IsTargetReadonly *bool `json:"is_target_readonly,omitempty"`

	JobDirection CreateJobReqJobDirection `json:"job_direction"`

	MultiWrite *bool `json:"multi_write,omitempty"`

	NetType CreateJobReqNetType `json:"net_type"`

	NodeNum *int32 `json:"node_num,omitempty"`

	NodeType CreateJobReqNodeType `json:"node_type"`

	SourceEndpoint *Endpoint `json:"source_endpoint"`

	TargetEndpoint *Endpoint `json:"target_endpoint"`

	Tags *[]ResourceTag `json:"tags,omitempty"`

	TaskType CreateJobReqTaskType `json:"task_type"`

	CustomizeSutnetId string `json:"customize_sutnet_id"`

	ProductId *string `json:"product_id,omitempty"`

	SysTags *[]ResourceTag `json:"sys_tags,omitempty"`

	ExpiredDays *string `json:"expired_days,omitempty"`

	MasterAz *string `json:"master_az,omitempty"`

	SlaveAz *string `json:"slave_az,omitempty"`

	ChargingMode *CreateJobReqChargingMode `json:"charging_mode,omitempty"`

	PeriodOrder *PeriodOrderInfo `json:"period_order,omitempty"`
}

func (CreateJobReq) String ¶

func (o CreateJobReq) String() string

type CreateJobReqChargingMode ¶

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

func (CreateJobReqChargingMode) MarshalJSON ¶

func (c CreateJobReqChargingMode) MarshalJSON() ([]byte, error)

func (*CreateJobReqChargingMode) UnmarshalJSON ¶

func (c *CreateJobReqChargingMode) UnmarshalJSON(b []byte) error

func (CreateJobReqChargingMode) Value ¶

func (c CreateJobReqChargingMode) Value() string

type CreateJobReqChargingModeEnum ¶

type CreateJobReqChargingModeEnum struct {
	PERIOD    CreateJobReqChargingMode
	ON_DEMAND CreateJobReqChargingMode
}

func GetCreateJobReqChargingModeEnum ¶

func GetCreateJobReqChargingModeEnum() CreateJobReqChargingModeEnum

type CreateJobReqDbUseType ¶

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

func (CreateJobReqDbUseType) MarshalJSON ¶

func (c CreateJobReqDbUseType) MarshalJSON() ([]byte, error)

func (*CreateJobReqDbUseType) UnmarshalJSON ¶

func (c *CreateJobReqDbUseType) UnmarshalJSON(b []byte) error

func (CreateJobReqDbUseType) Value ¶

func (c CreateJobReqDbUseType) Value() string

type CreateJobReqDbUseTypeEnum ¶

type CreateJobReqDbUseTypeEnum struct {
	MIGRATION        CreateJobReqDbUseType
	SYNC             CreateJobReqDbUseType
	CLOUD_DATA_GUARD CreateJobReqDbUseType
}

func GetCreateJobReqDbUseTypeEnum ¶

func GetCreateJobReqDbUseTypeEnum() CreateJobReqDbUseTypeEnum

type CreateJobReqEngineType ¶

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

func (CreateJobReqEngineType) MarshalJSON ¶

func (c CreateJobReqEngineType) MarshalJSON() ([]byte, error)

func (*CreateJobReqEngineType) UnmarshalJSON ¶

func (c *CreateJobReqEngineType) UnmarshalJSON(b []byte) error

func (CreateJobReqEngineType) Value ¶

func (c CreateJobReqEngineType) Value() string

type CreateJobReqEngineTypeEnum ¶

type CreateJobReqEngineTypeEnum struct {
	MYSQL                  CreateJobReqEngineType
	MONGODB                CreateJobReqEngineType
	CLOUD_DATA_GUARD_MYSQL CreateJobReqEngineType
	GAUSSDBV5              CreateJobReqEngineType
	POSTGRESQL             CreateJobReqEngineType
}

func GetCreateJobReqEngineTypeEnum ¶

func GetCreateJobReqEngineTypeEnum() CreateJobReqEngineTypeEnum

type CreateJobReqJobDirection ¶

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

func (CreateJobReqJobDirection) MarshalJSON ¶

func (c CreateJobReqJobDirection) MarshalJSON() ([]byte, error)

func (*CreateJobReqJobDirection) UnmarshalJSON ¶

func (c *CreateJobReqJobDirection) UnmarshalJSON(b []byte) error

func (CreateJobReqJobDirection) Value ¶

func (c CreateJobReqJobDirection) Value() string

type CreateJobReqJobDirectionEnum ¶

type CreateJobReqJobDirectionEnum struct {
	UP      CreateJobReqJobDirection
	DOWN    CreateJobReqJobDirection
	NON_DBS CreateJobReqJobDirection
}

func GetCreateJobReqJobDirectionEnum ¶

func GetCreateJobReqJobDirectionEnum() CreateJobReqJobDirectionEnum

type CreateJobReqNetType ¶

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

func (CreateJobReqNetType) MarshalJSON ¶

func (c CreateJobReqNetType) MarshalJSON() ([]byte, error)

func (*CreateJobReqNetType) UnmarshalJSON ¶

func (c *CreateJobReqNetType) UnmarshalJSON(b []byte) error

func (CreateJobReqNetType) Value ¶

func (c CreateJobReqNetType) Value() string

type CreateJobReqNetTypeEnum ¶

type CreateJobReqNetTypeEnum struct {
	VPN CreateJobReqNetType
	VPC CreateJobReqNetType
	EIP CreateJobReqNetType
}

func GetCreateJobReqNetTypeEnum ¶

func GetCreateJobReqNetTypeEnum() CreateJobReqNetTypeEnum

type CreateJobReqNodeType ¶

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

func (CreateJobReqNodeType) MarshalJSON ¶

func (c CreateJobReqNodeType) MarshalJSON() ([]byte, error)

func (*CreateJobReqNodeType) UnmarshalJSON ¶

func (c *CreateJobReqNodeType) UnmarshalJSON(b []byte) error

func (CreateJobReqNodeType) Value ¶

func (c CreateJobReqNodeType) Value() string

type CreateJobReqNodeTypeEnum ¶

type CreateJobReqNodeTypeEnum struct {
	HIGH CreateJobReqNodeType
}

func GetCreateJobReqNodeTypeEnum ¶

func GetCreateJobReqNodeTypeEnum() CreateJobReqNodeTypeEnum

type CreateJobReqTaskType ¶

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

func (CreateJobReqTaskType) MarshalJSON ¶

func (c CreateJobReqTaskType) MarshalJSON() ([]byte, error)

func (*CreateJobReqTaskType) UnmarshalJSON ¶

func (c *CreateJobReqTaskType) UnmarshalJSON(b []byte) error

func (CreateJobReqTaskType) Value ¶

func (c CreateJobReqTaskType) Value() string

type CreateJobReqTaskTypeEnum ¶

type CreateJobReqTaskTypeEnum struct {
	FULL_TRANS      CreateJobReqTaskType
	FULL_INCR_TRANS CreateJobReqTaskType
	INCR_TRANS      CreateJobReqTaskType
}

func GetCreateJobReqTaskTypeEnum ¶

func GetCreateJobReqTaskTypeEnum() CreateJobReqTaskTypeEnum

type CreateJobResp ¶

type CreateJobResp struct {
	Id string `json:"id"`

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

	Status *string `json:"status,omitempty"`

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

	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg *string `json:"error_msg,omitempty"`

	ChildIds *[]string `json:"child_ids,omitempty"`
}

func (CreateJobResp) String ¶

func (o CreateJobResp) String() string

type DataTransformationInfo ¶

type DataTransformationInfo struct {
	TransformationInfo *TransformationInfo `json:"transformation_info,omitempty"`

	ConfigTransformation *ConfigTransformationVo `json:"config_transformation,omitempty"`

	DataTransformationObjectInfos *[]DataTransformationObjectVo `json:"data_transformation_object_infos,omitempty"`
}

func (DataTransformationInfo) String ¶

func (o DataTransformationInfo) String() string

type DataTransformationObjectVo ¶

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

	DataTransformationType *string `json:"data_transformation_type,omitempty"`

	DbName *string `json:"db_name,omitempty"`

	SchemaName *string `json:"schema_name,omitempty"`

	TableName *string `json:"table_name,omitempty"`
}

func (DataTransformationObjectVo) String ¶

type DataTransformationResp ¶

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

	Status *DataTransformationRespStatus `json:"status,omitempty"`

	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg *string `json:"error_msg,omitempty"`
}

func (DataTransformationResp) String ¶

func (o DataTransformationResp) String() string

type DataTransformationRespStatus ¶

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

func (DataTransformationRespStatus) MarshalJSON ¶

func (c DataTransformationRespStatus) MarshalJSON() ([]byte, error)

func (*DataTransformationRespStatus) UnmarshalJSON ¶

func (c *DataTransformationRespStatus) UnmarshalJSON(b []byte) error

func (DataTransformationRespStatus) Value ¶

type DataTransformationRespStatusEnum ¶

type DataTransformationRespStatusEnum struct {
	SUCCESS DataTransformationRespStatus
	FAILED  DataTransformationRespStatus
}

func GetDataTransformationRespStatusEnum ¶

func GetDataTransformationRespStatusEnum() DataTransformationRespStatusEnum

type DatabaseInfo ¶

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

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

	ObjectType *DatabaseInfoObjectType `json:"object_type,omitempty"`

	ObjectName *string `json:"object_name,omitempty"`

	ObjectAliasName *string `json:"object_alias_name,omitempty"`

	Select *string `json:"select,omitempty"`
}

func (DatabaseInfo) String ¶

func (o DatabaseInfo) String() string

type DatabaseInfoObjectType ¶

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

func (DatabaseInfoObjectType) MarshalJSON ¶

func (c DatabaseInfoObjectType) MarshalJSON() ([]byte, error)

func (*DatabaseInfoObjectType) UnmarshalJSON ¶

func (c *DatabaseInfoObjectType) UnmarshalJSON(b []byte) error

func (DatabaseInfoObjectType) Value ¶

func (c DatabaseInfoObjectType) Value() string

type DatabaseInfoObjectTypeEnum ¶

type DatabaseInfoObjectTypeEnum struct {
	DATABASE DatabaseInfoObjectType
	TABLE    DatabaseInfoObjectType
	SCHEMA   DatabaseInfoObjectType
	VIEW     DatabaseInfoObjectType
}

func GetDatabaseInfoObjectTypeEnum ¶

func GetDatabaseInfoObjectTypeEnum() DatabaseInfoObjectTypeEnum

type DatabaseObjectInfo ¶

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

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

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

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

	AliasName *string `json:"alias_name,omitempty"`
}

func (DatabaseObjectInfo) String ¶

func (o DatabaseObjectInfo) String() string

type DatabaseObjectResp ¶

type DatabaseObjectResp struct {
	JobId *string `json:"job_id,omitempty"`

	Status *bool `json:"status,omitempty"`

	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg *string `json:"error_msg,omitempty"`
}

func (DatabaseObjectResp) String ¶

func (o DatabaseObjectResp) String() string

type DatabaseObjectVo ¶

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

	Select *string `json:"select,omitempty"`
}

func (DatabaseObjectVo) String ¶

func (o DatabaseObjectVo) String() string

type DefaultRootDb ¶

type DefaultRootDb struct {
	DbName *string `json:"db_name,omitempty"`

	DbEncoding *string `json:"db_encoding,omitempty"`
}

func (DefaultRootDb) String ¶

func (o DefaultRootDb) String() string

type DeleteJobReq ¶

type DeleteJobReq struct {
	DeleteType DeleteJobReqDeleteType `json:"delete_type"`

	JobId string `json:"job_id"`
}

func (DeleteJobReq) String ¶

func (o DeleteJobReq) String() string

type DeleteJobReqDeleteType ¶

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

func (DeleteJobReqDeleteType) MarshalJSON ¶

func (c DeleteJobReqDeleteType) MarshalJSON() ([]byte, error)

func (*DeleteJobReqDeleteType) UnmarshalJSON ¶

func (c *DeleteJobReqDeleteType) UnmarshalJSON(b []byte) error

func (DeleteJobReqDeleteType) Value ¶

func (c DeleteJobReqDeleteType) Value() string

type DeleteJobReqDeleteTypeEnum ¶

type DeleteJobReqDeleteTypeEnum struct {
	TERMINATE       DeleteJobReqDeleteType
	FORCE_TERMINATE DeleteJobReqDeleteType
	DELETE          DeleteJobReqDeleteType
}

func GetDeleteJobReqDeleteTypeEnum ¶

func GetDeleteJobReqDeleteTypeEnum() DeleteJobReqDeleteTypeEnum

type DeleteJobResp ¶

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

	Status *DeleteJobRespStatus `json:"status,omitempty"`

	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg *string `json:"error_msg,omitempty"`
}

func (DeleteJobResp) String ¶

func (o DeleteJobResp) String() string

type DeleteJobRespStatus ¶

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

func (DeleteJobRespStatus) MarshalJSON ¶

func (c DeleteJobRespStatus) MarshalJSON() ([]byte, error)

func (*DeleteJobRespStatus) UnmarshalJSON ¶

func (c *DeleteJobRespStatus) UnmarshalJSON(b []byte) error

func (DeleteJobRespStatus) Value ¶

func (c DeleteJobRespStatus) Value() string

type DeleteJobRespStatusEnum ¶

type DeleteJobRespStatusEnum struct {
	SUCCESS DeleteJobRespStatus
	FAILED  DeleteJobRespStatus
}

func GetDeleteJobRespStatusEnum ¶

func GetDeleteJobRespStatusEnum() DeleteJobRespStatusEnum

type Endpoint ¶

type Endpoint struct {
	DbType *EndpointDbType `json:"db_type,omitempty"`

	AzCode *string `json:"az_code,omitempty"`

	Region *string `json:"region,omitempty"`

	InstId *string `json:"inst_id,omitempty"`

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

	SubnetId *string `json:"subnet_id,omitempty"`

	SecurityGroupId *string `json:"security_group_id,omitempty"`

	ProjectId *string `json:"project_id,omitempty"`

	DbName *string `json:"db_name,omitempty"`

	DbPassword *string `json:"db_password,omitempty"`

	DbPort *int32 `json:"db_port,omitempty"`

	DbUser *string `json:"db_user,omitempty"`

	InstName *string `json:"inst_name,omitempty"`

	Ip *string `json:"ip,omitempty"`

	MongoHaMode *string `json:"mongo_ha_mode,omitempty"`

	SafeMode *int32 `json:"safe_mode,omitempty"`

	SslCertPassword *string `json:"ssl_cert_password,omitempty"`

	SslCertCheckSum *string `json:"ssl_cert_check_sum,omitempty"`

	SslCertKey *string `json:"ssl_cert_key,omitempty"`

	SslCertName *string `json:"ssl_cert_name,omitempty"`

	SslLink *bool `json:"ssl_link,omitempty"`

	Topic *string `json:"topic,omitempty"`

	ClusterMode *EndpointClusterMode `json:"cluster_mode,omitempty"`
}

func (Endpoint) String ¶

func (o Endpoint) String() string

type EndpointClusterMode ¶

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

func (EndpointClusterMode) MarshalJSON ¶

func (c EndpointClusterMode) MarshalJSON() ([]byte, error)

func (*EndpointClusterMode) UnmarshalJSON ¶

func (c *EndpointClusterMode) UnmarshalJSON(b []byte) error

func (EndpointClusterMode) Value ¶

func (c EndpointClusterMode) Value() string

type EndpointClusterModeEnum ¶

type EndpointClusterModeEnum struct {
	SHARDING4_0 EndpointClusterMode
}

func GetEndpointClusterModeEnum ¶

func GetEndpointClusterModeEnum() EndpointClusterModeEnum

type EndpointDbType ¶

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

func (EndpointDbType) MarshalJSON ¶

func (c EndpointDbType) MarshalJSON() ([]byte, error)

func (*EndpointDbType) UnmarshalJSON ¶

func (c *EndpointDbType) UnmarshalJSON(b []byte) error

func (EndpointDbType) Value ¶

func (c EndpointDbType) Value() string

type EndpointDbTypeEnum ¶

type EndpointDbTypeEnum struct {
	MYSQL       EndpointDbType
	MONGODB     EndpointDbType
	GAUSSDBV5   EndpointDbType
	POSTGRESQL  EndpointDbType
	KAFKA       EndpointDbType
	GAUSSDBV5HA EndpointDbType
}

func GetEndpointDbTypeEnum ¶

func GetEndpointDbTypeEnum() EndpointDbTypeEnum

type EndpointVo ¶

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

	ObjId *string `json:"obj_id,omitempty"`

	InstanceName *string `json:"instance_name,omitempty"`

	DbType *EndpointVoDbType `json:"db_type,omitempty"`

	DbUser *string `json:"db_user,omitempty"`

	DbPassword *string `json:"db_password,omitempty"`

	ManageIp *string `json:"manage_ip,omitempty"`

	TrafficIp *string `json:"traffic_ip,omitempty"`

	DbPort *int32 `json:"db_port,omitempty"`

	Region *string `json:"region,omitempty"`

	CreatedAt *string `json:"created_at,omitempty"`

	UpdatedAt *string `json:"updated_at,omitempty"`

	Ip *string `json:"ip,omitempty"`

	PublicIp *string `json:"public_ip,omitempty"`

	AzCode *string `json:"az_code,omitempty"`

	SecurityGroupId *string `json:"security_group_id,omitempty"`

	SubnetId *string `json:"subnet_id,omitempty"`

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

	VolumeSize *int64 `json:"volume_size,omitempty"`

	FullTransUserPwd *string `json:"full_trans_user_pwd,omitempty"`

	IncrementTransUserPwd *string `json:"increment_trans_user_pwd,omitempty"`

	SslLink *bool `json:"ssl_link,omitempty"`

	SslCertKey *string `json:"ssl_cert_key,omitempty"`

	SslCertName *string `json:"ssl_cert_name,omitempty"`

	SslCertCheckSum *string `json:"ssl_cert_check_sum,omitempty"`

	SslCertPassword *string `json:"ssl_cert_password,omitempty"`

	DbVersion *string `json:"db_version,omitempty"`

	MongoHaMode *EndpointVoMongoHaMode `json:"mongo_ha_mode,omitempty"`

	ProjectId *string `json:"project_id,omitempty"`

	ClusterMode *EndpointVoClusterMode `json:"cluster_mode,omitempty"`

	InstanceId *string `json:"instance_id,omitempty"`

	DbName *string `json:"db_name,omitempty"`

	Topic *string `json:"topic,omitempty"`

	SafeMode *int32 `json:"safe_mode,omitempty"`

	KerberosVo *KerberosVo `json:"kerberos_vo,omitempty"`

	MultiWriteDbId *string `json:"multi_write_db_id,omitempty"`
}

func (EndpointVo) String ¶

func (o EndpointVo) String() string

type EndpointVoClusterMode ¶

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

func (EndpointVoClusterMode) MarshalJSON ¶

func (c EndpointVoClusterMode) MarshalJSON() ([]byte, error)

func (*EndpointVoClusterMode) UnmarshalJSON ¶

func (c *EndpointVoClusterMode) UnmarshalJSON(b []byte) error

func (EndpointVoClusterMode) Value ¶

func (c EndpointVoClusterMode) Value() string

type EndpointVoDbType ¶

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

func (EndpointVoDbType) MarshalJSON ¶

func (c EndpointVoDbType) MarshalJSON() ([]byte, error)

func (*EndpointVoDbType) UnmarshalJSON ¶

func (c *EndpointVoDbType) UnmarshalJSON(b []byte) error

func (EndpointVoDbType) Value ¶

func (c EndpointVoDbType) Value() string

type EndpointVoDbTypeEnum ¶

type EndpointVoDbTypeEnum struct {
	MYSQL   EndpointVoDbType
	MONGODB EndpointVoDbType
}

func GetEndpointVoDbTypeEnum ¶

func GetEndpointVoDbTypeEnum() EndpointVoDbTypeEnum

type EndpointVoMongoHaMode ¶

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

func (EndpointVoMongoHaMode) MarshalJSON ¶

func (c EndpointVoMongoHaMode) MarshalJSON() ([]byte, error)

func (*EndpointVoMongoHaMode) UnmarshalJSON ¶

func (c *EndpointVoMongoHaMode) UnmarshalJSON(b []byte) error

func (EndpointVoMongoHaMode) Value ¶

func (c EndpointVoMongoHaMode) Value() string

type EndpointVoMongoHaModeEnum ¶

type EndpointVoMongoHaModeEnum struct {
	SHARDING       EndpointVoMongoHaMode
	REPLICA_SET    EndpointVoMongoHaMode
	REPLICA_SINGLE EndpointVoMongoHaMode
}

func GetEndpointVoMongoHaModeEnum ¶

func GetEndpointVoMongoHaModeEnum() EndpointVoMongoHaModeEnum

type GetDataTransformationResp ¶

type GetDataTransformationResp struct {
	TotalCount *int64 `json:"total_count,omitempty"`

	FilterConditions *[]DataTransformationInfo `json:"filter_conditions,omitempty"`
}

func (GetDataTransformationResp) String ¶

func (o GetDataTransformationResp) String() string

type ImportSmnResp ¶

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

	Status *string `json:"status,omitempty"`

	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg *string `json:"error_msg,omitempty"`
}

func (ImportSmnResp) String ¶

func (o ImportSmnResp) String() string

type InstInfo ¶

type InstInfo struct {
	EngineType *InstInfoEngineType `json:"engine_type,omitempty"`

	InstType *InstInfoInstType `json:"inst_type,omitempty"`

	Ip *string `json:"ip,omitempty"`

	PublicIp *string `json:"public_ip,omitempty"`

	StartTime *string `json:"start_time,omitempty"`

	Status *InstInfoStatus `json:"status,omitempty"`

	VolumeSize *int32 `json:"volume_size,omitempty"`
}

func (InstInfo) String ¶

func (o InstInfo) String() string

type InstInfoEngineType ¶

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

func (InstInfoEngineType) MarshalJSON ¶

func (c InstInfoEngineType) MarshalJSON() ([]byte, error)

func (*InstInfoEngineType) UnmarshalJSON ¶

func (c *InstInfoEngineType) UnmarshalJSON(b []byte) error

func (InstInfoEngineType) Value ¶

func (c InstInfoEngineType) Value() string

type InstInfoEngineTypeEnum ¶

type InstInfoEngineTypeEnum struct {
	MYSQL                  InstInfoEngineType
	MONGODB                InstInfoEngineType
	CLOUD_DATA_GUARD_MYSQL InstInfoEngineType
}

func GetInstInfoEngineTypeEnum ¶

func GetInstInfoEngineTypeEnum() InstInfoEngineTypeEnum

type InstInfoInstType ¶

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

func (InstInfoInstType) MarshalJSON ¶

func (c InstInfoInstType) MarshalJSON() ([]byte, error)

func (*InstInfoInstType) UnmarshalJSON ¶

func (c *InstInfoInstType) UnmarshalJSON(b []byte) error

func (InstInfoInstType) Value ¶

func (c InstInfoInstType) Value() string

type InstInfoInstTypeEnum ¶

type InstInfoInstTypeEnum struct {
	HIGH InstInfoInstType
}

func GetInstInfoInstTypeEnum ¶

func GetInstInfoInstTypeEnum() InstInfoInstTypeEnum

type InstInfoStatus ¶

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

func (InstInfoStatus) MarshalJSON ¶

func (c InstInfoStatus) MarshalJSON() ([]byte, error)

func (*InstInfoStatus) UnmarshalJSON ¶

func (c *InstInfoStatus) UnmarshalJSON(b []byte) error

func (InstInfoStatus) Value ¶

func (c InstInfoStatus) Value() string

type InstInfoStatusEnum ¶

type InstInfoStatusEnum struct {
	ACTIVE  InstInfoStatus
	DELETED InstInfoStatus
}

func GetInstInfoStatusEnum ¶

func GetInstInfoStatusEnum() InstInfoStatusEnum

type JobActionResp ¶

type JobActionResp struct {
	AvailableActions *[]JobActionRespAvailableActions `json:"available_actions,omitempty"`

	UnavailableActions *[]JobActionRespUnavailableActions `json:"unavailable_actions,omitempty"`

	CurrentAction *JobActionRespCurrentAction `json:"current_action,omitempty"`
}

func (JobActionResp) String ¶

func (o JobActionResp) String() string

type JobActionRespAvailableActions ¶

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

func (JobActionRespAvailableActions) MarshalJSON ¶

func (c JobActionRespAvailableActions) MarshalJSON() ([]byte, error)

func (*JobActionRespAvailableActions) UnmarshalJSON ¶

func (c *JobActionRespAvailableActions) UnmarshalJSON(b []byte) error

func (JobActionRespAvailableActions) Value ¶

type JobActionRespAvailableActionsEnum ¶

func GetJobActionRespAvailableActionsEnum ¶

func GetJobActionRespAvailableActionsEnum() JobActionRespAvailableActionsEnum

type JobActionRespCurrentAction ¶

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

func (JobActionRespCurrentAction) MarshalJSON ¶

func (c JobActionRespCurrentAction) MarshalJSON() ([]byte, error)

func (*JobActionRespCurrentAction) UnmarshalJSON ¶

func (c *JobActionRespCurrentAction) UnmarshalJSON(b []byte) error

func (JobActionRespCurrentAction) Value ¶

type JobActionRespCurrentActionEnum ¶

type JobActionRespCurrentActionEnum struct {
	SWITCH_OVER JobActionRespCurrentAction
	STOP_JOB    JobActionRespCurrentAction
}

func GetJobActionRespCurrentActionEnum ¶

func GetJobActionRespCurrentActionEnum() JobActionRespCurrentActionEnum

type JobActionRespUnavailableActions ¶

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

func (JobActionRespUnavailableActions) MarshalJSON ¶

func (c JobActionRespUnavailableActions) MarshalJSON() ([]byte, error)

func (*JobActionRespUnavailableActions) UnmarshalJSON ¶

func (c *JobActionRespUnavailableActions) UnmarshalJSON(b []byte) error

func (JobActionRespUnavailableActions) Value ¶

type JobActionRespUnavailableActionsEnum ¶

type JobActionRespUnavailableActionsEnum struct {
	CREATE                   JobActionRespUnavailableActions
	CHOOSE_OBJECT            JobActionRespUnavailableActions
	PRE_CHECK                JobActionRespUnavailableActions
	CHANGE_MODE              JobActionRespUnavailableActions
	FREE_RESOURCE            JobActionRespUnavailableActions
	MODIFY_DB_CONFIG         JobActionRespUnavailableActions
	RESET_DB_PWD             JobActionRespUnavailableActions
	MODIFY_CONFIGURATION     JobActionRespUnavailableActions
	PAUSE                    JobActionRespUnavailableActions
	START                    JobActionRespUnavailableActions
	CHANGE                   JobActionRespUnavailableActions
	RETRY                    JobActionRespUnavailableActions
	RESET                    JobActionRespUnavailableActions
	DELETE                   JobActionRespUnavailableActions
	QUERY_PRE_CHECK          JobActionRespUnavailableActions
	SWITCH_OVER              JobActionRespUnavailableActions
	MODIFY_SPECIFICATION_ID  JobActionRespUnavailableActions
	JUMP_RETRY               JobActionRespUnavailableActions
	START_INCR               JobActionRespUnavailableActions
	MODIFY_TASK_NUMBER       JobActionRespUnavailableActions
	CONTINUE_JOB             JobActionRespUnavailableActions
	STOP_JOB                 JobActionRespUnavailableActions
	CONTINUE_CAPTURE         JobActionRespUnavailableActions
	STOP_CAPTURE             JobActionRespUnavailableActions
	CONTINUE_APPLY           JobActionRespUnavailableActions
	API_CONFIGURATION_ACTION JobActionRespUnavailableActions
	STOP_APPLY               JobActionRespUnavailableActions
	PAY_ORDER                JobActionRespUnavailableActions
	UNSUBSCRIBE              JobActionRespUnavailableActions
	TO_PERIOD                JobActionRespUnavailableActions
	TO_RENEW                 JobActionRespUnavailableActions
	ORDER_INFO               JobActionRespUnavailableActions
	CHANGE_FLAVOR            JobActionRespUnavailableActions
	CLONE                    JobActionRespUnavailableActions
}

func GetJobActionRespUnavailableActionsEnum ¶

func GetJobActionRespUnavailableActionsEnum() JobActionRespUnavailableActionsEnum

type JobInfo ¶

type JobInfo struct {
	Id string `json:"id"`

	Name string `json:"name"`

	Status JobInfoStatus `json:"status"`

	Description string `json:"description"`

	CreateTime string `json:"create_time"`

	EngineType JobInfoEngineType `json:"engine_type"`

	NetType JobInfoNetType `json:"net_type"`

	BillingTag bool `json:"billing_tag"`

	JobDirection JobInfoJobDirection `json:"job_direction"`

	DbUseType JobInfoDbUseType `json:"db_use_type"`

	TaskType JobInfoTaskType `json:"task_type"`

	Children *[]ChildrenJobInfo `json:"children,omitempty"`

	NodeNewFramework bool `json:"node_newFramework"`

	JobAction *JobActionResp `json:"job_action,omitempty"`
}

func (JobInfo) String ¶

func (o JobInfo) String() string

type JobInfoDbUseType ¶

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

func (JobInfoDbUseType) MarshalJSON ¶

func (c JobInfoDbUseType) MarshalJSON() ([]byte, error)

func (*JobInfoDbUseType) UnmarshalJSON ¶

func (c *JobInfoDbUseType) UnmarshalJSON(b []byte) error

func (JobInfoDbUseType) Value ¶

func (c JobInfoDbUseType) Value() string

type JobInfoDbUseTypeEnum ¶

type JobInfoDbUseTypeEnum struct {
	MIGRATION        JobInfoDbUseType
	SYNC             JobInfoDbUseType
	CLOUD_DATA_GUARD JobInfoDbUseType
}

func GetJobInfoDbUseTypeEnum ¶

func GetJobInfoDbUseTypeEnum() JobInfoDbUseTypeEnum

type JobInfoEngineType ¶

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

func (JobInfoEngineType) MarshalJSON ¶

func (c JobInfoEngineType) MarshalJSON() ([]byte, error)

func (*JobInfoEngineType) UnmarshalJSON ¶

func (c *JobInfoEngineType) UnmarshalJSON(b []byte) error

func (JobInfoEngineType) Value ¶

func (c JobInfoEngineType) Value() string

type JobInfoEngineTypeEnum ¶

type JobInfoEngineTypeEnum struct {
	CLOUD_DATA_GUARD_CASSANDRA       JobInfoEngineType
	CLOUD_DATA_GUARD_DDM             JobInfoEngineType
	CLOUD_DATA_GUARD_TAURUS_TO_MYSQL JobInfoEngineType
	CLOUD_DATA_GUARD_MYSQL           JobInfoEngineType
	CLOUD_DATA_GUARD_MYSQL_TO_TAURUS JobInfoEngineType
}

func GetJobInfoEngineTypeEnum ¶

func GetJobInfoEngineTypeEnum() JobInfoEngineTypeEnum

type JobInfoJobDirection ¶

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

func (JobInfoJobDirection) MarshalJSON ¶

func (c JobInfoJobDirection) MarshalJSON() ([]byte, error)

func (*JobInfoJobDirection) UnmarshalJSON ¶

func (c *JobInfoJobDirection) UnmarshalJSON(b []byte) error

func (JobInfoJobDirection) Value ¶

func (c JobInfoJobDirection) Value() string

type JobInfoJobDirectionEnum ¶

type JobInfoJobDirectionEnum struct {
	UP   JobInfoJobDirection
	DOWN JobInfoJobDirection
}

func GetJobInfoJobDirectionEnum ¶

func GetJobInfoJobDirectionEnum() JobInfoJobDirectionEnum

type JobInfoNetType ¶

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

func (JobInfoNetType) MarshalJSON ¶

func (c JobInfoNetType) MarshalJSON() ([]byte, error)

func (*JobInfoNetType) UnmarshalJSON ¶

func (c *JobInfoNetType) UnmarshalJSON(b []byte) error

func (JobInfoNetType) Value ¶

func (c JobInfoNetType) Value() string

type JobInfoNetTypeEnum ¶

type JobInfoNetTypeEnum struct {
	VPN JobInfoNetType
	VPC JobInfoNetType
	EIP JobInfoNetType
}

func GetJobInfoNetTypeEnum ¶

func GetJobInfoNetTypeEnum() JobInfoNetTypeEnum

type JobInfoStatus ¶

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

func (JobInfoStatus) MarshalJSON ¶

func (c JobInfoStatus) MarshalJSON() ([]byte, error)

func (*JobInfoStatus) UnmarshalJSON ¶

func (c *JobInfoStatus) UnmarshalJSON(b []byte) error

func (JobInfoStatus) Value ¶

func (c JobInfoStatus) Value() string

type JobInfoStatusEnum ¶

type JobInfoStatusEnum struct {
	CREATING                        JobInfoStatus
	CREATE_FAILED                   JobInfoStatus
	CONFIGURATION                   JobInfoStatus
	STARTJOBING                     JobInfoStatus
	WAITING_FOR_START               JobInfoStatus
	START_JOB_FAILED                JobInfoStatus
	PAUSING                         JobInfoStatus
	FULL_TRANSFER_STARTED           JobInfoStatus
	FULL_TRANSFER_FAILED            JobInfoStatus
	FULL_TRANSFER_COMPLETE          JobInfoStatus
	INCRE_TRANSFER_STARTED          JobInfoStatus
	INCRE_TRANSFER_FAILED           JobInfoStatus
	RELEASE_RESOURCE_STARTED        JobInfoStatus
	RELEASE_RESOURCE_FAILED         JobInfoStatus
	RELEASE_RESOURCE_COMPLETE       JobInfoStatus
	REBUILD_NODE_STARTED            JobInfoStatus
	REBUILD_NODE_FAILED             JobInfoStatus
	CHANGE_JOB_STARTED              JobInfoStatus
	CHANGE_JOB_FAILED               JobInfoStatus
	DELETED                         JobInfoStatus
	CHILD_TRANSFER_STARTING         JobInfoStatus
	CHILD_TRANSFER_STARTED          JobInfoStatus
	CHILD_TRANSFER_COMPLETE         JobInfoStatus
	CHILD_TRANSFER_FAILED           JobInfoStatus
	RELEASE_CHILD_TRANSFER_STARTED  JobInfoStatus
	RELEASE_CHILD_TRANSFER_COMPLETE JobInfoStatus
	NODE_UPGRADE_START              JobInfoStatus
	NODE_UPGRADE_COMPLETE           JobInfoStatus
	NODE_UPGRADE_FAILED             JobInfoStatus
}

func GetJobInfoStatusEnum ¶

func GetJobInfoStatusEnum() JobInfoStatusEnum

type JobInfoTaskType ¶

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

func (JobInfoTaskType) MarshalJSON ¶

func (c JobInfoTaskType) MarshalJSON() ([]byte, error)

func (*JobInfoTaskType) UnmarshalJSON ¶

func (c *JobInfoTaskType) UnmarshalJSON(b []byte) error

func (JobInfoTaskType) Value ¶

func (c JobInfoTaskType) Value() string

type JobInfoTaskTypeEnum ¶

type JobInfoTaskTypeEnum struct {
	FULL_TRANS      JobInfoTaskType
	FULL_INCR_TRANS JobInfoTaskType
	INCR_TRANS      JobInfoTaskType
}

func GetJobInfoTaskTypeEnum ¶

func GetJobInfoTaskTypeEnum() JobInfoTaskTypeEnum

type KafkaSecurity ¶

type KafkaSecurity struct {
	TrustStoreKeyName *string `json:"trust_store_key_name,omitempty"`

	TrustStoreKey *string `json:"trust_store_key,omitempty"`

	TrustStorePassword *string `json:"trust_store_password,omitempty"`

	Type *KafkaSecurityType `json:"type,omitempty"`
}

func (KafkaSecurity) String ¶

func (o KafkaSecurity) String() string

type KafkaSecurityType ¶

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

func (KafkaSecurityType) MarshalJSON ¶

func (c KafkaSecurityType) MarshalJSON() ([]byte, error)

func (*KafkaSecurityType) UnmarshalJSON ¶

func (c *KafkaSecurityType) UnmarshalJSON(b []byte) error

func (KafkaSecurityType) Value ¶

func (c KafkaSecurityType) Value() string

type KafkaSecurityTypeEnum ¶

type KafkaSecurityTypeEnum struct {
	PLAINTEXT KafkaSecurityType
	SASL_SSL  KafkaSecurityType
}

func GetKafkaSecurityTypeEnum ¶

func GetKafkaSecurityTypeEnum() KafkaSecurityTypeEnum

type KerberosVo ¶

type KerberosVo struct {
	Krb5ConfFile *string `json:"krb5_conf_file,omitempty"`

	KeyTabFile *string `json:"key_tab_file,omitempty"`

	DomainName *string `json:"domain_name,omitempty"`

	UserPrincipal *string `json:"user_principal,omitempty"`
}

func (KerberosVo) String ¶

func (o KerberosVo) String() string

type LimitSpeedReq ¶

type LimitSpeedReq struct {
	JobId string `json:"job_id"`

	SpeedLimit []SpeedLimitInfo `json:"speed_limit"`
}

func (LimitSpeedReq) String ¶

func (o LimitSpeedReq) String() string

type LineCompareDetail ¶

type LineCompareDetail struct {
	SourceTableName string `json:"source_table_name"`

	TargetTableName string `json:"target_table_name"`

	SourceRowNum int32 `json:"source_row_num"`

	TargetRowNum int32 `json:"target_row_num"`

	DiffRowNum int32 `json:"diff_row_num"`

	LineCompareResult LineCompareDetailLineCompareResult `json:"line_compare_result"`

	Message *string `json:"message,omitempty"`
}

func (LineCompareDetail) String ¶

func (o LineCompareDetail) String() string

type LineCompareDetailLineCompareResult ¶

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

func (LineCompareDetailLineCompareResult) MarshalJSON ¶

func (c LineCompareDetailLineCompareResult) MarshalJSON() ([]byte, error)

func (*LineCompareDetailLineCompareResult) UnmarshalJSON ¶

func (c *LineCompareDetailLineCompareResult) UnmarshalJSON(b []byte) error

func (LineCompareDetailLineCompareResult) Value ¶

type LineCompareResult ¶

type LineCompareResult struct {
	CompareTaskId *string `json:"compare_task_id,omitempty"`

	LineCompareOverview *[]LineCompareResultOverview `json:"line_compare_overview,omitempty"`

	LineCompareOverviewCount *int32 `json:"line_compare_overview_count,omitempty"`

	LineCompareDetails *[]LineCompareResultDetails `json:"line_compare_details,omitempty"`

	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg *string `json:"error_msg,omitempty"`
}

func (LineCompareResult) String ¶

func (o LineCompareResult) String() string

type LineCompareResultDetails ¶

type LineCompareResultDetails struct {
	SourceDbName string `json:"source_db_name"`

	LineCompareDetail []LineCompareDetail `json:"line_compare_detail"`

	LineCompareDetailCount int32 `json:"line_compare_detail_count"`
}

func (LineCompareResultDetails) String ¶

func (o LineCompareResultDetails) String() string

type LineCompareResultOverview ¶

type LineCompareResultOverview struct {
	SourceDbName string `json:"source_db_name"`

	TargetDbName string `json:"target_db_name"`

	LineCompareResult LineCompareResultOverviewLineCompareResult `json:"line_compare_result"`
}

func (LineCompareResultOverview) String ¶

func (o LineCompareResultOverview) String() string

type LineCompareResultOverviewLineCompareResult ¶

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

func (LineCompareResultOverviewLineCompareResult) MarshalJSON ¶

func (*LineCompareResultOverviewLineCompareResult) UnmarshalJSON ¶

func (LineCompareResultOverviewLineCompareResult) Value ¶

type ListAvailableZoneRequest ¶

type ListAvailableZoneRequest struct {
	XLanguage *ListAvailableZoneRequestXLanguage `json:"X-Language,omitempty"`

	Body *QueryAvailableNodeTypeReq `json:"body,omitempty"`
}

func (ListAvailableZoneRequest) String ¶

func (o ListAvailableZoneRequest) String() string

type ListAvailableZoneRequestXLanguage ¶

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

func (ListAvailableZoneRequestXLanguage) MarshalJSON ¶

func (c ListAvailableZoneRequestXLanguage) MarshalJSON() ([]byte, error)

func (*ListAvailableZoneRequestXLanguage) UnmarshalJSON ¶

func (c *ListAvailableZoneRequestXLanguage) UnmarshalJSON(b []byte) error

func (ListAvailableZoneRequestXLanguage) Value ¶

type ListAvailableZoneRequestXLanguageEnum ¶

type ListAvailableZoneRequestXLanguageEnum struct {
	EN_US ListAvailableZoneRequestXLanguage
	ZH_CN ListAvailableZoneRequestXLanguage
}

func GetListAvailableZoneRequestXLanguageEnum ¶

func GetListAvailableZoneRequestXLanguageEnum() ListAvailableZoneRequestXLanguageEnum

type ListAvailableZoneResponse ¶

type ListAvailableZoneResponse struct {
	AzInfos        *[]AzInfoResp `json:"az_infos,omitempty"`
	HttpStatusCode int           `json:"-"`
}

func (ListAvailableZoneResponse) String ¶

func (o ListAvailableZoneResponse) String() string

type ListCompareResultRequest ¶

type ListCompareResultRequest struct {
	XLanguage *ListCompareResultRequestXLanguage `json:"X-Language,omitempty"`

	Body *QueryCompareResultReq `json:"body,omitempty"`
}

func (ListCompareResultRequest) String ¶

func (o ListCompareResultRequest) String() string

type ListCompareResultRequestXLanguage ¶

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

func (ListCompareResultRequestXLanguage) MarshalJSON ¶

func (c ListCompareResultRequestXLanguage) MarshalJSON() ([]byte, error)

func (*ListCompareResultRequestXLanguage) UnmarshalJSON ¶

func (c *ListCompareResultRequestXLanguage) UnmarshalJSON(b []byte) error

func (ListCompareResultRequestXLanguage) Value ¶

type ListCompareResultRequestXLanguageEnum ¶

type ListCompareResultRequestXLanguageEnum struct {
	EN_US ListCompareResultRequestXLanguage
	ZH_CN ListCompareResultRequestXLanguage
}

func GetListCompareResultRequestXLanguageEnum ¶

func GetListCompareResultRequestXLanguageEnum() ListCompareResultRequestXLanguageEnum

type ListCompareResultResponse ¶

type ListCompareResultResponse struct {
	JobId *string `json:"job_id,omitempty"`

	ObjectLevelCompareResults *ObjectCompareResult `json:"object_level_compare_results,omitempty"`

	LineCompareResults *LineCompareResult `json:"line_compare_results,omitempty"`

	ContentCompareResults *ContentCompareResult `json:"content_compare_results,omitempty"`

	CompareTaskListResults *CompareTaskListResult `json:"compare_task_list_results,omitempty"`

	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg       *string `json:"error_msg,omitempty"`
	HttpStatusCode int     `json:"-"`
}

func (ListCompareResultResponse) String ¶

func (o ListCompareResultResponse) String() string

type ListUsersRequest ¶

type ListUsersRequest struct {
	XLanguage *ListUsersRequestXLanguage `json:"X-Language,omitempty"`

	JobId string `json:"job_id"`
}

func (ListUsersRequest) String ¶

func (o ListUsersRequest) String() string

type ListUsersRequestXLanguage ¶

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

func (ListUsersRequestXLanguage) MarshalJSON ¶

func (c ListUsersRequestXLanguage) MarshalJSON() ([]byte, error)

func (*ListUsersRequestXLanguage) UnmarshalJSON ¶

func (c *ListUsersRequestXLanguage) UnmarshalJSON(b []byte) error

func (ListUsersRequestXLanguage) Value ¶

type ListUsersRequestXLanguageEnum ¶

type ListUsersRequestXLanguageEnum struct {
	EN_US ListUsersRequestXLanguage
	ZH_CN ListUsersRequestXLanguage
}

func GetListUsersRequestXLanguageEnum ¶

func GetListUsersRequestXLanguageEnum() ListUsersRequestXLanguageEnum

type ListUsersResponse ¶

type ListUsersResponse struct {
	JobId *string `json:"job_id,omitempty"`

	IsGlobalPassword *string `json:"is_global_password,omitempty"`

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

	UserList *[]QueryUserDetailResp `json:"user_list,omitempty"`

	RolesList *[]QueryRoleDetailResp `json:"roles_list,omitempty"`

	IsSuccess      *bool `json:"is_success,omitempty"`
	HttpStatusCode int   `json:"-"`
}

func (ListUsersResponse) String ¶

func (o ListUsersResponse) String() string

type ModifyDbPwdResp ¶

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

	Status *string `json:"status,omitempty"`

	EndPointType *string `json:"end_point_type,omitempty"`

	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg *string `json:"error_msg,omitempty"`
}

func (ModifyDbPwdResp) String ¶

func (o ModifyDbPwdResp) String() string

type ModifyJobReq ¶

type ModifyJobReq struct {
	JobId string `json:"job_id"`

	Description *string `json:"description,omitempty"`

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

	AlarmNotify *AlarmNotifyInfo `json:"alarm_notify,omitempty"`

	TaskType *ModifyJobReqTaskType `json:"task_type,omitempty"`

	SourceEndpoint *Endpoint `json:"source_endpoint,omitempty"`

	TargetEndpoint *Endpoint `json:"target_endpoint,omitempty"`

	NodeType *ModifyJobReqNodeType `json:"node_type,omitempty"`

	EngineType *ModifyJobReqEngineType `json:"engine_type,omitempty"`

	NetType *ModifyJobReqNetType `json:"net_type,omitempty"`

	StoreDbInfo *bool `json:"store_db_info,omitempty"`

	IsRecreate *bool `json:"is_recreate,omitempty"`

	JobDirection *ModifyJobReqJobDirection `json:"job_direction,omitempty"`

	IsTargetReadonly *bool `json:"is_target_readonly,omitempty"`

	ReplaceDefiner *bool `json:"replace_definer,omitempty"`

	Tags *[]ResourceTag `json:"tags,omitempty"`

	DbUseType *ModifyJobReqDbUseType `json:"db_use_type,omitempty"`

	ProductId *string `json:"product_id,omitempty"`
}

func (ModifyJobReq) String ¶

func (o ModifyJobReq) String() string

type ModifyJobReqDbUseType ¶

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

func (ModifyJobReqDbUseType) MarshalJSON ¶

func (c ModifyJobReqDbUseType) MarshalJSON() ([]byte, error)

func (*ModifyJobReqDbUseType) UnmarshalJSON ¶

func (c *ModifyJobReqDbUseType) UnmarshalJSON(b []byte) error

func (ModifyJobReqDbUseType) Value ¶

func (c ModifyJobReqDbUseType) Value() string

type ModifyJobReqDbUseTypeEnum ¶

type ModifyJobReqDbUseTypeEnum struct {
	MIGRATION        ModifyJobReqDbUseType
	SYNC             ModifyJobReqDbUseType
	CLOUD_DATA_GUARD ModifyJobReqDbUseType
}

func GetModifyJobReqDbUseTypeEnum ¶

func GetModifyJobReqDbUseTypeEnum() ModifyJobReqDbUseTypeEnum

type ModifyJobReqEngineType ¶

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

func (ModifyJobReqEngineType) MarshalJSON ¶

func (c ModifyJobReqEngineType) MarshalJSON() ([]byte, error)

func (*ModifyJobReqEngineType) UnmarshalJSON ¶

func (c *ModifyJobReqEngineType) UnmarshalJSON(b []byte) error

func (ModifyJobReqEngineType) Value ¶

func (c ModifyJobReqEngineType) Value() string

type ModifyJobReqEngineTypeEnum ¶

type ModifyJobReqEngineTypeEnum struct {
	MYSQL                  ModifyJobReqEngineType
	MONGODB                ModifyJobReqEngineType
	CLOUD_DATA_GUARD_MYSQL ModifyJobReqEngineType
}

func GetModifyJobReqEngineTypeEnum ¶

func GetModifyJobReqEngineTypeEnum() ModifyJobReqEngineTypeEnum

type ModifyJobReqJobDirection ¶

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

func (ModifyJobReqJobDirection) MarshalJSON ¶

func (c ModifyJobReqJobDirection) MarshalJSON() ([]byte, error)

func (*ModifyJobReqJobDirection) UnmarshalJSON ¶

func (c *ModifyJobReqJobDirection) UnmarshalJSON(b []byte) error

func (ModifyJobReqJobDirection) Value ¶

func (c ModifyJobReqJobDirection) Value() string

type ModifyJobReqJobDirectionEnum ¶

type ModifyJobReqJobDirectionEnum struct {
	UP      ModifyJobReqJobDirection
	DOWN    ModifyJobReqJobDirection
	NON_DBS ModifyJobReqJobDirection
}

func GetModifyJobReqJobDirectionEnum ¶

func GetModifyJobReqJobDirectionEnum() ModifyJobReqJobDirectionEnum

type ModifyJobReqNetType ¶

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

func (ModifyJobReqNetType) MarshalJSON ¶

func (c ModifyJobReqNetType) MarshalJSON() ([]byte, error)

func (*ModifyJobReqNetType) UnmarshalJSON ¶

func (c *ModifyJobReqNetType) UnmarshalJSON(b []byte) error

func (ModifyJobReqNetType) Value ¶

func (c ModifyJobReqNetType) Value() string

type ModifyJobReqNetTypeEnum ¶

type ModifyJobReqNetTypeEnum struct {
	VPC ModifyJobReqNetType
	VPN ModifyJobReqNetType
	EIP ModifyJobReqNetType
}

func GetModifyJobReqNetTypeEnum ¶

func GetModifyJobReqNetTypeEnum() ModifyJobReqNetTypeEnum

type ModifyJobReqNodeType ¶

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

func (ModifyJobReqNodeType) MarshalJSON ¶

func (c ModifyJobReqNodeType) MarshalJSON() ([]byte, error)

func (*ModifyJobReqNodeType) UnmarshalJSON ¶

func (c *ModifyJobReqNodeType) UnmarshalJSON(b []byte) error

func (ModifyJobReqNodeType) Value ¶

func (c ModifyJobReqNodeType) Value() string

type ModifyJobReqNodeTypeEnum ¶

type ModifyJobReqNodeTypeEnum struct {
	HIGH ModifyJobReqNodeType
}

func GetModifyJobReqNodeTypeEnum ¶

func GetModifyJobReqNodeTypeEnum() ModifyJobReqNodeTypeEnum

type ModifyJobReqTaskType ¶

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

func (ModifyJobReqTaskType) MarshalJSON ¶

func (c ModifyJobReqTaskType) MarshalJSON() ([]byte, error)

func (*ModifyJobReqTaskType) UnmarshalJSON ¶

func (c *ModifyJobReqTaskType) UnmarshalJSON(b []byte) error

func (ModifyJobReqTaskType) Value ¶

func (c ModifyJobReqTaskType) Value() string

type ModifyJobReqTaskTypeEnum ¶

type ModifyJobReqTaskTypeEnum struct {
	FULL_TRANS      ModifyJobReqTaskType
	INCR_TRANS      ModifyJobReqTaskType
	FULL_INCR_TRANS ModifyJobReqTaskType
}

func GetModifyJobReqTaskTypeEnum ¶

func GetModifyJobReqTaskTypeEnum() ModifyJobReqTaskTypeEnum

type ModifyJobResp ¶

type ModifyJobResp struct {
	Id string `json:"id"`

	Status ModifyJobRespStatus `json:"status"`

	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg *string `json:"error_msg,omitempty"`
}

func (ModifyJobResp) String ¶

func (o ModifyJobResp) String() string

type ModifyJobRespStatus ¶

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

func (ModifyJobRespStatus) MarshalJSON ¶

func (c ModifyJobRespStatus) MarshalJSON() ([]byte, error)

func (*ModifyJobRespStatus) UnmarshalJSON ¶

func (c *ModifyJobRespStatus) UnmarshalJSON(b []byte) error

func (ModifyJobRespStatus) Value ¶

func (c ModifyJobRespStatus) Value() string

type ModifyJobRespStatusEnum ¶

type ModifyJobRespStatusEnum struct {
	SUCCESS ModifyJobRespStatus
	FAILED  ModifyJobRespStatus
}

func GetModifyJobRespStatusEnum ¶

func GetModifyJobRespStatusEnum() ModifyJobRespStatusEnum

type ModifyPwdEndPoint ¶

type ModifyPwdEndPoint struct {
	DbPassword string `json:"db_password"`

	EndPointType ModifyPwdEndPointEndPointType `json:"end_point_type"`

	JobId string `json:"job_id"`

	Kerberos *KerberosVo `json:"kerberos,omitempty"`
}

func (ModifyPwdEndPoint) String ¶

func (o ModifyPwdEndPoint) String() string

type ModifyPwdEndPointEndPointType ¶

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

func (ModifyPwdEndPointEndPointType) MarshalJSON ¶

func (c ModifyPwdEndPointEndPointType) MarshalJSON() ([]byte, error)

func (*ModifyPwdEndPointEndPointType) UnmarshalJSON ¶

func (c *ModifyPwdEndPointEndPointType) UnmarshalJSON(b []byte) error

func (ModifyPwdEndPointEndPointType) Value ¶

type ModifyPwdEndPointEndPointTypeEnum ¶

type ModifyPwdEndPointEndPointTypeEnum struct {
	SO ModifyPwdEndPointEndPointType
	TA ModifyPwdEndPointEndPointType
}

func GetModifyPwdEndPointEndPointTypeEnum ¶

func GetModifyPwdEndPointEndPointTypeEnum() ModifyPwdEndPointEndPointTypeEnum

type ModifyTargetParamsReq ¶

type ModifyTargetParamsReq struct {
	Group ModifyTargetParamsReqGroup `json:"group"`

	Params []ParamsReqBean `json:"params"`
}

func (ModifyTargetParamsReq) String ¶

func (o ModifyTargetParamsReq) String() string

type ModifyTargetParamsReqGroup ¶

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

func (ModifyTargetParamsReqGroup) MarshalJSON ¶

func (c ModifyTargetParamsReqGroup) MarshalJSON() ([]byte, error)

func (*ModifyTargetParamsReqGroup) UnmarshalJSON ¶

func (c *ModifyTargetParamsReqGroup) UnmarshalJSON(b []byte) error

func (ModifyTargetParamsReqGroup) Value ¶

type ModifyTargetParamsReqGroupEnum ¶

type ModifyTargetParamsReqGroupEnum struct {
	COMMON      ModifyTargetParamsReqGroup
	PERFORMANCE ModifyTargetParamsReqGroup
}

func GetModifyTargetParamsReqGroupEnum ¶

func GetModifyTargetParamsReqGroupEnum() ModifyTargetParamsReqGroupEnum

type ModifyTuningParamsReq ¶

type ModifyTuningParamsReq struct {
	FullSync map[string]string `json:"full_sync,omitempty"`

	IncreCapture map[string]string `json:"incre_capture,omitempty"`

	IncreApply map[string]string `json:"incre_apply,omitempty"`

	IncreRelay map[string]string `json:"incre_relay,omitempty"`

	Recovery *bool `json:"recovery,omitempty"`
}

func (ModifyTuningParamsReq) String ¶

func (o ModifyTuningParamsReq) String() string

type ObjectCompareResult ¶

type ObjectCompareResult struct {
	CompareTaskId string `json:"compare_task_id"`

	ObjectCompareOverview *[]ObjectCompareResultOverview `json:"object_compare_overview,omitempty"`

	ObjectCompareDetails map[string][]ObjectCompareResultDetails `json:"object_compare_details,omitempty"`

	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg *string `json:"error_msg,omitempty"`
}

func (ObjectCompareResult) String ¶

func (o ObjectCompareResult) String() string

type ObjectCompareResultDetails ¶

type ObjectCompareResultDetails struct {
	SourceDbName string `json:"source_db_name"`

	TargetDbName string `json:"target_db_name"`

	SourceDbValue *string `json:"source_db_value,omitempty"`

	TargetDbValue *string `json:"target_db_value,omitempty"`

	ErrorMessage *string `json:"error_message,omitempty"`
}

func (ObjectCompareResultDetails) String ¶

type ObjectCompareResultOverview ¶

type ObjectCompareResultOverview struct {
	ObjectType ObjectCompareResultOverviewObjectType `json:"object_type"`

	ObjectCompareResult ObjectCompareResultOverviewObjectCompareResult `json:"object_compare_result"`

	TargetCount int32 `json:"target_count"`

	SourceCount int32 `json:"source_count"`

	DiffCount int32 `json:"diff_count"`
}

func (ObjectCompareResultOverview) String ¶

type ObjectCompareResultOverviewObjectCompareResult ¶

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

func (ObjectCompareResultOverviewObjectCompareResult) MarshalJSON ¶

func (*ObjectCompareResultOverviewObjectCompareResult) UnmarshalJSON ¶

func (ObjectCompareResultOverviewObjectCompareResult) Value ¶

type ObjectCompareResultOverviewObjectType ¶

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

func (ObjectCompareResultOverviewObjectType) MarshalJSON ¶

func (c ObjectCompareResultOverviewObjectType) MarshalJSON() ([]byte, error)

func (*ObjectCompareResultOverviewObjectType) UnmarshalJSON ¶

func (c *ObjectCompareResultOverviewObjectType) UnmarshalJSON(b []byte) error

func (ObjectCompareResultOverviewObjectType) Value ¶

type PageReq ¶

type PageReq struct {
	CurPage *int32 `json:"cur_page,omitempty"`

	PerPage *int32 `json:"per_page,omitempty"`
}

func (PageReq) String ¶

func (o PageReq) String() string

type Params ¶

type Params struct {
	CompareResult *ParamsCompareResult `json:"compare_result,omitempty"`

	DataType *string `json:"data_type,omitempty"`

	Group *ParamsGroup `json:"group,omitempty"`

	Key *string `json:"key,omitempty"`

	NeedRestart *ParamsNeedRestart `json:"need_restart,omitempty"`

	SourceValue *string `json:"source_value,omitempty"`

	TargetValue *string `json:"target_value,omitempty"`

	ValueRange *string `json:"value_range,omitempty"`

	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMessage *string `json:"error_message,omitempty"`
}

func (Params) String ¶

func (o Params) String() string

type ParamsCompareResult ¶

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

func (ParamsCompareResult) MarshalJSON ¶

func (c ParamsCompareResult) MarshalJSON() ([]byte, error)

func (*ParamsCompareResult) UnmarshalJSON ¶

func (c *ParamsCompareResult) UnmarshalJSON(b []byte) error

func (ParamsCompareResult) Value ¶

func (c ParamsCompareResult) Value() string

type ParamsCompareResultEnum ¶

type ParamsCompareResultEnum struct {
	TRUE  ParamsCompareResult
	FALSE ParamsCompareResult
}

func GetParamsCompareResultEnum ¶

func GetParamsCompareResultEnum() ParamsCompareResultEnum

type ParamsGroup ¶

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

func (ParamsGroup) MarshalJSON ¶

func (c ParamsGroup) MarshalJSON() ([]byte, error)

func (*ParamsGroup) UnmarshalJSON ¶

func (c *ParamsGroup) UnmarshalJSON(b []byte) error

func (ParamsGroup) Value ¶

func (c ParamsGroup) Value() string

type ParamsGroupEnum ¶

type ParamsGroupEnum struct {
	COMMON      ParamsGroup
	PERFORMANCE ParamsGroup
}

func GetParamsGroupEnum ¶

func GetParamsGroupEnum() ParamsGroupEnum

type ParamsNeedRestart ¶

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

func (ParamsNeedRestart) MarshalJSON ¶

func (c ParamsNeedRestart) MarshalJSON() ([]byte, error)

func (*ParamsNeedRestart) UnmarshalJSON ¶

func (c *ParamsNeedRestart) UnmarshalJSON(b []byte) error

func (ParamsNeedRestart) Value ¶

func (c ParamsNeedRestart) Value() string

type ParamsNeedRestartEnum ¶

type ParamsNeedRestartEnum struct {
	TRUE  ParamsNeedRestart
	FALSE ParamsNeedRestart
}

func GetParamsNeedRestartEnum ¶

func GetParamsNeedRestartEnum() ParamsNeedRestartEnum

type ParamsReqBean ¶

type ParamsReqBean struct {
	Key string `json:"key"`

	TargetValue string `json:"target_value"`
}

func (ParamsReqBean) String ¶

func (o ParamsReqBean) String() string

type PauseInfo ¶

type PauseInfo struct {
	JobId string `json:"job_id"`

	PauseMode PauseInfoPauseMode `json:"pause_mode"`
}

func (PauseInfo) String ¶

func (o PauseInfo) String() string

type PauseInfoPauseMode ¶

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

func (PauseInfoPauseMode) MarshalJSON ¶

func (c PauseInfoPauseMode) MarshalJSON() ([]byte, error)

func (*PauseInfoPauseMode) UnmarshalJSON ¶

func (c *PauseInfoPauseMode) UnmarshalJSON(b []byte) error

func (PauseInfoPauseMode) Value ¶

func (c PauseInfoPauseMode) Value() string

type PauseInfoPauseModeEnum ¶

type PauseInfoPauseModeEnum struct {
	TARGET PauseInfoPauseMode
	ALL    PauseInfoPauseMode
}

func GetPauseInfoPauseModeEnum ¶

func GetPauseInfoPauseModeEnum() PauseInfoPauseModeEnum

type PauseJobResp ¶

type PauseJobResp struct {
	Id string `json:"id"`

	Status string `json:"status"`

	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg *string `json:"error_msg,omitempty"`
}

func (PauseJobResp) String ¶

func (o PauseJobResp) String() string

type PeriodOrderInfo ¶

type PeriodOrderInfo struct {
	PeriodType *PeriodOrderInfoPeriodType `json:"period_type,omitempty"`

	PeriodNum *int32 `json:"period_num,omitempty"`

	IsAutoRenew *PeriodOrderInfoIsAutoRenew `json:"is_auto_renew,omitempty"`
}

func (PeriodOrderInfo) String ¶

func (o PeriodOrderInfo) String() string

type PeriodOrderInfoIsAutoRenew ¶

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

func (PeriodOrderInfoIsAutoRenew) MarshalJSON ¶

func (c PeriodOrderInfoIsAutoRenew) MarshalJSON() ([]byte, error)

func (*PeriodOrderInfoIsAutoRenew) UnmarshalJSON ¶

func (c *PeriodOrderInfoIsAutoRenew) UnmarshalJSON(b []byte) error

func (PeriodOrderInfoIsAutoRenew) Value ¶

type PeriodOrderInfoIsAutoRenewEnum ¶

type PeriodOrderInfoIsAutoRenewEnum struct {
	E_0 PeriodOrderInfoIsAutoRenew
	E_1 PeriodOrderInfoIsAutoRenew
}

func GetPeriodOrderInfoIsAutoRenewEnum ¶

func GetPeriodOrderInfoIsAutoRenewEnum() PeriodOrderInfoIsAutoRenewEnum

type PeriodOrderInfoPeriodType ¶

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

func (PeriodOrderInfoPeriodType) MarshalJSON ¶

func (c PeriodOrderInfoPeriodType) MarshalJSON() ([]byte, error)

func (*PeriodOrderInfoPeriodType) UnmarshalJSON ¶

func (c *PeriodOrderInfoPeriodType) UnmarshalJSON(b []byte) error

func (PeriodOrderInfoPeriodType) Value ¶

func (c PeriodOrderInfoPeriodType) Value() int32

type PeriodOrderInfoPeriodTypeEnum ¶

type PeriodOrderInfoPeriodTypeEnum struct {
	E_2 PeriodOrderInfoPeriodType
	E_3 PeriodOrderInfoPeriodType
}

func GetPeriodOrderInfoPeriodTypeEnum ¶

func GetPeriodOrderInfoPeriodTypeEnum() PeriodOrderInfoPeriodTypeEnum

type PeriodOrderResp ¶

type PeriodOrderResp struct {
	Status *string `json:"status,omitempty"`

	OrderId *string `json:"order_id,omitempty"`

	ChargingMode *int32 `json:"charging_mode,omitempty"`

	PeriodType *int32 `json:"period_type,omitempty"`

	PeriodNum *int32 `json:"period_num,omitempty"`

	IsAutoRenew *int32 `json:"is_auto_renew,omitempty"`

	EffTime *string `json:"eff_time,omitempty"`

	ExpTime *string `json:"exp_time,omitempty"`
}

func (PeriodOrderResp) String ¶

func (o PeriodOrderResp) String() string

type PostPreCheckResp ¶

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

	PrecheckId *string `json:"precheck_id,omitempty"`

	Status *PostPreCheckRespStatus `json:"status,omitempty"`

	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg *string `json:"error_msg,omitempty"`
}

func (PostPreCheckResp) String ¶

func (o PostPreCheckResp) String() string

type PostPreCheckRespStatus ¶

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

func (PostPreCheckRespStatus) MarshalJSON ¶

func (c PostPreCheckRespStatus) MarshalJSON() ([]byte, error)

func (*PostPreCheckRespStatus) UnmarshalJSON ¶

func (c *PostPreCheckRespStatus) UnmarshalJSON(b []byte) error

func (PostPreCheckRespStatus) Value ¶

func (c PostPreCheckRespStatus) Value() string

type PostPreCheckRespStatusEnum ¶

type PostPreCheckRespStatusEnum struct {
	SUCCESS PostPreCheckRespStatus
	FAILED  PostPreCheckRespStatus
}

func GetPostPreCheckRespStatusEnum ¶

func GetPostPreCheckRespStatusEnum() PostPreCheckRespStatusEnum

type PreCheckInfo ¶

type PreCheckInfo struct {
	JobId string `json:"job_id"`

	PrecheckMode PreCheckInfoPrecheckMode `json:"precheck_mode"`
}

func (PreCheckInfo) String ¶

func (o PreCheckInfo) String() string

type PreCheckInfoPrecheckMode ¶

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

func (PreCheckInfoPrecheckMode) MarshalJSON ¶

func (c PreCheckInfoPrecheckMode) MarshalJSON() ([]byte, error)

func (*PreCheckInfoPrecheckMode) UnmarshalJSON ¶

func (c *PreCheckInfoPrecheckMode) UnmarshalJSON(b []byte) error

func (PreCheckInfoPrecheckMode) Value ¶

func (c PreCheckInfoPrecheckMode) Value() string

type PreCheckInfoPrecheckModeEnum ¶

type PreCheckInfoPrecheckModeEnum struct {
	FOR_START_JOB PreCheckInfoPrecheckMode
	FOR_RETRY_JOB PreCheckInfoPrecheckMode
}

func GetPreCheckInfoPrecheckModeEnum ¶

func GetPreCheckInfoPrecheckModeEnum() PreCheckInfoPrecheckModeEnum

type PrecheckFailSubJobVo ¶

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

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

	CheckResult *string `json:"check_result,omitempty"`
}

func (PrecheckFailSubJobVo) String ¶

func (o PrecheckFailSubJobVo) String() string

type PrecheckResult ¶

type PrecheckResult struct {
	Item *string `json:"item,omitempty"`

	Result *PrecheckResultResult `json:"result,omitempty"`

	FailedReason *string `json:"failed_reason,omitempty"`

	Data *string `json:"data,omitempty"`

	RawErrorMsg *string `json:"raw_error_msg,omitempty"`

	Group *string `json:"group,omitempty"`

	FailedSubJobs *[]PrecheckFailSubJobVo `json:"failed_sub_jobs,omitempty"`
}

func (PrecheckResult) String ¶

func (o PrecheckResult) String() string

type PrecheckResultResult ¶

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

func (PrecheckResultResult) MarshalJSON ¶

func (c PrecheckResultResult) MarshalJSON() ([]byte, error)

func (*PrecheckResultResult) UnmarshalJSON ¶

func (c *PrecheckResultResult) UnmarshalJSON(b []byte) error

func (PrecheckResultResult) Value ¶

func (c PrecheckResultResult) Value() string

type PrecheckResultResultEnum ¶

type PrecheckResultResultEnum struct {
	PASSED PrecheckResultResult
	ALARM  PrecheckResultResult
	FAILED PrecheckResultResult
}

func GetPrecheckResultResultEnum ¶

func GetPrecheckResultResultEnum() PrecheckResultResultEnum

type ProgressInfo ¶

type ProgressInfo struct {
	Completed *string `json:"completed,omitempty"`

	RemainingTime *string `json:"remaining_time,omitempty"`
}

func (ProgressInfo) String ¶

func (o ProgressInfo) String() string

type QueryAvailableNodeTypeReq ¶

type QueryAvailableNodeTypeReq struct {
	EngineType string `json:"engine_type"`

	DbUseType QueryAvailableNodeTypeReqDbUseType `json:"db_use_type"`

	JobDirection QueryAvailableNodeTypeReqJobDirection `json:"job_direction"`

	NodeType string `json:"node_type"`

	MultiWrite *string `json:"multi_write,omitempty"`
}

func (QueryAvailableNodeTypeReq) String ¶

func (o QueryAvailableNodeTypeReq) String() string

type QueryAvailableNodeTypeReqDbUseType ¶

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

func (QueryAvailableNodeTypeReqDbUseType) MarshalJSON ¶

func (c QueryAvailableNodeTypeReqDbUseType) MarshalJSON() ([]byte, error)

func (*QueryAvailableNodeTypeReqDbUseType) UnmarshalJSON ¶

func (c *QueryAvailableNodeTypeReqDbUseType) UnmarshalJSON(b []byte) error

func (QueryAvailableNodeTypeReqDbUseType) Value ¶

type QueryAvailableNodeTypeReqDbUseTypeEnum ¶

type QueryAvailableNodeTypeReqDbUseTypeEnum struct {
	MIGRATION        QueryAvailableNodeTypeReqDbUseType
	SYNC             QueryAvailableNodeTypeReqDbUseType
	CLOUD_DATA_GUARD QueryAvailableNodeTypeReqDbUseType
}

func GetQueryAvailableNodeTypeReqDbUseTypeEnum ¶

func GetQueryAvailableNodeTypeReqDbUseTypeEnum() QueryAvailableNodeTypeReqDbUseTypeEnum

type QueryAvailableNodeTypeReqJobDirection ¶

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

func (QueryAvailableNodeTypeReqJobDirection) MarshalJSON ¶

func (c QueryAvailableNodeTypeReqJobDirection) MarshalJSON() ([]byte, error)

func (*QueryAvailableNodeTypeReqJobDirection) UnmarshalJSON ¶

func (c *QueryAvailableNodeTypeReqJobDirection) UnmarshalJSON(b []byte) error

func (QueryAvailableNodeTypeReqJobDirection) Value ¶

type QueryCompareResultReq ¶

type QueryCompareResultReq struct {
	JobId string `json:"job_id"`

	ObjectLevelCompareId *string `json:"object_level_compare_id,omitempty"`

	LineCompareId *string `json:"line_compare_id,omitempty"`

	ContentCompareId *string `json:"content_compare_id,omitempty"`

	CurrentPage int32 `json:"current_page"`

	PerPage int32 `json:"per_page"`
}

func (QueryCompareResultReq) String ¶

func (o QueryCompareResultReq) String() string

type QueryDataGuardMonitorAndChartResp ¶

type QueryDataGuardMonitorAndChartResp struct {
	Id string `json:"id"`

	DataGuardMinitor *QueryDataGuardMonitorResponse `json:"data_guard_minitor"`
}

func (QueryDataGuardMonitorAndChartResp) String ¶

type QueryDataGuardMonitorResponse ¶

type QueryDataGuardMonitorResponse struct {
	Bandwidth *string `json:"bandwidth,omitempty"`

	CpuUsedPercent *string `json:"cpuUsed_percent,omitempty"`

	DstDelay *int64 `json:"dst_delay,omitempty"`

	DstIo *string `json:"dst_io,omitempty"`

	DstNormal *bool `json:"dst_normal,omitempty"`

	DstOffset *string `json:"dst_offset,omitempty"`

	DstRps *string `json:"dst_rps,omitempty"`

	MemUsedInMB *string `json:"mem_used_inMB,omitempty"`

	NodeMemInMB *int64 `json:"node_mem_inMB,omitempty"`

	NodeOffset *string `json:"node_offset,omitempty"`

	NodeVolumeInGB *int64 `json:"node_volume_inGB,omitempty"`

	SrDelay *int64 `json:"sr_delay,omitempty"`

	SrOffset *string `json:"sr_offset,omitempty"`

	SrcIo *string `json:"src_io,omitempty"`

	SrcNormal *bool `json:"src_normal,omitempty"`

	SrcRps *string `json:"src_rps,omitempty"`

	TransInMB *string `json:"trans_inMB,omitempty"`

	TransLines *string `json:"trans_lines,omitempty"`

	VolumeUsedInGB *string `json:"volume_used_inGB,omitempty"`

	MigrationBytesPerSecond *int64 `json:"migration_bytes_per_second,omitempty"`
}

func (QueryDataGuardMonitorResponse) String ¶

type QueryDbParamsResp ¶

type QueryDbParamsResp struct {
	Params *[]Params `json:"params,omitempty"`
}

func (QueryDbParamsResp) String ¶

func (o QueryDbParamsResp) String() string

type QueryFlowCompareDataResp ¶

type QueryFlowCompareDataResp struct {
	TotalRecord *int64 `json:"total_record,omitempty"`

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

	List *[]StructDetailVo `json:"list,omitempty"`
}

func (QueryFlowCompareDataResp) String ¶

func (o QueryFlowCompareDataResp) String() string

type QueryJobResp ¶

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

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

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

	Status *QueryJobRespStatus `json:"status,omitempty"`

	Description *string `json:"description,omitempty"`

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

	TaskType *QueryJobRespTaskType `json:"task_type,omitempty"`

	SourceEndpoint *Endpoint `json:"source_endpoint,omitempty"`

	DmqEndpoint *Endpoint `json:"dmq_endpoint,omitempty"`

	SourceSharding *[]Endpoint `json:"source_sharding,omitempty"`

	TargetEndpoint *Endpoint `json:"target_endpoint,omitempty"`

	NetType *QueryJobRespNetType `json:"net_type,omitempty"`

	FailedReason *string `json:"failed_reason,omitempty"`

	InstInfo *InstInfo `json:"inst_info,omitempty"`

	ActualStartTime *string `json:"actual_start_time,omitempty"`

	FullTransferCompleteTime *string `json:"full_transfer_complete_time,omitempty"`

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

	JobDirection *QueryJobRespJobDirection `json:"job_direction,omitempty"`

	DbUseType *QueryJobRespDbUseType `json:"db_use_type,omitempty"`

	NeedRestart *bool `json:"need_restart,omitempty"`

	IsTargetReadonly *bool `json:"is_target_readonly,omitempty"`

	ConflictPolicy *QueryJobRespConflictPolicy `json:"conflict_policy,omitempty"`

	FilterDdlPolicy *string `json:"filter_ddl_policy,omitempty"`

	SpeedLimit *[]SpeedLimitInfo `json:"speed_limit,omitempty"`

	SchemaType *QueryJobRespSchemaType `json:"schema_type,omitempty"`

	NodeNum *string `json:"node_num,omitempty"`

	ObjectSwitch *bool `json:"object_switch,omitempty"`

	MasterJobId *string `json:"master_job_id,omitempty"`

	FullMode *string `json:"full_mode,omitempty"`

	StructTrans *bool `json:"struct_trans,omitempty"`

	IndexTrans *bool `json:"index_trans,omitempty"`

	ReplaceDefiner *bool `json:"replace_definer,omitempty"`

	MigrateUser *bool `json:"migrate_user,omitempty"`

	SyncDatabase *bool `json:"sync_database,omitempty"`

	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMessage *string `json:"error_message,omitempty"`

	TargetRootDb *DefaultRootDb `json:"target_root_db,omitempty"`

	AzCode *string `json:"az_code,omitempty"`

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

	SubnetId *string `json:"subnet_id,omitempty"`

	SecurityGroupId *string `json:"security_group_id,omitempty"`

	MultiWrite *bool `json:"multi_write,omitempty"`

	SupportIpV6 *bool `json:"support_ip_v6,omitempty"`

	InheritId *string `json:"inherit_id,omitempty"`

	Gtid *string `json:"gtid,omitempty"`

	AlarmNotify *QuerySmnInfoResp `json:"alarm_notify,omitempty"`

	IncreStartPosition *string `json:"incre_start_position,omitempty"`

	IsMultiAz *bool `json:"is_multi_az,omitempty"`

	AzName *string `json:"az_name,omitempty"`

	MasterAz *string `json:"master_az,omitempty"`

	SlaveAz *string `json:"slave_az,omitempty"`

	NodeRole *string `json:"node_role,omitempty"`

	PeriodOrder *PeriodOrderResp `json:"period_order,omitempty"`

	ObjectInfos *[]DatabaseObjectInfo `json:"object_infos,omitempty"`

	OriginalJobDirection *QueryJobRespOriginalJobDirection `json:"original_job_direction,omitempty"`

	DataTransformation *GetDataTransformationResp `json:"data_transformation,omitempty"`

	Tags *[]Tag `json:"tags,omitempty"`
}

func (QueryJobResp) String ¶

func (o QueryJobResp) String() string

type QueryJobRespConflictPolicy ¶

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

func (QueryJobRespConflictPolicy) MarshalJSON ¶

func (c QueryJobRespConflictPolicy) MarshalJSON() ([]byte, error)

func (*QueryJobRespConflictPolicy) UnmarshalJSON ¶

func (c *QueryJobRespConflictPolicy) UnmarshalJSON(b []byte) error

func (QueryJobRespConflictPolicy) Value ¶

type QueryJobRespConflictPolicyEnum ¶

type QueryJobRespConflictPolicyEnum struct {
	STOP      QueryJobRespConflictPolicy
	OVERWRITE QueryJobRespConflictPolicy
	IGNORE    QueryJobRespConflictPolicy
}

func GetQueryJobRespConflictPolicyEnum ¶

func GetQueryJobRespConflictPolicyEnum() QueryJobRespConflictPolicyEnum

type QueryJobRespDbUseType ¶

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

func (QueryJobRespDbUseType) MarshalJSON ¶

func (c QueryJobRespDbUseType) MarshalJSON() ([]byte, error)

func (*QueryJobRespDbUseType) UnmarshalJSON ¶

func (c *QueryJobRespDbUseType) UnmarshalJSON(b []byte) error

func (QueryJobRespDbUseType) Value ¶

func (c QueryJobRespDbUseType) Value() string

type QueryJobRespDbUseTypeEnum ¶

type QueryJobRespDbUseTypeEnum struct {
	MIGRATION        QueryJobRespDbUseType
	SYNC             QueryJobRespDbUseType
	CLOUD_DATA_GUARD QueryJobRespDbUseType
}

func GetQueryJobRespDbUseTypeEnum ¶

func GetQueryJobRespDbUseTypeEnum() QueryJobRespDbUseTypeEnum

type QueryJobRespJobDirection ¶

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

func (QueryJobRespJobDirection) MarshalJSON ¶

func (c QueryJobRespJobDirection) MarshalJSON() ([]byte, error)

func (*QueryJobRespJobDirection) UnmarshalJSON ¶

func (c *QueryJobRespJobDirection) UnmarshalJSON(b []byte) error

func (QueryJobRespJobDirection) Value ¶

func (c QueryJobRespJobDirection) Value() string

type QueryJobRespJobDirectionEnum ¶

type QueryJobRespJobDirectionEnum struct {
	UP      QueryJobRespJobDirection
	DOWN    QueryJobRespJobDirection
	NON_DBS QueryJobRespJobDirection
}

func GetQueryJobRespJobDirectionEnum ¶

func GetQueryJobRespJobDirectionEnum() QueryJobRespJobDirectionEnum

type QueryJobRespNetType ¶

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

func (QueryJobRespNetType) MarshalJSON ¶

func (c QueryJobRespNetType) MarshalJSON() ([]byte, error)

func (*QueryJobRespNetType) UnmarshalJSON ¶

func (c *QueryJobRespNetType) UnmarshalJSON(b []byte) error

func (QueryJobRespNetType) Value ¶

func (c QueryJobRespNetType) Value() string

type QueryJobRespNetTypeEnum ¶

type QueryJobRespNetTypeEnum struct {
	VPN QueryJobRespNetType
	VPC QueryJobRespNetType
	EIP QueryJobRespNetType
}

func GetQueryJobRespNetTypeEnum ¶

func GetQueryJobRespNetTypeEnum() QueryJobRespNetTypeEnum

type QueryJobRespOriginalJobDirection ¶

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

func (QueryJobRespOriginalJobDirection) MarshalJSON ¶

func (c QueryJobRespOriginalJobDirection) MarshalJSON() ([]byte, error)

func (*QueryJobRespOriginalJobDirection) UnmarshalJSON ¶

func (c *QueryJobRespOriginalJobDirection) UnmarshalJSON(b []byte) error

func (QueryJobRespOriginalJobDirection) Value ¶

type QueryJobRespSchemaType ¶

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

func (QueryJobRespSchemaType) MarshalJSON ¶

func (c QueryJobRespSchemaType) MarshalJSON() ([]byte, error)

func (*QueryJobRespSchemaType) UnmarshalJSON ¶

func (c *QueryJobRespSchemaType) UnmarshalJSON(b []byte) error

func (QueryJobRespSchemaType) Value ¶

func (c QueryJobRespSchemaType) Value() string

type QueryJobRespSchemaTypeEnum ¶

type QueryJobRespSchemaTypeEnum struct {
	REPLICATION    QueryJobRespSchemaType
	TUNGSTEN       QueryJobRespSchemaType
	PG_BASE_BACKUP QueryJobRespSchemaType
}

func GetQueryJobRespSchemaTypeEnum ¶

func GetQueryJobRespSchemaTypeEnum() QueryJobRespSchemaTypeEnum

type QueryJobRespStatus ¶

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

func (QueryJobRespStatus) MarshalJSON ¶

func (c QueryJobRespStatus) MarshalJSON() ([]byte, error)

func (*QueryJobRespStatus) UnmarshalJSON ¶

func (c *QueryJobRespStatus) UnmarshalJSON(b []byte) error

func (QueryJobRespStatus) Value ¶

func (c QueryJobRespStatus) Value() string

type QueryJobRespStatusEnum ¶

type QueryJobRespStatusEnum struct {
	CREATING                        QueryJobRespStatus
	CREATE_FAILED                   QueryJobRespStatus
	CONFIGURATION                   QueryJobRespStatus
	STARTJOBING                     QueryJobRespStatus
	WAITING_FOR_START               QueryJobRespStatus
	START_JOB_FAILED                QueryJobRespStatus
	PAUSING                         QueryJobRespStatus
	FULL_TRANSFER_STARTED           QueryJobRespStatus
	FULL_TRANSFER_FAILED            QueryJobRespStatus
	FULL_TRANSFER_COMPLETE          QueryJobRespStatus
	INCRE_TRANSFER_STARTED          QueryJobRespStatus
	INCRE_TRANSFER_FAILED           QueryJobRespStatus
	RELEASE_RESOURCE_STARTED        QueryJobRespStatus
	RELEASE_RESOURCE_FAILED         QueryJobRespStatus
	RELEASE_RESOURCE_COMPLETE       QueryJobRespStatus
	REBUILD_NODE_STARTED            QueryJobRespStatus
	REBUILD_NODE_FAILED             QueryJobRespStatus
	CHANGE_JOB_STARTED              QueryJobRespStatus
	CHANGE_JOB_FAILED               QueryJobRespStatus
	DELETED                         QueryJobRespStatus
	CHILD_TRANSFER_STARTING         QueryJobRespStatus
	CHILD_TRANSFER_STARTED          QueryJobRespStatus
	CHILD_TRANSFER_COMPLETE         QueryJobRespStatus
	CHILD_TRANSFER_FAILED           QueryJobRespStatus
	RELEASE_CHILD_TRANSFER_STARTED  QueryJobRespStatus
	RELEASE_CHILD_TRANSFER_COMPLETE QueryJobRespStatus
	NODE_UPGRADE_START              QueryJobRespStatus
	NODE_UPGRADE_COMPLETE           QueryJobRespStatus
	NODE_UPGRADE_FAILED             QueryJobRespStatus
}

func GetQueryJobRespStatusEnum ¶

func GetQueryJobRespStatusEnum() QueryJobRespStatusEnum

type QueryJobRespTaskType ¶

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

func (QueryJobRespTaskType) MarshalJSON ¶

func (c QueryJobRespTaskType) MarshalJSON() ([]byte, error)

func (*QueryJobRespTaskType) UnmarshalJSON ¶

func (c *QueryJobRespTaskType) UnmarshalJSON(b []byte) error

func (QueryJobRespTaskType) Value ¶

func (c QueryJobRespTaskType) Value() string

type QueryJobRespTaskTypeEnum ¶

type QueryJobRespTaskTypeEnum struct {
	FULL_TRANS      QueryJobRespTaskType
	FULL_INCR_TRANS QueryJobRespTaskType
	INCR_TRANS      QueryJobRespTaskType
}

func GetQueryJobRespTaskTypeEnum ¶

func GetQueryJobRespTaskTypeEnum() QueryJobRespTaskTypeEnum

type QueryJobStatusResp ¶

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

	Status *QueryJobStatusRespStatus `json:"status,omitempty"`

	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMessage *string `json:"error_message,omitempty"`
}

func (QueryJobStatusResp) String ¶

func (o QueryJobStatusResp) String() string

type QueryJobStatusRespStatus ¶

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

func (QueryJobStatusRespStatus) MarshalJSON ¶

func (c QueryJobStatusRespStatus) MarshalJSON() ([]byte, error)

func (*QueryJobStatusRespStatus) UnmarshalJSON ¶

func (c *QueryJobStatusRespStatus) UnmarshalJSON(b []byte) error

func (QueryJobStatusRespStatus) Value ¶

func (c QueryJobStatusRespStatus) Value() string

type QueryJobStatusRespStatusEnum ¶

type QueryJobStatusRespStatusEnum struct {
	CREATING                        QueryJobStatusRespStatus
	CREATE_FAILED                   QueryJobStatusRespStatus
	CONFIGURATION                   QueryJobStatusRespStatus
	STARTJOBING                     QueryJobStatusRespStatus
	WAITING_FOR_START               QueryJobStatusRespStatus
	START_JOB_FAILED                QueryJobStatusRespStatus
	PAUSING                         QueryJobStatusRespStatus
	FULL_TRANSFER_STARTED           QueryJobStatusRespStatus
	FULL_TRANSFER_FAILED            QueryJobStatusRespStatus
	FULL_TRANSFER_COMPLETE          QueryJobStatusRespStatus
	INCRE_TRANSFER_STARTED          QueryJobStatusRespStatus
	INCRE_TRANSFER_FAILED           QueryJobStatusRespStatus
	RELEASE_RESOURCE_STARTED        QueryJobStatusRespStatus
	RELEASE_RESOURCE_FAILED         QueryJobStatusRespStatus
	RELEASE_RESOURCE_COMPLETE       QueryJobStatusRespStatus
	REBUILD_NODE_STARTED            QueryJobStatusRespStatus
	REBUILD_NODE_FAILED             QueryJobStatusRespStatus
	CHANGE_JOB_STARTED              QueryJobStatusRespStatus
	CHANGE_JOB_FAILED               QueryJobStatusRespStatus
	DELETED                         QueryJobStatusRespStatus
	CHILD_TRANSFER_STARTING         QueryJobStatusRespStatus
	CHILD_TRANSFER_STARTED          QueryJobStatusRespStatus
	CHILD_TRANSFER_COMPLETE         QueryJobStatusRespStatus
	CHILD_TRANSFER_FAILED           QueryJobStatusRespStatus
	RELEASE_CHILD_TRANSFER_STARTED  QueryJobStatusRespStatus
	RELEASE_CHILD_TRANSFER_COMPLETE QueryJobStatusRespStatus
	NODE_UPGRADE_START              QueryJobStatusRespStatus
	NODE_UPGRADE_COMPLETE           QueryJobStatusRespStatus
	NODE_UPGRADE_FAILED             QueryJobStatusRespStatus
}

func GetQueryJobStatusRespStatusEnum ¶

func GetQueryJobStatusRespStatusEnum() QueryJobStatusRespStatusEnum

type QueryJobsReq ¶

type QueryJobsReq struct {
	CurPage int32 `json:"cur_page"`

	PerPage int32 `json:"per_page"`

	DbUseType QueryJobsReqDbUseType `json:"db_use_type"`

	EngineType *QueryJobsReqEngineType `json:"engine_type,omitempty"`

	EnterpriseProjectId *string `json:"enterprise_project_id,omitempty"`

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

	NetType *QueryJobsReqNetType `json:"net_type,omitempty"`

	ServiceName *string `json:"service_name,omitempty"`

	Status *QueryJobsReqStatus `json:"status,omitempty"`

	Tags map[string]string `json:"tags,omitempty"`
}

func (QueryJobsReq) String ¶

func (o QueryJobsReq) String() string

type QueryJobsReqDbUseType ¶

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

func (QueryJobsReqDbUseType) MarshalJSON ¶

func (c QueryJobsReqDbUseType) MarshalJSON() ([]byte, error)

func (*QueryJobsReqDbUseType) UnmarshalJSON ¶

func (c *QueryJobsReqDbUseType) UnmarshalJSON(b []byte) error

func (QueryJobsReqDbUseType) Value ¶

func (c QueryJobsReqDbUseType) Value() string

type QueryJobsReqDbUseTypeEnum ¶

type QueryJobsReqDbUseTypeEnum struct {
	MIGRATION        QueryJobsReqDbUseType
	SYNC             QueryJobsReqDbUseType
	CLOUD_DATA_GUARD QueryJobsReqDbUseType
}

func GetQueryJobsReqDbUseTypeEnum ¶

func GetQueryJobsReqDbUseTypeEnum() QueryJobsReqDbUseTypeEnum

type QueryJobsReqEngineType ¶

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

func (QueryJobsReqEngineType) MarshalJSON ¶

func (c QueryJobsReqEngineType) MarshalJSON() ([]byte, error)

func (*QueryJobsReqEngineType) UnmarshalJSON ¶

func (c *QueryJobsReqEngineType) UnmarshalJSON(b []byte) error

func (QueryJobsReqEngineType) Value ¶

func (c QueryJobsReqEngineType) Value() string

type QueryJobsReqEngineTypeEnum ¶

type QueryJobsReqEngineTypeEnum struct {
	MYSQL                  QueryJobsReqEngineType
	MONGODB                QueryJobsReqEngineType
	CLOUD_DATA_GUARD_MYSQL QueryJobsReqEngineType
}

func GetQueryJobsReqEngineTypeEnum ¶

func GetQueryJobsReqEngineTypeEnum() QueryJobsReqEngineTypeEnum

type QueryJobsReqNetType ¶

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

func (QueryJobsReqNetType) MarshalJSON ¶

func (c QueryJobsReqNetType) MarshalJSON() ([]byte, error)

func (*QueryJobsReqNetType) UnmarshalJSON ¶

func (c *QueryJobsReqNetType) UnmarshalJSON(b []byte) error

func (QueryJobsReqNetType) Value ¶

func (c QueryJobsReqNetType) Value() string

type QueryJobsReqNetTypeEnum ¶

type QueryJobsReqNetTypeEnum struct {
	VPN QueryJobsReqNetType
	VPC QueryJobsReqNetType
	EIP QueryJobsReqNetType
}

func GetQueryJobsReqNetTypeEnum ¶

func GetQueryJobsReqNetTypeEnum() QueryJobsReqNetTypeEnum

type QueryJobsReqStatus ¶

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

func (QueryJobsReqStatus) MarshalJSON ¶

func (c QueryJobsReqStatus) MarshalJSON() ([]byte, error)

func (*QueryJobsReqStatus) UnmarshalJSON ¶

func (c *QueryJobsReqStatus) UnmarshalJSON(b []byte) error

func (QueryJobsReqStatus) Value ¶

func (c QueryJobsReqStatus) Value() string

type QueryJobsReqStatusEnum ¶

type QueryJobsReqStatusEnum struct {
	CREATING                        QueryJobsReqStatus
	CREATE_FAILED                   QueryJobsReqStatus
	CONFIGURATION                   QueryJobsReqStatus
	STARTJOBING                     QueryJobsReqStatus
	WAITING_FOR_START               QueryJobsReqStatus
	START_JOB_FAILED                QueryJobsReqStatus
	PAUSING                         QueryJobsReqStatus
	FULL_TRANSFER_STARTED           QueryJobsReqStatus
	FULL_TRANSFER_FAILED            QueryJobsReqStatus
	FULL_TRANSFER_COMPLETE          QueryJobsReqStatus
	INCRE_TRANSFER_STARTED          QueryJobsReqStatus
	INCRE_TRANSFER_FAILED           QueryJobsReqStatus
	RELEASE_RESOURCE_STARTED        QueryJobsReqStatus
	RELEASE_RESOURCE_FAILED         QueryJobsReqStatus
	RELEASE_RESOURCE_COMPLETE       QueryJobsReqStatus
	REBUILD_NODE_STARTED            QueryJobsReqStatus
	REBUILD_NODE_FAILED             QueryJobsReqStatus
	CHANGE_JOB_STARTED              QueryJobsReqStatus
	CHANGE_JOB_FAILED               QueryJobsReqStatus
	DELETED                         QueryJobsReqStatus
	CHILD_TRANSFER_STARTING         QueryJobsReqStatus
	CHILD_TRANSFER_STARTED          QueryJobsReqStatus
	CHILD_TRANSFER_COMPLETE         QueryJobsReqStatus
	CHILD_TRANSFER_FAILED           QueryJobsReqStatus
	RELEASE_CHILD_TRANSFER_STARTED  QueryJobsReqStatus
	RELEASE_CHILD_TRANSFER_COMPLETE QueryJobsReqStatus
	NODE_UPGRADE_START              QueryJobsReqStatus
	NODE_UPGRADE_COMPLETE           QueryJobsReqStatus
	NODE_UPGRADE_FAILED             QueryJobsReqStatus
}

func GetQueryJobsReqStatusEnum ¶

func GetQueryJobsReqStatusEnum() QueryJobsReqStatusEnum

type QueryPreCheckResp ¶

type QueryPreCheckResp struct {
	PrecheckId *string `json:"precheck_id,omitempty"`

	Result *bool `json:"result,omitempty"`

	Process *string `json:"process,omitempty"`

	TotalPassedRate *string `json:"total_passed_rate,omitempty"`

	RdsInstanceId *string `json:"rds_instance_id,omitempty"`

	JobDirection *QueryPreCheckRespJobDirection `json:"job_direction,omitempty"`

	PrecheckResult *[]PrecheckResult `json:"precheck_result,omitempty"`

	ErrorMsg *string `json:"error_msg,omitempty"`

	ErrorCode *string `json:"error_code,omitempty"`
}

func (QueryPreCheckResp) String ¶

func (o QueryPreCheckResp) String() string

type QueryPreCheckRespJobDirection ¶

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

func (QueryPreCheckRespJobDirection) MarshalJSON ¶

func (c QueryPreCheckRespJobDirection) MarshalJSON() ([]byte, error)

func (*QueryPreCheckRespJobDirection) UnmarshalJSON ¶

func (c *QueryPreCheckRespJobDirection) UnmarshalJSON(b []byte) error

func (QueryPreCheckRespJobDirection) Value ¶

type QueryProgressResp ¶

type QueryProgressResp struct {
	JobId *string `json:"job_id,omitempty"`

	Progress *string `json:"progress,omitempty"`

	IncreTransDelay *string `json:"incre_trans_delay,omitempty"`

	TaskMode *QueryProgressRespTaskMode `json:"task_mode,omitempty"`

	TransferStatus *string `json:"transfer_status,omitempty"`

	ProcessTime *string `json:"process_time,omitempty"`

	RemainingTime *string `json:"remaining_time,omitempty"`

	ProgressMap map[string]ProgressInfo `json:"progress_map,omitempty"`

	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg *string `json:"error_msg,omitempty"`
}

func (QueryProgressResp) String ¶

func (o QueryProgressResp) String() string

type QueryProgressRespTaskMode ¶

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

func (QueryProgressRespTaskMode) MarshalJSON ¶

func (c QueryProgressRespTaskMode) MarshalJSON() ([]byte, error)

func (*QueryProgressRespTaskMode) UnmarshalJSON ¶

func (c *QueryProgressRespTaskMode) UnmarshalJSON(b []byte) error

func (QueryProgressRespTaskMode) Value ¶

type QueryProgressRespTaskModeEnum ¶

type QueryProgressRespTaskModeEnum struct {
	FULL_TRANS      QueryProgressRespTaskMode
	FULL_INCR_TRANS QueryProgressRespTaskMode
	INCR_TRANS      QueryProgressRespTaskMode
}

func GetQueryProgressRespTaskModeEnum ¶

func GetQueryProgressRespTaskModeEnum() QueryProgressRespTaskModeEnum

type QueryQuotaInfo ¶

type QueryQuotaInfo struct {
	Resource *QuotaResource `json:"resource,omitempty"`
}

func (QueryQuotaInfo) String ¶

func (o QueryQuotaInfo) String() string

type QueryRoleDetailResp ¶

type QueryRoleDetailResp struct {
	Role *string `json:"role,omitempty"`

	Comment *string `json:"comment,omitempty"`

	IsTransfer *bool `json:"is_transfer,omitempty"`

	Privileges *string `json:"privileges,omitempty"`

	InheritsRoles *[]string `json:"inherits_roles,omitempty"`

	Selected *bool `json:"selected,omitempty"`
}

func (QueryRoleDetailResp) String ¶

func (o QueryRoleDetailResp) String() string

type QueryRpoAndRtoResp ¶

type QueryRpoAndRtoResp struct {
	JobId *string `json:"job_id,omitempty"`

	RpoInfo *RpoAndRtoInfo `json:"rpo_info,omitempty"`

	RtoInfo *RpoAndRtoInfo `json:"rto_info,omitempty"`

	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg *string `json:"error_msg,omitempty"`
}

func (QueryRpoAndRtoResp) String ¶

func (o QueryRpoAndRtoResp) String() string

type QuerySmnInfoResp ¶

type QuerySmnInfoResp struct {
	Subscriptions *[]SubscriptionInfo `json:"subscriptions,omitempty"`

	TopicName *string `json:"topic_name,omitempty"`

	DelayTime *int64 `json:"delay_time,omitempty"`

	RtoDelay *int64 `json:"rto_delay,omitempty"`

	RpoDelay *int64 `json:"rpo_delay,omitempty"`

	AlarmToUser *bool `json:"alarm_to_user,omitempty"`
}

func (QuerySmnInfoResp) String ¶

func (o QuerySmnInfoResp) String() string

type QueryStructDetailResp ¶

type QueryStructDetailResp struct {
	JobId string `json:"job_id"`

	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMessage *string `json:"error_message,omitempty"`

	StructDetail *QueryFlowCompareDataResp `json:"struct_detail,omitempty"`
}

func (QueryStructDetailResp) String ¶

func (o QueryStructDetailResp) String() string

type QueryStructProcessResp ¶

type QueryStructProcessResp struct {
	JobId string `json:"job_id"`

	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMessage *string `json:"error_message,omitempty"`

	StructProcess *StructProcessResp `json:"struct_process,omitempty"`
}

func (QueryStructProcessResp) String ¶

func (o QueryStructProcessResp) String() string

type QueryUserDetailResp ¶

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

	Account *string `json:"account,omitempty"`

	Comment *string `json:"comment,omitempty"`

	IsTransfer *bool `json:"is_transfer,omitempty"`

	Privileges *string `json:"privileges,omitempty"`

	Password *string `json:"password,omitempty"`

	Roles *[]string `json:"roles,omitempty"`

	Selected *bool `json:"selected,omitempty"`

	NoPrivileges *string `json:"no_privileges,omitempty"`

	ParentAccount *string `json:"parent_account,omitempty"`

	NoParentAccount *string `json:"no_parent_account,omitempty"`
}

func (QueryUserDetailResp) String ¶

func (o QueryUserDetailResp) String() string

type QueryUserResp ¶

type QueryUserResp struct {
	JobId *string `json:"job_id,omitempty"`

	IsGlobalPassword *string `json:"is_global_password,omitempty"`

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

	UserList *[]QueryUserDetailResp `json:"user_list,omitempty"`

	RolesList *[]QueryRoleDetailResp `json:"roles_list,omitempty"`

	IsSuccess *bool `json:"is_success,omitempty"`
}

func (QueryUserResp) String ¶

func (o QueryUserResp) String() string

type QuotaResource ¶

type QuotaResource struct {
	Type *string `json:"type,omitempty"`

	Min *int32 `json:"min,omitempty"`

	Max *int32 `json:"max,omitempty"`

	Quota *int32 `json:"quota,omitempty"`

	Used *int32 `json:"used,omitempty"`
}

func (QuotaResource) String ¶

func (o QuotaResource) String() string

type ReplaceDefinerInfo ¶

type ReplaceDefinerInfo struct {
	JobId string `json:"job_id"`

	ReplaceDefiner bool `json:"replace_definer"`
}

func (ReplaceDefinerInfo) String ¶

func (o ReplaceDefinerInfo) String() string

type ResourceTag ¶

type ResourceTag struct {
	Key *string `json:"key,omitempty"`

	Value *string `json:"value,omitempty"`
}

func (ResourceTag) String ¶

func (o ResourceTag) String() string

type RetryInfo ¶

type RetryInfo struct {
	JobId string `json:"job_id"`

	IsSyncReEdit *bool `json:"is_sync_re_edit,omitempty"`
}

func (RetryInfo) String ¶

func (o RetryInfo) String() string

type RetryTaskResp ¶

type RetryTaskResp struct {
	Id string `json:"id"`

	Status string `json:"status"`

	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg *string `json:"error_msg,omitempty"`
}

func (RetryTaskResp) String ¶

func (o RetryTaskResp) String() string

type RpoAndRtoInfo ¶

type RpoAndRtoInfo struct {
	CheckPoint *string `json:"check_point,omitempty"`

	Delay *string `json:"delay,omitempty"`

	GtidSet *string `json:"gtid_set,omitempty"`

	Time *string `json:"time,omitempty"`
}

func (RpoAndRtoInfo) String ¶

func (o RpoAndRtoInfo) String() string

type SelectedSetAlarmTaskReq ¶

type SelectedSetAlarmTaskReq struct {
	JobId string `json:"job_id"`

	Status string `json:"status"`

	EngineType string `json:"engine_type"`
}

func (SelectedSetAlarmTaskReq) String ¶

func (o SelectedSetAlarmTaskReq) String() string

type ShowJobListRequest ¶

type ShowJobListRequest struct {
	XLanguage *ShowJobListRequestXLanguage `json:"X-Language,omitempty"`

	Body *QueryJobsReq `json:"body,omitempty"`
}

func (ShowJobListRequest) String ¶

func (o ShowJobListRequest) String() string

type ShowJobListRequestXLanguage ¶

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

func (ShowJobListRequestXLanguage) MarshalJSON ¶

func (c ShowJobListRequestXLanguage) MarshalJSON() ([]byte, error)

func (*ShowJobListRequestXLanguage) UnmarshalJSON ¶

func (c *ShowJobListRequestXLanguage) UnmarshalJSON(b []byte) error

func (ShowJobListRequestXLanguage) Value ¶

type ShowJobListRequestXLanguageEnum ¶

type ShowJobListRequestXLanguageEnum struct {
	EN_US ShowJobListRequestXLanguage
	ZH_CN ShowJobListRequestXLanguage
}

func GetShowJobListRequestXLanguageEnum ¶

func GetShowJobListRequestXLanguageEnum() ShowJobListRequestXLanguageEnum

type ShowJobListResponse ¶

type ShowJobListResponse struct {
	TotalRecord *int32 `json:"total_record,omitempty"`

	Jobs           *[]JobInfo `json:"jobs,omitempty"`
	HttpStatusCode int        `json:"-"`
}

func (ShowJobListResponse) String ¶

func (o ShowJobListResponse) String() string

type ShowMonitoringDataRequest ¶

type ShowMonitoringDataRequest struct {
	XLanguage *ShowMonitoringDataRequestXLanguage `json:"X-Language,omitempty"`

	Body *BatchQueryJobReq `json:"body,omitempty"`
}

func (ShowMonitoringDataRequest) String ¶

func (o ShowMonitoringDataRequest) String() string

type ShowMonitoringDataRequestXLanguage ¶

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

func (ShowMonitoringDataRequestXLanguage) MarshalJSON ¶

func (c ShowMonitoringDataRequestXLanguage) MarshalJSON() ([]byte, error)

func (*ShowMonitoringDataRequestXLanguage) UnmarshalJSON ¶

func (c *ShowMonitoringDataRequestXLanguage) UnmarshalJSON(b []byte) error

func (ShowMonitoringDataRequestXLanguage) Value ¶

type ShowMonitoringDataRequestXLanguageEnum ¶

type ShowMonitoringDataRequestXLanguageEnum struct {
	EN_US ShowMonitoringDataRequestXLanguage
	ZH_CN ShowMonitoringDataRequestXLanguage
}

func GetShowMonitoringDataRequestXLanguageEnum ¶

func GetShowMonitoringDataRequestXLanguageEnum() ShowMonitoringDataRequestXLanguageEnum

type ShowMonitoringDataResponse ¶

type ShowMonitoringDataResponse struct {
	Results *[]QueryDataGuardMonitorAndChartResp `json:"results,omitempty"`

	Count          *int32 `json:"count,omitempty"`
	HttpStatusCode int    `json:"-"`
}

func (ShowMonitoringDataResponse) String ¶

type ShowQuotasRequest ¶

type ShowQuotasRequest struct {
	XLanguage *ShowQuotasRequestXLanguage `json:"X-Language,omitempty"`
}

func (ShowQuotasRequest) String ¶

func (o ShowQuotasRequest) String() string

type ShowQuotasRequestXLanguage ¶

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

func (ShowQuotasRequestXLanguage) MarshalJSON ¶

func (c ShowQuotasRequestXLanguage) MarshalJSON() ([]byte, error)

func (*ShowQuotasRequestXLanguage) UnmarshalJSON ¶

func (c *ShowQuotasRequestXLanguage) UnmarshalJSON(b []byte) error

func (ShowQuotasRequestXLanguage) Value ¶

type ShowQuotasRequestXLanguageEnum ¶

type ShowQuotasRequestXLanguageEnum struct {
	EN_US ShowQuotasRequestXLanguage
	ZH_CN ShowQuotasRequestXLanguage
}

func GetShowQuotasRequestXLanguageEnum ¶

func GetShowQuotasRequestXLanguageEnum() ShowQuotasRequestXLanguageEnum

type ShowQuotasResponse ¶

type ShowQuotasResponse struct {
	Quotas         *QueryQuotaInfo `json:"quotas,omitempty"`
	HttpStatusCode int             `json:"-"`
}

func (ShowQuotasResponse) String ¶

func (o ShowQuotasResponse) String() string

type SpeedLimitInfo ¶

type SpeedLimitInfo struct {
	Begin string `json:"begin"`

	End string `json:"end"`

	Speed string `json:"speed"`

	IsUtc *bool `json:"is_utc,omitempty"`
}

func (SpeedLimitInfo) String ¶

func (o SpeedLimitInfo) String() string

type StartInfo ¶

type StartInfo struct {
	JobId string `json:"job_id"`

	StartTime *string `json:"start_time,omitempty"`
}

func (StartInfo) String ¶

func (o StartInfo) String() string

type StartJobResp ¶

type StartJobResp struct {
	Id string `json:"id"`

	Status *StartJobRespStatus `json:"status,omitempty"`

	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg *string `json:"error_msg,omitempty"`
}

func (StartJobResp) String ¶

func (o StartJobResp) String() string

type StartJobRespStatus ¶

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

func (StartJobRespStatus) MarshalJSON ¶

func (c StartJobRespStatus) MarshalJSON() ([]byte, error)

func (*StartJobRespStatus) UnmarshalJSON ¶

func (c *StartJobRespStatus) UnmarshalJSON(b []byte) error

func (StartJobRespStatus) Value ¶

func (c StartJobRespStatus) Value() string

type StartJobRespStatusEnum ¶

type StartJobRespStatusEnum struct {
	SUCCESS StartJobRespStatus
	FAILED  StartJobRespStatus
}

func GetStartJobRespStatusEnum ¶

func GetStartJobRespStatusEnum() StartJobRespStatusEnum

type StructDetailVo ¶

type StructDetailVo struct {
	Progress *int32 `json:"progress,omitempty"`

	SrcDB *string `json:"src_DB,omitempty"`

	SrcTB *string `json:"src_TB,omitempty"`

	DstDB *string `json:"dst_DB,omitempty"`

	DstTB *string `json:"dst_TB,omitempty"`
}

func (StructDetailVo) String ¶

func (o StructDetailVo) String() string

type StructProcessResp ¶

type StructProcessResp struct {
	CreateTime *string `json:"create_time,omitempty"`

	Result *[]StructProcessVo `json:"result,omitempty"`
}

func (StructProcessResp) String ¶

func (o StructProcessResp) String() string

type StructProcessVo ¶

type StructProcessVo struct {
	Type string `json:"type"`

	Status int32 `json:"status"`

	SrcCount int32 `json:"src_count"`

	DstCount int32 `json:"dst_count"`

	StartTime int64 `json:"start_time"`

	EndTime *int64 `json:"end_time,omitempty"`
}

func (StructProcessVo) String ¶

func (o StructProcessVo) String() string

type SubscriptionInfo ¶

type SubscriptionInfo struct {
	Endpoints *[]string `json:"endpoints,omitempty"`

	Protocol *SubscriptionInfoProtocol `json:"protocol,omitempty"`
}

func (SubscriptionInfo) String ¶

func (o SubscriptionInfo) String() string

type SubscriptionInfoProtocol ¶

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

func (SubscriptionInfoProtocol) MarshalJSON ¶

func (c SubscriptionInfoProtocol) MarshalJSON() ([]byte, error)

func (*SubscriptionInfoProtocol) UnmarshalJSON ¶

func (c *SubscriptionInfoProtocol) UnmarshalJSON(b []byte) error

func (SubscriptionInfoProtocol) Value ¶

func (c SubscriptionInfoProtocol) Value() string

type SubscriptionInfoProtocolEnum ¶

type SubscriptionInfoProtocolEnum struct {
	SMS   SubscriptionInfoProtocol
	EMAIL SubscriptionInfoProtocol
}

func GetSubscriptionInfoProtocolEnum ¶

func GetSubscriptionInfoProtocolEnum() SubscriptionInfoProtocolEnum

type SwitchoverResp ¶

type SwitchoverResp struct {
	JobId *string `json:"job_id,omitempty"`

	UpdatedAt *string `json:"updated_at,omitempty"`

	SourceDb *EndpointVo `json:"source_db,omitempty"`

	TargetDb *EndpointVo `json:"target_db,omitempty"`

	JobDirection *SwitchoverRespJobDirection `json:"job_direction,omitempty"`

	IsTargetReadonly *bool `json:"is_target_readonly,omitempty"`

	ErrorMsg *string `json:"error_msg,omitempty"`

	ErrorCode *string `json:"error_code,omitempty"`
}

func (SwitchoverResp) String ¶

func (o SwitchoverResp) String() string

type SwitchoverRespJobDirection ¶

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

func (SwitchoverRespJobDirection) MarshalJSON ¶

func (c SwitchoverRespJobDirection) MarshalJSON() ([]byte, error)

func (*SwitchoverRespJobDirection) UnmarshalJSON ¶

func (c *SwitchoverRespJobDirection) UnmarshalJSON(b []byte) error

func (SwitchoverRespJobDirection) Value ¶

type SwitchoverRespJobDirectionEnum ¶

type SwitchoverRespJobDirectionEnum struct {
	UP      SwitchoverRespJobDirection
	DOWN    SwitchoverRespJobDirection
	NON_DBS SwitchoverRespJobDirection
}

func GetSwitchoverRespJobDirectionEnum ¶

func GetSwitchoverRespJobDirectionEnum() SwitchoverRespJobDirectionEnum

type SyncPolicyReq ¶

type SyncPolicyReq struct {
	JobId string `json:"job_id"`

	ConflictPolicy *SyncPolicyReqConflictPolicy `json:"conflict_policy,omitempty"`

	FilterDdlPolicy *SyncPolicyReqFilterDdlPolicy `json:"filter_ddl_policy,omitempty"`

	DdlTrans *bool `json:"ddl_trans,omitempty"`

	IndexTrans *bool `json:"index_trans,omitempty"`

	TopicPolicy *SyncPolicyReqTopicPolicy `json:"topic_policy,omitempty"`

	Topic *string `json:"topic,omitempty"`

	PartitionPolicy *SyncPolicyReqPartitionPolicy `json:"partition_policy,omitempty"`

	KafkaDataFormat *SyncPolicyReqKafkaDataFormat `json:"kafka_data_format,omitempty"`

	TopicNameFormat *string `json:"topic_name_format,omitempty"`

	PartitionsNum *string `json:"partitions_num,omitempty"`

	ReplicationFactor *string `json:"replication_factor,omitempty"`

	IsFillMaterializedView *bool `json:"is_fill_materialized_view,omitempty"`

	ExportSnapshot *bool `json:"export_snapshot,omitempty"`

	SlotName *string `json:"slot_name,omitempty"`
}

func (SyncPolicyReq) String ¶

func (o SyncPolicyReq) String() string

type SyncPolicyReqConflictPolicy ¶

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

func (SyncPolicyReqConflictPolicy) MarshalJSON ¶

func (c SyncPolicyReqConflictPolicy) MarshalJSON() ([]byte, error)

func (*SyncPolicyReqConflictPolicy) UnmarshalJSON ¶

func (c *SyncPolicyReqConflictPolicy) UnmarshalJSON(b []byte) error

func (SyncPolicyReqConflictPolicy) Value ¶

type SyncPolicyReqConflictPolicyEnum ¶

type SyncPolicyReqConflictPolicyEnum struct {
	IGNORE    SyncPolicyReqConflictPolicy
	OVERWRITE SyncPolicyReqConflictPolicy
	STOP      SyncPolicyReqConflictPolicy
}

func GetSyncPolicyReqConflictPolicyEnum ¶

func GetSyncPolicyReqConflictPolicyEnum() SyncPolicyReqConflictPolicyEnum

type SyncPolicyReqFilterDdlPolicy ¶

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

func (SyncPolicyReqFilterDdlPolicy) MarshalJSON ¶

func (c SyncPolicyReqFilterDdlPolicy) MarshalJSON() ([]byte, error)

func (*SyncPolicyReqFilterDdlPolicy) UnmarshalJSON ¶

func (c *SyncPolicyReqFilterDdlPolicy) UnmarshalJSON(b []byte) error

func (SyncPolicyReqFilterDdlPolicy) Value ¶

type SyncPolicyReqFilterDdlPolicyEnum ¶

type SyncPolicyReqFilterDdlPolicyEnum struct {
	DROP_DATABASE SyncPolicyReqFilterDdlPolicy
}

func GetSyncPolicyReqFilterDdlPolicyEnum ¶

func GetSyncPolicyReqFilterDdlPolicyEnum() SyncPolicyReqFilterDdlPolicyEnum

type SyncPolicyReqKafkaDataFormat ¶

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

func (SyncPolicyReqKafkaDataFormat) MarshalJSON ¶

func (c SyncPolicyReqKafkaDataFormat) MarshalJSON() ([]byte, error)

func (*SyncPolicyReqKafkaDataFormat) UnmarshalJSON ¶

func (c *SyncPolicyReqKafkaDataFormat) UnmarshalJSON(b []byte) error

func (SyncPolicyReqKafkaDataFormat) Value ¶

type SyncPolicyReqKafkaDataFormatEnum ¶

type SyncPolicyReqKafkaDataFormatEnum struct {
	JSON SyncPolicyReqKafkaDataFormat
	AVRO SyncPolicyReqKafkaDataFormat
}

func GetSyncPolicyReqKafkaDataFormatEnum ¶

func GetSyncPolicyReqKafkaDataFormatEnum() SyncPolicyReqKafkaDataFormatEnum

type SyncPolicyReqPartitionPolicy ¶

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

func (SyncPolicyReqPartitionPolicy) MarshalJSON ¶

func (c SyncPolicyReqPartitionPolicy) MarshalJSON() ([]byte, error)

func (*SyncPolicyReqPartitionPolicy) UnmarshalJSON ¶

func (c *SyncPolicyReqPartitionPolicy) UnmarshalJSON(b []byte) error

func (SyncPolicyReqPartitionPolicy) Value ¶

type SyncPolicyReqTopicPolicy ¶

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

func (SyncPolicyReqTopicPolicy) MarshalJSON ¶

func (c SyncPolicyReqTopicPolicy) MarshalJSON() ([]byte, error)

func (*SyncPolicyReqTopicPolicy) UnmarshalJSON ¶

func (c *SyncPolicyReqTopicPolicy) UnmarshalJSON(b []byte) error

func (SyncPolicyReqTopicPolicy) Value ¶

func (c SyncPolicyReqTopicPolicy) Value() string

type SyncPolicyResp ¶

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

	Status *string `json:"status,omitempty"`

	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg *string `json:"error_msg,omitempty"`
}

func (SyncPolicyResp) String ¶

func (o SyncPolicyResp) String() string

type Tag ¶

type Tag struct {
	Key *string `json:"key,omitempty"`

	Value *string `json:"value,omitempty"`
}

func (Tag) String ¶

func (o Tag) String() string

type TestEndPoint ¶

type TestEndPoint struct {
	Id string `json:"id"`

	NetType TestEndPointNetType `json:"net_type"`

	DbType TestEndPointDbType `json:"db_type"`

	Ip string `json:"ip"`

	DbPort *int32 `json:"db_port,omitempty"`

	InstId *string `json:"inst_id,omitempty"`

	DbUser string `json:"db_user"`

	DbPassword string `json:"db_password"`

	SslLink *bool `json:"ssl_link,omitempty"`

	SslCertKey *string `json:"ssl_cert_key,omitempty"`

	SslCertName *string `json:"ssl_cert_name,omitempty"`

	SslCertCheckSum *string `json:"ssl_cert_check_sum,omitempty"`

	SslCertPassword *string `json:"ssl_cert_password,omitempty"`

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

	SubnetId *string `json:"subnet_id,omitempty"`

	EndPointType TestEndPointEndPointType `json:"end_point_type"`

	Region *string `json:"region,omitempty"`

	ProjectId *string `json:"project_id,omitempty"`

	DbName *string `json:"db_name,omitempty"`

	KafkaSecurityConfig *KafkaSecurity `json:"kafka_security_config,omitempty"`
}

func (TestEndPoint) String ¶

func (o TestEndPoint) String() string

type TestEndPointDbType ¶

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

func (TestEndPointDbType) MarshalJSON ¶

func (c TestEndPointDbType) MarshalJSON() ([]byte, error)

func (*TestEndPointDbType) UnmarshalJSON ¶

func (c *TestEndPointDbType) UnmarshalJSON(b []byte) error

func (TestEndPointDbType) Value ¶

func (c TestEndPointDbType) Value() string

type TestEndPointDbTypeEnum ¶

type TestEndPointDbTypeEnum struct {
	MYSQL       TestEndPointDbType
	MONGODB     TestEndPointDbType
	GAUSSDBV5   TestEndPointDbType
	POSTGRESQL  TestEndPointDbType
	KAFKA       TestEndPointDbType
	GAUSSDBV5HA TestEndPointDbType
}

func GetTestEndPointDbTypeEnum ¶

func GetTestEndPointDbTypeEnum() TestEndPointDbTypeEnum

type TestEndPointEndPointType ¶

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

func (TestEndPointEndPointType) MarshalJSON ¶

func (c TestEndPointEndPointType) MarshalJSON() ([]byte, error)

func (*TestEndPointEndPointType) UnmarshalJSON ¶

func (c *TestEndPointEndPointType) UnmarshalJSON(b []byte) error

func (TestEndPointEndPointType) Value ¶

func (c TestEndPointEndPointType) Value() string

type TestEndPointEndPointTypeEnum ¶

type TestEndPointEndPointTypeEnum struct {
	SO TestEndPointEndPointType
	TA TestEndPointEndPointType
}

func GetTestEndPointEndPointTypeEnum ¶

func GetTestEndPointEndPointTypeEnum() TestEndPointEndPointTypeEnum

type TestEndPointNetType ¶

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

func (TestEndPointNetType) MarshalJSON ¶

func (c TestEndPointNetType) MarshalJSON() ([]byte, error)

func (*TestEndPointNetType) UnmarshalJSON ¶

func (c *TestEndPointNetType) UnmarshalJSON(b []byte) error

func (TestEndPointNetType) Value ¶

func (c TestEndPointNetType) Value() string

type TestEndPointNetTypeEnum ¶

type TestEndPointNetTypeEnum struct {
	VPN TestEndPointNetType
	VPC TestEndPointNetType
	EIP TestEndPointNetType
}

func GetTestEndPointNetTypeEnum ¶

func GetTestEndPointNetTypeEnum() TestEndPointNetTypeEnum

type TransformationInfo ¶

type TransformationInfo struct {
	TransformationType TransformationInfoTransformationType `json:"transformation_type"`

	Value string `json:"value"`
}

func (TransformationInfo) String ¶

func (o TransformationInfo) String() string

type TransformationInfoTransformationType ¶

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

func (TransformationInfoTransformationType) MarshalJSON ¶

func (c TransformationInfoTransformationType) MarshalJSON() ([]byte, error)

func (*TransformationInfoTransformationType) UnmarshalJSON ¶

func (c *TransformationInfoTransformationType) UnmarshalJSON(b []byte) error

func (TransformationInfoTransformationType) Value ¶

type TransformationInfoTransformationTypeEnum ¶

type TransformationInfoTransformationTypeEnum struct {
	CONTENT_CONDITIONAL_FILTER TransformationInfoTransformationType
	CONFIG_CONDITIONAL_FILTER  TransformationInfoTransformationType
}

func GetTransformationInfoTransformationTypeEnum ¶

func GetTransformationInfoTransformationTypeEnum() TransformationInfoTransformationTypeEnum

type TuningParameter ¶

type TuningParameter struct {
	ParamName *string `json:"param_name,omitempty"`

	ParamValue *string `json:"param_value,omitempty"`

	Availability *string `json:"availability,omitempty"`
}

func (TuningParameter) String ¶

func (o TuningParameter) String() string

type UpdateDatabaseObjectReq ¶

type UpdateDatabaseObjectReq struct {
	JobId string `json:"job_id"`

	Selected *bool `json:"selected,omitempty"`

	SyncDatabase *bool `json:"sync_database,omitempty"`

	Job *[]DatabaseInfo `json:"job,omitempty"`
}

func (UpdateDatabaseObjectReq) String ¶

func (o UpdateDatabaseObjectReq) String() string

type UpdateParamsRequest ¶

type UpdateParamsRequest struct {
	JobId string `json:"job_id"`

	XLanguage *UpdateParamsRequestXLanguage `json:"X-Language,omitempty"`

	Body *ModifyTargetParamsReq `json:"body,omitempty"`
}

func (UpdateParamsRequest) String ¶

func (o UpdateParamsRequest) String() string

type UpdateParamsRequestXLanguage ¶

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

func (UpdateParamsRequestXLanguage) MarshalJSON ¶

func (c UpdateParamsRequestXLanguage) MarshalJSON() ([]byte, error)

func (*UpdateParamsRequestXLanguage) UnmarshalJSON ¶

func (c *UpdateParamsRequestXLanguage) UnmarshalJSON(b []byte) error

func (UpdateParamsRequestXLanguage) Value ¶

type UpdateParamsRequestXLanguageEnum ¶

type UpdateParamsRequestXLanguageEnum struct {
	EN_US UpdateParamsRequestXLanguage
	ZH_CN UpdateParamsRequestXLanguage
}

func GetUpdateParamsRequestXLanguageEnum ¶

func GetUpdateParamsRequestXLanguageEnum() UpdateParamsRequestXLanguageEnum

type UpdateParamsResponse ¶

type UpdateParamsResponse struct {
	Success *bool `json:"success,omitempty"`

	ShouldRestart *UpdateParamsResponseShouldRestart `json:"should_restart,omitempty"`

	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg       *string `json:"error_msg,omitempty"`
	HttpStatusCode int     `json:"-"`
}

func (UpdateParamsResponse) String ¶

func (o UpdateParamsResponse) String() string

type UpdateParamsResponseShouldRestart ¶

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

func (UpdateParamsResponseShouldRestart) MarshalJSON ¶

func (c UpdateParamsResponseShouldRestart) MarshalJSON() ([]byte, error)

func (*UpdateParamsResponseShouldRestart) UnmarshalJSON ¶

func (c *UpdateParamsResponseShouldRestart) UnmarshalJSON(b []byte) error

func (UpdateParamsResponseShouldRestart) Value ¶

type UpdateParamsResponseShouldRestartEnum ¶

type UpdateParamsResponseShouldRestartEnum struct {
	TRUE  UpdateParamsResponseShouldRestart
	FALSE UpdateParamsResponseShouldRestart
}

func GetUpdateParamsResponseShouldRestartEnum ¶

func GetUpdateParamsResponseShouldRestartEnum() UpdateParamsResponseShouldRestartEnum

type UpdateTuningParamsRequest ¶

type UpdateTuningParamsRequest struct {
	JobId string `json:"job_id"`

	XLanguage *UpdateTuningParamsRequestXLanguage `json:"X-Language,omitempty"`

	Body *ModifyTuningParamsReq `json:"body,omitempty"`
}

func (UpdateTuningParamsRequest) String ¶

func (o UpdateTuningParamsRequest) String() string

type UpdateTuningParamsRequestXLanguage ¶

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

func (UpdateTuningParamsRequestXLanguage) MarshalJSON ¶

func (c UpdateTuningParamsRequestXLanguage) MarshalJSON() ([]byte, error)

func (*UpdateTuningParamsRequestXLanguage) UnmarshalJSON ¶

func (c *UpdateTuningParamsRequestXLanguage) UnmarshalJSON(b []byte) error

func (UpdateTuningParamsRequestXLanguage) Value ¶

type UpdateTuningParamsRequestXLanguageEnum ¶

type UpdateTuningParamsRequestXLanguageEnum struct {
	EN_US UpdateTuningParamsRequestXLanguage
	ZH_CN UpdateTuningParamsRequestXLanguage
}

func GetUpdateTuningParamsRequestXLanguageEnum ¶

func GetUpdateTuningParamsRequestXLanguageEnum() UpdateTuningParamsRequestXLanguageEnum

type UpdateTuningParamsResponse ¶

type UpdateTuningParamsResponse struct {
	FullSync *[]TuningParameter `json:"full_sync,omitempty"`

	IncreCapture *[]TuningParameter `json:"incre_capture,omitempty"`

	IncreApply *[]TuningParameter `json:"incre_apply,omitempty"`

	IncreRelay *[]TuningParameter `json:"incre_relay,omitempty"`

	ModifyResult   *string `json:"modify_result,omitempty"`
	HttpStatusCode int     `json:"-"`
}

func (UpdateTuningParamsResponse) String ¶

type UpdateUserReq ¶

type UpdateUserReq struct {
	JobId string `json:"job_id"`

	Password *string `json:"password,omitempty"`

	List *[]UserAccountVo `json:"list,omitempty"`

	UserRoles *[]UserRoleVo `json:"user_roles,omitempty"`

	IsSetPassword bool `json:"is_set_password"`

	IsMigrateUser bool `json:"is_migrate_user"`

	IsSyncObjectPrivilege *bool `json:"is_sync_object_privilege,omitempty"`
}

func (UpdateUserReq) String ¶

func (o UpdateUserReq) String() string

type UserAccountVo ¶

type UserAccountVo struct {
	Id string `json:"id"`

	Account string `json:"account"`

	Comment *string `json:"comment,omitempty"`

	IsTransfer bool `json:"is_transfer"`

	Privileges *[]string `json:"privileges,omitempty"`

	Password *string `json:"password,omitempty"`

	IsSetPassword *bool `json:"is_set_password,omitempty"`

	Roles []string `json:"roles"`

	Selected bool `json:"selected"`
}

func (UserAccountVo) String ¶

func (o UserAccountVo) String() string

type UserRoleVo ¶

type UserRoleVo struct {
	Role string `json:"role"`

	Comment *string `json:"comment,omitempty"`

	IsTransfer bool `json:"is_transfer"`

	Privileges string `json:"privileges"`

	InheritsRoles *[]string `json:"inherits_roles,omitempty"`

	Selected *bool `json:"selected,omitempty"`
}

func (UserRoleVo) String ¶

func (o UserRoleVo) String() string

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL