Show / Hide Table of Contents

Class ElastigroupUpdatePolicyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ElastigroupUpdatePolicyArgs
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 ElastigroupUpdatePolicyArgs : ResourceArgs

Constructors

View Source

ElastigroupUpdatePolicyArgs()

Declaration
public ElastigroupUpdatePolicyArgs()

Properties

View Source

AutoApplyTags

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

RollConfig

Declaration
public Input<ElastigroupUpdatePolicyRollConfigArgs> RollConfig { get; set; }
Property Value
Type Description
Input<ElastigroupUpdatePolicyRollConfigArgs>
View Source

ShouldResumeStateful

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

ShouldRoll

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