Share via


PostgreSqlFlexibleServersSourceType Enum

Definition

Migration source server type : OnPremises, AWS, GCP, AzureVM, PostgreSQLSingleServer, AWS_RDS, AWS_AURORA, AWS_EC2, GCP_CloudSQL, GCP_AlloyDB, GCP_Compute, or EDB.

public enum PostgreSqlFlexibleServersSourceType
type PostgreSqlFlexibleServersSourceType = 
Public Enum PostgreSqlFlexibleServersSourceType
Inheritance
PostgreSqlFlexibleServersSourceType

Fields

Name Value Description
OnPremises 0

OnPremises.

AWS 1

AWS.

GCP 2

GCP.

AzureVm 3

AzureVM.

PostgreSQLSingleServer 4

PostgreSQLSingleServer.

AWSRDS 5

AWS_RDS.

AWSAurora 6

AWS_AURORA.

AWSEC2 7

AWS_EC2.

GCPCloudSQL 8

GCP_CloudSQL.

GCPAlloyDB 9

GCP_AlloyDB.

GCPCompute 10

GCP_Compute.

EDB 11

EDB.

Applies to