Struct rusoto_redshift::ReservedNode [] [src]

pub struct ReservedNode {
    pub currency_code: Option<String>,
    pub duration: Option<Integer>,
    pub fixed_price: Option<Double>,
    pub node_count: Option<Integer>,
    pub node_type: Option<String>,
    pub offering_type: Option<String>,
    pub recurring_charges: Option<RecurringChargeList>,
    pub reserved_node_id: Option<String>,
    pub reserved_node_offering_id: Option<String>,
    pub start_time: Option<TStamp>,
    pub state: Option<String>,
    pub usage_price: Option<Double>,
}

Describes a reserved node. You can call the DescribeReservedNodeOfferings API to obtain the available reserved node offerings.

Fields

The currency code for the reserved cluster.

The duration of the node reservation in seconds.

The fixed cost Amazon Redshift charges you for this reserved node.

The number of reserved compute nodes.

The node type of the reserved node.

The anticipated utilization of the reserved node, as defined in the reserved node offering.

The recurring charges for the reserved node.

The unique identifier for the reservation.

The identifier for the reserved node offering.

The time the reservation started. You purchase a reserved node offering for a duration. This is the start time of that duration.

The state of the reserved compute node.

Possible Values:

  • pending-payment-This reserved node has recently been purchased, and the sale has been approved, but payment has not yet been confirmed.

  • active-This reserved node is owned by the caller and is available for use.

  • payment-failed-Payment failed for the purchase attempt.

The hourly rate Amazon Redshift charges you for this reserved node.

Trait Implementations

impl Default for ReservedNode
[src]

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

impl Debug for ReservedNode
[src]

Formats the value using the given formatter.

impl Clone for ReservedNode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more