status property

String? status
getter/setter pair

The status of the VPN gateway, which can be one of the following: CREATING, READY, FAILED, or DELETING.

Output only. Possible string values are:

  • "CREATING"
  • "DELETING"
  • "FAILED"
  • "READY"

Implementation

core.String? status;