Show / Hide Table of Contents

Class ExadbVmClusterStorageDetails

Storage Details on the Exadata VM cluster.

Inheritance
object
ExadbVmClusterStorageDetails
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 ExadbVmClusterStorageDetails

Properties

TotalSizeInGbs

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

Total Capacity

Remarks

Required

In this article
Back to top