Class VirtualSwitchCounter.Builder

    • Constructor Detail

      • Builder

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

      • setForgedTransmitRxDrops

        public VirtualSwitchCounter.Builder setForgedTransmitRxDrops​(java.lang.Long forgedTransmitRxDrops)
        Drops due to forged transmits disabled. format: int64
        Parameters:
        forgedTransmitRxDrops - New value for the property.
      • setUnknownUnicastRxUplinkPkts

        public VirtualSwitchCounter.Builder setUnknownUnicastRxUplinkPkts​(java.lang.Long unknownUnicastRxUplinkPkts)
        Unknown unicast flooded packets received from uplink. format: int64
        Parameters:
        unknownUnicastRxUplinkPkts - New value for the property.
      • setUnknownUnicastTxUplinkPkts

        public VirtualSwitchCounter.Builder setUnknownUnicastTxUplinkPkts​(java.lang.Long unknownUnicastTxUplinkPkts)
        Unknown unicast flooded packets sent on the uplink. format: int64
        Parameters:
        unknownUnicastTxUplinkPkts - New value for the property.
      • setVlanTagMismatchRx

        public VirtualSwitchCounter.Builder setVlanTagMismatchRx​(java.lang.Long vlanTagMismatchRx)
        Drops due to VLAN tag mismatch of packets received by vswitch. format: int64
        Parameters:
        vlanTagMismatchRx - New value for the property.
      • setVlanTagMismatchRxMcast

        public VirtualSwitchCounter.Builder setVlanTagMismatchRxMcast​(java.lang.Long vlanTagMismatchRxMcast)
        Drops due to VLAN tag mismatch of packets received by vswitch. format: int64
        Parameters:
        vlanTagMismatchRxMcast - New value for the property.
      • setVlanTagMismatchTx

        public VirtualSwitchCounter.Builder setVlanTagMismatchTx​(java.lang.Long vlanTagMismatchTx)
        Drops due to VLAN tag mismatch of packets forwarded by vswitch. format: int64
        Parameters:
        vlanTagMismatchTx - New value for the property.
      • setVlanTagMismatchTxMcast

        public VirtualSwitchCounter.Builder setVlanTagMismatchTxMcast​(java.lang.Long vlanTagMismatchTxMcast)
        Drops due to VLAN tag mismatch of packets forwarded by vswitch. format: int64
        Parameters:
        vlanTagMismatchTxMcast - New value for the property.
      • setVniTagMismatchTx

        public VirtualSwitchCounter.Builder setVniTagMismatchTx​(java.lang.Long vniTagMismatchTx)
        Drops due to VNI tag mismatch of packets forwarded by vswitch. format: int64
        Parameters:
        vniTagMismatchTx - New value for the property.
      • setVniTagMismatchTxMcast

        public VirtualSwitchCounter.Builder setVniTagMismatchTxMcast​(java.lang.Long vniTagMismatchTxMcast)
        Drops due to VNI tag mismatch of packets forwarded by vswitch. format: int64
        Parameters:
        vniTagMismatchTxMcast - New value for the property.