upstreamFleets property

List<String>? upstreamFleets
getter/setter pair

This fleet consumes upgrades that have COMPLETE status code in the upstream fleets.

See UpgradeStatus.Code for code definitions. The fleet name should be either fleet project number or id. This is defined as repeated for future proof reasons. Initial implementation will enforce at most one upstream fleet.

Implementation

core.List<core.String>? upstreamFleets;