Package com.pulumi.automation
Class PluginInstallOptions
java.lang.Object
com.pulumi.automation.PluginInstallOptions
Options for installing plugins.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic PluginInstallOptions.Builderbuilder()Returns a new builder forPluginInstallOptions.booleanIftrue, force installation of an exact version match (usually >= is accepted).kind()The kind of plugin to install.A URL to download plugins from.
-
Field Details
-
Empty
An empty set of options.
-
-
Method Details
-
builder
Returns a new builder forPluginInstallOptions.- Returns:
- the builder
-
kind
The kind of plugin to install. Defaults toPluginKind.RESOURCE.- Returns:
- the kind of plugin
-
isExactVersion
public boolean isExactVersion()Iftrue, force installation of an exact version match (usually >= is accepted).Defaults to
false.- Returns:
- whether to force exact version match
-
serverUrl
A URL to download plugins from.- Returns:
- the server URL
-