interconnects property

Map<String, WireGroupEndpointInterconnect>? interconnects
getter/setter pair

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

core.Map<core.String, WireGroupEndpointInterconnect>? interconnects;