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