/AWS1/CL_EVSINITIALVLANS¶
The initial VLAN subnets for the environment. Amazon EVS VLAN subnets have a minimum CIDR block size of /28 and a maximum size of /24. Amazon EVS VLAN subnet CIDR blocks must not overlap with other subnets in the VPC.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
io_vmkmanagement
TYPE REF TO /AWS1/CL_EVSINITIALVLANINFO
/AWS1/CL_EVSINITIALVLANINFO
¶
The host 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.
If you plan to use a public HCX VLAN subnet, the following requirements must be met:
Must have a /28 netmask and be allocated from the IPAM public pool. Required for HCX internet access configuration.
The HCX public VLAN CIDR block must be added to the VPC as a secondary CIDR block.
Must have at least three Elastic IP addresses to be allocated from the public IPAM pool for HCX components.
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.
Optional arguments:¶
iv_ishcxpublic
TYPE /AWS1/EVSBOOLEAN
/AWS1/EVSBOOLEAN
¶
Determines if the HCX VLAN that Amazon EVS provisions is public or private.
iv_hcxnetworkaclid
TYPE /AWS1/EVSNETWORKACLID
/AWS1/EVSNETWORKACLID
¶
A unique ID for a network access control list that the HCX VLAN uses. Required when
isHcxPublic
is set totrue
.
Queryable Attributes¶
vmkManagement¶
The host 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.
If you plan to use a public HCX VLAN subnet, the following requirements must be met:
Must have a /28 netmask and be allocated from the IPAM public pool. Required for HCX internet access configuration.
The HCX public VLAN CIDR block must be added to the VPC as a secondary CIDR block.
Must have at least three Elastic IP addresses to be allocated from the public IPAM pool for HCX components.
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 |
isHcxPublic¶
Determines if the HCX VLAN that Amazon EVS provisions is public or private.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ISHCXPUBLIC() |
Getter for ISHCXPUBLIC |
hcxNetworkAclId¶
A unique ID for a network access control list that the HCX VLAN uses. Required when
isHcxPublic
is set totrue
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_HCXNETWORKACLID() |
Getter for HCXNETWORKACLID, with configurable default |
ASK_HCXNETWORKACLID() |
Getter for HCXNETWORKACLID w/ exceptions if field has no val |
HAS_HCXNETWORKACLID() |
Determine if HCXNETWORKACLID has a value |