Class: Aws::Evs::Types::ConnectivityInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::ConnectivityInfo
- Defined in:
- gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb
Overview
The connectivity configuration for the environment. Amazon EVS requires that you specify two route server peer IDs. During environment creation, the route server endpoints peer with the NSX uplink VLAN for connectivity to the NSX overlay network.
vcfVersion is SELF_DEPLOYED.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#private_route_server_peerings ⇒ Array<String>
The unique IDs for private route server peers.
Instance Attribute Details
#private_route_server_peerings ⇒ Array<String>
The unique IDs for private route server peers.
178 179 180 181 182 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 178 class ConnectivityInfo < Struct.new( :private_route_server_peerings) SENSITIVE = [] include Aws::Structure end |