Reference documentation and code samples for the BeyondCorp ClientGateways V1 API module Google::Cloud::BeyondCorp::ClientGateways::V1::ClientGateway::State.
Represents the different states of a gateway.
Constants
STATE_UNSPECIFIED
value: 0 Default value. This value is unused.
CREATING
value: 1 Gateway is being created.
UPDATING
value: 2 Gateway is being updated.
DELETING
value: 3 Gateway is being deleted.
RUNNING
value: 4 Gateway is running.
DOWN
value: 5 Gateway is down and may be restored in the future.
This happens when CCFE sends ProjectState = OFF.
ERROR
value: 6 ClientGateway encountered an error and is in indeterministic state.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# BeyondCorp ClientGateways V1 API - Module Google::Cloud::BeyondCorp::ClientGateways::V1::ClientGateway::State (v0.8.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.8.0 (latest)](/ruby/docs/reference/google-cloud-beyond_corp-client_gateways-v1/latest/Google-Cloud-BeyondCorp-ClientGateways-V1-ClientGateway-State)\n- [0.7.1](/ruby/docs/reference/google-cloud-beyond_corp-client_gateways-v1/0.7.1/Google-Cloud-BeyondCorp-ClientGateways-V1-ClientGateway-State)\n- [0.6.0](/ruby/docs/reference/google-cloud-beyond_corp-client_gateways-v1/0.6.0/Google-Cloud-BeyondCorp-ClientGateways-V1-ClientGateway-State)\n- [0.5.2](/ruby/docs/reference/google-cloud-beyond_corp-client_gateways-v1/0.5.2/Google-Cloud-BeyondCorp-ClientGateways-V1-ClientGateway-State)\n- [0.4.2](/ruby/docs/reference/google-cloud-beyond_corp-client_gateways-v1/0.4.2/Google-Cloud-BeyondCorp-ClientGateways-V1-ClientGateway-State)\n- [0.3.0](/ruby/docs/reference/google-cloud-beyond_corp-client_gateways-v1/0.3.0/Google-Cloud-BeyondCorp-ClientGateways-V1-ClientGateway-State)\n- [0.2.0](/ruby/docs/reference/google-cloud-beyond_corp-client_gateways-v1/0.2.0/Google-Cloud-BeyondCorp-ClientGateways-V1-ClientGateway-State)\n- [0.1.1](/ruby/docs/reference/google-cloud-beyond_corp-client_gateways-v1/0.1.1/Google-Cloud-BeyondCorp-ClientGateways-V1-ClientGateway-State) \nReference documentation and code samples for the BeyondCorp ClientGateways V1 API module Google::Cloud::BeyondCorp::ClientGateways::V1::ClientGateway::State.\n\nRepresents the different states of a gateway.\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n**value:** 0 \nDefault value. This value is unused.\n\n### CREATING\n\n**value:** 1 \nGateway is being created.\n\n### UPDATING\n\n**value:** 2 \nGateway is being updated.\n\n### DELETING\n\n**value:** 3 \nGateway is being deleted.\n\n### RUNNING\n\n**value:** 4 \nGateway is running.\n\n### DOWN\n\n**value:** 5 \nGateway is down and may be restored in the future.\nThis happens when CCFE sends ProjectState = OFF.\n\n### ERROR\n\n**value:** 6 \nClientGateway encountered an error and is in indeterministic state."]]