Struct rusoto_ec2::SpotInstanceRequest [] [src]

pub struct SpotInstanceRequest {
    pub actual_block_hourly_price: Option<String>,
    pub availability_zone_group: Option<String>,
    pub block_duration_minutes: Option<i64>,
    pub create_time: Option<String>,
    pub fault: Option<SpotInstanceStateFault>,
    pub instance_id: Option<String>,
    pub launch_group: Option<String>,
    pub launch_specification: Option<LaunchSpecification>,
    pub launched_availability_zone: Option<String>,
    pub product_description: Option<String>,
    pub spot_instance_request_id: Option<String>,
    pub spot_price: Option<String>,
    pub state: Option<String>,
    pub status: Option<SpotInstanceStatus>,
    pub tags: Option<Vec<Tag>>,
    pub type_: Option<String>,
    pub valid_from: Option<String>,
    pub valid_until: Option<String>,
}

Describes a Spot instance request.

Fields

If you specified a duration and your Spot instance request was fulfilled, this is the fixed hourly price in effect for the Spot instance while it runs.

The Availability Zone group. If you specify the same Availability Zone group for all Spot instance requests, all Spot instances are launched in the same Availability Zone.

The duration for the Spot instance, in minutes.

The date and time when the Spot instance request was created, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

The fault codes for the Spot instance request, if any.

The instance ID, if an instance has been launched to fulfill the Spot instance request.

The instance launch group. Launch groups are Spot instances that launch together and terminate together.

Additional information for launching instances.

The Availability Zone in which the bid is launched.

The product description associated with the Spot instance.

The ID of the Spot instance request.

The maximum hourly price (bid) for the Spot instance launched to fulfill the request.

The state of the Spot instance request. Spot bid status information can help you track your Spot instance requests. For more information, see Spot Bid Status in the Amazon Elastic Compute Cloud User Guide.

The status code and status message describing the Spot instance request.

Any tags assigned to the resource.

The Spot instance request type.

The start date of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). The request becomes active at this date and time.

The end date of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). If this is a one-time request, it remains active until all instances launch, the request is canceled, or this date is reached. If the request is persistent, it remains active until it is canceled or this date is reached.

Trait Implementations

impl Default for SpotInstanceRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for SpotInstanceRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for SpotInstanceRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more