Show / Hide Table of Contents

Class ExadataVmClusterSummary

The VM Clusters of the Exadata infrastructure.

Inheritance
object
DbmResource
ExadataVmClusterSummary
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 ExadataVmClusterSummary : DbmResource

Properties

CompartmentId

Declaration
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

The OCID of the compartment.

DeploymentType

Declaration
[JsonProperty(PropertyName = "deploymentType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public CloudExadataInfrastructureDeploymentType? DeploymentType { get; set; }
Property Value
Type Description
CloudExadataInfrastructureDeploymentType?

The infrastructure deployment type.

HomeDirectory

Declaration
[JsonProperty(PropertyName = "homeDirectory")]
public string HomeDirectory { get; set; }
Property Value
Type Description
string

The Oracle home directory.

LicenseModel

Declaration
[JsonProperty(PropertyName = "licenseModel")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ExadataVmClusterSummary.LicenseModelEnum? LicenseModel { get; set; }
Property Value
Type Description
ExadataVmClusterSummary.LicenseModelEnum?

The Oracle license model that applies to the database management resources.

In this article
Back to top