Class OracleCloudVaultConfiguration.OracleCloudVault

java.lang.Object
io.micronaut.oraclecloud.discovery.vault.OracleCloudVaultConfiguration.OracleCloudVault
Enclosing class:
OracleCloudVaultConfiguration

@EachProperty(value="vaults", list=true) public static class OracleCloudVaultConfiguration.OracleCloudVault extends Object
An Oracle Cloud Vault.
  • Constructor Details

    • OracleCloudVault

      public OracleCloudVault()
  • Method Details

    • getOcid

      public String getOcid()
      The OCID of the vault that contains secrets that will be retrieved, decoded and set as config vars.
      Returns:
      The OCID of the vault.
    • setOcid

      public void setOcid(String ocid)
      Sets the OCID of the vault that contains secrets that will be retrieved, decoded and set as config vars.
      Parameters:
      ocid - the ocid of the vault
    • getCompartmentOcid

      public String getCompartmentOcid()
      The compartment OCID where the vault resides.
      Returns:
      The compartment OCID.
    • setCompartmentOcid

      public void setCompartmentOcid(String compartmentOcid)
      Sets the compartment OCID where the vault resides.
      Parameters:
      compartmentOcid - The compartment OCID
    • toString

      public String toString()
      Overrides:
      toString in class Object