Host

class Host

An ESXi host that runs on an Amazon EC2 bare metal instance. Four hosts are created in an Amazon EVS environment during environment creation. You can add hosts to an environment using the CreateEnvironmentHost operation. Amazon EVS supports 4-16 hosts per environment.

Types

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

Properties

Link copied to clipboard

The date and time that the host was created.

Link copied to clipboard

The unique ID of the Amazon EC2 Dedicated Host.

Link copied to clipboard

The unique ID of the EC2 instance that represents the 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 state of the host.

Link copied to clipboard

The EC2 instance type of the host.

Link copied to clipboard

The IP address of the host.

Link copied to clipboard

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

Link copied to clipboard

The date and time that the host was modified.

Link copied to clipboard

The elastic network interfaces that are attached to the host.

Link copied to clipboard

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

Link copied to clipboard

A detailed description of the hostState of a host.

Functions

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