DistributedDatabaseAssociatedWithPrivateEndpoint

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

Bases: object

The details of distributed database associated with the private endpoint.

Methods

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

Attributes

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

Initializes a new DistributedDatabaseAssociatedWithPrivateEndpoint 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 DistributedDatabaseAssociatedWithPrivateEndpoint.
  • db_deployment_type (str) – The value to assign to the db_deployment_type property of this DistributedDatabaseAssociatedWithPrivateEndpoint.
db_deployment_type

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

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

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

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