CreateDistributedAutonomousDatabaseCatalogDetails¶
-
class
oci.distributed_database.models.
CreateDistributedAutonomousDatabaseCatalogDetails
(**kwargs)¶ Bases:
object
Details of the Globally distributed autonomous database catalog.
Attributes
SOURCE_ADB_D
A constant which can be used with the source property of a CreateDistributedAutonomousDatabaseCatalogDetails. source
[Required] Gets the source of this CreateDistributedAutonomousDatabaseCatalogDetails. Methods
__init__
(**kwargs)Initializes a new CreateDistributedAutonomousDatabaseCatalogDetails 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_ADB_D
= 'ADB_D'¶ A constant which can be used with the source property of a CreateDistributedAutonomousDatabaseCatalogDetails. This constant has a value of “ADB_D”
-
__init__
(**kwargs)¶ Initializes a new CreateDistributedAutonomousDatabaseCatalogDetails 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 CreateDistributedAutonomousDatabaseCatalogDetails. Allowed values for this property are: “ADB_D”
-
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 CreateDistributedAutonomousDatabaseCatalogDetails. The source of Globally distributed autonomous database type: Use ADB_D for the Globally distributed autonomous database with autonomous dedicated cloudautonomousvmclusters.
Allowed values for this property are: “ADB_D”
Returns: The source of this CreateDistributedAutonomousDatabaseCatalogDetails. Return type: str
-