/AWS1/CL_EVSINITIALVLANS¶
The initial VLAN subnets for the environment. You must specify a non-overlapping CIDR block for each VLAN subnet.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
io_vmkmanagement
TYPE REF TO /AWS1/CL_EVSINITIALVLANINFO
/AWS1/CL_EVSINITIALVLANINFO
¶
The VMkernel management VLAN subnet. This VLAN subnet carries traffic for managing ESXi hosts and communicating with VMware vCenter Server.
io_vmmanagement
TYPE REF TO /AWS1/CL_EVSINITIALVLANINFO
/AWS1/CL_EVSINITIALVLANINFO
¶
The VM management VLAN subnet. This VLAN subnet carries traffic for vSphere virtual machines.
io_vmotion
TYPE REF TO /AWS1/CL_EVSINITIALVLANINFO
/AWS1/CL_EVSINITIALVLANINFO
¶
The vMotion VLAN subnet. This VLAN subnet carries traffic for vSphere vMotion.
io_vsan
TYPE REF TO /AWS1/CL_EVSINITIALVLANINFO
/AWS1/CL_EVSINITIALVLANINFO
¶
The vSAN VLAN subnet. This VLAN subnet carries the communication between ESXi hosts to implement a vSAN shared storage pool.
io_vtep
TYPE REF TO /AWS1/CL_EVSINITIALVLANINFO
/AWS1/CL_EVSINITIALVLANINFO
¶
The VTEP VLAN subnet. This VLAN subnet handles internal network traffic between virtual machines within a VCF instance.
io_edgevtep
TYPE REF TO /AWS1/CL_EVSINITIALVLANINFO
/AWS1/CL_EVSINITIALVLANINFO
¶
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.
io_nsxuplink
TYPE REF TO /AWS1/CL_EVSINITIALVLANINFO
/AWS1/CL_EVSINITIALVLANINFO
¶
The NSX uplink VLAN subnet. This VLAN subnet allows connectivity to the NSX overlay network.
io_hcx
TYPE REF TO /AWS1/CL_EVSINITIALVLANINFO
/AWS1/CL_EVSINITIALVLANINFO
¶
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.
io_expansionvlan1
TYPE REF TO /AWS1/CL_EVSINITIALVLANINFO
/AWS1/CL_EVSINITIALVLANINFO
¶
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.
io_expansionvlan2
TYPE REF TO /AWS1/CL_EVSINITIALVLANINFO
/AWS1/CL_EVSINITIALVLANINFO
¶
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.
Queryable Attributes¶
vmkManagement¶
The VMkernel management VLAN subnet. This VLAN subnet carries traffic for managing ESXi hosts and communicating with VMware vCenter Server.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VMKMANAGEMENT() |
Getter for VMKMANAGEMENT |
vmManagement¶
The VM management VLAN subnet. This VLAN subnet carries traffic for vSphere virtual machines.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VMMANAGEMENT() |
Getter for VMMANAGEMENT |
vMotion¶
The vMotion VLAN subnet. This VLAN subnet carries traffic for vSphere vMotion.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VMOTION() |
Getter for VMOTION |
vSan¶
The vSAN VLAN subnet. This VLAN subnet carries the communication between ESXi hosts to implement a vSAN shared storage pool.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VSAN() |
Getter for VSAN |
vTep¶
The VTEP VLAN subnet. This VLAN subnet handles internal network traffic between virtual machines within a VCF instance.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VTEP() |
Getter for VTEP |
edgeVTep¶
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.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EDGEVTEP() |
Getter for EDGEVTEP |
nsxUplink¶
The NSX uplink VLAN subnet. This VLAN subnet allows connectivity to the NSX overlay network.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NSXUPLINK() |
Getter for NSXUPLINK |
hcx¶
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.
Accessible with the following methods¶
Method | Description |
---|---|
GET_HCX() |
Getter for HCX |
expansionVlan1¶
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.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EXPANSIONVLAN1() |
Getter for EXPANSIONVLAN1 |
expansionVlan2¶
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.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EXPANSIONVLAN2() |
Getter for EXPANSIONVLAN2 |