Show / Hide Table of Contents

Class ElastigroupStatefulDeallocationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ElastigroupStatefulDeallocationArgs
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.SpotInst.Aws.Inputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class ElastigroupStatefulDeallocationArgs : ResourceArgs

Constructors

View Source

ElastigroupStatefulDeallocationArgs()

Declaration
public ElastigroupStatefulDeallocationArgs()

Properties

View Source

ShouldDeleteImages

Declaration
public Input<bool> ShouldDeleteImages { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ShouldDeleteNetworkInterfaces

Declaration
public Input<bool> ShouldDeleteNetworkInterfaces { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ShouldDeleteSnapshots

Declaration
public Input<bool> ShouldDeleteSnapshots { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ShouldDeleteVolumes

Declaration
public Input<bool> ShouldDeleteVolumes { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.