architecture property

String? architecture
getter/setter pair

the architecture

Output only. Possible string values are:

  • "ARCHITECTURE_UNSPECIFIED" : Unspecified architecture.
  • "INVALID" : Invaliad architecture.
  • "CENTRALIZED" : A centralized system.
  • "DISTRIBUTED" : A distributed system.
  • "DISTRIBUTED_HA" : A distributed with HA system.
  • "STANDALONE_DATABASE" : A standalone database system.
  • "STANDALONE_DATABASE_HA" : A standalone database with HA system.

Implementation

core.String? architecture;