Class: Aws::Types::InitialVlans
- Inherits:
-
Object
- Object
- Aws::Types::InitialVlans
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#edge_v_tep ⇒ Types::InitialVlanInfo
Returns the value of attribute edge_v_tep.
-
#expansion_vlan_1 ⇒ Types::InitialVlanInfo
Returns the value of attribute expansion_vlan_1.
-
#expansion_vlan_2 ⇒ Types::InitialVlanInfo
Returns the value of attribute expansion_vlan_2.
-
#hcx ⇒ Types::InitialVlanInfo
Returns the value of attribute hcx.
-
#hcx_network_acl_id ⇒ ::String
Returns the value of attribute hcx_network_acl_id.
-
#is_hcx_public ⇒ Boolean
Returns the value of attribute is_hcx_public.
-
#nsx_uplink ⇒ Types::InitialVlanInfo
Returns the value of attribute nsx_uplink.
-
#v_motion ⇒ Types::InitialVlanInfo
Returns the value of attribute v_motion.
-
#v_san ⇒ Types::InitialVlanInfo
Returns the value of attribute v_san.
-
#v_tep ⇒ Types::InitialVlanInfo
Returns the value of attribute v_tep.
-
#vm_management ⇒ Types::InitialVlanInfo
Returns the value of attribute vm_management.
-
#vmk_management ⇒ Types::InitialVlanInfo
Returns the value of attribute vmk_management.
Instance Attribute Details
#edge_v_tep ⇒ Types::InitialVlanInfo
Returns the value of attribute edge_v_tep.
306 307 308 |
# File 'sig/types.rbs', line 306 def edge_v_tep @edge_v_tep end |
#expansion_vlan_1 ⇒ Types::InitialVlanInfo
Returns the value of attribute expansion_vlan_1.
309 310 311 |
# File 'sig/types.rbs', line 309 def expansion_vlan_1 @expansion_vlan_1 end |
#expansion_vlan_2 ⇒ Types::InitialVlanInfo
Returns the value of attribute expansion_vlan_2.
310 311 312 |
# File 'sig/types.rbs', line 310 def expansion_vlan_2 @expansion_vlan_2 end |
#hcx ⇒ Types::InitialVlanInfo
Returns the value of attribute hcx.
308 309 310 |
# File 'sig/types.rbs', line 308 def hcx @hcx end |
#hcx_network_acl_id ⇒ ::String
Returns the value of attribute hcx_network_acl_id.
312 313 314 |
# File 'sig/types.rbs', line 312 def hcx_network_acl_id @hcx_network_acl_id end |
#is_hcx_public ⇒ Boolean
Returns the value of attribute is_hcx_public.
311 312 313 |
# File 'sig/types.rbs', line 311 def is_hcx_public @is_hcx_public end |
#nsx_uplink ⇒ Types::InitialVlanInfo
Returns the value of attribute nsx_uplink.
307 308 309 |
# File 'sig/types.rbs', line 307 def nsx_uplink @nsx_uplink end |
#v_motion ⇒ Types::InitialVlanInfo
Returns the value of attribute v_motion.
303 304 305 |
# File 'sig/types.rbs', line 303 def v_motion @v_motion end |
#v_san ⇒ Types::InitialVlanInfo
Returns the value of attribute v_san.
304 305 306 |
# File 'sig/types.rbs', line 304 def v_san @v_san end |
#v_tep ⇒ Types::InitialVlanInfo
Returns the value of attribute v_tep.
305 306 307 |
# File 'sig/types.rbs', line 305 def v_tep @v_tep end |
#vm_management ⇒ Types::InitialVlanInfo
Returns the value of attribute vm_management.
302 303 304 |
# File 'sig/types.rbs', line 302 def vm_management @vm_management end |
#vmk_management ⇒ Types::InitialVlanInfo
Returns the value of attribute vmk_management.
301 302 303 |
# File 'sig/types.rbs', line 301 def vmk_management @vmk_management end |