Show / Hide Table of Contents

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 Source

DetachPortsBeforeDestroy

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.