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.
Inherited Members
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