Class: Aws::Evs::Types::VcfHostnames

Inherits:
Struct
  • Object
show all
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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_builderString

The hostname for VMware Cloud Builder.

Returns:

  • (String)


1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1599

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

#nsxString

The VMware NSX hostname.

Returns:

  • (String)


1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1599

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_1String

The hostname for the first NSX Edge node.

Returns:

  • (String)


1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1599

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_2String

The hostname for the second NSX Edge node.

Returns:

  • (String)


1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1599

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_1String

The hostname for the first VMware NSX Manager virtual machine (VM).

Returns:

  • (String)


1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1599

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_2String

The hostname for the second VMware NSX Manager virtual machine (VM).

Returns:

  • (String)


1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1599

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_3String

The hostname for the third VMware NSX Manager virtual machine (VM).

Returns:

  • (String)


1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1599

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_managerString

The hostname for SDDC Manager.

Returns:

  • (String)


1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1599

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_centerString

The VMware vCenter hostname.

Returns:

  • (String)


1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1599

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