Class ResourcePoolSummary
The configuration details for resource pool
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class ResourcePoolSummaryProperties
AvailableComputeCapacity
Declaration
[JsonProperty(PropertyName = "availableComputeCapacity")]
public int? AvailableComputeCapacity { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | Available capacity left for new elastic pool members provision | 
IsDisabled
Declaration
[JsonProperty(PropertyName = "isDisabled")]
public bool? IsDisabled { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | Indicates if the resource pool should be deleted for the Autonomous AI Database. | 
PoolSize
Declaration
[JsonProperty(PropertyName = "poolSize")]
public int? PoolSize { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | Resource pool size. | 
TotalComputeCapacity
Declaration
[JsonProperty(PropertyName = "totalComputeCapacity")]
public int? TotalComputeCapacity { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | Resource Pool total capacity, it's currently 4x of pool size |