Class ElastigroupStatefulDeallocationGetArgs
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.SpotInst.Aws.Inputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class ElastigroupStatefulDeallocationGetArgs : ResourceArgs
Constructors
View SourceElastigroupStatefulDeallocationGetArgs()
Declaration
public ElastigroupStatefulDeallocationGetArgs()
Properties
View SourceShouldDeleteImages
Declaration
public Input<bool> ShouldDeleteImages { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
ShouldDeleteNetworkInterfaces
Declaration
public Input<bool> ShouldDeleteNetworkInterfaces { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
ShouldDeleteSnapshots
Declaration
public Input<bool> ShouldDeleteSnapshots { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
ShouldDeleteVolumes
Declaration
public Input<bool> ShouldDeleteVolumes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |