Show / Hide Table of Contents

Class ManagedInstanceGroupModuleSummary

Provides the summary information about a module on a managed instance group.

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

Properties

EnabledStream

Declaration
[JsonProperty(PropertyName = "enabledStream")]
public string EnabledStream { get; set; }
Property Value
Type Description
string

The name of the module stream that is enabled for the group.

InstalledProfiles

Declaration
[JsonProperty(PropertyName = "installedProfiles")]
public List<string> InstalledProfiles { get; set; }
Property Value
Type Description
List<string>

The list of installed profiles under the currently enabled module stream.

Name

Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

The name of the module.

Remarks

Required

SoftwareSourceId

Declaration
[JsonProperty(PropertyName = "softwareSourceId")]
public string SoftwareSourceId { get; set; }
Property Value
Type Description
string

The OCID of the software source that provides this module stream.

In this article
Back to top