Class PluginRemoveOptions

java.lang.Object
com.pulumi.automation.PluginRemoveOptions

public final class PluginRemoveOptions extends Object
Options for removing plugins.
  • Method Details

    • builder

      public static PluginRemoveOptions.Builder builder()
      Returns a new builder for PluginRemoveOptions.
      Returns:
      the builder
    • name

      @Nullable public String name()
      The name of the plugin to remove.
      Returns:
      the name of the plugin
    • versionRange

      @Nullable public String versionRange()
      The semver range to check when removing plugins matching the given name e.g. "1.0.0", ">1.0.0".
      Returns:
      the semver range
    • kind

      public PluginKind kind()
      The kind of plugin to remove. Defaults to PluginKind.RESOURCE.
      Returns:
      the kind of plugin