CccUpgradeInformation¶
-
class
oci.compute_cloud_at_customer.models.CccUpgradeInformation(**kwargs)¶ Bases:
objectUpgrade information that relates to a Compute Cloud@Customer infrastructure. This information cannot be updated.
Methods
__init__(**kwargs)Initializes a new CccUpgradeInformation object with values from keyword arguments. Attributes
current_versionGets the current_version of this CccUpgradeInformation. is_activeGets the is_active of this CccUpgradeInformation. scheduled_upgrade_durationGets the scheduled_upgrade_duration of this CccUpgradeInformation. time_of_scheduled_upgradeGets the time_of_scheduled_upgrade of this CccUpgradeInformation. -
__init__(**kwargs)¶ Initializes a new CccUpgradeInformation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - current_version (str) – The value to assign to the current_version property of this CccUpgradeInformation.
- time_of_scheduled_upgrade (datetime) – The value to assign to the time_of_scheduled_upgrade property of this CccUpgradeInformation.
- scheduled_upgrade_duration (str) – The value to assign to the scheduled_upgrade_duration property of this CccUpgradeInformation.
- is_active (bool) – The value to assign to the is_active property of this CccUpgradeInformation.
-
current_version¶ Gets the current_version of this CccUpgradeInformation. The current version of software installed on the Compute Cloud@Customer infrastructure.
Returns: The current_version of this CccUpgradeInformation. Return type: str
-
is_active¶ Gets the is_active of this CccUpgradeInformation. Indication that the Compute Cloud@Customer infrastructure is in the process of an upgrade or an upgrade activity (such as preloading upgrade images).
Returns: The is_active of this CccUpgradeInformation. Return type: bool
-
scheduled_upgrade_duration¶ Gets the scheduled_upgrade_duration of this CccUpgradeInformation. Expected duration of Compute Cloud@Customer infrastructure scheduled upgrade. The actual upgrade time might be longer or shorter than this duration depending on rack activity, this is only an estimate.
Returns: The scheduled_upgrade_duration of this CccUpgradeInformation. Return type: str
-
time_of_scheduled_upgrade¶ Gets the time_of_scheduled_upgrade of this CccUpgradeInformation. Compute Cloud@Customer infrastructure next upgrade time. The rack might have performance impacts during this time.
Returns: The time_of_scheduled_upgrade of this CccUpgradeInformation. Return type: datetime
-