Struct rusoto_cloudhsmv2::CreateHsmRequest [] [src]

pub struct CreateHsmRequest {
    pub availability_zone: String,
    pub cluster_id: String,
    pub ip_address: Option<String>,
}

Fields

The Availability Zone where you are creating the HSM. To find the cluster's Availability Zones, use DescribeClusters.

The identifier (ID) of the HSM's cluster. To find the cluster ID, use DescribeClusters.

The HSM's IP address. If you specify an IP address, use an available address from the subnet that maps to the Availability Zone where you are creating the HSM. If you don't specify an IP address, one is chosen for you from that subnet.

Trait Implementations

impl Default for CreateHsmRequest
[src]

[src]

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

impl Debug for CreateHsmRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateHsmRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations