HostProperties

Describes the properties of a Dedicated Host.

Types

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

Properties

Link copied to clipboard
val cores: Int?

The number of cores on the Dedicated Host.

Link copied to clipboard

The instance family supported by the Dedicated Host. For example, m5.

Link copied to clipboard

The instance type supported by the Dedicated Host. For example, m5.large. If the host supports multiple instance types, no instanceType is returned.

Link copied to clipboard
val sockets: Int?

The number of sockets on the Dedicated Host.

Link copied to clipboard

The total number of vCPUs on the Dedicated Host.

Functions

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