Show / Hide Table of Contents

Class ExascaleConfigDetails

The exascale config response details for the Exadata Cloud@Customer infrastructure or cloud Exadata infrastructure . Applies to both Exadata Cloud@Customer instances and Exadata Cloud Service instances.

Inheritance
object
ExascaleConfigDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class ExascaleConfigDetails

Properties

AvailableStorageInGBs

Declaration
[JsonProperty(PropertyName = "availableStorageInGBs")]
public int? AvailableStorageInGBs { get; set; }
Property Value
Type Description
int?

Available storage size for Exascale in GBs.

TotalStorageInGBs

Declaration
[Required(ErrorMessage = "TotalStorageInGBs is required.")]
[JsonProperty(PropertyName = "totalStorageInGBs")]
public int? TotalStorageInGBs { get; set; }
Property Value
Type Description
int?

Storage size needed for Exascale in GBs.

Remarks

Required

In this article
Back to top