Cloud FTP v1 API - Enum Server.Types.State (1.0.0-beta01)

public enum Server.Types.State

Reference documentation and code samples for the Cloud FTP v1 API enum Server.Types.State.

Tracks Server status.

Namespace

Google.Cloud.Ftp.V1

Assembly

Google.Cloud.Ftp.V1.dll

Fields

Name Description
Active

Server is ready to be used.

Creating

Server is being created.

Deleting

Server is being deleted.

Error

Server is in error state.

Starting

Server is starting.

Stopped

Server is stopped.

Stopping

Server is stopping.

Unspecified

Default value. This value is unused.

Updating

Server is being updated.