InitialVlans

The initial VLAN subnets for the environment. You must specify a non-overlapping CIDR block for each VLAN subnet.

Types

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

Properties

Link copied to clipboard

The edge VTEP VLAN subnet. This VLAN subnet manages traffic flowing between the internal network and external networks, including internet access and other site connections.

Link copied to clipboard

An additional VLAN subnet that can be used to extend VCF capabilities once configured. For example, you can configure an expansion VLAN subnet to use NSX Federation for centralized management and synchronization of multiple NSX deployments across different locations.

Link copied to clipboard

An additional VLAN subnet that can be used to extend VCF capabilities once configured. For example, you can configure an expansion VLAN subnet to use NSX Federation for centralized management and synchronization of multiple NSX deployments across different locations.

Link copied to clipboard

The HCX VLAN subnet. This VLAN subnet allows the HCX Interconnnect (IX) and HCX Network Extension (NE) to reach their peers and enable HCX Service Mesh creation.

Link copied to clipboard

The NSX uplink VLAN subnet. This VLAN subnet allows connectivity to the NSX overlay network.

Link copied to clipboard

The VMkernel management VLAN subnet. This VLAN subnet carries traffic for managing ESXi hosts and communicating with VMware vCenter Server.

Link copied to clipboard

The VM management VLAN subnet. This VLAN subnet carries traffic for vSphere virtual machines.

Link copied to clipboard

The vMotion VLAN subnet. This VLAN subnet carries traffic for vSphere vMotion.

Link copied to clipboard

The vSAN VLAN subnet. This VLAN subnet carries the communication between ESXi hosts to implement a vSAN shared storage pool.

Link copied to clipboard

The VTEP VLAN subnet. This VLAN subnet handles internal network traffic between virtual machines within a VCF instance.

Functions

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