Show / Hide Table of Contents

Class ExascaleConfig

Details of the Exascale configuration for the Exadata Infrastructure.

Inheritance
object
ExascaleConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX