Show / Hide Table of Contents

Class ResourcePoolSummary

The configuration details for resource pool

Inheritance
object
ResourcePoolSummary
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 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.

In this article
Back to top