warnings property

List<RouteWarnings>? warnings
getter/setter pair

If potential misconfigurations are detected for this route, this field will be populated with warning messages.

Output only.

Implementation

core.List<RouteWarnings>? warnings;