Show / Hide Table of Contents

Class ConfigureExascaleCloudExadataInfrastructureDetails

The exascale config request details for the Cloud Exadata infrastructure.

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

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