Class AutonomousDatabaseConfiguration
- java.lang.Object
-
- io.micronaut.oraclecloud.atp.jdbc.AutonomousDatabaseConfiguration
-
@EachProperty(value="datasources", primary="default") @Context public class AutonomousDatabaseConfiguration extends java.lang.Object
Configuration properties for the automated oracle wallet download and configuration.- Since:
- 2.5
- Author:
- Pavol Gressa
-
-
Constructor Summary
Constructors Constructor Description AutonomousDatabaseConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getOcid()
java.lang.String
getServiceAlias()
java.lang.String
getWalletPassword()
com.oracle.bmc.database.model.GenerateAutonomousDatabaseWalletDetails.GenerateType
getWalletType()
void
setOcid(java.lang.String ocid)
void
setServiceAlias(java.lang.String serviceAlias)
void
setWalletPassword(java.lang.String walletPassword)
void
setWalletType(com.oracle.bmc.database.model.GenerateAutonomousDatabaseWalletDetails.GenerateType walletType)
-
-
-
Method Detail
-
getOcid
public java.lang.String getOcid()
- Returns:
- autonomous database ocid
-
setOcid
public void setOcid(java.lang.String ocid)
- Parameters:
ocid
- autonomous database ocid
-
getWalletPassword
public java.lang.String getWalletPassword()
- Returns:
- wallet password
-
setWalletPassword
public void setWalletPassword(java.lang.String walletPassword)
- Parameters:
walletPassword
- wallet password
-
getWalletType
public com.oracle.bmc.database.model.GenerateAutonomousDatabaseWalletDetails.GenerateType getWalletType()
- Returns:
- wallet type
-
setWalletType
public void setWalletType(com.oracle.bmc.database.model.GenerateAutonomousDatabaseWalletDetails.GenerateType walletType)
- Parameters:
walletType
- wallet type
-
getServiceAlias
public java.lang.String getServiceAlias()
- Returns:
- service alias
-
setServiceAlias
public void setServiceAlias(java.lang.String serviceAlias)
- Parameters:
serviceAlias
- service alias
-
-