Class DfwDropCounters.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of DfwDropCounters.
    • Method Detail

      • setRxDropped

        public DfwDropCounters.Builder setRxDropped​(java.lang.Long rxDropped)
        The number of received packets dropped by distributed firewall rules due to rule actions. format: int64
        Parameters:
        rxDropped - New value for the property.
      • setTxDropped

        public DfwDropCounters.Builder setTxDropped​(java.lang.Long txDropped)
        The number of sent packets dropped by distributed firewall rules due to rule actions. format: int64
        Parameters:
        txDropped - New value for the property.