public static class DescribeInstanceMonitorDataResponseBody.DescribeInstanceMonitorDataResponseBodyMonitorDataInstanceMonitorData
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
BPSRead
The read bandwidth of the cloud disks (system disk and data disks).
|
Integer |
BPSWrite
The write bandwidth of the cloud 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 number of CPU credits of the burstable instance.
|
Float |
CPUCreditUsage
The number of CPU credits consumed by the burstable instance.
|
Float |
CPUNotpaidSurplusCreditUsage
The unpaid overdrawn CPU credits.
|
String |
instanceId
The instance ID.
|
Integer |
internetBandwidth
The public bandwidth of the instance.
|
Integer |
internetRX
The Internet traffic received by the instance during the period that is specified by the
Period parameter. |
Integer |
internetTX
The Internet traffic sent by the instance during the period that is specified by the
Period parameter. |
Integer |
intranetBandwidth
The internal bandwidth of the instance.
|
Integer |
intranetRX
The internal data traffic received by the instance during the period that is specified by the
Period parameter. |
Integer |
intranetTX
The internal data traffic sent by the instance during the period that is specified by the
Period parameter. |
Integer |
IOPSRead
The number of read I/O operations per second on the cloud disks (system disk and data disks).
|
Integer |
IOPSWrite
The number of write I/O operations per second on the cloud 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 cloud disks (system disk and data disks). Unit: Byte/s.
example:1000
@NameInMap(value="BPSWrite") public Integer BPSWrite
The write bandwidth of the cloud disks (system disk and data disks). Unit: Byte/s.
example:13585
@NameInMap(value="CPU") public Integer CPU
The vCPU utilization of the instance. Unit: percent (%).
example:2
@NameInMap(value="CPUAdvanceCreditBalance") public Float CPUAdvanceCreditBalance
The overdrawn CPU credits of the burstable instance.
example:0.4
@NameInMap(value="CPUCreditBalance") public Float CPUCreditBalance
The total number of CPU credits of the burstable instance.
example:120
@NameInMap(value="CPUCreditUsage") public Float CPUCreditUsage
The number of CPU credits consumed by the burstable instance.
example:30
@NameInMap(value="CPUNotpaidSurplusCreditUsage") public Float CPUNotpaidSurplusCreditUsage
The unpaid overdrawn CPU credits.
example:0.5
@NameInMap(value="IOPSRead") public Integer IOPSRead
The number of read I/O operations per second on the cloud disks (system disk and data disks).
example:1000
@NameInMap(value="IOPSWrite") public Integer IOPSWrite
The number of write I/O operations per second on the cloud disks (system disk and data disks).
example:200
@NameInMap(value="InstanceId") public String instanceId
The instance ID.
example:i-bp1a36962lrhj4****
@NameInMap(value="InternetBandwidth") public Integer internetBandwidth
The public bandwidth of the instance. Unit: Kbit/s.
example:10
@NameInMap(value="InternetRX") public Integer internetRX
The Internet traffic received by the instance during the period that is specified by the Period
parameter. The period starts from the point in time that is specified by the TimeStamp
parameter. Unit: Kbit.
122
@NameInMap(value="InternetTX") public Integer internetTX
The Internet traffic sent by the instance during the period that is specified by the Period
parameter. The period starts from the point in time that is specified by the TimeStamp
parameter. Unit: Kbit.
343
@NameInMap(value="IntranetBandwidth") public Integer intranetBandwidth
The internal bandwidth of the instance. Unit: Kbit/s.
example:10
@NameInMap(value="IntranetRX") public Integer intranetRX
The internal data traffic received by the instance during the period that is specified by the Period
parameter. The period starts from the point in time that is specified by the TimeStamp
parameter. Unit: Kbit.
122
@NameInMap(value="IntranetTX") public Integer intranetTX
The internal data traffic sent by the instance during the period that is specified by the Period
parameter. The period starts from the point in time that is specified by the TimeStamp
parameter. Unit: Kbit.
343
@NameInMap(value="TimeStamp") public String timeStamp
The timestamp of the monitoring data.
example:2014-10-30T05:00:00Z
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 © 2024. All rights reserved.