followGaeApplication property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? followGaeApplication
getter/setter pair

The App Engine application to follow, it must be in the same region as the Cloud SQL instance.

WARNING: Changing this might restart the instance.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? followGaeApplication;