Show / Hide Table of Contents

Class UpdatePrecheckActionDetails

Precheck Exadata Fleet Update Action update details.

Inheritance
object
UpdateFsuActionDetails
UpdatePrecheckActionDetails
Inherited Members
UpdateFsuActionDetails.DisplayName
UpdateFsuActionDetails.FreeformTags
UpdateFsuActionDetails.DefinedTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class UpdatePrecheckActionDetails : UpdateFsuActionDetails

Properties

ScheduleDetails

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