Oracle Database@Google Cloud v1 API - Class ExascaleConfig (1.7.0)

public sealed class ExascaleConfig : IMessage<ExascaleConfig>, IEquatable<ExascaleConfig>, IDeepCloneable<ExascaleConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class ExascaleConfig.

Details of the Exascale configuration for the Exadata Infrastructure.

Inheritance

object > ExascaleConfig

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

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