UpdateUpgradeFsuCycle¶
- 
class oci.fleet_software_update.models.UpdateUpgradeFsuCycle(**kwargs)¶
- Bases: - oci.fleet_software_update.models.update_fsu_cycle_details.UpdateFsuCycleDetails- Update Upgrade Exadata Fleet Update Cycle resource details. - Attributes - TYPE_PATCH- str(object=’’) -> str - TYPE_UPGRADE- str(object=’’) -> str - batching_strategy- Gets the batching_strategy of this UpdateFsuCycleDetails. - defined_tags- Gets the defined_tags of this UpdateFsuCycleDetails. - diagnostics_collection- Gets the diagnostics_collection of this UpdateFsuCycleDetails. - display_name- Gets the display_name of this UpdateFsuCycleDetails. - freeform_tags- Gets the freeform_tags of this UpdateFsuCycleDetails. - goal_version_details- Gets the goal_version_details of this UpdateFsuCycleDetails. - type- [Required] Gets the type of this UpdateFsuCycleDetails. - upgrade_details- Gets the upgrade_details of this UpdateUpgradeFsuCycle. - Methods - __init__(**kwargs)- Initializes a new UpdateUpgradeFsuCycle 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 UpdateUpgradeFsuCycle object with values from keyword arguments. The default value of the - typeattribute of this class is- UPGRADEand 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 UpdateUpgradeFsuCycle.
- type (str) – The value to assign to the type property of this UpdateUpgradeFsuCycle. Allowed values for this property are: “PATCH”, “UPGRADE”
- goal_version_details (oci.fleet_software_update.models.FsuGoalVersionDetails) – The value to assign to the goal_version_details property of this UpdateUpgradeFsuCycle.
- batching_strategy (oci.fleet_software_update.models.UpdateBatchingStrategyDetails) – The value to assign to the batching_strategy property of this UpdateUpgradeFsuCycle.
- diagnostics_collection (oci.fleet_software_update.models.DiagnosticsCollectionDetails) – The value to assign to the diagnostics_collection property of this UpdateUpgradeFsuCycle.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateUpgradeFsuCycle.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateUpgradeFsuCycle.
- upgrade_details (oci.fleet_software_update.models.UpgradeDetails) – The value to assign to the upgrade_details property of this UpdateUpgradeFsuCycle.
 
 - 
batching_strategy¶
- Gets the batching_strategy of this UpdateFsuCycleDetails. - Returns: - The batching_strategy of this UpdateFsuCycleDetails. - Return type: - oci.fleet_software_update.models.UpdateBatchingStrategyDetails 
 - Gets the defined_tags of this UpdateFsuCycleDetails. 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 UpdateFsuCycleDetails. - Return type: - dict(str, dict(str, object)) 
 - 
diagnostics_collection¶
- Gets the diagnostics_collection of this UpdateFsuCycleDetails. - Returns: - The diagnostics_collection of this UpdateFsuCycleDetails. - Return type: - oci.fleet_software_update.models.DiagnosticsCollectionDetails 
 - 
display_name¶
- Gets the display_name of this UpdateFsuCycleDetails. Exadata Fleet Update Cycle display name. - Returns: - The display_name of this UpdateFsuCycleDetails. - Return type: - str 
 - Gets the freeform_tags of this UpdateFsuCycleDetails. 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 UpdateFsuCycleDetails. - Return type: - dict(str, 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¶
- Gets the goal_version_details of this UpdateFsuCycleDetails. - Returns: - The goal_version_details of this UpdateFsuCycleDetails. - Return type: - oci.fleet_software_update.models.FsuGoalVersionDetails 
 - 
type¶
- [Required] Gets the type of this UpdateFsuCycleDetails. Type of Exadata Fleet Update Cycle to update. This will not change the Maintenance Cycle type, it is to define the set of properties that can be updated depending on the Cycle type. Type value should match the Maintenance Cycle type. - Allowed values for this property are: “PATCH”, “UPGRADE” - Returns: - The type of this UpdateFsuCycleDetails. - Return type: - str 
 - 
upgrade_details¶
- Gets the upgrade_details of this UpdateUpgradeFsuCycle. - Returns: - The upgrade_details of this UpdateUpgradeFsuCycle. - Return type: - oci.fleet_software_update.models.UpgradeDetails 
 
-