public final class Ipv4Stats
extends java.lang.Object
implements java.io.Serializable, com.vmware.vapi.bindings.StaticStructure
Modifier and Type | Class and Description |
---|---|
static class |
Ipv4Stats.Builder
Builder class for
Ipv4Stats . |
Modifier and Type | Field and Description |
---|---|
protected com.vmware.vapi.data.StructValue |
__dynamicStructureFields |
Modifier | Constructor and Description |
---|---|
|
Ipv4Stats()
Default constructor.
|
protected |
Ipv4Stats(com.vmware.vapi.data.StructValue __dynamicStructureFields) |
Modifier and Type | Method and Description |
---|---|
<T extends com.vmware.vapi.bindings.Structure> |
_convertTo(java.lang.Class<T> clazz) |
java.lang.String |
_getCanonicalName() |
static java.lang.String |
_getCanonicalTypeName()
Returns the canonical type name.
|
static com.vmware.vapi.bindings.type.StructType |
_getClassType()
WARNING: Internal method, subject to change in future versions.
|
com.vmware.vapi.data.StructValue |
_getDataValue() |
com.vmware.vapi.data.DataValue |
_getDynamicField(java.lang.String fieldName) |
java.util.Set<java.lang.String> |
_getDynamicFieldNames() |
com.vmware.vapi.bindings.type.StructType |
_getType() |
boolean |
_hasTypeNameOf(java.lang.Class<? extends com.vmware.vapi.bindings.Structure> clazz) |
static Ipv4Stats |
_newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static Ipv4Stats |
_newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
void |
_setDynamicField(java.lang.String fieldName,
com.vmware.vapi.data.DataValue fieldValue) |
protected void |
_updateDataValue(com.vmware.vapi.data.StructValue structValue) |
void |
_validate() |
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getArpHoldPktsDrops()
Arp HoldPkts Drops format: int64
|
java.lang.Long |
getArpProbesTx()
ARP Probes TX format: int64
|
java.lang.Long |
getArpRequestForProxyMyIpRx()
ARP Request for Proxy My IP RX format: int64
|
java.lang.Long |
getArpRequestForProxyRx()
ARP Request for Proxy RX format: int64
|
java.lang.Long |
getArpRequestRx()
ARP Request RX format: int64
|
java.lang.Long |
getArpRequestTx()
ARP Request TX format: int64
|
java.lang.Long |
getArpResponseRx()
ARP Response RX format: int64
|
java.lang.Long |
getArpResponseTx()
ARP Response TX format: int64
|
java.lang.Long |
getBadChecksumDrops()
Bad Checksum Drops format: int64
|
java.lang.Long |
getBlackholedPacketsDrops()
Blackholed Packets Drops format: int64
|
java.lang.Long |
getGarpRx()
GARP RX format: int64
|
java.lang.Long |
getGarpTx()
GARP TX format: int64
|
java.lang.Long |
getIcmpEchoReqRx()
TICMP Echo Req RX format: int64
|
java.lang.Long |
getIcmpEchoRspTx()
ICMP Echo Rsp TX format: int64
|
java.lang.Long |
getIcmpHostUnreachableTx()
ICMP Host Unreachable TX format: int64
|
java.lang.Long |
getIcmpNetUnreachableTx()
ICMP Net Unreachable TX format: int64
|
java.lang.Long |
getIcmpRedirectTx()
ICMP Redirect TX format: int64
|
java.lang.Long |
getIcmpTimeExceededTx()
ICMP Time Exceeded TX format: int64
|
java.lang.Long |
getIpAndArpPacketsRx()
IP & ARP packets RX format: int64
|
java.lang.Long |
getIpAndArpPacketsTx()
IP & ARP packets TX format: int64
|
java.lang.Long |
getIpPacketsConsumed()
IP packets Consumed format: int64
|
java.lang.Long |
getIpPacketsForwardedToLif()
IP packets Forwarded to Lif format: int64
|
java.lang.Long |
getIpPacketsFragmented()
IP packets Fragmented format: int64
|
java.lang.Long |
getIpPacketsIgnored()
IP packets Ignored format: int64
|
java.lang.Long |
getNeighborNotFound()
Neighbor not found format: int64
|
java.lang.Long |
getPacketAllocationFailure()
Packet Allocation Failure format: int64
|
java.lang.Long |
getRouteNotFoundToDest()
Route not found to Dest format: int64
|
java.lang.Long |
getRpfFailureDrops()
RPF Failure Drops format: int64
|
java.lang.Long |
getTtlZeroDrops()
TTL Zero Drops format: int64
|
java.lang.Long |
getUnsupportedPacketsDrops()
Unsupported Packets Drops format: int64
|
int |
hashCode() |
void |
setArpHoldPktsDrops(java.lang.Long arpHoldPktsDrops)
Arp HoldPkts Drops format: int64
|
void |
setArpProbesTx(java.lang.Long arpProbesTx)
ARP Probes TX format: int64
|
void |
setArpRequestForProxyMyIpRx(java.lang.Long arpRequestForProxyMyIpRx)
ARP Request for Proxy My IP RX format: int64
|
void |
setArpRequestForProxyRx(java.lang.Long arpRequestForProxyRx)
ARP Request for Proxy RX format: int64
|
void |
setArpRequestRx(java.lang.Long arpRequestRx)
ARP Request RX format: int64
|
void |
setArpRequestTx(java.lang.Long arpRequestTx)
ARP Request TX format: int64
|
void |
setArpResponseRx(java.lang.Long arpResponseRx)
ARP Response RX format: int64
|
void |
setArpResponseTx(java.lang.Long arpResponseTx)
ARP Response TX format: int64
|
void |
setBadChecksumDrops(java.lang.Long badChecksumDrops)
Bad Checksum Drops format: int64
|
void |
setBlackholedPacketsDrops(java.lang.Long blackholedPacketsDrops)
Blackholed Packets Drops format: int64
|
void |
setGarpRx(java.lang.Long garpRx)
GARP RX format: int64
|
void |
setGarpTx(java.lang.Long garpTx)
GARP TX format: int64
|
void |
setIcmpEchoReqRx(java.lang.Long icmpEchoReqRx)
TICMP Echo Req RX format: int64
|
void |
setIcmpEchoRspTx(java.lang.Long icmpEchoRspTx)
ICMP Echo Rsp TX format: int64
|
void |
setIcmpHostUnreachableTx(java.lang.Long icmpHostUnreachableTx)
ICMP Host Unreachable TX format: int64
|
void |
setIcmpNetUnreachableTx(java.lang.Long icmpNetUnreachableTx)
ICMP Net Unreachable TX format: int64
|
void |
setIcmpRedirectTx(java.lang.Long icmpRedirectTx)
ICMP Redirect TX format: int64
|
void |
setIcmpTimeExceededTx(java.lang.Long icmpTimeExceededTx)
ICMP Time Exceeded TX format: int64
|
void |
setIpAndArpPacketsRx(java.lang.Long ipAndArpPacketsRx)
IP & ARP packets RX format: int64
|
void |
setIpAndArpPacketsTx(java.lang.Long ipAndArpPacketsTx)
IP & ARP packets TX format: int64
|
void |
setIpPacketsConsumed(java.lang.Long ipPacketsConsumed)
IP packets Consumed format: int64
|
void |
setIpPacketsForwardedToLif(java.lang.Long ipPacketsForwardedToLif)
IP packets Forwarded to Lif format: int64
|
void |
setIpPacketsFragmented(java.lang.Long ipPacketsFragmented)
IP packets Fragmented format: int64
|
void |
setIpPacketsIgnored(java.lang.Long ipPacketsIgnored)
IP packets Ignored format: int64
|
void |
setNeighborNotFound(java.lang.Long neighborNotFound)
Neighbor not found format: int64
|
void |
setPacketAllocationFailure(java.lang.Long packetAllocationFailure)
Packet Allocation Failure format: int64
|
void |
setRouteNotFoundToDest(java.lang.Long routeNotFoundToDest)
Route not found to Dest format: int64
|
void |
setRpfFailureDrops(java.lang.Long rpfFailureDrops)
RPF Failure Drops format: int64
|
void |
setTtlZeroDrops(java.lang.Long ttlZeroDrops)
TTL Zero Drops format: int64
|
void |
setUnsupportedPacketsDrops(java.lang.Long unsupportedPacketsDrops)
Unsupported Packets Drops format: int64
|
java.lang.String |
toString() |
protected com.vmware.vapi.data.StructValue __dynamicStructureFields
public Ipv4Stats()
protected Ipv4Stats(com.vmware.vapi.data.StructValue __dynamicStructureFields)
public java.lang.Long getArpHoldPktsDrops()
public void setArpHoldPktsDrops(java.lang.Long arpHoldPktsDrops)
arpHoldPktsDrops
- New value for the property.public java.lang.Long getArpProbesTx()
public void setArpProbesTx(java.lang.Long arpProbesTx)
arpProbesTx
- New value for the property.public java.lang.Long getArpRequestForProxyMyIpRx()
public void setArpRequestForProxyMyIpRx(java.lang.Long arpRequestForProxyMyIpRx)
arpRequestForProxyMyIpRx
- New value for the property.public java.lang.Long getArpRequestForProxyRx()
public void setArpRequestForProxyRx(java.lang.Long arpRequestForProxyRx)
arpRequestForProxyRx
- New value for the property.public java.lang.Long getArpRequestRx()
public void setArpRequestRx(java.lang.Long arpRequestRx)
arpRequestRx
- New value for the property.public java.lang.Long getArpRequestTx()
public void setArpRequestTx(java.lang.Long arpRequestTx)
arpRequestTx
- New value for the property.public java.lang.Long getArpResponseRx()
public void setArpResponseRx(java.lang.Long arpResponseRx)
arpResponseRx
- New value for the property.public java.lang.Long getArpResponseTx()
public void setArpResponseTx(java.lang.Long arpResponseTx)
arpResponseTx
- New value for the property.public java.lang.Long getBadChecksumDrops()
public void setBadChecksumDrops(java.lang.Long badChecksumDrops)
badChecksumDrops
- New value for the property.public java.lang.Long getBlackholedPacketsDrops()
public void setBlackholedPacketsDrops(java.lang.Long blackholedPacketsDrops)
blackholedPacketsDrops
- New value for the property.public java.lang.Long getGarpRx()
public void setGarpRx(java.lang.Long garpRx)
garpRx
- New value for the property.public java.lang.Long getGarpTx()
public void setGarpTx(java.lang.Long garpTx)
garpTx
- New value for the property.public java.lang.Long getIcmpEchoReqRx()
public void setIcmpEchoReqRx(java.lang.Long icmpEchoReqRx)
icmpEchoReqRx
- New value for the property.public java.lang.Long getIcmpEchoRspTx()
public void setIcmpEchoRspTx(java.lang.Long icmpEchoRspTx)
icmpEchoRspTx
- New value for the property.public java.lang.Long getIcmpHostUnreachableTx()
public void setIcmpHostUnreachableTx(java.lang.Long icmpHostUnreachableTx)
icmpHostUnreachableTx
- New value for the property.public java.lang.Long getIcmpNetUnreachableTx()
public void setIcmpNetUnreachableTx(java.lang.Long icmpNetUnreachableTx)
icmpNetUnreachableTx
- New value for the property.public java.lang.Long getIcmpRedirectTx()
public void setIcmpRedirectTx(java.lang.Long icmpRedirectTx)
icmpRedirectTx
- New value for the property.public java.lang.Long getIcmpTimeExceededTx()
public void setIcmpTimeExceededTx(java.lang.Long icmpTimeExceededTx)
icmpTimeExceededTx
- New value for the property.public java.lang.Long getIpAndArpPacketsRx()
public void setIpAndArpPacketsRx(java.lang.Long ipAndArpPacketsRx)
ipAndArpPacketsRx
- New value for the property.public java.lang.Long getIpAndArpPacketsTx()
public void setIpAndArpPacketsTx(java.lang.Long ipAndArpPacketsTx)
ipAndArpPacketsTx
- New value for the property.public java.lang.Long getIpPacketsConsumed()
public void setIpPacketsConsumed(java.lang.Long ipPacketsConsumed)
ipPacketsConsumed
- New value for the property.public java.lang.Long getIpPacketsForwardedToLif()
public void setIpPacketsForwardedToLif(java.lang.Long ipPacketsForwardedToLif)
ipPacketsForwardedToLif
- New value for the property.public java.lang.Long getIpPacketsFragmented()
public void setIpPacketsFragmented(java.lang.Long ipPacketsFragmented)
ipPacketsFragmented
- New value for the property.public java.lang.Long getIpPacketsIgnored()
public void setIpPacketsIgnored(java.lang.Long ipPacketsIgnored)
ipPacketsIgnored
- New value for the property.public java.lang.Long getNeighborNotFound()
public void setNeighborNotFound(java.lang.Long neighborNotFound)
neighborNotFound
- New value for the property.public java.lang.Long getPacketAllocationFailure()
public void setPacketAllocationFailure(java.lang.Long packetAllocationFailure)
packetAllocationFailure
- New value for the property.public java.lang.Long getRouteNotFoundToDest()
public void setRouteNotFoundToDest(java.lang.Long routeNotFoundToDest)
routeNotFoundToDest
- New value for the property.public java.lang.Long getRpfFailureDrops()
public void setRpfFailureDrops(java.lang.Long rpfFailureDrops)
rpfFailureDrops
- New value for the property.public java.lang.Long getTtlZeroDrops()
public void setTtlZeroDrops(java.lang.Long ttlZeroDrops)
ttlZeroDrops
- New value for the property.public java.lang.Long getUnsupportedPacketsDrops()
public void setUnsupportedPacketsDrops(java.lang.Long unsupportedPacketsDrops)
unsupportedPacketsDrops
- New value for the property.public com.vmware.vapi.bindings.type.StructType _getType()
_getType
in interface com.vmware.vapi.bindings.StaticStructure
public com.vmware.vapi.data.StructValue _getDataValue()
_getDataValue
in interface com.vmware.vapi.bindings.Structure
protected void _updateDataValue(com.vmware.vapi.data.StructValue structValue)
public void _validate()
_validate
in interface com.vmware.vapi.bindings.StaticStructure
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in interface com.vmware.vapi.bindings.StaticStructure
toString
in class java.lang.Object
public boolean _hasTypeNameOf(java.lang.Class<? extends com.vmware.vapi.bindings.Structure> clazz)
_hasTypeNameOf
in interface com.vmware.vapi.bindings.Structure
public <T extends com.vmware.vapi.bindings.Structure> T _convertTo(java.lang.Class<T> clazz)
_convertTo
in interface com.vmware.vapi.bindings.Structure
public void _setDynamicField(java.lang.String fieldName, com.vmware.vapi.data.DataValue fieldValue)
_setDynamicField
in interface com.vmware.vapi.bindings.StaticStructure
public com.vmware.vapi.data.DataValue _getDynamicField(java.lang.String fieldName)
_getDynamicField
in interface com.vmware.vapi.bindings.StaticStructure
public java.util.Set<java.lang.String> _getDynamicFieldNames()
_getDynamicFieldNames
in interface com.vmware.vapi.bindings.StaticStructure
public static com.vmware.vapi.bindings.type.StructType _getClassType()
StructType
instance representing the static bindings
type for this Structure
.public java.lang.String _getCanonicalName()
_getCanonicalName
in interface com.vmware.vapi.bindings.Structure
public static java.lang.String _getCanonicalTypeName()
_getCanonicalName()
.public static Ipv4Stats _newInstance(com.vmware.vapi.data.StructValue structValue)
structValue
- the source of the data contained in the binding object. Could
contain more data than fields of this class can describe i.e.
newer version of the binding object. Could be null.StructType
public static Ipv4Stats _newInstance2(com.vmware.vapi.data.StructValue structValue)