Show / Hide Table of Contents

Class ExascaleDbStorageDetails

Exadata Database Storage Details

Inheritance
object
ExascaleDbStorageDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class ExascaleDbStorageDetails

Properties

AvailableSizeInGbs

Declaration
[JsonProperty(PropertyName = "availableSizeInGbs")]
public int? AvailableSizeInGbs { get; set; }
Property Value
Type Description
int?

Available Capacity

TotalSizeInGbs

Declaration
[JsonProperty(PropertyName = "totalSizeInGbs")]
public int? TotalSizeInGbs { get; set; }
Property Value
Type Description
int?

Total Capacity

In this article
Back to top