Class InstallSoftwareUpdatesDetails
Details for installing a software update to a cluster.
Inherited Members
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class InstallSoftwareUpdatesDetailsProperties
SoftwareUpdateKeys
Declaration
[Required(ErrorMessage = "SoftwareUpdateKeys is required.")]
[JsonProperty(PropertyName = "softwareUpdateKeys")]
public List<string> SoftwareUpdateKeys { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | A list of unique identifiers of target software updates. | 
Remarks
Required