Show / Hide Table of Contents

Class CreatePrecheckActionDetails

Precheck Exadata Fleet Update Action creation details.

Inheritance
object
CreateFsuActionDetails
CreatePrecheckActionDetails
Inherited Members
CreateFsuActionDetails.DisplayName
CreateFsuActionDetails.CompartmentId
CreateFsuActionDetails.FreeformTags
CreateFsuActionDetails.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 CreatePrecheckActionDetails : CreateFsuActionDetails

Properties

FsuCycleId

Declaration
[Required(ErrorMessage = "FsuCycleId is required.")]
[JsonProperty(PropertyName = "fsuCycleId")]
public string FsuCycleId { get; set; }
Property Value
Type Description
string

OCID identifier for the Exadata Fleet Update Cycle the Action will be part of.

Remarks

Required

ScheduleDetails

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