networkArchitecture property

String? networkArchitecture
getter/setter pair

If the source is a Cloud SQL database, this field indicates the network architecture it's associated with.

Output only. Possible string values are:

  • "NETWORK_ARCHITECTURE_UNSPECIFIED"
  • "NETWORK_ARCHITECTURE_OLD_CSQL_PRODUCER" : Instance is in Cloud SQL's old producer network architecture.
  • "NETWORK_ARCHITECTURE_NEW_CSQL_PRODUCER" : Instance is in Cloud SQL's new producer network architecture.

Implementation

core.String? networkArchitecture;