Class InstanceVendorOptionsArgs


  • public final class InstanceVendorOptionsArgs
    extends com.pulumi.resources.ResourceArgs
    • 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.