Class ManagedInstanceGroupInstalledPackageSummary
Provides summary information for a package installed on a managed instance group.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class ManagedInstanceGroupInstalledPackageSummaryProperties
Architecture
Declaration
[Required(ErrorMessage = "Architecture is required.")]
[JsonProperty(PropertyName = "architecture")]
public string Architecture { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The architecture of the package that is installed on the managed instance group. | 
Remarks
Required
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The name of the package that is installed on the managed instance group. | 
Remarks
Required