InstallSoftwareUpdatesDetails¶
-
class
oci.bds.models.
InstallSoftwareUpdatesDetails
(**kwargs)¶ Bases:
object
Details for installing a software update to a cluster.
Methods
__init__
(**kwargs)Initializes a new InstallSoftwareUpdatesDetails object with values from keyword arguments. Attributes
software_update_keys
[Required] Gets the software_update_keys of this InstallSoftwareUpdatesDetails. -
__init__
(**kwargs)¶ Initializes a new InstallSoftwareUpdatesDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: software_update_keys (list[str]) – The value to assign to the software_update_keys property of this InstallSoftwareUpdatesDetails.
-
software_update_keys
¶ [Required] Gets the software_update_keys of this InstallSoftwareUpdatesDetails. A list of unique identifiers of target software updates.
Returns: The software_update_keys of this InstallSoftwareUpdatesDetails. Return type: list[str]
-