public static enum PostgresqlConnection.TechnologyType extends Enum<PostgresqlConnection.TechnologyType> implements BmcEnum
The PostgreSQL technology type.
Enum Constant and Description |
---|
AmazonAuroraPostgresql |
AmazonRdsPostgresql |
AzureCosmosDbForPostgresql |
AzurePostgresql |
GoogleCloudSqlPostgresql |
OciPostgresql |
PostgresqlServer |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static PostgresqlConnection.TechnologyType |
create(String key) |
String |
getValue() |
static PostgresqlConnection.TechnologyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostgresqlConnection.TechnologyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PostgresqlConnection.TechnologyType OciPostgresql
public static final PostgresqlConnection.TechnologyType PostgresqlServer
public static final PostgresqlConnection.TechnologyType AmazonAuroraPostgresql
public static final PostgresqlConnection.TechnologyType AmazonRdsPostgresql
public static final PostgresqlConnection.TechnologyType AzurePostgresql
public static final PostgresqlConnection.TechnologyType AzureCosmosDbForPostgresql
public static final PostgresqlConnection.TechnologyType GoogleCloudSqlPostgresql
public static final PostgresqlConnection.TechnologyType UnknownEnumValue
public static PostgresqlConnection.TechnologyType[] values()
for (PostgresqlConnection.TechnologyType c : PostgresqlConnection.TechnologyType.values()) System.out.println(c);
public static PostgresqlConnection.TechnologyType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static PostgresqlConnection.TechnologyType create(String key)
Copyright © 2016–2024. All rights reserved.