public static class DescribeDiskMonitorDataResponseBody.DescribeDiskMonitorDataResponseBodyMonitorDataDiskMonitorData
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
BPSRead
The read bandwidth of the disk.
|
Integer |
BPSTotal
The total read and write bandwidth of the disk.
|
Integer |
BPSWrite
The write bandwidth of the disk.
|
String |
diskId
The ID of the disk.
|
Integer |
IOPSRead
The number of read I/O operations per second on the disk.
|
Integer |
IOPSTotal
The total number of read and write I/O operations per second on the disk.
|
Integer |
IOPSWrite
The number of write I/O operations per second on the disk.
|
Integer |
latencyRead
The read latency of the disk.
|
Integer |
latencyWrite
The write latency of the disk.
|
String |
timeStamp
The timestamp of the monitoring data.
|
构造器和说明 |
---|
DescribeDiskMonitorDataResponseBodyMonitorDataDiskMonitorData() |
@NameInMap(value="BPSRead") public Integer BPSRead
The read bandwidth of the disk. Unit: byte/s.
example:0
@NameInMap(value="BPSTotal") public Integer BPSTotal
The total read and write bandwidth of the disk. Unit: byte/s.
example:204
@NameInMap(value="BPSWrite") public Integer BPSWrite
The write bandwidth of the disk. Unit: byte/s.
example:204
@NameInMap(value="DiskId") public String diskId
The ID of the disk.
example:d-bp1bq5g3dxxo1x4o****
@NameInMap(value="IOPSRead") public Integer IOPSRead
The number of read I/O operations per second on the disk.
example:0
@NameInMap(value="IOPSTotal") public Integer IOPSTotal
The total number of read and write I/O operations per second on the disk.
example:0
@NameInMap(value="IOPSWrite") public Integer IOPSWrite
The number of write I/O operations per second on the disk.
example:0
@NameInMap(value="LatencyRead") public Integer latencyRead
The read latency of the disk. Unit: microseconds.
example:0
@NameInMap(value="LatencyWrite") public Integer latencyWrite
The write latency of the disk. Unit: microseconds.
example:0
public DescribeDiskMonitorDataResponseBodyMonitorDataDiskMonitorData()
public static DescribeDiskMonitorDataResponseBody.DescribeDiskMonitorDataResponseBodyMonitorDataDiskMonitorData build(Map<String,?> map) throws Exception
Exception
public DescribeDiskMonitorDataResponseBody.DescribeDiskMonitorDataResponseBodyMonitorDataDiskMonitorData setBPSRead(Integer BPSRead)
public Integer getBPSRead()
public DescribeDiskMonitorDataResponseBody.DescribeDiskMonitorDataResponseBodyMonitorDataDiskMonitorData setBPSTotal(Integer BPSTotal)
public Integer getBPSTotal()
public DescribeDiskMonitorDataResponseBody.DescribeDiskMonitorDataResponseBodyMonitorDataDiskMonitorData setBPSWrite(Integer BPSWrite)
public Integer getBPSWrite()
public DescribeDiskMonitorDataResponseBody.DescribeDiskMonitorDataResponseBodyMonitorDataDiskMonitorData setDiskId(String diskId)
public String getDiskId()
public DescribeDiskMonitorDataResponseBody.DescribeDiskMonitorDataResponseBodyMonitorDataDiskMonitorData setIOPSRead(Integer IOPSRead)
public Integer getIOPSRead()
public DescribeDiskMonitorDataResponseBody.DescribeDiskMonitorDataResponseBodyMonitorDataDiskMonitorData setIOPSTotal(Integer IOPSTotal)
public Integer getIOPSTotal()
public DescribeDiskMonitorDataResponseBody.DescribeDiskMonitorDataResponseBodyMonitorDataDiskMonitorData setIOPSWrite(Integer IOPSWrite)
public Integer getIOPSWrite()
public DescribeDiskMonitorDataResponseBody.DescribeDiskMonitorDataResponseBodyMonitorDataDiskMonitorData setLatencyRead(Integer latencyRead)
public Integer getLatencyRead()
public DescribeDiskMonitorDataResponseBody.DescribeDiskMonitorDataResponseBodyMonitorDataDiskMonitorData setLatencyWrite(Integer latencyWrite)
public Integer getLatencyWrite()
public DescribeDiskMonitorDataResponseBody.DescribeDiskMonitorDataResponseBodyMonitorDataDiskMonitorData setTimeStamp(String timeStamp)
public String getTimeStamp()
Copyright © 2024. All rights reserved.