Class ExadataVmClusterSummary
The VM Clusters of the Exadata infrastructure.
Inherited Members
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. |