Struct rusoto_ec2::AllocateHostsRequest [] [src]

pub struct AllocateHostsRequest {
    pub auto_placement: Option<String>,
    pub availability_zone: String,
    pub client_token: Option<String>,
    pub instance_type: String,
    pub quantity: i64,
}

Contains the parameters for AllocateHosts.

Fields

This is enabled by default. This property allows instances to be automatically placed onto available Dedicated Hosts, when you are launching instances without specifying a host ID.

Default: Enabled

The Availability Zone for the Dedicated Hosts.

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see How to Ensure Idempotency in the Amazon Elastic Compute Cloud User Guide.

Specify the instance type that you want your Dedicated Hosts to be configured for. When you specify the instance type, that is the only instance type that you can launch onto that host.

The number of Dedicated Hosts you want to allocate to your account with these parameters.

Trait Implementations

impl Default for AllocateHostsRequest
[src]

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

impl Debug for AllocateHostsRequest
[src]

Formats the value using the given formatter.

impl Clone for AllocateHostsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more