public static final class SubnetStatistics.Builder
extends java.lang.Object
SubnetStatistics.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
SubnetStatistics. |
public Builder()
SubnetStatistics.public SubnetStatistics.Builder setRxBytes(DataCounter rxBytes)
rxBytes - New value for the property.public SubnetStatistics.Builder setRxPackets(DataCounter rxPackets)
rxPackets - New value for the property.public SubnetStatistics.Builder setTxBytes(DataCounter txBytes)
txBytes - New value for the property.public SubnetStatistics.Builder setTxPackets(DataCounter txPackets)
txPackets - New value for the property.public SubnetStatistics.Builder setDroppedBySecurityPackets(PacketsDroppedBySecurity droppedBySecurityPackets)
droppedBySecurityPackets - New value for the property.public SubnetStatistics.Builder setMacLearning(MacLearningCounters macLearning)
macLearning - New value for the property.public SubnetStatistics.Builder setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
lastUpdateTimestamp - New value for the property.public SubnetStatistics.Builder setLogicalSwitchId(java.lang.String logicalSwitchId)
logicalSwitchId - New value for the property.public SubnetStatistics.Builder setNsxtSwsec(SwsecCounters nsxtSwsec)
nsxtSwsec - New value for the property.public SubnetStatistics.Builder setNsxtVdl2(Vdl2Counters nsxtVdl2)
nsxtVdl2 - New value for the property.public SubnetStatistics.Builder setNsxtVdrb(VdrbCounters nsxtVdrb)
nsxtVdrb - New value for the property.public SubnetStatistics build()