Show / Hide Table of Contents

Class CloneFsuCycleDetails

Details for cloning an existing Exadata Fleet Update Cycle resource.

Inheritance
object
CloneFsuCycleDetails
Inherited Members
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 CloneFsuCycleDetails

Properties

ApplyActionSchedule

Declaration
[JsonProperty(PropertyName = "applyActionSchedule")]
public CreateScheduleDetails ApplyActionSchedule { get; set; }
Property Value
Type Description
CreateScheduleDetails

BatchingStrategy

Declaration
[JsonProperty(PropertyName = "batchingStrategy")]
public CreateBatchingStrategyDetails BatchingStrategy { get; set; }
Property Value
Type Description
CreateBatchingStrategyDetails

CompartmentId

Declaration
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

The OCID of the Compartment.

DisplayName

Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

The user-friendly name for the Exadata Fleet Update Cycle.

FsuCollectionId

Declaration
[JsonProperty(PropertyName = "fsuCollectionId")]
public string FsuCollectionId { get; set; }
Property Value
Type Description
string

The OCID of the Exadata Fleet Update Collection which will be updated by the Exadata Fleet Update Cycle being created. If not specified, the cloned Exadata Fleet Update Cycle will be assigned to the same Exadata Fleet Update Collection as the source Exadata Fleet Update Cycle.

GoalVersionDetails

Declaration
[Required(ErrorMessage = "GoalVersionDetails is required.")]
[JsonProperty(PropertyName = "goalVersionDetails")]
public FsuGoalVersionDetails GoalVersionDetails { get; set; }
Property Value
Type Description
FsuGoalVersionDetails
Remarks

Required

StageActionSchedule

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