VcfHostnames

The DNS hostnames that Amazon EVS uses to install VMware vCenter Server, NSX, SDDC Manager, and Cloud Builder. Each hostname must be unique, and resolve to a domain name that you've registered in your DNS service of choice. Hostnames cannot be changed.

VMware VCF requires the deployment of two NSX Edge nodes, and three NSX Manager virtual machines.

Types

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

Properties

Link copied to clipboard

The hostname for VMware Cloud Builder.

Link copied to clipboard
val nsx: String

The VMware NSX hostname.

Link copied to clipboard

The hostname for the first NSX Edge node.

Link copied to clipboard

The hostname for the second NSX Edge node.

Link copied to clipboard

The hostname for the first VMware NSX Manager virtual machine (VM).

Link copied to clipboard

The hostname for the second VMware NSX Manager virtual machine (VM).

Link copied to clipboard

The hostname for the third VMware NSX Manager virtual machine (VM).

Link copied to clipboard

The hostname for SDDC Manager.

Link copied to clipboard

The VMware vCenter hostname.

Functions

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