Class InstanceVendorOptionsArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.openstack.compute.inputs.InstanceVendorOptionsArgs
-
public final class InstanceVendorOptionsArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInstanceVendorOptionsArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static InstanceVendorOptionsArgsEmpty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InstanceVendorOptionsArgs.Builderbuilder()static InstanceVendorOptionsArgs.Builderbuilder(InstanceVendorOptionsArgs defaults)java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>detachPortsBeforeDestroy()java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>ignoreResizeConfirmation()
-
-
-
Field Detail
-
Empty
public static final InstanceVendorOptionsArgs Empty
-
-
Method Detail
-
detachPortsBeforeDestroy
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> detachPortsBeforeDestroy()
- Returns:
- Whether to try to detach all attached ports to the vm before destroying it to make sure the port state is correct after the vm destruction. This is helpful when the port is not deleted.
-
ignoreResizeConfirmation
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> ignoreResizeConfirmation()
- Returns:
- Boolean to control whether to ignore manual confirmation of the instance resizing. This can be helpful to work with some OpenStack clouds which automatically confirm resizing of instances after some timeout.
-
builder
public static InstanceVendorOptionsArgs.Builder builder()
-
builder
public static InstanceVendorOptionsArgs.Builder builder(InstanceVendorOptionsArgs defaults)
-
-