Class ExascaleConfig
Details of the Exascale configuration for the Exadata Infrastructure.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class ExascaleConfig : IDirectResponseSchema
Properties
AvailableStorageSizeGb
Output only. Available storage size for Exascale in GBs.
Declaration
[JsonProperty("availableStorageSizeGb")]
public virtual int? AvailableStorageSizeGb { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TotalStorageSizeGb
Output only. Total storage size needed for Exascale in GBs.
Declaration
[JsonProperty("totalStorageSizeGb")]
public virtual int? TotalStorageSizeGb { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |