public static class DescribeEniMonitorDataResponseBody.DescribeEniMonitorDataResponseBodyMonitorDataEniMonitorData
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
dropPacketRx
The number of dropped packets received by the secondary ENI over the internal network.
|
String |
dropPacketTx
The number of dropped packets sent by the secondary ENI over the internal network.
|
String |
eniId
The ID of the secondary ENI.
|
String |
intranetRx
The average rate of data traffic received by the secondary ENI over the internal network.
|
String |
intranetTx
The average rate of data traffic sent by the secondary ENI over the internal network.
|
String |
packetRx
The number of packets received by the secondary ENI over the internal network.
|
String |
packetTx
The number of packets sent by the secondary ENI over the internal network.
|
String |
timeStamp
The timestamp of the monitored data.
|
构造器和说明 |
---|
DescribeEniMonitorDataResponseBodyMonitorDataEniMonitorData() |
@NameInMap(value="DropPacketRx") public String dropPacketRx
The number of dropped packets received by the secondary ENI over the internal network.
@NameInMap(value="DropPacketTx") public String dropPacketTx
The number of dropped packets sent by the secondary ENI over the internal network.
@NameInMap(value="EniId") public String eniId
The ID of the secondary ENI.
@NameInMap(value="IntranetRx") public String intranetRx
The average rate of data traffic received by the secondary ENI over the internal network. Unit: Kbit/s.
@NameInMap(value="IntranetTx") public String intranetTx
The average rate of data traffic sent by the secondary ENI over the internal network. Unit: Kbit/s.
@NameInMap(value="PacketRx") public String packetRx
The number of packets received by the secondary ENI over the internal network.
@NameInMap(value="PacketTx") public String packetTx
The number of packets sent by the secondary ENI over the internal network.
@NameInMap(value="TimeStamp") public String timeStamp
The timestamp of the monitored data. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
public DescribeEniMonitorDataResponseBodyMonitorDataEniMonitorData()
public static DescribeEniMonitorDataResponseBody.DescribeEniMonitorDataResponseBodyMonitorDataEniMonitorData build(Map<String,?> map) throws Exception
Exception
public DescribeEniMonitorDataResponseBody.DescribeEniMonitorDataResponseBodyMonitorDataEniMonitorData setDropPacketRx(String dropPacketRx)
public String getDropPacketRx()
public DescribeEniMonitorDataResponseBody.DescribeEniMonitorDataResponseBodyMonitorDataEniMonitorData setDropPacketTx(String dropPacketTx)
public String getDropPacketTx()
public DescribeEniMonitorDataResponseBody.DescribeEniMonitorDataResponseBodyMonitorDataEniMonitorData setEniId(String eniId)
public String getEniId()
public DescribeEniMonitorDataResponseBody.DescribeEniMonitorDataResponseBodyMonitorDataEniMonitorData setIntranetRx(String intranetRx)
public String getIntranetRx()
public DescribeEniMonitorDataResponseBody.DescribeEniMonitorDataResponseBodyMonitorDataEniMonitorData setIntranetTx(String intranetTx)
public String getIntranetTx()
public DescribeEniMonitorDataResponseBody.DescribeEniMonitorDataResponseBodyMonitorDataEniMonitorData setPacketRx(String packetRx)
public String getPacketRx()
public DescribeEniMonitorDataResponseBody.DescribeEniMonitorDataResponseBodyMonitorDataEniMonitorData setPacketTx(String packetTx)
public String getPacketTx()
public DescribeEniMonitorDataResponseBody.DescribeEniMonitorDataResponseBodyMonitorDataEniMonitorData setTimeStamp(String timeStamp)
public String getTimeStamp()
Copyright © 2023. All rights reserved.