Enum ConnectionSummary.ModelType
- java.lang.Object
-
- java.lang.Enum<ConnectionSummary.ModelType>
-
- com.oracle.bmc.dataintegration.model.ConnectionSummary.ModelType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ConnectionSummary.ModelType>
- Enclosing class:
- ConnectionSummary
public static enum ConnectionSummary.ModelType extends Enum<ConnectionSummary.ModelType> implements BmcEnum
The type of the connection.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AmazonS3Connection
BiccConnection
BipConnection
GenericJdbcConnection
HdfsConnection
LakeConnection
MysqlConnection
MysqlHeatwaveConnection
Oauth2Connection
OracleAdwcConnection
OracleAtpConnection
OracledbConnection
OracleEbsConnection
OracleObjectStorageConnection
OraclePeoplesoftConnection
OracleSiebelConnection
RestBasicAuthConnection
RestNoAuthConnection
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 ConnectionSummary.ModelType
create(String key)
String
getValue()
static ConnectionSummary.ModelType
valueOf(String name)
Returns the enum constant of this type with the specified name.static ConnectionSummary.ModelType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
OracleAdwcConnection
public static final ConnectionSummary.ModelType OracleAdwcConnection
-
OracleAtpConnection
public static final ConnectionSummary.ModelType OracleAtpConnection
-
OracleObjectStorageConnection
public static final ConnectionSummary.ModelType OracleObjectStorageConnection
-
OracledbConnection
public static final ConnectionSummary.ModelType OracledbConnection
-
MysqlConnection
public static final ConnectionSummary.ModelType MysqlConnection
-
GenericJdbcConnection
public static final ConnectionSummary.ModelType GenericJdbcConnection
-
BiccConnection
public static final ConnectionSummary.ModelType BiccConnection
-
AmazonS3Connection
public static final ConnectionSummary.ModelType AmazonS3Connection
-
BipConnection
public static final ConnectionSummary.ModelType BipConnection
-
LakeConnection
public static final ConnectionSummary.ModelType LakeConnection
-
OraclePeoplesoftConnection
public static final ConnectionSummary.ModelType OraclePeoplesoftConnection
-
OracleEbsConnection
public static final ConnectionSummary.ModelType OracleEbsConnection
-
OracleSiebelConnection
public static final ConnectionSummary.ModelType OracleSiebelConnection
-
HdfsConnection
public static final ConnectionSummary.ModelType HdfsConnection
-
MysqlHeatwaveConnection
public static final ConnectionSummary.ModelType MysqlHeatwaveConnection
-
RestNoAuthConnection
public static final ConnectionSummary.ModelType RestNoAuthConnection
-
RestBasicAuthConnection
public static final ConnectionSummary.ModelType RestBasicAuthConnection
-
Oauth2Connection
public static final ConnectionSummary.ModelType Oauth2Connection
-
UnknownEnumValue
public static final ConnectionSummary.ModelType 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 ConnectionSummary.ModelType[] 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 (ConnectionSummary.ModelType c : ConnectionSummary.ModelType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ConnectionSummary.ModelType 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 ConnectionSummary.ModelType create(String key)
-
-