ExadataLiveImageVersionDetails

class oci.database.models.ExadataLiveImageVersionDetails(**kwargs)

Bases: object

Details about the most recent live image version applied on the VM Cluster, if any. If a full OS update was applied, the fields would be blank.

Attributes

UPDATE_MODE_ONLINE_ALLCVSS A constant which can be used with the update_mode property of a ExadataLiveImageVersionDetails.
UPDATE_MODE_ONLINE_ALL_UPDATES A constant which can be used with the update_mode property of a ExadataLiveImageVersionDetails.
UPDATE_MODE_ONLINE_HIGHCVSS A constant which can be used with the update_mode property of a ExadataLiveImageVersionDetails.
has_pending_updates Gets the has_pending_updates of this ExadataLiveImageVersionDetails.
time_released Gets the time_released of this ExadataLiveImageVersionDetails.
update_mode Gets the update_mode of this ExadataLiveImageVersionDetails.
version Gets the version of this ExadataLiveImageVersionDetails.

Methods

__init__(**kwargs) Initializes a new ExadataLiveImageVersionDetails object with values from keyword arguments.
UPDATE_MODE_ONLINE_ALLCVSS = 'ONLINE_ALLCVSS'

A constant which can be used with the update_mode property of a ExadataLiveImageVersionDetails. This constant has a value of “ONLINE_ALLCVSS”

UPDATE_MODE_ONLINE_ALL_UPDATES = 'ONLINE_ALL_UPDATES'

A constant which can be used with the update_mode property of a ExadataLiveImageVersionDetails. This constant has a value of “ONLINE_ALL_UPDATES”

UPDATE_MODE_ONLINE_HIGHCVSS = 'ONLINE_HIGHCVSS'

A constant which can be used with the update_mode property of a ExadataLiveImageVersionDetails. This constant has a value of “ONLINE_HIGHCVSS”

__init__(**kwargs)

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

Parameters:
  • update_mode (str) – The value to assign to the update_mode property of this ExadataLiveImageVersionDetails. Allowed values for this property are: “ONLINE_HIGHCVSS”, “ONLINE_ALLCVSS”, “ONLINE_ALL_UPDATES”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • version (str) – The value to assign to the version property of this ExadataLiveImageVersionDetails.
  • has_pending_updates (bool) – The value to assign to the has_pending_updates property of this ExadataLiveImageVersionDetails.
  • time_released (datetime) – The value to assign to the time_released property of this ExadataLiveImageVersionDetails.
has_pending_updates

Gets the has_pending_updates of this ExadataLiveImageVersionDetails. Indicates whether OS updates that require node reboot are pending after the previous online update was applied.

Returns:The has_pending_updates of this ExadataLiveImageVersionDetails.
Return type:bool
time_released

Gets the time_released of this ExadataLiveImageVersionDetails. The release date and time for the applied Live Exadata Image OS version.

Returns:The time_released of this ExadataLiveImageVersionDetails.
Return type:datetime
update_mode

Gets the update_mode of this ExadataLiveImageVersionDetails. The OS live update mode performed most recently on the VM Cluster.

Allowed values for this property are: “ONLINE_HIGHCVSS”, “ONLINE_ALLCVSS”, “ONLINE_ALL_UPDATES”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The update_mode of this ExadataLiveImageVersionDetails.
Return type:str
version

Gets the version of this ExadataLiveImageVersionDetails. Live Exadata Image Version of the Guest OS Update applied.

Returns:The version of this ExadataLiveImageVersionDetails.
Return type:str