Show / Hide Table of Contents

Class ExternalExadataDatabaseSystemSummary

The DB systems of the Exadata infrastructure.

Inheritance
object
DbmResource
ExternalExadataDatabaseSystemSummary
Inherited Members
DbmResource.Id
DbmResource.DisplayName
DbmResource.Version
DbmResource.InternalId
DbmResource.Status
DbmResource.LifecycleState
DbmResource.TimeCreated
DbmResource.TimeUpdated
DbmResource.LifecycleDetails
DbmResource.AdditionalDetails
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top