Class PluginInfo

java.lang.Object
com.pulumi.automation.PluginInfo

public class PluginInfo extends Object
Information about a plugin.
  • Method Details

    • name

      public String name()
      The simple name of the plugin.
      Returns:
      the plugin name
    • kind

      public PluginKind kind()
      The kind of plugin.
      Returns:
      the plugin kind
    • version

      @Nullable public String version()
      The plugin's semantic version, if present.
      Returns:
      the plugin version or null
    • size

      public long size()
      The size of the plugin in bytes.
      Returns:
      the plugin size
    • installTime

      public Instant installTime()
      The time the plugin was installed.
      Returns:
      the install time
    • lastUsedTime

      public Instant lastUsedTime()
      The last time the plugin was used.
      Returns:
      the last used time