Show / Hide Table of Contents

Class DistributedAutonomousDatabaseAssociatedWithPrivateEndpoint

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

Inheritance
object
DistributedAutonomousDatabaseAssociatedWithPrivateEndpoint
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DistributeddatabaseService.Models
Assembly: OCI.DotNetSDK.Distributeddatabase.dll
Syntax
public class DistributedAutonomousDatabaseAssociatedWithPrivateEndpoint

Properties

DbDeploymentType

Declaration
[Required(ErrorMessage = "DbDeploymentType is required.")]
[JsonProperty(PropertyName = "dbDeploymentType")]
[JsonConverter(typeof(StringEnumConverter))]
public DistributedAutonomousDatabase.DbDeploymentTypeEnum? DbDeploymentType { get; set; }
Property Value
Type Description
DistributedAutonomousDatabase.DbDeploymentTypeEnum?

The dbDeploymentType associated with the distributed autonomous database.

Remarks

Required

Id

Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string

The OCID of the distributed database.

Remarks

Required

In this article
Back to top