Module: Google::Cloud::AppEngine::V1::EndpointsApiService::RolloutStrategy

Defined in:
proto_docs/google/appengine/v1/version.rb

Overview

Available rollout strategies.

Constant Summary collapse

UNSPECIFIED_ROLLOUT_STRATEGY =

Not specified. Defaults to FIXED.

0
FIXED =

Endpoints service configuration ID will be fixed to the configuration ID specified by config_id.

1
MANAGED =

Endpoints service configuration ID will be updated with each rollout.

2