Class ResourcePoolSummary
The configuration details for resource pool
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class ResourcePoolSummary
Properties
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 Database. |
PoolSize
Declaration
[JsonProperty(PropertyName = "poolSize")]
public int? PoolSize { get; set; }
Property Value
Type | Description |
---|---|
int? | Resource pool size. |