Config Delivery v1 API - Enum FleetPackage.Types.State (1.0.0-beta01)

public enum FleetPackage.Types.State

Reference documentation and code samples for the Config Delivery v1 API enum FleetPackage.Types.State.

State indicates the desired state for the fleet package. Unspecified value is equivalent to ACTIVE. If state is set to SUSPENDED, active rollout (if any) will continue but no new rollouts will be scheduled.

Namespace

Google.Cloud.ConfigDelivery.V1

Assembly

Google.Cloud.ConfigDelivery.V1.dll

Fields

Name Description
Active

FleetPackage is intended to be active.

Suspended

FleetPackage is intended to be suspended.

Unspecified

Unspecified state.