UpdateAddonDetails¶
- 
class oci.container_engine.models.UpdateAddonDetails(**kwargs)¶
- Bases: - object- The properties that define to update addon details. - Methods - __init__(**kwargs)- Initializes a new UpdateAddonDetails object with values from keyword arguments. - Attributes - configurations- Gets the configurations of this UpdateAddonDetails. - version- Gets the version of this UpdateAddonDetails. - 
__init__(**kwargs)¶
- Initializes a new UpdateAddonDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - version (str) – The value to assign to the version property of this UpdateAddonDetails.
- configurations (list[oci.container_engine.models.AddonConfiguration]) – The value to assign to the configurations property of this UpdateAddonDetails.
 
 - 
configurations¶
- Gets the configurations of this UpdateAddonDetails. Addon configuration details. - Returns: - The configurations of this UpdateAddonDetails. - Return type: - list[oci.container_engine.models.AddonConfiguration] 
 - 
version¶
- Gets the version of this UpdateAddonDetails. The version of the installed addon. - Returns: - The version of this UpdateAddonDetails. - Return type: - str 
 
-