Show / Hide Table of Contents

Class ResourcePoolShapeCollection

Results of an Autonomous Database resouce pool shape collection that contains ResourcePoolShapeSummary items.

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

Properties

Items

Declaration
[JsonProperty(PropertyName = "items")]
public List<ResourcePoolShapeSummary> Items { get; set; }
Property Value
Type Description
List<ResourcePoolShapeSummary>

List of Autonomous Database resource pools Shapes.

In this article
Back to top