Show / Hide Table of Contents

Class UpdateStageActionDetails

Stage Exadata Fleet Update Action update details.

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

Properties

ScheduleDetails

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