Config Delivery v1 API - Enum Release.Types.Lifecycle (1.0.0-beta01)

public enum Release.Types.Lifecycle

Reference documentation and code samples for the Config Delivery v1 API enum Release.Types.Lifecycle.

Lifecycle indicates the state of the Release. A published release is immutable.

Namespace

Google.Cloud.ConfigDelivery.V1

Assembly

Google.Cloud.ConfigDelivery.V1.dll

Fields

Name Description
Draft

indicates that the Release is being edited.

Published

indicates that the Release is now published (or released) and immutable.

Unspecified

indicates lifecycle has not been specified.