state property

String? state
getter/setter pair

Indicates the high availability requirement state for the VPN connection.

Valid values are CONNECTION_REDUNDANCY_MET, CONNECTION_REDUNDANCY_NOT_MET. Possible string values are:

  • "CONNECTION_REDUNDANCY_MET" : VPN tunnels are configured with adequate redundancy from Cloud VPN gateway to the peer VPN gateway. For both GCP-to-non-GCP and GCP-to-GCP connections, the adequate redundancy is a pre-requirement for users to get 99.99% availability on GCP side; please note that for any connection, end-to-end 99.99% availability is subject to proper configuration on the peer VPN gateway.
  • "CONNECTION_REDUNDANCY_NOT_MET" : VPN tunnels are not configured with adequate redundancy from the Cloud VPN gateway to the peer gateway

Implementation

core.String? state;