attachments property

Map<String, InterconnectAttachmentGroupAttachment>? attachments
getter/setter pair

Attachments in the AttachmentGroup.

Keys are arbitrary user-specified strings. Users are encouraged, but not required, to use their preferred format for resource links as keys. Note that there are add-members and remove-members methods in gcloud. The size of this map is limited by an "Attachments per group" quota.

Implementation

core.Map<core.String, InterconnectAttachmentGroupAttachment>? attachments;