Show / Hide Table of Contents

Class BdsSoftwareUpdate

Details about the given BDS type of software update. Previously known as Micro Service Patch.

Inheritance
object
SoftwareUpdate
BdsSoftwareUpdate
Inherited Members
SoftwareUpdate.SoftwareUpdateKey
SoftwareUpdate.SoftwareUpdateVersion
SoftwareUpdate.TimeReleased
SoftwareUpdate.LifecycleState
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 BdsSoftwareUpdate : SoftwareUpdate

Properties

TimeDue

Declaration
[Required(ErrorMessage = "TimeDue is required.")]
[JsonProperty(PropertyName = "timeDue")]
public DateTime? TimeDue { get; set; }
Property Value
Type Description
DateTime?

The due date for the software update. Big Data Service will be updated automatically after this date.

Remarks

Required

In this article
Back to top