CloneFsuCycleDetails

class oci.fleet_software_update.models.CloneFsuCycleDetails(**kwargs)

Bases: object

Details for cloning an existing Exadata Fleet Update Cycle resource.

Methods

__init__(**kwargs) Initializes a new CloneFsuCycleDetails object with values from keyword arguments.

Attributes

apply_action_schedule Gets the apply_action_schedule of this CloneFsuCycleDetails.
batching_strategy Gets the batching_strategy of this CloneFsuCycleDetails.
compartment_id Gets the compartment_id of this CloneFsuCycleDetails.
display_name Gets the display_name of this CloneFsuCycleDetails.
fsu_collection_id Gets the fsu_collection_id of this CloneFsuCycleDetails.
goal_version_details [Required] Gets the goal_version_details of this CloneFsuCycleDetails.
stage_action_schedule Gets the stage_action_schedule of this CloneFsuCycleDetails.
__init__(**kwargs)

Initializes a new CloneFsuCycleDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
apply_action_schedule

Gets the apply_action_schedule of this CloneFsuCycleDetails.

Returns:The apply_action_schedule of this CloneFsuCycleDetails.
Return type:oci.fleet_software_update.models.CreateScheduleDetails
batching_strategy

Gets the batching_strategy of this CloneFsuCycleDetails.

Returns:The batching_strategy of this CloneFsuCycleDetails.
Return type:oci.fleet_software_update.models.CreateBatchingStrategyDetails
compartment_id

Gets the compartment_id of this CloneFsuCycleDetails. Compartment Identifier.

Returns:The compartment_id of this CloneFsuCycleDetails.
Return type:str
display_name

Gets the display_name of this CloneFsuCycleDetails. Exadata Fleet Update Cycle display name.

Returns:The display_name of this CloneFsuCycleDetails.
Return type:str
fsu_collection_id

Gets the fsu_collection_id of this CloneFsuCycleDetails. 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.

Returns:The fsu_collection_id of this CloneFsuCycleDetails.
Return type:str
goal_version_details

[Required] Gets the goal_version_details of this CloneFsuCycleDetails.

Returns:The goal_version_details of this CloneFsuCycleDetails.
Return type:oci.fleet_software_update.models.FsuGoalVersionDetails
stage_action_schedule

Gets the stage_action_schedule of this CloneFsuCycleDetails.

Returns:The stage_action_schedule of this CloneFsuCycleDetails.
Return type:oci.fleet_software_update.models.CreateScheduleDetails