Class InstanceVendorOptionsGetArgs
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.Inputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class InstanceVendorOptionsGetArgs : ResourceArgs
Constructors
View SourceInstanceVendorOptionsGetArgs()
Declaration
public InstanceVendorOptionsGetArgs()
Properties
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 Input<bool> DetachPortsBeforeDestroy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<bool> IgnoreResizeConfirmation { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |