CreateUpgradeFsuCycle¶
-
class
oci.fleet_software_update.models.
CreateUpgradeFsuCycle
(**kwargs)¶ Bases:
oci.fleet_software_update.models.create_fsu_cycle_details.CreateFsuCycleDetails
Upgrade Exadata Fleet Update Cycle resource creation details. Batching strategy should always be NON_ROLLING for DB collection upgrade. For GI upgrade case, Batching strategy may be NON_ROLLING or SEQUENTIAL(default).
Attributes
TYPE_PATCH
str(object=’’) -> str TYPE_UPGRADE
str(object=’’) -> str apply_action_schedule
Gets the apply_action_schedule of this CreateFsuCycleDetails. batching_strategy
Gets the batching_strategy of this CreateFsuCycleDetails. compartment_id
[Required] Gets the compartment_id of this CreateFsuCycleDetails. defined_tags
Gets the defined_tags of this CreateFsuCycleDetails. diagnostics_collection
Gets the diagnostics_collection of this CreateFsuCycleDetails. display_name
Gets the display_name of this CreateFsuCycleDetails. freeform_tags
Gets the freeform_tags of this CreateFsuCycleDetails. fsu_collection_id
[Required] Gets the fsu_collection_id of this CreateFsuCycleDetails. goal_version_details
[Required] Gets the goal_version_details of this CreateFsuCycleDetails. stage_action_schedule
Gets the stage_action_schedule of this CreateFsuCycleDetails. type
[Required] Gets the type of this CreateFsuCycleDetails. upgrade_details
Gets the upgrade_details of this CreateUpgradeFsuCycle. Methods
__init__
(**kwargs)Initializes a new CreateUpgradeFsuCycle object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
TYPE_PATCH
= 'PATCH'¶
-
TYPE_UPGRADE
= 'UPGRADE'¶
-
__init__
(**kwargs)¶ Initializes a new CreateUpgradeFsuCycle object with values from keyword arguments. The default value of the
type
attribute of this class isUPGRADE
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - display_name (str) – The value to assign to the display_name property of this CreateUpgradeFsuCycle.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateUpgradeFsuCycle.
- type (str) – The value to assign to the type property of this CreateUpgradeFsuCycle. Allowed values for this property are: “PATCH”, “UPGRADE”
- fsu_collection_id (str) – The value to assign to the fsu_collection_id property of this CreateUpgradeFsuCycle.
- goal_version_details (oci.fleet_software_update.models.FsuGoalVersionDetails) – The value to assign to the goal_version_details property of this CreateUpgradeFsuCycle.
- batching_strategy (oci.fleet_software_update.models.CreateBatchingStrategyDetails) – The value to assign to the batching_strategy property of this CreateUpgradeFsuCycle.
- stage_action_schedule (oci.fleet_software_update.models.CreateScheduleDetails) – The value to assign to the stage_action_schedule property of this CreateUpgradeFsuCycle.
- apply_action_schedule (oci.fleet_software_update.models.CreateScheduleDetails) – The value to assign to the apply_action_schedule property of this CreateUpgradeFsuCycle.
- diagnostics_collection (oci.fleet_software_update.models.DiagnosticsCollectionDetails) – The value to assign to the diagnostics_collection property of this CreateUpgradeFsuCycle.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateUpgradeFsuCycle.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateUpgradeFsuCycle.
- upgrade_details (oci.fleet_software_update.models.UpgradeDetails) – The value to assign to the upgrade_details property of this CreateUpgradeFsuCycle.
-
apply_action_schedule
¶ Gets the apply_action_schedule of this CreateFsuCycleDetails.
Returns: The apply_action_schedule of this CreateFsuCycleDetails. Return type: oci.fleet_software_update.models.CreateScheduleDetails
-
batching_strategy
¶ Gets the batching_strategy of this CreateFsuCycleDetails.
Returns: The batching_strategy of this CreateFsuCycleDetails. Return type: oci.fleet_software_update.models.CreateBatchingStrategyDetails
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateFsuCycleDetails. Compartment Identifier.
Returns: The compartment_id of this CreateFsuCycleDetails. Return type: str
Gets the defined_tags of this CreateFsuCycleDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this CreateFsuCycleDetails. Return type: dict(str, dict(str, object))
-
diagnostics_collection
¶ Gets the diagnostics_collection of this CreateFsuCycleDetails.
Returns: The diagnostics_collection of this CreateFsuCycleDetails. Return type: oci.fleet_software_update.models.DiagnosticsCollectionDetails
-
display_name
¶ Gets the display_name of this CreateFsuCycleDetails. Exadata Fleet Update Cycle display name.
Returns: The display_name of this CreateFsuCycleDetails. Return type: str
Gets the freeform_tags of this CreateFsuCycleDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this CreateFsuCycleDetails. Return type: dict(str, str)
-
fsu_collection_id
¶ [Required] Gets the fsu_collection_id of this CreateFsuCycleDetails. OCID identifier for the Collection ID the Exadata Fleet Update Cycle will be assigned to.
Returns: The fsu_collection_id of this CreateFsuCycleDetails. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
goal_version_details
¶ [Required] Gets the goal_version_details of this CreateFsuCycleDetails.
Returns: The goal_version_details of this CreateFsuCycleDetails. Return type: oci.fleet_software_update.models.FsuGoalVersionDetails
-
stage_action_schedule
¶ Gets the stage_action_schedule of this CreateFsuCycleDetails.
Returns: The stage_action_schedule of this CreateFsuCycleDetails. Return type: oci.fleet_software_update.models.CreateScheduleDetails
-
type
¶ [Required] Gets the type of this CreateFsuCycleDetails. Type of Exadata Fleet Update Cycle.
Allowed values for this property are: “PATCH”, “UPGRADE”
Returns: The type of this CreateFsuCycleDetails. Return type: str
-
upgrade_details
¶ Gets the upgrade_details of this CreateUpgradeFsuCycle.
Returns: The upgrade_details of this CreateUpgradeFsuCycle. Return type: oci.fleet_software_update.models.UpgradeDetails
-