public static class DescribeEniMonitorDataResponseBody.DescribeEniMonitorDataResponseBodyMonitorDataEniMonitorData
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
dropPacketRx
The number of received packets that were dropped by the secondary ENI over the internal network.
|
String |
dropPacketTx
The number of sent packets that were dropped by the secondary ENI over the internal network.
|
String |
eniId
The ID of the secondary ENI.
|
String |
intranetRx
The average rate at which the secondary ENI received data over the internal network.
|
String |
intranetTx
The average rate at which the secondary ENI sent data 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 monitoring data.
|
构造器和说明 |
---|
DescribeEniMonitorDataResponseBodyMonitorDataEniMonitorData() |
@NameInMap(value="DropPacketRx") public String dropPacketRx
The number of received packets that were dropped by the secondary ENI over the internal network.
example:0
@NameInMap(value="DropPacketTx") public String dropPacketTx
The number of sent packets that were dropped by the secondary ENI over the internal network.
example:0
@NameInMap(value="EniId") public String eniId
The ID of the secondary ENI.
example:eni-bp19da36d6xdwey****
@NameInMap(value="IntranetRx") public String intranetRx
The average rate at which the secondary ENI received data over the internal network. Unit: Kbit/s.
example:0
@NameInMap(value="IntranetTx") public String intranetTx
The average rate at which the secondary ENI sent data over the internal network. Unit: Kbit/s.
example:0
@NameInMap(value="PacketRx") public String packetRx
The number of packets received by the secondary ENI over the internal network.
example:0
@NameInMap(value="PacketTx") public String packetTx
The number of packets sent by the secondary ENI over the internal network.
example:0
@NameInMap(value="TimeStamp") public String timeStamp
The timestamp of the monitoring data. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
example:2018-05-21T03:22:00Z
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 © 2024. All rights reserved.