Module: Google::Cloud::Sql::V1beta4::DatabaseInstance::SqlNetworkArchitecture

Defined in:
proto_docs/google/cloud/sql/v1beta4/cloud_sql_resources.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