Show / Hide Table of Contents

Class UpdateRollbackActionDetails

Rollback Exadata Fleet Update Action update details.

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

Properties

ScheduleDetails

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