Show / Hide Table of Contents

Class ElastigroupRevertToSpotGetArgs

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

Constructors

View Source

ElastigroupRevertToSpotGetArgs()

Declaration
public ElastigroupRevertToSpotGetArgs()

Properties

View Source

PerformAt

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.