Module: Google::Cloud::AlloyDB::V1beta::SupportedDatabaseFlag::Scope
- Defined in:
- proto_docs/google/cloud/alloydb/v1beta/resources.rb
Overview
The scope of the flag.
Constant Summary collapse
- SCOPE_UNSPECIFIED =
The scope of the flag is not specified. Default is DATABASE.
0- DATABASE =
The flag is a database flag.
1- CONNECTION_POOL =
The flag is a connection pool flag.
2