Class CloneFsuCycleDetails
Details for cloning an existing Exadata Fleet Update Cycle resource.
Inheritance
CloneFsuCycleDetails
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class CloneFsuCycleDetails
Properties
ApplyActionSchedule
Declaration
[JsonProperty(PropertyName = "applyActionSchedule")]
public CreateScheduleDetails ApplyActionSchedule { get; set; }
Property Value
BatchingStrategy
Declaration
[JsonProperty(PropertyName = "batchingStrategy")]
public CreateBatchingStrategyDetails BatchingStrategy { get; set; }
Property Value
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
StageActionSchedule
Declaration
[JsonProperty(PropertyName = "stageActionSchedule")]
public CreateScheduleDetails StageActionSchedule { get; set; }
Property Value