Show / Hide Table of Contents

Class CloudAutonomousVmClusterResourceDetails

Unallocated resource details of the Cloud Autonomous VM Cluster.

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

In this article
Back to top