InstanceTopology

Information about the instance topology.

Types

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

Properties

Link copied to clipboard

The name of the Availability Zone or Local Zone that the instance is in.

Link copied to clipboard

The ID of the Capacity Block. This parameter is only supported for Ultraserver instances and identifies instances within the Ultraserver domain.

Link copied to clipboard

The name of the placement group that the instance is in.

Link copied to clipboard

The instance ID.

Link copied to clipboard

The instance type.

Link copied to clipboard

The network nodes. The nodes are hashed based on your account. Instances from different accounts running under the same server will return a different hashed list of strings.

Link copied to clipboard

The ID of the Availability Zone or Local Zone that the instance is in.

Functions

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