Class DistributedAutonomousDatabaseAssociatedWithPrivateEndpoint
The details of distributed autonomous database associated with the private endpoint.
Inherited Members
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