cloudRouters property

List<String>? cloudRouters
getter/setter pair

The list of Cloud Routers that are connected to this gateway.

Should be in the form: https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/routers/{router}

Output only.

Implementation

core.List<core.String>? cloudRouters;