public class DistributedVirtualSwitchPortStatistics extends DynamicData
Java class for DistributedVirtualSwitchPortStatistics complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistributedVirtualSwitchPortStatistics">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="packetsInMulticast" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="packetsOutMulticast" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="bytesInMulticast" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="bytesOutMulticast" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="packetsInUnicast" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="packetsOutUnicast" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="bytesInUnicast" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="bytesOutUnicast" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="packetsInBroadcast" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="packetsOutBroadcast" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="bytesInBroadcast" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="bytesOutBroadcast" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="packetsInDropped" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="packetsOutDropped" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="packetsInException" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="packetsOutException" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="bytesInFromPnic" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="bytesOutToPnic" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
bytesInBroadcast |
protected Long |
bytesInFromPnic |
protected long |
bytesInMulticast |
protected long |
bytesInUnicast |
protected long |
bytesOutBroadcast |
protected long |
bytesOutMulticast |
protected Long |
bytesOutToPnic |
protected long |
bytesOutUnicast |
protected long |
packetsInBroadcast |
protected long |
packetsInDropped |
protected long |
packetsInException |
protected long |
packetsInMulticast |
protected long |
packetsInUnicast |
protected long |
packetsOutBroadcast |
protected long |
packetsOutDropped |
protected long |
packetsOutException |
protected long |
packetsOutMulticast |
protected long |
packetsOutUnicast |
| Constructor and Description |
|---|
DistributedVirtualSwitchPortStatistics() |
| Modifier and Type | Method and Description |
|---|---|
long |
getBytesInBroadcast()
Gets the value of the bytesInBroadcast property.
|
Long |
getBytesInFromPnic()
Gets the value of the bytesInFromPnic property.
|
long |
getBytesInMulticast()
Gets the value of the bytesInMulticast property.
|
long |
getBytesInUnicast()
Gets the value of the bytesInUnicast property.
|
long |
getBytesOutBroadcast()
Gets the value of the bytesOutBroadcast property.
|
long |
getBytesOutMulticast()
Gets the value of the bytesOutMulticast property.
|
Long |
getBytesOutToPnic()
Gets the value of the bytesOutToPnic property.
|
long |
getBytesOutUnicast()
Gets the value of the bytesOutUnicast property.
|
long |
getPacketsInBroadcast()
Gets the value of the packetsInBroadcast property.
|
long |
getPacketsInDropped()
Gets the value of the packetsInDropped property.
|
long |
getPacketsInException()
Gets the value of the packetsInException property.
|
long |
getPacketsInMulticast()
Gets the value of the packetsInMulticast property.
|
long |
getPacketsInUnicast()
Gets the value of the packetsInUnicast property.
|
long |
getPacketsOutBroadcast()
Gets the value of the packetsOutBroadcast property.
|
long |
getPacketsOutDropped()
Gets the value of the packetsOutDropped property.
|
long |
getPacketsOutException()
Gets the value of the packetsOutException property.
|
long |
getPacketsOutMulticast()
Gets the value of the packetsOutMulticast property.
|
long |
getPacketsOutUnicast()
Gets the value of the packetsOutUnicast property.
|
void |
setBytesInBroadcast(long value)
Sets the value of the bytesInBroadcast property.
|
void |
setBytesInFromPnic(Long value)
Sets the value of the bytesInFromPnic property.
|
void |
setBytesInMulticast(long value)
Sets the value of the bytesInMulticast property.
|
void |
setBytesInUnicast(long value)
Sets the value of the bytesInUnicast property.
|
void |
setBytesOutBroadcast(long value)
Sets the value of the bytesOutBroadcast property.
|
void |
setBytesOutMulticast(long value)
Sets the value of the bytesOutMulticast property.
|
void |
setBytesOutToPnic(Long value)
Sets the value of the bytesOutToPnic property.
|
void |
setBytesOutUnicast(long value)
Sets the value of the bytesOutUnicast property.
|
void |
setPacketsInBroadcast(long value)
Sets the value of the packetsInBroadcast property.
|
void |
setPacketsInDropped(long value)
Sets the value of the packetsInDropped property.
|
void |
setPacketsInException(long value)
Sets the value of the packetsInException property.
|
void |
setPacketsInMulticast(long value)
Sets the value of the packetsInMulticast property.
|
void |
setPacketsInUnicast(long value)
Sets the value of the packetsInUnicast property.
|
void |
setPacketsOutBroadcast(long value)
Sets the value of the packetsOutBroadcast property.
|
void |
setPacketsOutDropped(long value)
Sets the value of the packetsOutDropped property.
|
void |
setPacketsOutException(long value)
Sets the value of the packetsOutException property.
|
void |
setPacketsOutMulticast(long value)
Sets the value of the packetsOutMulticast property.
|
void |
setPacketsOutUnicast(long value)
Sets the value of the packetsOutUnicast property.
|
protected long packetsInMulticast
protected long packetsOutMulticast
protected long bytesInMulticast
protected long bytesOutMulticast
protected long packetsInUnicast
protected long packetsOutUnicast
protected long bytesInUnicast
protected long bytesOutUnicast
protected long packetsInBroadcast
protected long packetsOutBroadcast
protected long bytesInBroadcast
protected long bytesOutBroadcast
protected long packetsInDropped
protected long packetsOutDropped
protected long packetsInException
protected long packetsOutException
protected Long bytesInFromPnic
protected Long bytesOutToPnic
public DistributedVirtualSwitchPortStatistics()
public long getPacketsInMulticast()
public void setPacketsInMulticast(long value)
public long getPacketsOutMulticast()
public void setPacketsOutMulticast(long value)
public long getBytesInMulticast()
public void setBytesInMulticast(long value)
public long getBytesOutMulticast()
public void setBytesOutMulticast(long value)
public long getPacketsInUnicast()
public void setPacketsInUnicast(long value)
public long getPacketsOutUnicast()
public void setPacketsOutUnicast(long value)
public long getBytesInUnicast()
public void setBytesInUnicast(long value)
public long getBytesOutUnicast()
public void setBytesOutUnicast(long value)
public long getPacketsInBroadcast()
public void setPacketsInBroadcast(long value)
public long getPacketsOutBroadcast()
public void setPacketsOutBroadcast(long value)
public long getBytesInBroadcast()
public void setBytesInBroadcast(long value)
public long getBytesOutBroadcast()
public void setBytesOutBroadcast(long value)
public long getPacketsInDropped()
public void setPacketsInDropped(long value)
public long getPacketsOutDropped()
public void setPacketsOutDropped(long value)
public long getPacketsInException()
public void setPacketsInException(long value)
public long getPacketsOutException()
public void setPacketsOutException(long value)
public Long getBytesInFromPnic()
Longpublic void setBytesInFromPnic(Long value)
value - allowed object is
Longpublic Long getBytesOutToPnic()
LongCopyright © 2018. All rights reserved.