InstanceMetadata

Metadata information about an instance in a HyperPod cluster.

Types

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

Properties

Link copied to clipboard

Information about additional Elastic Network Interfaces (ENIs) associated with the instance.

Link copied to clipboard

Information about the Capacity Reservation used by the instance.

Link copied to clipboard

The ID of the customer-managed Elastic Network Interface (ENI) associated with the instance.

Link copied to clipboard

An error message describing why the instance creation or update failed, if applicable.

Link copied to clipboard

The execution state of the Lifecycle Script (LCS) for the instance.

Link copied to clipboard

The unique logical identifier of the node within the cluster. The ID used here is the same object as in the BatchAddClusterNodes API.

Functions

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