relationships property
A map of related resources of this resource, keyed by the relationship type.
A relationship type is in the format of {SourceType}{ACTION}{DestType}.
Example: DISK_TO_INSTANCE, DISK_TO_NETWORK,
INSTANCE_TO_INSTANCEGROUP. See
supported relationship types.
Implementation
core.Map<core.String, RelatedResources>? relationships;