Enum DistributedDatabaseCatalogDatabase.Source

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<DistributedDatabaseCatalogDatabase.Source>
    Enclosing class:
    DistributedDatabaseCatalogDatabase

    public static enum DistributedDatabaseCatalogDatabase.Source
    extends Enum<DistributedDatabaseCatalogDatabase.Source>
    implements BmcEnum
    The source of the Globally distributed database type.

    Use XS_EXISTING_CLUSTER for a database on Exascale Infrastructure that uses a pre-existing cluster. Use XS_NEW_CLUSTER for a database on Exascale Infrastructure that requires a new cluster created from scratch. Use XS_NEW_VAULT_AND_CLUSTER for a database on Exascale Infrastructure that requires a new vault and cluster created from scratch. Use XD_EXISTING_CLUSTER for a database on Dedicated Infrastructure that uses a pre-existing cluster. Use EXISTING_DB_HOME for a database on a pre-existing database home.