Show / Hide Table of Contents

Class ManagedInstanceGroupModuleCollection

A set of module streams returned for the {@link #listManagedInstanceGroupModules(ListManagedInstanceGroupModulesRequest) listManagedInstanceGroupModules} operation.

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

Properties

Items

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

List of module streams.

Remarks

Required

In this article
Back to top