ReservedNode

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

Types

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

Properties

Link copied to clipboard

The currency code for the reserved cluster.

Link copied to clipboard

The duration of the node reservation in seconds.

Link copied to clipboard

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

Link copied to clipboard

The number of reserved compute nodes.

Link copied to clipboard

The node type of the reserved node.

Link copied to clipboard

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

Link copied to clipboard

The recurring charges for the reserved node.

Link copied to clipboard

The unique identifier for the reservation.

Link copied to clipboard

The identifier for the reserved node offering.

Link copied to clipboard

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

Link copied to clipboard

The state of the reserved compute node.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: ReservedNode.Builder.() -> Unit = {}): ReservedNode
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