Show / Hide Table of Contents

Class InstanceVendorOptionsGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
InstanceVendorOptionsGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

InstanceVendorOptionsGetArgs()

Declaration
public InstanceVendorOptionsGetArgs()

Properties

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 Input<bool> DetachPortsBeforeDestroy { get; set; }
Property Value
Type Description
Input<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 Input<bool> IgnoreResizeConfirmation { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.