Instance Instance Market Options Spot Options
data class InstanceInstanceMarketOptionsSpotOptions(val instanceInterruptionBehavior: String? = null, val maxPrice: String? = null, val spotInstanceType: String? = null, val validUntil: String? = null)
Properties
Link copied to clipboard
The behavior when a Spot Instance is interrupted. Valid values include hibernate, stop, terminate . The default is terminate.
Link copied to clipboard
The Spot Instance request type. Valid values include one-time, persistent. Persistent Spot Instance requests are only supported when the instance interruption behavior is either hibernate or stop. The default is one-time.
Link copied to clipboard
The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ). Supported only for persistent requests.