public sealed class ExascaleConfig : IMessage<ExascaleConfig>, IEquatable<ExascaleConfig>, IDeepCloneable<ExascaleConfig>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class ExascaleConfig.
Details of the Exascale configuration for the Exadata Infrastructure.
Implements
IMessageExascaleConfig, IEquatableExascaleConfig, IDeepCloneableExascaleConfig, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
ExascaleConfig()
public ExascaleConfig()ExascaleConfig(ExascaleConfig)
public ExascaleConfig(ExascaleConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ExascaleConfig |
Properties
AvailableStorageSizeGb
public int AvailableStorageSizeGb { get; set; }Output only. Available storage size for Exascale in GBs.
| Property Value | |
|---|---|
| Type | Description |
int |
|
TotalStorageSizeGb
public int TotalStorageSizeGb { get; set; }Output only. Total storage size needed for Exascale in GBs.
| Property Value | |
|---|---|
| Type | Description |
int |
|