Placement

class Placement

Describes the placement of an instance.

Types

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

Properties

Link copied to clipboard

The affinity setting for the instance on the Dedicated Host.

Link copied to clipboard

The Availability Zone of the instance.

Link copied to clipboard

The ID of the placement group that the instance is in. If you specify GroupId, you can't specify GroupName.

Link copied to clipboard

The name of the placement group that the instance is in. If you specify GroupName, you can't specify GroupId.

Link copied to clipboard

The ID of the Dedicated Host on which the instance resides.

Link copied to clipboard

The ARN of the host resource group in which to launch the instances.

Link copied to clipboard

The number of the partition that the instance is in. Valid only if the placement group strategy is set to partition.

Link copied to clipboard

Reserved for future use.

Link copied to clipboard

The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware.

Functions

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