Show / Hide Table of Contents

Class ClusterPlacementGroupCollection

The results of a cluster placement group search, including cluster placement group summary objects and other information, such as metadata.

Inheritance
object
ClusterPlacementGroupCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ClusterplacementgroupsService.Models
Assembly: OCI.DotNetSDK.Clusterplacementgroups.dll
Syntax
public class ClusterPlacementGroupCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ClusterPlacementGroupSummary> Items { get; set; }
Property Value
Type Description
List<ClusterPlacementGroupSummary>

A list of cluster placement groups.

Remarks

Required

In this article
Back to top