Uses of Class
com.oracle.bmc.databasemigration.model.OracleConnection.TechnologyType
-
Packages that use OracleConnection.TechnologyType Package Description com.oracle.bmc.databasemigration.model -
-
Uses of OracleConnection.TechnologyType in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return OracleConnection.TechnologyType Modifier and Type Method Description static OracleConnection.TechnologyType
OracleConnection.TechnologyType. create(String key)
OracleConnection.TechnologyType
CreateOracleConnectionDetails. getTechnologyType()
The Oracle technology type.OracleConnection.TechnologyType
OracleConnection. getTechnologyType()
The Oracle technology type.OracleConnection.TechnologyType
OracleConnectionSummary. getTechnologyType()
The Oracle technology type.static OracleConnection.TechnologyType
OracleConnection.TechnologyType. valueOf(String name)
Returns the enum constant of this type with the specified name.static OracleConnection.TechnologyType[]
OracleConnection.TechnologyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemigration.model with parameters of type OracleConnection.TechnologyType Modifier and Type Method Description CreateOracleConnectionDetails.Builder
CreateOracleConnectionDetails.Builder. technologyType(OracleConnection.TechnologyType technologyType)
The Oracle technology type.OracleConnection.Builder
OracleConnection.Builder. technologyType(OracleConnection.TechnologyType technologyType)
The Oracle technology type.OracleConnectionSummary.Builder
OracleConnectionSummary.Builder. technologyType(OracleConnection.TechnologyType technologyType)
The Oracle technology type.Constructors in com.oracle.bmc.databasemigration.model with parameters of type OracleConnection.TechnologyType Constructor Description CreateOracleConnectionDetails(String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String vaultId, String keyId, String subnetId, List<String> nsgIds, String username, String password, String replicationUsername, String replicationPassword, OracleConnection.TechnologyType technologyType, String connectionString, String wallet, String databaseId, String sshHost, String sshKey, String sshUser, String sshSudoLocation)
Deprecated.OracleConnection(String id, String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Connection.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String vaultId, String keyId, String subnetId, List<IngressIpDetails> ingressIps, List<String> nsgIds, String username, String password, String replicationUsername, String replicationPassword, String secretId, String privateEndpointId, OracleConnection.TechnologyType technologyType, String connectionString, String databaseId, String sshHost, String sshKey, String sshUser, String sshSudoLocation)
Deprecated.OracleConnectionSummary(String id, String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Connection.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String vaultId, String keyId, String subnetId, List<IngressIpDetails> ingressIps, List<String> nsgIds, OracleConnection.TechnologyType technologyType, String connectionString, String databaseId)
Deprecated.
-