Uses of Class
com.vmware.nsx_policy.model.DfwDropCounters
-
Packages that use DfwDropCounters Package Description com.vmware.nsx_policy.model -
-
Uses of DfwDropCounters in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return DfwDropCounters Modifier and Type Method Description static DfwDropCountersDfwDropCounters. _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 DfwDropCountersDfwDropCounters. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.DfwDropCountersDfwDropCounters.Builder. build()DfwDropCountersAggregatedDataCounterEx. getDroppedByFirewallPackets()DfwDropCountersLogicalPortStatistics. getDroppedByFirewallPackets()DfwDropCountersLogicalSwitchStatistics. getDroppedByFirewallPackets()DfwDropCountersSegmentPortStatistics. getDroppedByFirewallPackets()DfwDropCountersSegmentStatistics. getDroppedByFirewallPackets()DfwDropCountersSubnetStatistics. getDroppedByFirewallPackets()Methods in com.vmware.nsx_policy.model with parameters of type DfwDropCounters Modifier and Type Method Description AggregatedDataCounterEx.BuilderAggregatedDataCounterEx.Builder. setDroppedByFirewallPackets(DfwDropCounters droppedByFirewallPackets)voidAggregatedDataCounterEx. setDroppedByFirewallPackets(DfwDropCounters droppedByFirewallPackets)LogicalPortStatistics.BuilderLogicalPortStatistics.Builder. setDroppedByFirewallPackets(DfwDropCounters droppedByFirewallPackets)voidLogicalPortStatistics. setDroppedByFirewallPackets(DfwDropCounters droppedByFirewallPackets)LogicalSwitchStatistics.BuilderLogicalSwitchStatistics.Builder. setDroppedByFirewallPackets(DfwDropCounters droppedByFirewallPackets)voidLogicalSwitchStatistics. setDroppedByFirewallPackets(DfwDropCounters droppedByFirewallPackets)SegmentPortStatistics.BuilderSegmentPortStatistics.Builder. setDroppedByFirewallPackets(DfwDropCounters droppedByFirewallPackets)voidSegmentPortStatistics. setDroppedByFirewallPackets(DfwDropCounters droppedByFirewallPackets)SegmentStatistics.BuilderSegmentStatistics.Builder. setDroppedByFirewallPackets(DfwDropCounters droppedByFirewallPackets)voidSegmentStatistics. setDroppedByFirewallPackets(DfwDropCounters droppedByFirewallPackets)SubnetStatistics.BuilderSubnetStatistics.Builder. setDroppedByFirewallPackets(DfwDropCounters droppedByFirewallPackets)voidSubnetStatistics. setDroppedByFirewallPackets(DfwDropCounters droppedByFirewallPackets)
-