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 DfwDropCounters
DfwDropCounters. _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 DfwDropCounters
DfwDropCounters. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.DfwDropCounters
DfwDropCounters.Builder. build()
DfwDropCounters
AggregatedDataCounterEx. getDroppedByFirewallPackets()
DfwDropCounters
LogicalPortStatistics. getDroppedByFirewallPackets()
DfwDropCounters
LogicalSwitchStatistics. getDroppedByFirewallPackets()
DfwDropCounters
SegmentPortStatistics. getDroppedByFirewallPackets()
DfwDropCounters
SegmentStatistics. getDroppedByFirewallPackets()
DfwDropCounters
SubnetStatistics. getDroppedByFirewallPackets()
Methods in com.vmware.nsx_policy.model with parameters of type DfwDropCounters Modifier and Type Method Description AggregatedDataCounterEx.Builder
AggregatedDataCounterEx.Builder. setDroppedByFirewallPackets(DfwDropCounters droppedByFirewallPackets)
void
AggregatedDataCounterEx. setDroppedByFirewallPackets(DfwDropCounters droppedByFirewallPackets)
LogicalPortStatistics.Builder
LogicalPortStatistics.Builder. setDroppedByFirewallPackets(DfwDropCounters droppedByFirewallPackets)
void
LogicalPortStatistics. setDroppedByFirewallPackets(DfwDropCounters droppedByFirewallPackets)
LogicalSwitchStatistics.Builder
LogicalSwitchStatistics.Builder. setDroppedByFirewallPackets(DfwDropCounters droppedByFirewallPackets)
void
LogicalSwitchStatistics. setDroppedByFirewallPackets(DfwDropCounters droppedByFirewallPackets)
SegmentPortStatistics.Builder
SegmentPortStatistics.Builder. setDroppedByFirewallPackets(DfwDropCounters droppedByFirewallPackets)
void
SegmentPortStatistics. setDroppedByFirewallPackets(DfwDropCounters droppedByFirewallPackets)
SegmentStatistics.Builder
SegmentStatistics.Builder. setDroppedByFirewallPackets(DfwDropCounters droppedByFirewallPackets)
void
SegmentStatistics. setDroppedByFirewallPackets(DfwDropCounters droppedByFirewallPackets)
SubnetStatistics.Builder
SubnetStatistics.Builder. setDroppedByFirewallPackets(DfwDropCounters droppedByFirewallPackets)
void
SubnetStatistics. setDroppedByFirewallPackets(DfwDropCounters droppedByFirewallPackets)
-