DistributedAutonomousDatabaseAssociatedWithPrivateEndpoint¶
-
class
oci.distributed_database.models.DistributedAutonomousDatabaseAssociatedWithPrivateEndpoint(**kwargs)¶ Bases:
objectThis field is deprecated. Support for this field will be removed after Mon, 1 Mar 2027 00:00:00 GMT.
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
-