App Engine v1 API - Enum EndpointsApiService.Types.RolloutStrategy (2.3.0)

public enum EndpointsApiService.Types.RolloutStrategy

Reference documentation and code samples for the App Engine v1 API enum EndpointsApiService.Types.RolloutStrategy.

Available rollout strategies.

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Fields

NameDescription
Fixed

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

Managed

Endpoints service configuration ID will be updated with each rollout.

UnspecifiedRolloutStrategy

Not specified. Defaults to FIXED.