Class ServerSettings

    • Method Detail

      • rdsSalSettings

        public final RdsSalSettings rdsSalSettings()

        The RdsSalSettings resource contains settings to configure a specific Remote Desktop Services (RDS) license server.

        Returns:
        The RdsSalSettings resource contains settings to configure a specific Remote Desktop Services (RDS) license server.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)
      • fromRdsSalSettings

        public static ServerSettings fromRdsSalSettings​(RdsSalSettings rdsSalSettings)
        Create an instance of this class with rdsSalSettings() initialized to the given value.

        The RdsSalSettings resource contains settings to configure a specific Remote Desktop Services (RDS) license server.

        Parameters:
        rdsSalSettings - The RdsSalSettings resource contains settings to configure a specific Remote Desktop Services (RDS) license server.
      • fromRdsSalSettings

        public static ServerSettings fromRdsSalSettings​(Consumer<RdsSalSettings.Builder> rdsSalSettings)
        Create an instance of this class with rdsSalSettings() initialized to the given value.

        The RdsSalSettings resource contains settings to configure a specific Remote Desktop Services (RDS) license server.

        Parameters:
        rdsSalSettings - The RdsSalSettings resource contains settings to configure a specific Remote Desktop Services (RDS) license server.