Class CloudAutonomousVmClusterResourceDetails
Unallocated resource details of the Cloud Autonomous VM Cluster.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class CloudAutonomousVmClusterResourceDetails
Properties
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the Cloud Exadata infrastructure. |
Remarks
Required
UnAllocatedAdbStorageInTBs
Declaration
[Required(ErrorMessage = "UnAllocatedAdbStorageInTBs is required.")]
[JsonProperty(PropertyName = "unAllocatedAdbStorageInTBs")]
public double UnAllocatedAdbStorageInTBs { get; set; }
Property Value
Type | Description |
---|---|
double | Total unallocated autonomous data storage in the Cloud Autonomous VM Cluster in TBs. |
Remarks
Required