Show / Hide Table of Contents

Class InstallSoftwareUpdatesDetails

Details for installing a software update to a cluster.

Inheritance
object
InstallSoftwareUpdatesDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class InstallSoftwareUpdatesDetails

Properties

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

In this article
Back to top