Class Uplink.Builder

  • Enclosing class:
    Uplink

    public static final class Uplink.Builder
    extends java.lang.Object
    Builder class for Uplink.
    • Constructor Detail

      • Builder

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

      • setUplinkInfo

        public Uplink.Builder setUplinkInfo​(java.lang.String uplinkInfo)
        Possible values are: Additional information indicating if the uplink is being configured for certain data-path features. An uplink can be considered as DPU capable if the corresponding host-switch data-path processing is offloaded to the SmartNic. PRP_LAN enums are not supported currently.
        Parameters:
        uplinkInfo - New value for the property.
      • setUplinkName

        public Uplink.Builder setUplinkName​(java.lang.String uplinkName)
        Name of this uplink
        Parameters:
        uplinkName - New value for the property.
      • build

        public Uplink build()