sqlNetworkArchitecture property

String? sqlNetworkArchitecture
getter/setter pair

The SQL network architecture for the instance. Possible string values are:

  • "SQL_NETWORK_ARCHITECTURE_UNSPECIFIED"
  • "NEW_NETWORK_ARCHITECTURE" : Instance is a Tenancy Unit (TU) instance.
  • "OLD_NETWORK_ARCHITECTURE" : Instance is an Umbrella instance.

Implementation

core.String? sqlNetworkArchitecture;