DomainNodesStatus

Container for information about nodes on the domain.

Types

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

Properties

Link copied to clipboard

The Availability Zone of the node.

Link copied to clipboard

The instance type information of the node.

Link copied to clipboard

The ID of the node.

Link copied to clipboard

Indicates if the node is active or in standby.

Link copied to clipboard

Indicates whether the nodes is a data, master, or ultrawarm node.

Link copied to clipboard

The storage size of the node, in GiB.

Link copied to clipboard

Indicates if the node has EBS or instance storage.

Link copied to clipboard

If the nodes has EBS storage, indicates if the volume type is GP2 or GP3. Only applicable for data nodes.

Functions

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