Package com.pulumi.automation
Class PluginInfo
java.lang.Object
com.pulumi.automation.PluginInfo
Information about a plugin.
-
Method Details
-
name
The simple name of the plugin.- Returns:
- the plugin name
-
kind
The kind of plugin.- Returns:
- the plugin kind
-
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
The time the plugin was installed.- Returns:
- the install time
-
lastUsedTime
The last time the plugin was used.- Returns:
- the last used time
-