Class MirrorConfiguration.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • directory

        public MirrorConfiguration.Builder directory​(String directory)
        Path to the data volume on the management station where software source mirrors are stored.
        Parameters:
        directory - the value to set
        Returns:
        this builder
      • sslport

        public MirrorConfiguration.Builder sslport​(String sslport)
        Default mirror listening port for https.
        Parameters:
        sslport - the value to set
        Returns:
        this builder
      • isSslverifyEnabled

        public MirrorConfiguration.Builder isSslverifyEnabled​(Boolean isSslverifyEnabled)
        When enabled, the SSL certificate is verified whenever an instance installs or updates a package from a software source that is mirrored on the management station.
        Parameters:
        isSslverifyEnabled - the value to set
        Returns:
        this builder