public static class ListBenchmarkTaskResponseBody.ListBenchmarkTaskResponseBodyTasks
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
availableAgent
The number of instances that are available for stress testing.
|
String |
createTime
The time when the stress testing task was created.
|
String |
message
The returned message.
|
String |
region
The region ID of the stress testing task.
|
String |
serviceName
The name of the service on which you want to perform a stress testing.
|
String |
status
The state of the stress testing task.
|
String |
taskId
The ID of the stress testing task.
|
String |
taskName
The name of the stress testing task.
|
String |
updateTime
The time when the stress testing task was updated.
|
| 构造器和说明 |
|---|
ListBenchmarkTaskResponseBodyTasks() |
@NameInMap(value="AvailableAgent") public Long availableAgent
The number of instances that are available for stress testing.
example:2
@NameInMap(value="CreateTime") public String createTime
The time when the stress testing task was created.
example:2020-12-04T02:43:15Z
@NameInMap(value="Message") public String message
The returned message.
example:Benchmark task [benchmark-larec-test-1076] is Running
@NameInMap(value="Region") public String region
The region ID of the stress testing task.
example:cn-shanghai
@NameInMap(value="ServiceName") public String serviceName
The name of the service on which you want to perform a stress testing.
example:test_quota
@NameInMap(value="Status") public String status
The state of the stress testing task.
Valid values:
Creating
Starting
DeleteFailed
Running
Stopping
Error
Updating
Deleting
CreateFailed
Running
@NameInMap(value="TaskId") public String taskId
The ID of the stress testing task.
example:eas-b-gv4y86uvgt****i
@NameInMap(value="TaskName") public String taskName
The name of the stress testing task.
example:benchmark-larec-test-1076
@NameInMap(value="UpdateTime") public String updateTime
The time when the stress testing task was updated.
example:2020-06-24T03:11:30Z
public static ListBenchmarkTaskResponseBody.ListBenchmarkTaskResponseBodyTasks build(Map<String,?> map) throws Exception
Exceptionpublic ListBenchmarkTaskResponseBody.ListBenchmarkTaskResponseBodyTasks setAvailableAgent(Long availableAgent)
public Long getAvailableAgent()
public ListBenchmarkTaskResponseBody.ListBenchmarkTaskResponseBodyTasks setCreateTime(String createTime)
public String getCreateTime()
public ListBenchmarkTaskResponseBody.ListBenchmarkTaskResponseBodyTasks setMessage(String message)
public String getMessage()
public ListBenchmarkTaskResponseBody.ListBenchmarkTaskResponseBodyTasks setRegion(String region)
public String getRegion()
public ListBenchmarkTaskResponseBody.ListBenchmarkTaskResponseBodyTasks setServiceName(String serviceName)
public String getServiceName()
public ListBenchmarkTaskResponseBody.ListBenchmarkTaskResponseBodyTasks setStatus(String status)
public String getStatus()
public ListBenchmarkTaskResponseBody.ListBenchmarkTaskResponseBodyTasks setTaskId(String taskId)
public String getTaskId()
public ListBenchmarkTaskResponseBody.ListBenchmarkTaskResponseBodyTasks setTaskName(String taskName)
public String getTaskName()
public ListBenchmarkTaskResponseBody.ListBenchmarkTaskResponseBodyTasks setUpdateTime(String updateTime)
public String getUpdateTime()
Copyright © 2024. All rights reserved.