Class: Aws::Evs::Types::InitialVlans
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::InitialVlans
- Defined in:
- gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#edge_v_tep ⇒ Types::InitialVlanInfo
The edge VTEP VLAN subnet.
-
#expansion_vlan_1 ⇒ Types::InitialVlanInfo
An additional VLAN subnet that can be used to extend VCF capabilities once configured.
-
#expansion_vlan_2 ⇒ Types::InitialVlanInfo
An additional VLAN subnet that can be used to extend VCF capabilities once configured.
-
#hcx ⇒ Types::InitialVlanInfo
The HCX VLAN subnet.
-
#nsx_uplink ⇒ Types::InitialVlanInfo
The NSX uplink VLAN subnet.
-
#v_motion ⇒ Types::InitialVlanInfo
The vMotion VLAN subnet.
-
#v_san ⇒ Types::InitialVlanInfo
The vSAN VLAN subnet.
-
#v_tep ⇒ Types::InitialVlanInfo
The VTEP VLAN subnet.
-
#vm_management ⇒ Types::InitialVlanInfo
The VM management VLAN subnet.
-
#vmk_management ⇒ Types::InitialVlanInfo
The host VMkernel management VLAN subnet.
Instance Attribute Details
#edge_v_tep ⇒ Types::InitialVlanInfo
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.
898 899 900 901 902 903 904 905 906 907 908 909 910 911 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 898 class InitialVlans < Struct.new( :vmk_management, :vm_management, :v_motion, :v_san, :v_tep, :edge_v_tep, :nsx_uplink, :hcx, :expansion_vlan_1, :expansion_vlan_2) SENSITIVE = [] include Aws::Structure end |
#expansion_vlan_1 ⇒ Types::InitialVlanInfo
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.
898 899 900 901 902 903 904 905 906 907 908 909 910 911 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 898 class InitialVlans < Struct.new( :vmk_management, :vm_management, :v_motion, :v_san, :v_tep, :edge_v_tep, :nsx_uplink, :hcx, :expansion_vlan_1, :expansion_vlan_2) SENSITIVE = [] include Aws::Structure end |
#expansion_vlan_2 ⇒ Types::InitialVlanInfo
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.
898 899 900 901 902 903 904 905 906 907 908 909 910 911 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 898 class InitialVlans < Struct.new( :vmk_management, :vm_management, :v_motion, :v_san, :v_tep, :edge_v_tep, :nsx_uplink, :hcx, :expansion_vlan_1, :expansion_vlan_2) SENSITIVE = [] include Aws::Structure end |
#hcx ⇒ Types::InitialVlanInfo
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.
898 899 900 901 902 903 904 905 906 907 908 909 910 911 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 898 class InitialVlans < Struct.new( :vmk_management, :vm_management, :v_motion, :v_san, :v_tep, :edge_v_tep, :nsx_uplink, :hcx, :expansion_vlan_1, :expansion_vlan_2) SENSITIVE = [] include Aws::Structure end |
#nsx_uplink ⇒ Types::InitialVlanInfo
The NSX uplink VLAN subnet. This VLAN subnet allows connectivity to the NSX overlay network.
898 899 900 901 902 903 904 905 906 907 908 909 910 911 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 898 class InitialVlans < Struct.new( :vmk_management, :vm_management, :v_motion, :v_san, :v_tep, :edge_v_tep, :nsx_uplink, :hcx, :expansion_vlan_1, :expansion_vlan_2) SENSITIVE = [] include Aws::Structure end |
#v_motion ⇒ Types::InitialVlanInfo
The vMotion VLAN subnet. This VLAN subnet carries traffic for vSphere vMotion.
898 899 900 901 902 903 904 905 906 907 908 909 910 911 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 898 class InitialVlans < Struct.new( :vmk_management, :vm_management, :v_motion, :v_san, :v_tep, :edge_v_tep, :nsx_uplink, :hcx, :expansion_vlan_1, :expansion_vlan_2) SENSITIVE = [] include Aws::Structure end |
#v_san ⇒ Types::InitialVlanInfo
The vSAN VLAN subnet. This VLAN subnet carries the communication between ESXi hosts to implement a vSAN shared storage pool.
898 899 900 901 902 903 904 905 906 907 908 909 910 911 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 898 class InitialVlans < Struct.new( :vmk_management, :vm_management, :v_motion, :v_san, :v_tep, :edge_v_tep, :nsx_uplink, :hcx, :expansion_vlan_1, :expansion_vlan_2) SENSITIVE = [] include Aws::Structure end |
#v_tep ⇒ Types::InitialVlanInfo
The VTEP VLAN subnet. This VLAN subnet handles internal network traffic between virtual machines within a VCF instance.
898 899 900 901 902 903 904 905 906 907 908 909 910 911 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 898 class InitialVlans < Struct.new( :vmk_management, :vm_management, :v_motion, :v_san, :v_tep, :edge_v_tep, :nsx_uplink, :hcx, :expansion_vlan_1, :expansion_vlan_2) SENSITIVE = [] include Aws::Structure end |
#vm_management ⇒ Types::InitialVlanInfo
The VM management VLAN subnet. This VLAN subnet carries traffic for vSphere virtual machines.
898 899 900 901 902 903 904 905 906 907 908 909 910 911 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 898 class InitialVlans < Struct.new( :vmk_management, :vm_management, :v_motion, :v_san, :v_tep, :edge_v_tep, :nsx_uplink, :hcx, :expansion_vlan_1, :expansion_vlan_2) SENSITIVE = [] include Aws::Structure end |
#vmk_management ⇒ Types::InitialVlanInfo
The host VMkernel management VLAN subnet. This VLAN subnet carries traffic for managing ESXi hosts and communicating with VMware vCenter Server.
898 899 900 901 902 903 904 905 906 907 908 909 910 911 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 898 class InitialVlans < Struct.new( :vmk_management, :vm_management, :v_motion, :v_san, :v_tep, :edge_v_tep, :nsx_uplink, :hcx, :expansion_vlan_1, :expansion_vlan_2) SENSITIVE = [] include Aws::Structure end |