Package com.oracle.bmc.goldengate.model
Enum ConnectionType
- java.lang.Object
-
- java.lang.Enum<ConnectionType>
-
- com.oracle.bmc.goldengate.model.ConnectionType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ConnectionType>
@Generated(value="OracleSDKGenerator", comments="API Version: 20200407") public enum ConnectionType extends Enum<ConnectionType> implements BmcEnum
The connection type.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AmazonKinesis
AmazonRedshift
AmazonS3
AzureDataLakeStorage
AzureSynapseAnalytics
Databricks
Db2
Elasticsearch
Generic
Goldengate
GoogleBigquery
GoogleCloudStorage
GooglePubsub
Hdfs
Iceberg
JavaMessageService
Kafka
KafkaSchemaRegistry
MicrosoftFabric
MicrosoftSqlserver
Mongodb
Mysql
OciObjectStorage
Oracle
OracleAiDataPlatform
OracleNosql
Postgresql
Redis
Snowflake
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConnectionType
create(String key)
String
getValue()
static ConnectionType
valueOf(String name)
Returns the enum constant of this type with the specified name.static ConnectionType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Goldengate
public static final ConnectionType Goldengate
-
Kafka
public static final ConnectionType Kafka
-
KafkaSchemaRegistry
public static final ConnectionType KafkaSchemaRegistry
-
Mysql
public static final ConnectionType Mysql
-
JavaMessageService
public static final ConnectionType JavaMessageService
-
MicrosoftSqlserver
public static final ConnectionType MicrosoftSqlserver
-
OciObjectStorage
public static final ConnectionType OciObjectStorage
-
Oracle
public static final ConnectionType Oracle
-
AzureDataLakeStorage
public static final ConnectionType AzureDataLakeStorage
-
Postgresql
public static final ConnectionType Postgresql
-
AzureSynapseAnalytics
public static final ConnectionType AzureSynapseAnalytics
-
Snowflake
public static final ConnectionType Snowflake
-
AmazonS3
public static final ConnectionType AmazonS3
-
Hdfs
public static final ConnectionType Hdfs
-
OracleAiDataPlatform
public static final ConnectionType OracleAiDataPlatform
-
OracleNosql
public static final ConnectionType OracleNosql
-
Mongodb
public static final ConnectionType Mongodb
-
AmazonKinesis
public static final ConnectionType AmazonKinesis
-
AmazonRedshift
public static final ConnectionType AmazonRedshift
-
Db2
public static final ConnectionType Db2
-
Redis
public static final ConnectionType Redis
-
Elasticsearch
public static final ConnectionType Elasticsearch
-
Generic
public static final ConnectionType Generic
-
GoogleCloudStorage
public static final ConnectionType GoogleCloudStorage
-
GoogleBigquery
public static final ConnectionType GoogleBigquery
-
Databricks
public static final ConnectionType Databricks
-
GooglePubsub
public static final ConnectionType GooglePubsub
-
MicrosoftFabric
public static final ConnectionType MicrosoftFabric
-
Iceberg
public static final ConnectionType Iceberg
-
UnknownEnumValue
public static final ConnectionType UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static ConnectionType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ConnectionType c : ConnectionType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ConnectionType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static ConnectionType create(String key)
-
-