GetHostResult

data class GetHostResult(val autoPlacement: String? = null, val hostId: String? = null, val hostMaintenance: String? = null, val hostRecovery: String? = null)

Constructors

Link copied to clipboard
constructor(autoPlacement: String? = null, hostId: String? = null, hostMaintenance: String? = null, hostRecovery: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val autoPlacement: String? = null

Indicates whether the host accepts any untargeted instance launches that match its instance type configuration, or if it only accepts Host tenancy instance launches that specify its unique host ID.

Link copied to clipboard
val hostId: String? = null

ID of the host created.

Link copied to clipboard
val hostMaintenance: String? = null

Automatically allocates a new dedicated host and moves your instances on to it if a degradation is detected on your current host.

Link copied to clipboard
val hostRecovery: String? = null

Indicates whether to enable or disable host recovery for the Dedicated Host. Host recovery is disabled by default.