ResizeClusterMessage

Describes a resize cluster operation. For example, a scheduled action to run the ResizeCluster API operation.

Types

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

Properties

Link copied to clipboard

A boolean value indicating whether the resize operation is using the classic resize process. If you don't provide this parameter or set the value to false, the resize type is elastic.

Link copied to clipboard

The unique identifier for the cluster to resize.

Link copied to clipboard

The new cluster type for the specified cluster.

Link copied to clipboard

The new node type for the nodes you are adding. If not specified, the cluster's current node type is used.

Link copied to clipboard

The new number of nodes for the cluster. If not specified, the cluster's current number of nodes is used.

Link copied to clipboard

The identifier of the reserved node.

Link copied to clipboard

The identifier of the target reserved node offering.

Functions

Link copied to clipboard
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