Package com.pulumi.deployment
Class CallOptions
java.lang.Object
com.pulumi.deployment.CallOptions
Options to help control the behavior of @see
Deployment.call(String, TypeShape, CallArgs, Resource, CallOptions).-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAn optional parent to use for default options for this invoke (e.g.An optional version, corresponding to the version of the provider plugin that should be used when performing this invokes.
-
Field Details
-
Empty
-
-
Constructor Details
-
CallOptions
public CallOptions() -
CallOptions
public CallOptions(@Nullable Resource parent, @Nullable ProviderResource provider, @Nullable String version)
-
-
Method Details
-
getParent
An optional parent to use for default options for this invoke (e.g. the default provider to use). -
getProvider
-
getVersion
An optional version, corresponding to the version of the provider plugin that should be used when performing this invokes.
-