Class ResourcePoolShapeSummary
An Autonomous AI Database Resource Pool. This object provides all the information related to the resource pool.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class ResourcePoolShapeSummaryProperties
Shape
Declaration
[Required(ErrorMessage = "Shape is required.")]
[JsonProperty(PropertyName = "shape")]
public int? Shape { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | Predefined shape of the resource pool. | 
Remarks
Required