public class DomainInterfaceStats
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
long |
rx_bytes |
long |
rx_drop |
long |
rx_errs |
long |
rx_packets |
long |
tx_bytes |
long |
tx_drop |
long |
tx_errs |
long |
tx_packets |
| Constructor and Description |
|---|
DomainInterfaceStats() |
DomainInterfaceStats(virDomainInterfaceStats vStats) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public long rx_bytes
public long rx_packets
public long rx_errs
public long rx_drop
public long tx_bytes
public long tx_packets
public long tx_errs
public long tx_drop
public DomainInterfaceStats()
public DomainInterfaceStats(virDomainInterfaceStats vStats)