Class OracleCloudVaultConfiguration.OracleCloudVault

  • Enclosing class:
    OracleCloudVaultConfiguration

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCompartmentOcid()
      The compartment OCID where the vault resides.
      java.lang.String getOcid()
      The OCID of the vault that contains secrets that will be retrieved, decoded and set as config vars.
      void setCompartmentOcid​(java.lang.String compartmentOcid)
      Sets the compartment OCID where the vault resides.
      void setOcid​(java.lang.String ocid)
      Sets the OCID of the vault that contains secrets that will be retrieved, decoded and set as config vars.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OracleCloudVault

        public OracleCloudVault()
    • Method Detail

      • getOcid

        public java.lang.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​(java.lang.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 java.lang.String getCompartmentOcid()
        The compartment OCID where the vault resides.
        Returns:
        The compartment OCID.
      • setCompartmentOcid

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object