Class Pnic.Builder

  • Enclosing class:
    Pnic

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

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

      • Builder

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

      • setDeviceName

        public Pnic.Builder setDeviceName​(java.lang.String deviceName)
        device name or key
        Parameters:
        deviceName - New value for the property.
      • setUplinkName

        public Pnic.Builder setUplinkName​(java.lang.String uplinkName)
        Uplink name for this Pnic. This name will be used to reference this Pnic in other configurations.
        Parameters:
        uplinkName - New value for the property.
      • build

        public Pnic build()