HostInfoForCreate

An object that represents a host.

You cannot use dedicatedHostId and placementGroupId together in the same HostInfoForCreateobject. This results in a ValidationException response.

Types

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

Properties

Link copied to clipboard

The unique ID of the Amazon EC2 Dedicated Host.

Link copied to clipboard

The DNS hostname of the host. DNS hostnames for hosts must be unique across Amazon EVS environments and within VCF.

Link copied to clipboard

The EC2 instance type that represents the host.

Link copied to clipboard

The name of the SSH key that is used to access the host.

Link copied to clipboard

The unique ID of the placement group where the host is placed.

Functions

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