Show / Hide Table of Contents

Class UpdateAllPackagesOnManagedInstancesInCompartmentDetails

Provides the information used to update all packages of a specified type on managed instances within the specified compartment.

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

Properties

CompartmentId

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

The OCID of the compartment.

Remarks

Required

UpdateTypes

Declaration
[JsonProperty(PropertyName = "updateTypes", ItemConverterType = typeof(StringEnumConverter))]
public List<UpdateTypes> UpdateTypes { get; set; }
Property Value
Type Description
List<UpdateTypes>

The types of updates to be applied.

WorkRequestDetails

Declaration
[JsonProperty(PropertyName = "workRequestDetails")]
public WorkRequestDetails WorkRequestDetails { get; set; }
Property Value
Type Description
WorkRequestDetails
In this article
Back to top