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

Compartment Identifier.

DisplayName

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

Exadata Fleet Update Cycle display name.

FsuCollectionId

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

OCID identifier for the Collection ID the Exadata Fleet Update Cycle will be assigned to. If not specified, it will be assigned to the same 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