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 for executing a task, in the format of “2020-10-12 00:00:00”.
|
String |
getEndTime()
Get End time for executing a task, 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()
Get The field `OperatorUin` has been disused and replaced by `OperateUin`.
|
Long[] |
getProjectIds()
Get Project ID Log in to the [Redis console](https://console.cloud.tencent.com/redis#/), go to the account information menu in the top-right corner, and select **Project Management** to query the project ID.
|
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 for executing a task, in the format of “2020-10-12 00:00:00”.
|
void |
setEndTime(String EndTime)
Set End time for executing a task, 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)
Set The field `OperatorUin` has been disused and replaced by `OperateUin`.
|
void |
setProjectIds(Long[] ProjectIds)
Set Project ID Log in to the [Redis console](https://console.cloud.tencent.com/redis#/), go to the account information menu in the top-right corner, and select **Project Management** to query the project ID.
|
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).public Long[] getProjectIds()
public void setProjectIds(Long[] ProjectIds)
ProjectIds
- Project ID Log in to the [Redis console](https://console.cloud.tencent.com/redis#/), go to the account information menu in the top-right corner, and select **Project Management** to query the project ID.public String[] getTaskTypes()
public void setTaskTypes(String[] TaskTypes)
TaskTypes
- Task type. Valid values: - `FLOW_CREATE`: Create an instance. - `FLOW_MODIFYCONNECTIONCONFIG`: Adjust the number of bandwidth connections. - `FLOW_MODIFYINSTANCEPASSWORDFREE`: Modify the process of password-free access. - `FLOW_CLEARNETWORK`: Returning VPC - `FLOW_SETPWD`: Set the access password. - `FLOW_EXPORSHR`: Expand or reduce the capacity. - `FLOW_UpgradeArch`: Upgrade the instance architecture. - `FLOW_MODIFYINSTANCEPARAMS`: Modify the instance parameters. - `FLOW_MODIFYINSTACEREADONLY`: Modify read-only process. - `FLOW_CLOSE`: Disable the instance. - `FLOW_DELETE`: Delete the instance. - `FLOW_OPEN_WAN`: Enable the public network. - `FLOW_FLOW_CLEAN`: Clear the instance. - `FLOW_MODIFYINSTANCEACCOUNT`: Modify the instance account. - `FLOW_ENABLEINSTANCE_REPLICATE`: Enable the replica read-only feature. - `FLOW_DISABLEINSTANCE_REPLICATE`: Disable the replica read-only feature. - `FLOW_SWITCHINSTANCEVIP`: Swap the VIPs of instances. - FLOW_CHANGE_REPLICA_TO_MSTER: Promote the replica node to the mater node. - `FLOW_BACKUPINSTANCE`: Back up an instance.public String getBeginTime()
public void setBeginTime(String BeginTime)
BeginTime
- Start time for executing a task, in the format of “2020-10-12 00:00:00”.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time for executing a task, in the format of “2021-12-30 20:59:35”.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)public Long[] getOperatorUin()
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 © 2024. All rights reserved.