Class AdvancedConfig.Builder

  • Enclosing class:
    AdvancedConfig

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

      • Builder

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

      • setHighPerformanceConfigParams

        public AdvancedConfig.Builder setHighPerformanceConfigParams​(java.util.List<HighPerformanceConfigParams> highPerformanceConfigParams)
        List of parameters that could be used to configure high performance.
        Parameters:
        highPerformanceConfigParams - New value for the property.
      • setVersion

        public AdvancedConfig.Builder setVersion​(java.util.List<java.lang.String> version)
        Based on the high_performance_config_type, it could be either driver version or host version. For high_performance_config_type as ADV_CONFIG or MISC_CONFIG, this represents host version. For high_performance_config_type as DRIVER_CONFIG, this represents physical NIC driver version.
        Parameters:
        version - New value for the property.