Show / Hide Table of Contents

Class DistributedDatabaseAssociatedWithPrivateEndpoint

The details of distributed database associated with the private endpoint.

Inheritance
object
DistributedDatabaseAssociatedWithPrivateEndpoint
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 DistributedDatabaseAssociatedWithPrivateEndpoint

Properties

DbDeploymentType

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

The dbDeploymentType associated with the distributed 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