allTrafficOnLatestRevision property

bool? allTrafficOnLatestRevision
getter/setter pair

Whether 100% of traffic is routed to the latest revision.

On CreateFunction and UpdateFunction, when set to true, the revision being deployed will serve 100% of traffic, ignoring any traffic split settings, if any. On GetFunction, true will be returned if the latest revision is serving 100% of traffic.

Implementation

core.bool? allTrafficOnLatestRevision;