Class InstanceVendorOptions
- java.lang.Object
-
- com.pulumi.openstack.compute.outputs.InstanceVendorOptions
-
public final class InstanceVendorOptions extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInstanceVendorOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InstanceVendorOptions.Builderbuilder()static InstanceVendorOptions.Builderbuilder(InstanceVendorOptions defaults)java.util.Optional<java.lang.Boolean>detachPortsBeforeDestroy()java.util.Optional<java.lang.Boolean>ignoreResizeConfirmation()
-
-
-
Method Detail
-
detachPortsBeforeDestroy
public java.util.Optional<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<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 InstanceVendorOptions.Builder builder()
-
builder
public static InstanceVendorOptions.Builder builder(InstanceVendorOptions defaults)
-
-