Class PeComanagedHostConfigurationSummary
Configuration Summary of a PeComanaged host.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class PeComanagedHostConfigurationSummary : HostConfigurationSummary
  Properties
ExadataDetails
Declaration
[Required(ErrorMessage = "ExadataDetails is required.")]
[JsonProperty(PropertyName = "exadataDetails")]
public ExadataDetails ExadataDetails { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ExadataDetails | 
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