Class ElastigroupRevertToSpotArgs
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 ElastigroupRevertToSpotArgs : ResourceArgs
Constructors
View SourceElastigroupRevertToSpotArgs()
Declaration
public ElastigroupRevertToSpotArgs()
Properties
View SourcePerformAt
In the event of a fallback to On-Demand instances, select the time period to revert back to Spot. Supported Arguments – always (default), timeWindow, never. For timeWindow or never to be valid the group must have availabilityOriented OR persistence defined.
Declaration
public Input<string> PerformAt { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TimeWindows
Specify a list of time windows for to execute revertToSpot strategy. Time window format: ddd:hh:mm-ddd:hh:mm. Example: Mon:03:00-Wed:02:30
Declaration
public InputList<string> TimeWindows { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |