Module: Google::Cloud::Sql::V1::Settings::ConnectorEnforcement

Defined in:
proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb

Overview

The options for enforcing Cloud SQL connectors in the instance.

Constant Summary collapse

CONNECTOR_ENFORCEMENT_UNSPECIFIED =

The requirement for Cloud SQL connectors is unknown.

0
NOT_REQUIRED =

Do not require Cloud SQL connectors.

1
REQUIRED =

Require all connections to use Cloud SQL connectors, including the Cloud SQL Auth Proxy and Cloud SQL Java, Python, and Go connectors. Note: This disables all existing authorized networks.

2