Class ExadbVmClusterStorageDetails
Storage Details on the Exadata VM cluster.
Inherited Members
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