Show / Hide Table of Contents

Class UpdateCleanupActionDetails

Cleanup Exadata Fleet Update Action update details.

Inheritance
object
UpdateFsuActionDetails
UpdateCleanupActionDetails
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 UpdateCleanupActionDetails : UpdateFsuActionDetails

Properties

ScheduleDetails

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