Show / Hide Table of Contents

Class ManagedInstanceGroupCollection

A set of managed instance groups returned for the {@link #listManagedInstanceGroups(ListManagedInstanceGroupsRequest) listManagedInstanceGroups} operation.

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

Properties

Items

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

List of managed instance groups.

Remarks

Required

In this article
Back to top