Enum CloudFunctionStatus (1.2.0)

public enum CloudFunctionStatus

Describes the current stage of a deployment.

Namespace

Google.Cloud.Functions.V1

Assembly

Google.Cloud.Functions.V1.dll

Fields

NameDescription
Active

Function has been successfully deployed and is serving.

DeleteInProgress

Function is being deleted.

DeployInProgress

Function is being created or updated.

Offline

Function deployment failed and the function isn’t serving.

Unknown

Function deployment failed and the function serving state is undefined. The function should be updated or deleted to move it out of this state.

Unspecified

Not specified. Invalid state.