DistributedAutonomousDatabaseAssociatedWithPrivateEndpoint

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

Bases: object

The details of distributed autonomous database associated with the private endpoint.

Methods

__init__(**kwargs) Initializes a new DistributedAutonomousDatabaseAssociatedWithPrivateEndpoint object with values from keyword arguments.

Attributes

db_deployment_type [Required] Gets the db_deployment_type of this DistributedAutonomousDatabaseAssociatedWithPrivateEndpoint.
id [Required] Gets the id of this DistributedAutonomousDatabaseAssociatedWithPrivateEndpoint.
__init__(**kwargs)

Initializes a new DistributedAutonomousDatabaseAssociatedWithPrivateEndpoint object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this DistributedAutonomousDatabaseAssociatedWithPrivateEndpoint.
  • db_deployment_type (str) – The value to assign to the db_deployment_type property of this DistributedAutonomousDatabaseAssociatedWithPrivateEndpoint.
db_deployment_type

[Required] Gets the db_deployment_type of this DistributedAutonomousDatabaseAssociatedWithPrivateEndpoint. The dbDeploymentType associated with the distributed autonomous database.

Returns:The db_deployment_type of this DistributedAutonomousDatabaseAssociatedWithPrivateEndpoint.
Return type:str
id

[Required] Gets the id of this DistributedAutonomousDatabaseAssociatedWithPrivateEndpoint. The OCID of the distributed database.

Returns:The id of this DistributedAutonomousDatabaseAssociatedWithPrivateEndpoint.
Return type:str