CreateDistributedDatabaseCatalogDetails

class oci.distributed_database.models.CreateDistributedDatabaseCatalogDetails(**kwargs)

Bases: object

Details of the Globally distributed database catalog.

Attributes

SOURCE_EXADB_XS A constant which can be used with the source property of a CreateDistributedDatabaseCatalogDetails.
source [Required] Gets the source of this CreateDistributedDatabaseCatalogDetails.

Methods

__init__(**kwargs) Initializes a new CreateDistributedDatabaseCatalogDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
SOURCE_EXADB_XS = 'EXADB_XS'

A constant which can be used with the source property of a CreateDistributedDatabaseCatalogDetails. This constant has a value of “EXADB_XS”

__init__(**kwargs)

Initializes a new CreateDistributedDatabaseCatalogDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:source (str) – The value to assign to the source property of this CreateDistributedDatabaseCatalogDetails. Allowed values for this property are: “EXADB_XS”
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

source

[Required] Gets the source of this CreateDistributedDatabaseCatalogDetails. The source of Globally distributed database type: Use EXADB_XS for the Globally distributed database with Exascale based distributed database.

Allowed values for this property are: “EXADB_XS”

Returns:The source of this CreateDistributedDatabaseCatalogDetails.
Return type:str