SpotFleetRequestConfig

Describes a Spot Fleet request.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The progress of the Spot Fleet request. If there is an error, the status is error. After all requests are placed, the status is pending_fulfillment. If the size of the fleet is equal to or greater than its target capacity, the status is fulfilled. If the size of the fleet is decreased, the status is pending_termination while Spot Instances are terminating.

Link copied to clipboard

The creation date and time of the request.

Link copied to clipboard

The configuration of the Spot Fleet request.

Link copied to clipboard

The ID of the Spot Fleet request.

Link copied to clipboard

The state of the Spot Fleet request.

Link copied to clipboard
val tags: List<Tag>?

The tags for a Spot Fleet resource.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String