CreateDistributedAutonomousDatabaseShardDatabaseDetails

class oci.distributed_database_v26.models.CreateDistributedAutonomousDatabaseShardDatabaseDetails(**kwargs)

Bases: object

Details for creating a distributed autonomous database shard.

Attributes

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

Methods

__init__(**kwargs) Initializes a new CreateDistributedAutonomousDatabaseShardDatabaseDetails 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_ADBD_EXISTING_CLUSTER = 'ADBD_EXISTING_CLUSTER'

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

__init__(**kwargs)

Initializes a new CreateDistributedAutonomousDatabaseShardDatabaseDetails 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 CreateDistributedAutonomousDatabaseShardDatabaseDetails. Allowed values for this property are: “ADBD_EXISTING_CLUSTER”
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 CreateDistributedAutonomousDatabaseShardDatabaseDetails. The source of the Globally distributed autonomous database type. Use ADBD_EXISTING_CLUSTER for an autonomous database on Dedicated Infrastructure that uses a pre-existing cluster.

Allowed values for this property are: “ADBD_EXISTING_CLUSTER”

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