interconnects property

Map<String, WireGroupEndpointInterconnect> interconnects
final

A map that contains the redundant Interconnect connections. Specify key-value pairs for the map as follows:

  • Key: an RFC1035 user-specified label.
  • Value: an Interconnect object.

Implementation

final Map<String, WireGroupEndpointInterconnect> interconnects;