Show / Hide Table of Contents

Class CloudExadataInfrastructureUnallocatedResources

Details of unallocated resources of the Cloud Exadata infrastructure. Applies to Cloud Exadata infrastructure instances only.

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

Properties

CloudAutonomousVmClusters

Declaration
[JsonProperty(PropertyName = "cloudAutonomousVmClusters")]
public List<CloudAutonomousVmClusterResourceDetails> CloudAutonomousVmClusters { get; set; }
Property Value
Type Description
List<CloudAutonomousVmClusterResourceDetails>

The list of Cloud Autonomous VM Clusters on the Infrastructure and their associated unallocated resources details.

CloudExadataInfrastructureDisplayName

Declaration
[Required(ErrorMessage = "CloudExadataInfrastructureDisplayName is required.")]
[JsonProperty(PropertyName = "cloudExadataInfrastructureDisplayName")]
public string CloudExadataInfrastructureDisplayName { get; set; }
Property Value
Type Description
string

The user-friendly name for the Cloud Exadata infrastructure. The name does not need to be unique.

Remarks

Required

CloudExadataInfrastructureId

Declaration
[Required(ErrorMessage = "CloudExadataInfrastructureId is required.")]
[JsonProperty(PropertyName = "cloudExadataInfrastructureId")]
public string CloudExadataInfrastructureId { get; set; }
Property Value
Type Description
string

The OCID of the Cloud Exadata infrastructure.

Remarks

Required

ExadataStorageInTBs

Declaration
[JsonProperty(PropertyName = "exadataStorageInTBs")]
public double ExadataStorageInTBs { get; set; }
Property Value
Type Description
double

Total unallocated exadata storage in the infrastructure in TBs.

LocalStorageInGbs

Declaration
[JsonProperty(PropertyName = "localStorageInGbs")]
public int? LocalStorageInGbs { get; set; }
Property Value
Type Description
int?

The minimum amount of unallocated storage available across all nodes in the infrastructure.

MemoryInGBs

Declaration
[JsonProperty(PropertyName = "memoryInGBs")]
public int? MemoryInGBs { get; set; }
Property Value
Type Description
int?

The minimum amount of unallocated memory available across all nodes in the infrastructure.

Ocpus

Declaration
[JsonProperty(PropertyName = "ocpus")]
public int? Ocpus { get; set; }
Property Value
Type Description
int?

The minimum amount of unallocated ocpus available across all nodes in the infrastructure.

In this article
Back to top