Class ManagedInstanceGroupAvailableModuleSummary
Provides summary information about a module stream made available to a managed instance group.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class ManagedInstanceGroupAvailableModuleSummary
Properties
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 that is available to the managed instance group. |
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 the module. |