Class Fastpath.Builder

  • Enclosing class:
    Fastpath

    public static final class Fastpath.Builder
    extends java.lang.Object
    Builder class for Fastpath.
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()
      Constructor with parameters for the required properties of Fastpath.
    • Constructor Detail

      • Builder

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

      • setRxDrops

        public Fastpath.Builder setRxDrops​(java.lang.Long rxDrops)
        Count of rx packet drops of ENS Fastpath / Not applicable for FC Module. format: int64
        Parameters:
        rxDrops - New value for the property.
      • setRxDropsSp

        public Fastpath.Builder setRxDropsSp​(java.lang.Long rxDropsSp)
        Count of rx pkts drops of slowpath / Not applicable for FC Module. format: int64
        Parameters:
        rxDropsSp - New value for the property.
      • setRxDropsUplink

        public Fastpath.Builder setRxDropsUplink​(java.lang.Long rxDropsUplink)
        Count of rx packet drops of ENS Uplink / Not applicable for FC Module. format: int64
        Parameters:
        rxDropsUplink - New value for the property.
      • setTxDrops

        public Fastpath.Builder setTxDrops​(java.lang.Long txDrops)
        Count of tx packet drops of ENS Fastpath / Count of packets dropped at FC lookup of vnic. format: int64
        Parameters:
        txDrops - New value for the property.
      • setTxDropsSp

        public Fastpath.Builder setTxDropsSp​(java.lang.Long txDropsSp)
        Count of tx pkts drops by slowpath / Not applicable for FC Module. format: int64
        Parameters:
        txDropsSp - New value for the property.
      • setTxDropsUplink

        public Fastpath.Builder setTxDropsUplink​(java.lang.Long txDropsUplink)
        Count of tx packet drops of ENS Uplink / Count of packets dropped at FC lookup of Uplink. format: int64
        Parameters:
        txDropsUplink - New value for the property.