Class ExternalExadataDatabaseSystemSummary
The DB systems of the Exadata infrastructure.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class ExternalExadataDatabaseSystemSummary : DbmResource
Properties
CompartmentId
Declaration
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the compartment. |
LicenseModel
Declaration
[JsonProperty(PropertyName = "licenseModel")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ExternalExadataDatabaseSystemSummary.LicenseModelEnum? LicenseModel { get; set; }
Property Value
Type | Description |
---|---|
ExternalExadataDatabaseSystemSummary.LicenseModelEnum? | The Oracle license model that applies to the database management resources. |