Show / Hide Table of Contents

Class ConfigureExascaleExadataInfrastructureDetails

The exascale config request details for the Exadata Cloud@Customer infrastructure.

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

Properties

TotalStorageInGBs

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

Storage size needed for Exascale in GBs.

Remarks

Required

In this article
Back to top