Module: Google::Cloud::Sql::V1::DatabaseInstance::SqlNetworkArchitecture

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

Overview

The SQL network architecture for the instance.

Constant Summary collapse

SQL_NETWORK_ARCHITECTURE_UNSPECIFIED =
0
NEW_NETWORK_ARCHITECTURE =

The instance uses the new network architecture.

1
OLD_NETWORK_ARCHITECTURE =

The instance uses the old network architecture.

2