Class InstanceVendorOptions
Inheritance
System.Object
InstanceVendorOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.OpenStack.Compute.Outputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class InstanceVendorOptions
Fields
View SourceDetachPortsBeforeDestroy
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.
Declaration
public readonly bool? DetachPortsBeforeDestroy
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
IgnoreResizeConfirmation
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.
Declaration
public readonly bool? IgnoreResizeConfirmation
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |