Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResourceDcsParameters ¶
func ResourceDcsRestore ¶
Types ¶
type ParamsAttributes ¶
type ParamsConfig ¶
type ParamsConfig struct {
Config []ParamsAttributes `json:"redis_config"`
}
type ReadRespBody ¶
type ReadRespBody struct { RestoreRecordResponse []struct { Status string `json:"status"` Progress string `json:"progress"` RestoreId string `json:"restore_id"` BackupId string `json:"backup_id"` RestoreRemark string `json:"restore_remark"` BackupRemark interface{} `json:"backup_remark"` CreatedAt string `json:"created_at"` UpdatedAt string `json:"updated_at"` RestoreName string `json:"restore_name"` BackupName string `json:"backup_name"` SourceInstanceId string `json:"sourceInstanceId"` SourceInstanceName string `json:"sourceInstanceName"` ErrorCode interface{} `json:"error_code"` } `json:"restore_record_response"` TotalNum int `json:"total_num"` }
Click to show internal directories.
Click to hide internal directories.