Show / Hide Table of Contents

Class InstallAllWindowsUpdatesOnManagedInstancesInCompartmentDetails

Provides the information used to install all Windows updates of a specified type on managed instances within the specified compartment.

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

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

WindowsUpdateTypes

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

The types of Windows updates to be installed.

WorkRequestDetails

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