Class PeComanagedManagedExternalDatabaseConfigurationSummary
Configuration Summary of a Private Endpoint Co-managed External database.
Inheritance
PeComanagedManagedExternalDatabaseConfigurationSummary
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class PeComanagedManagedExternalDatabaseConfigurationSummary : DatabaseConfigurationSummary
Properties
DatabaseId
Declaration
[Required(ErrorMessage = "DatabaseId is required.")]
[JsonProperty(PropertyName = "databaseId")]
public string DatabaseId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the database. |
Remarks
Required
ExadataDetails
Declaration
[Required(ErrorMessage = "ExadataDetails is required.")]
[JsonProperty(PropertyName = "exadataDetails")]
public ExadataDetails ExadataDetails { get; set; }
Property Value
Type | Description |
---|---|
ExadataDetails |
Remarks
Required
Instances
Declaration
[Required(ErrorMessage = "Instances is required.")]
[JsonProperty(PropertyName = "instances")]
public List<HostInstanceMap> Instances { get; set; }
Property Value
Type | Description |
---|---|
List<HostInstanceMap> | Array of hostname and instance name. |
Remarks
Required
OpsiPrivateEndpointId
Declaration
[Required(ErrorMessage = "OpsiPrivateEndpointId is required.")]
[JsonProperty(PropertyName = "opsiPrivateEndpointId")]
public string OpsiPrivateEndpointId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the OPSI private endpoint |
Remarks
Required
ParentId
Declaration
[Required(ErrorMessage = "ParentId is required.")]
[JsonProperty(PropertyName = "parentId")]
public string ParentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the database. |
Remarks
Required