Skip to content

Commit

Permalink
feat: support INSUFFICIENT_DISK_SIZE and INSUFFICIENT_MACHINE_TIER er…
Browse files Browse the repository at this point in the history
…ror types for external primary instance migration settings

PiperOrigin-RevId: 617874320
  • Loading branch information
Google APIs authored and Copybara-Service committed Mar 21, 2024
1 parent 4b01bfd commit 7aad451
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions google/cloud/sql/v1beta4/cloud_sql_resources.proto
Expand Up @@ -1276,6 +1276,15 @@ message SqlExternalSyncSettingError {

// Final parallel level that is used to do migration.
PG_SYNC_PARALLEL_LEVEL = 42;

// The disk size of the replica instance is smaller than the data size of
// the source instance.
INSUFFICIENT_DISK_SIZE = 43;

// The data size of the source instance is greater than 1 TB, the number of
// cores of the replica instance is less than 8, and the memory of the
// replica is less than 32 GB.
INSUFFICIENT_MACHINE_TIER = 44;
}

// Can be `sql#externalSyncSettingError` or
Expand Down

0 comments on commit 7aad451

Please sign in to comment.