Show / Hide Table of Contents

Class ResourcePoolShapeSummary

An Autonomous Database Resource Pool. This object provides all the information related to the resource pool.

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

Properties

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

In this article
Back to top