Class PluginInstallOptions

java.lang.Object
com.pulumi.automation.PluginInstallOptions

public class PluginInstallOptions extends Object
Options for installing plugins.
  • Field Details

  • Method Details

    • builder

      public static PluginInstallOptions.Builder builder()
      Returns a new builder for PluginInstallOptions.
      Returns:
      the builder
    • kind

      public PluginKind kind()
      The kind of plugin to install. Defaults to PluginKind.RESOURCE.
      Returns:
      the kind of plugin
    • isExactVersion

      public boolean isExactVersion()
      If true, force installation of an exact version match (usually >= is accepted).

      Defaults to false.

      Returns:
      whether to force exact version match
    • serverUrl

      @Nullable public String serverUrl()
      A URL to download plugins from.
      Returns:
      the server URL