associatedNetworks property

  1. @Deprecated('Not supported. Member documentation may have more information.')
List<String>? associatedNetworks
getter/setter pair

List of networks that are associated with this endpoint in the local zone.

This is a projection of the FirewallEndpointAssociations pointing at this endpoint. A network will only appear in this list after traffic routing is fully configured. Format: projects/{project}/global/networks/{name}.

Output only.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.List<core.String>? associatedNetworks;