Class: Aws::Evs::Types::VcfHostnames
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::VcfHostnames
- Defined in:
- gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb
Overview
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.
vcfVersion is SELF_DEPLOYED.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_builder ⇒ String
The hostname for VMware Cloud Builder.
-
#nsx ⇒ String
The VMware NSX Virtual IP (VIP) hostname.
-
#nsx_edge_1 ⇒ String
The hostname for the first NSX Edge node.
-
#nsx_edge_2 ⇒ String
The hostname for the second NSX Edge node.
-
#nsx_manager_1 ⇒ String
The hostname for the first VMware NSX Manager virtual machine (VM).
-
#nsx_manager_2 ⇒ String
The hostname for the second VMware NSX Manager virtual machine (VM).
-
#nsx_manager_3 ⇒ String
The hostname for the third VMware NSX Manager virtual machine (VM).
-
#sddc_manager ⇒ String
The hostname for SDDC Manager.
-
#v_center ⇒ String
The VMware vCenter hostname.
Instance Attribute Details
#cloud_builder ⇒ String
The hostname for VMware Cloud Builder.
2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 2294 class VcfHostnames < Struct.new( :v_center, :nsx, :nsx_manager_1, :nsx_manager_2, :nsx_manager_3, :nsx_edge_1, :nsx_edge_2, :sddc_manager, :cloud_builder) SENSITIVE = [] include Aws::Structure end |
#nsx ⇒ String
The VMware NSX Virtual IP (VIP) hostname.
2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 2294 class VcfHostnames < Struct.new( :v_center, :nsx, :nsx_manager_1, :nsx_manager_2, :nsx_manager_3, :nsx_edge_1, :nsx_edge_2, :sddc_manager, :cloud_builder) SENSITIVE = [] include Aws::Structure end |
#nsx_edge_1 ⇒ String
The hostname for the first NSX Edge node.
2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 2294 class VcfHostnames < Struct.new( :v_center, :nsx, :nsx_manager_1, :nsx_manager_2, :nsx_manager_3, :nsx_edge_1, :nsx_edge_2, :sddc_manager, :cloud_builder) SENSITIVE = [] include Aws::Structure end |
#nsx_edge_2 ⇒ String
The hostname for the second NSX Edge node.
2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 2294 class VcfHostnames < Struct.new( :v_center, :nsx, :nsx_manager_1, :nsx_manager_2, :nsx_manager_3, :nsx_edge_1, :nsx_edge_2, :sddc_manager, :cloud_builder) SENSITIVE = [] include Aws::Structure end |
#nsx_manager_1 ⇒ String
The hostname for the first VMware NSX Manager virtual machine (VM).
2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 2294 class VcfHostnames < Struct.new( :v_center, :nsx, :nsx_manager_1, :nsx_manager_2, :nsx_manager_3, :nsx_edge_1, :nsx_edge_2, :sddc_manager, :cloud_builder) SENSITIVE = [] include Aws::Structure end |
#nsx_manager_2 ⇒ String
The hostname for the second VMware NSX Manager virtual machine (VM).
2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 2294 class VcfHostnames < Struct.new( :v_center, :nsx, :nsx_manager_1, :nsx_manager_2, :nsx_manager_3, :nsx_edge_1, :nsx_edge_2, :sddc_manager, :cloud_builder) SENSITIVE = [] include Aws::Structure end |
#nsx_manager_3 ⇒ String
The hostname for the third VMware NSX Manager virtual machine (VM).
2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 2294 class VcfHostnames < Struct.new( :v_center, :nsx, :nsx_manager_1, :nsx_manager_2, :nsx_manager_3, :nsx_edge_1, :nsx_edge_2, :sddc_manager, :cloud_builder) SENSITIVE = [] include Aws::Structure end |
#sddc_manager ⇒ String
The hostname for SDDC Manager.
2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 2294 class VcfHostnames < Struct.new( :v_center, :nsx, :nsx_manager_1, :nsx_manager_2, :nsx_manager_3, :nsx_edge_1, :nsx_edge_2, :sddc_manager, :cloud_builder) SENSITIVE = [] include Aws::Structure end |
#v_center ⇒ String
The VMware vCenter hostname.
2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 2294 class VcfHostnames < Struct.new( :v_center, :nsx, :nsx_manager_1, :nsx_manager_2, :nsx_manager_3, :nsx_edge_1, :nsx_edge_2, :sddc_manager, :cloud_builder) SENSITIVE = [] include Aws::Structure end |