Class UpdateAllPackagesOnManagedInstanceGroupDetails
Provides the details for updating the packages on the managed instance.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class UpdateAllPackagesOnManagedInstanceGroupDetails
  Properties
UpdateTypes
Declaration
[JsonProperty(PropertyName = "updateTypes", ItemConverterType = typeof(StringEnumConverter))]
public List<UpdateTypes> UpdateTypes { get; set; }
  Property Value
| Type | Description | 
|---|---|
| List<UpdateTypes> | The type of updates to be applied.  | 
      
WorkRequestDetails
Declaration
[JsonProperty(PropertyName = "workRequestDetails")]
public WorkRequestDetails WorkRequestDetails { get; set; }
  Property Value
| Type | Description | 
|---|---|
| WorkRequestDetails |