Class: Aws::Types::VcfHostnames
- Inherits:
-
Object
- Object
- Aws::Types::VcfHostnames
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_builder ⇒ ::String
Returns the value of attribute cloud_builder.
-
#nsx ⇒ ::String
Returns the value of attribute nsx.
-
#nsx_edge_1 ⇒ ::String
Returns the value of attribute nsx_edge_1.
-
#nsx_edge_2 ⇒ ::String
Returns the value of attribute nsx_edge_2.
-
#nsx_manager_1 ⇒ ::String
Returns the value of attribute nsx_manager_1.
-
#nsx_manager_2 ⇒ ::String
Returns the value of attribute nsx_manager_2.
-
#nsx_manager_3 ⇒ ::String
Returns the value of attribute nsx_manager_3.
-
#sddc_manager ⇒ ::String
Returns the value of attribute sddc_manager.
-
#v_center ⇒ ::String
Returns the value of attribute v_center.
Instance Attribute Details
#cloud_builder ⇒ ::String
Returns the value of attribute cloud_builder.
507 508 509 |
# File 'sig/types.rbs', line 507 def cloud_builder @cloud_builder end |
#nsx ⇒ ::String
Returns the value of attribute nsx.
500 501 502 |
# File 'sig/types.rbs', line 500 def nsx @nsx end |
#nsx_edge_1 ⇒ ::String
Returns the value of attribute nsx_edge_1.
504 505 506 |
# File 'sig/types.rbs', line 504 def nsx_edge_1 @nsx_edge_1 end |
#nsx_edge_2 ⇒ ::String
Returns the value of attribute nsx_edge_2.
505 506 507 |
# File 'sig/types.rbs', line 505 def nsx_edge_2 @nsx_edge_2 end |
#nsx_manager_1 ⇒ ::String
Returns the value of attribute nsx_manager_1.
501 502 503 |
# File 'sig/types.rbs', line 501 def nsx_manager_1 @nsx_manager_1 end |
#nsx_manager_2 ⇒ ::String
Returns the value of attribute nsx_manager_2.
502 503 504 |
# File 'sig/types.rbs', line 502 def nsx_manager_2 @nsx_manager_2 end |
#nsx_manager_3 ⇒ ::String
Returns the value of attribute nsx_manager_3.
503 504 505 |
# File 'sig/types.rbs', line 503 def nsx_manager_3 @nsx_manager_3 end |
#sddc_manager ⇒ ::String
Returns the value of attribute sddc_manager.
506 507 508 |
# File 'sig/types.rbs', line 506 def sddc_manager @sddc_manager end |
#v_center ⇒ ::String
Returns the value of attribute v_center.
499 500 501 |
# File 'sig/types.rbs', line 499 def v_center @v_center end |