failedLocations property

List<String>? failedLocations
getter/setter pair

Locations that failed during orchestration, and ProgressiveRollout stopped retrying.

There may be some successful resources rolled out in the wave as the location may have failed later in the Rollout.

Output only.

Implementation

core.List<core.String>? failedLocations;