Show / Hide Table of Contents

Class ExadataInfrastructureUnAllocatedResources

Un allocated resources details of the Exadata Cloud@Customer infrastructure. Applies to Exadata Cloud@Customer instances only.

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

Properties

AutonomousVmClusters

Declaration
[JsonProperty(PropertyName = "autonomousVmClusters")]
public List<AutonomousVmClusterResourceDetails> AutonomousVmClusters { get; set; }
Property Value
Type Description
List<AutonomousVmClusterResourceDetails>

The list of Autonomous VM Clusters on the Infra and their associated unallocated resources details

DisplayName

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

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

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.

Id

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

The OCID of the Exadata infrastructure.

Remarks

Required

LocalStorageInGbs

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

The minimum amount of un allocated storage that is 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 un allocated memory that is 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 un allocated ocpus that is available across all nodes in the infrastructure.

In this article
Back to top