public class DescribeTaskListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeTaskListRequest() |
DescribeTaskListRequest(DescribeTaskListRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getBeginTime()
Get Start time of the task, for example, in the format of 2021-12-30 00:00:00.
|
String |
getEndTime()
Get End time of the task, for example, in the format of 2021-12-30 20:59:35.
|
String |
getInstanceId()
Get ID of a specified instance, such as "crs-xjhsdj****" Log in to the [Redis console](https://console.cloud.tencent.com/redis) and copy the instance ID in the instance list.
|
String |
getInstanceName()
Get Instance name
|
Long |
getLimit()
Get Number of taskss returned per page.
|
Long |
getOffset()
Get Pagination offset, which is an integral multiple of `Limit`.
|
String[] |
getOperateUin()
Get Operator account ID or UIN
|
Long[] |
getOperatorUin()
Deprecated.
|
Long[] |
getProjectIds()
Deprecated.
|
Long[] |
getResult()
Get Task execution status.
|
Long[] |
getTaskStatus()
Get This parameter is only for internal use and can be ignored.
|
String[] |
getTaskTypes()
Get Task type.
|
void |
setBeginTime(String BeginTime)
Set Start time of the task, for example, in the format of 2021-12-30 00:00:00.
|
void |
setEndTime(String EndTime)
Set End time of the task, for example, in the format of 2021-12-30 20:59:35.
|
void |
setInstanceId(String InstanceId)
Set ID of a specified instance, such as "crs-xjhsdj****" Log in to the [Redis console](https://console.cloud.tencent.com/redis) and copy the instance ID in the instance list.
|
void |
setInstanceName(String InstanceName)
Set Instance name
|
void |
setLimit(Long Limit)
Set Number of taskss returned per page.
|
void |
setOffset(Long Offset)
Set Pagination offset, which is an integral multiple of `Limit`.
|
void |
setOperateUin(String[] OperateUin)
Set Operator account ID or UIN
|
void |
setOperatorUin(Long[] OperatorUin)
Deprecated.
|
void |
setProjectIds(Long[] ProjectIds)
Deprecated.
|
void |
setResult(Long[] Result)
Set Task execution status.
|
void |
setTaskStatus(Long[] TaskStatus)
Set This parameter is only for internal use and can be ignored.
|
void |
setTaskTypes(String[] TaskTypes)
Set Task type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeTaskListRequest()
public DescribeTaskListRequest(DescribeTaskListRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- ID of a specified instance, such as "crs-xjhsdj****" Log in to the [Redis console](https://console.cloud.tencent.com/redis) and copy the instance ID in the instance list.public String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName
- Instance namepublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of taskss returned per page. Default value: `20`. Maximum value: `100`.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Pagination offset, which is an integral multiple of `Limit`. Calculation formula: `offset` = `limit` * (page number - 1).@Deprecated public Long[] getProjectIds()
@Deprecated public void setProjectIds(Long[] ProjectIds)
ProjectIds
- Project ID. This field has been deprecated. Please ignore it.public String[] getTaskTypes()
public void setTaskTypes(String[] TaskTypes)
TaskTypes
- Task type.
- FLOW_CREATE: "001", indicating instance creation.
- FLOW_RESIZE: "002", indicating configuration modification.
- FLOW_CLOSE: "003", indicating instance disabling.
- FLOW_CLEAN: "004", indicating instance cleanup.
- FLOW_STARTUP: "005", indicating instance enabling.
- FLOW_DELETE: "006", indicating instance deletion.
- FLOW_SETPWD: "007", indicating password reset.
- FLOW_EXPORTBACKUP: "009", indicating backup file export.
- FLOW_RESTOREBACKUP: "010", indicating backup restoration.
- FLOW_BACKUPINSTANCE: "012", indicating instance backup.
- FLOW_MIGRATEINSTANCE: "013", indicating instance migration.
- FLOW_DELBACKUP: "014", indicating backup deletion.
- FLOW_EXCHANGEINSTANCE: "016", indicating instance switch.
- FLOW_AUTOBACKUP: "017", indicating automatic instance backup.
- FLOW_MIGRATECHECK: "022", indicating migration parameter verification.
- FLOW_MIGRATETASK: "023", indicating that data migration is in progress.
- FLOW_CLEANDB: "025", indicating database cleanup.
- FLOW_CLONEBACKUP: "026": indicating backup cloning.
- FLOW_CHANGEVIP: "027", indicating VIP address modification.
- FLOW_EXPORSHR: "028", indicating scaling.
- FLOW_ADDNODES: "029", indicating node addition (removal).
- FLOW_CHANGENET: "031", indicating network type modification.
- FLOW_MODIFYINSTACEREADONLY: "033": indicating read-only policy modification.
- FLOW_MODIFYINSTANCEPARAMS: "034", indicating instance parameter modification.
- FLOW_MODIFYINSTANCEPASSWORDFREE: "035", indicating password-free access settings.
- FLOW_SWITCHINSTANCEVIP: "036", indicating instance VIP address switch.
- FLOW_MODIFYINSTANCEACCOUNT: "037", indicating instance account modification.
- FLOW_MODIFYINSTANCEBANDWIDTH: "038", indicating instance bandwidth modification.
- FLOW_ENABLEINSTANCE_REPLICATE: "039", indicating enabling of read-only replica.
- FLOW_DISABLEINSTANCE_REPLICATE: "040", indicating disabling of read-only replica.
- FLOW_UpgradeArch: "041", indicating instance architecture upgrade from the standard architecture to the cluster architecture.
- FLOW_DowngradeArch: "042", indicating instance architecture downgrade from the cluster architecture to the standard architecture.
- FLOW_UpgradeVersion: "043", indicating version upgrade.
- FLOW_MODIFYCONNECTIONCONFIG: "044", indicating adjustment of the bandwidth and the number of connections.
- FLOW_CLEARNETWORK: "045", indicating network change.
- FLOW_REMOVE_BACKUP_FILE: "046", indicating backup deletion.
- FLOW_UPGRADE_SUPPORT_MULTI_AZ: "047", indicating instance upgrade to multi-AZ deployment.
- FLOW_SHUTDOWN_MASTER: "048", indicating fault simulation.
- FLOW_CHANGE_REPLICA_TO_MASTER: "049", indicating manual promotion to the primary node.
- FLOW_CODE_ADD_REPLICATION_INSTANCE: "050", indicating replication group addition.
- FLOW_OPEN_WAN: "052", indicating enabling of public network access.
- FLOW_CLOSE_WAN: "053", indicating disabling of public network access.
- FLOW_UPDATE_WAN: "054", indicating update of the public network access configuration.
- FLOW_CODE_DELETE_REPLICATION_INSTANCE: "055", indicating replication group unbinding.
- FLOW_CODE_CHANGE_MASTER_INSTANCE: "056", indicating switching a replication group instance to the primary instance.
- FLOW_CODE_CHANGE_INSTANCE_ROLE: "057", indicating modification of the replication group instance role.
- FLOW_MIGRATE_NODE: "058", indicating node migration.
- FLOW_SWITCH_NODE: "059", indicating node switch.
- FLOW_UPGRADE_SMALL_VERSION: "060", indicating Redis version upgrade.
- FLOW_UPGRADE_PROXY_VERSION: "061", indicating proxy version upgrade.
- FLOW_MODIFY_INSTANCE_NETWORK: "062", indicating instance network modification.
- FLOW_MIGRATE_PROXY_NODE: "063", indicating proxy node migration.
- FLOW_MIGRATION_INSTANCE_ZONE: "066", indicating that instance migration to another AZ is in progress.
- FLOW_UPGRADE_INSTANCE_CACHE_AND_PROXY: "067", indicating that instance version upgrade is in progress.
- FLOW_MODIFY_PROXY_NUM: "069", indicating proxy node addition (removal).
- FLOW_MODIFYBACKUPMOD: "070", indicating instance backup mode modification.public String getBeginTime()
public void setBeginTime(String BeginTime)
BeginTime
- Start time of the task, for example, in the format of 2021-12-30 00:00:00. Data in the last 30 days can be queried.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time of the task, for example, in the format of 2021-12-30 20:59:35. Data in the last 30 days can be queried.public Long[] getTaskStatus()
public void setTaskStatus(Long[] TaskStatus)
TaskStatus
- This parameter is only for internal use and can be ignored.public Long[] getResult()
public void setResult(Long[] Result)
Result
- Task execution status. Valid values: - `0` (initilized) - `1` (executing) - `2` (completed) - `4` (failed)@Deprecated public Long[] getOperatorUin()
@Deprecated public void setOperatorUin(Long[] OperatorUin)
OperatorUin
- The field `OperatorUin` has been disused and replaced by `OperateUin`.public String[] getOperateUin()
public void setOperateUin(String[] OperateUin)
OperateUin
- Operator account ID or UINCopyright © 2025. All rights reserved.