DescribeResizeResponse

Describes the result of a cluster resize operation.

Types

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

Properties

Link copied to clipboard

The average rate of the resize operation over the last few minutes, measured in megabytes per second. After the resize operation completes, this value shows the average rate of the entire resize operation.

Link copied to clipboard

The percent of data transferred from source cluster to target cluster.

Link copied to clipboard

The amount of seconds that have elapsed since the resize operation began. After the resize operation completes, this value shows the total actual time, in seconds, for the resize operation.

Link copied to clipboard

The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0.

Link copied to clipboard

The names of tables that have been completely imported .

Link copied to clipboard

The names of tables that are being currently imported.

Link copied to clipboard

The names of tables that have not been yet imported.

Link copied to clipboard

An optional string to provide additional details about the resize action.

Link copied to clipboard

While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has been processed so far. When the resize operation is complete, this value shows the total amount of data, in megabytes, on the cluster, which may be more or less than TotalResizeDataInMegaBytes (the estimated total amount of data before resize).

Link copied to clipboard

An enum with possible values of ClassicResize and ElasticResize. These values describe the type of resize operation being performed.

Link copied to clipboard

The status of the resize operation.

Link copied to clipboard

The cluster type after the resize operation is complete.

Link copied to clipboard

The type of encryption for the cluster after the resize is complete.

Link copied to clipboard

The node type that the cluster will have after the resize operation is complete.

Link copied to clipboard

The number of nodes that the cluster will have after the resize operation is complete.

Link copied to clipboard

The estimated total amount of data, in megabytes, on the cluster before the resize operation began.

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