public static class DescribeInstanceMonitorDataResponseBody.DescribeInstanceMonitorDataResponseBodyMonitorDataInstanceMonitorData
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
BPSRead
The read bandwidth of the disks (system disk and data disks).
|
Integer |
BPSWrite
The write bandwidth of the disks (system disk and data disks).
|
Integer |
CPU
The vCPU utilization of the instance.
|
Float |
CPUAdvanceCreditBalance
The overdrawn CPU credits of the burstable instance.
|
Float |
CPUCreditBalance
The total CPU credits of the burstable instance.
|
Float |
CPUCreditUsage
The number of CPU credits consumed by the burstable instance.
|
Float |
CPUNotpaidSurplusCreditUsage
The unpaid excess credits.
|
String |
instanceId
The ID of the instance.
|
Integer |
internetBandwidth
The public bandwidth of the instance.
|
Integer |
internetRX
The public data traffic received by the instance during the period specified by the `Period` parameter, which starts from the time specified by the `TimeStamp` parameter.
|
Integer |
internetTX
The public data traffic sent by the instance during the period specified by the `Period` parameter, which starts from the time specified by the `TimeStamp` parameter.
|
Integer |
intranetBandwidth
The internal bandwidth of the instance.
|
Integer |
intranetRX
The internal data traffic received by the instance during the period specified by the `Period` parameter, which starts from the time specified by the `TimeStamp` parameter.
|
Integer |
intranetTX
The internal data traffic sent by the instance during the period specified by the `Period` parameter, which starts from the time specified by the `TimeStamp` parameter.
|
Integer |
IOPSRead
The number of read I/O operations per second on the disks (system disk and data disks).
|
Integer |
IOPSWrite
The number of write I/O operations per second on the disks (system disk and data disks).
|
String |
timeStamp
The timestamp of the monitoring data.
|
构造器和说明 |
---|
DescribeInstanceMonitorDataResponseBodyMonitorDataInstanceMonitorData() |
@NameInMap(value="BPSRead") public Integer BPSRead
The read bandwidth of the disks (system disk and data disks). Unit: Byte/s.
@NameInMap(value="BPSWrite") public Integer BPSWrite
The write bandwidth of the disks (system disk and data disks). Unit: Byte/s.
@NameInMap(value="CPU") public Integer CPU
The vCPU utilization of the instance. Unit: percent (%).
@NameInMap(value="CPUAdvanceCreditBalance") public Float CPUAdvanceCreditBalance
The overdrawn CPU credits of the burstable instance.
@NameInMap(value="CPUCreditBalance") public Float CPUCreditBalance
The total CPU credits of the burstable instance.
@NameInMap(value="CPUCreditUsage") public Float CPUCreditUsage
The number of CPU credits consumed by the burstable instance.
@NameInMap(value="CPUNotpaidSurplusCreditUsage") public Float CPUNotpaidSurplusCreditUsage
The unpaid excess credits.
@NameInMap(value="IOPSRead") public Integer IOPSRead
The number of read I/O operations per second on the disks (system disk and data disks).
@NameInMap(value="IOPSWrite") public Integer IOPSWrite
The number of write I/O operations per second on the disks (system disk and data disks).
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance.
@NameInMap(value="InternetBandwidth") public Integer internetBandwidth
The public bandwidth of the instance. Unit: Kbit/s.
@NameInMap(value="InternetRX") public Integer internetRX
The public data traffic received by the instance during the period specified by the `Period` parameter, which starts from the time specified by the `TimeStamp` parameter. Unit: Kbit/s.
@NameInMap(value="InternetTX") public Integer internetTX
The public data traffic sent by the instance during the period specified by the `Period` parameter, which starts from the time specified by the `TimeStamp` parameter. Unit: Kbit/s.
@NameInMap(value="IntranetBandwidth") public Integer intranetBandwidth
The internal bandwidth of the instance. Unit: Kbit/s.
@NameInMap(value="IntranetRX") public Integer intranetRX
The internal data traffic received by the instance during the period specified by the `Period` parameter, which starts from the time specified by the `TimeStamp` parameter. Unit: Kbit/s.
@NameInMap(value="IntranetTX") public Integer intranetTX
The internal data traffic sent by the instance during the period specified by the `Period` parameter, which starts from the time specified by the `TimeStamp` parameter. Unit: Kbit/s.
@NameInMap(value="TimeStamp") public String timeStamp
The timestamp of the monitoring data.
public DescribeInstanceMonitorDataResponseBodyMonitorDataInstanceMonitorData()
public static DescribeInstanceMonitorDataResponseBody.DescribeInstanceMonitorDataResponseBodyMonitorDataInstanceMonitorData build(Map<String,?> map) throws Exception
Exception
public DescribeInstanceMonitorDataResponseBody.DescribeInstanceMonitorDataResponseBodyMonitorDataInstanceMonitorData setBPSRead(Integer BPSRead)
public Integer getBPSRead()
public DescribeInstanceMonitorDataResponseBody.DescribeInstanceMonitorDataResponseBodyMonitorDataInstanceMonitorData setBPSWrite(Integer BPSWrite)
public Integer getBPSWrite()
public DescribeInstanceMonitorDataResponseBody.DescribeInstanceMonitorDataResponseBodyMonitorDataInstanceMonitorData setCPU(Integer CPU)
public Integer getCPU()
public DescribeInstanceMonitorDataResponseBody.DescribeInstanceMonitorDataResponseBodyMonitorDataInstanceMonitorData setCPUAdvanceCreditBalance(Float CPUAdvanceCreditBalance)
public Float getCPUAdvanceCreditBalance()
public DescribeInstanceMonitorDataResponseBody.DescribeInstanceMonitorDataResponseBodyMonitorDataInstanceMonitorData setCPUCreditBalance(Float CPUCreditBalance)
public Float getCPUCreditBalance()
public DescribeInstanceMonitorDataResponseBody.DescribeInstanceMonitorDataResponseBodyMonitorDataInstanceMonitorData setCPUCreditUsage(Float CPUCreditUsage)
public Float getCPUCreditUsage()
public DescribeInstanceMonitorDataResponseBody.DescribeInstanceMonitorDataResponseBodyMonitorDataInstanceMonitorData setCPUNotpaidSurplusCreditUsage(Float CPUNotpaidSurplusCreditUsage)
public Float getCPUNotpaidSurplusCreditUsage()
public DescribeInstanceMonitorDataResponseBody.DescribeInstanceMonitorDataResponseBodyMonitorDataInstanceMonitorData setIOPSRead(Integer IOPSRead)
public Integer getIOPSRead()
public DescribeInstanceMonitorDataResponseBody.DescribeInstanceMonitorDataResponseBodyMonitorDataInstanceMonitorData setIOPSWrite(Integer IOPSWrite)
public Integer getIOPSWrite()
public DescribeInstanceMonitorDataResponseBody.DescribeInstanceMonitorDataResponseBodyMonitorDataInstanceMonitorData setInstanceId(String instanceId)
public String getInstanceId()
public DescribeInstanceMonitorDataResponseBody.DescribeInstanceMonitorDataResponseBodyMonitorDataInstanceMonitorData setInternetBandwidth(Integer internetBandwidth)
public Integer getInternetBandwidth()
public DescribeInstanceMonitorDataResponseBody.DescribeInstanceMonitorDataResponseBodyMonitorDataInstanceMonitorData setInternetRX(Integer internetRX)
public Integer getInternetRX()
public DescribeInstanceMonitorDataResponseBody.DescribeInstanceMonitorDataResponseBodyMonitorDataInstanceMonitorData setInternetTX(Integer internetTX)
public Integer getInternetTX()
public DescribeInstanceMonitorDataResponseBody.DescribeInstanceMonitorDataResponseBodyMonitorDataInstanceMonitorData setIntranetBandwidth(Integer intranetBandwidth)
public Integer getIntranetBandwidth()
public DescribeInstanceMonitorDataResponseBody.DescribeInstanceMonitorDataResponseBodyMonitorDataInstanceMonitorData setIntranetRX(Integer intranetRX)
public Integer getIntranetRX()
public DescribeInstanceMonitorDataResponseBody.DescribeInstanceMonitorDataResponseBodyMonitorDataInstanceMonitorData setIntranetTX(Integer intranetTX)
public Integer getIntranetTX()
public DescribeInstanceMonitorDataResponseBody.DescribeInstanceMonitorDataResponseBodyMonitorDataInstanceMonitorData setTimeStamp(String timeStamp)
public String getTimeStamp()
Copyright © 2023. All rights reserved.