AddonConfiguration¶
- 
class oci.container_engine.models.AddonConfiguration(**kwargs)¶
- Bases: - object- Defines the configuration of available addons for a cluster - Methods - __init__(**kwargs)- Initializes a new AddonConfiguration object with values from keyword arguments. - Attributes - key- Gets the key of this AddonConfiguration. - value- Gets the value of this AddonConfiguration. - 
__init__(**kwargs)¶
- Initializes a new AddonConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - key (str) – The value to assign to the key property of this AddonConfiguration.
- value (str) – The value to assign to the value property of this AddonConfiguration.
 
 - 
key¶
- Gets the key of this AddonConfiguration. configuration key name - Returns: - The key of this AddonConfiguration. - Return type: - str 
 - 
value¶
- Gets the value of this AddonConfiguration. configuration value name - Returns: - The value of this AddonConfiguration. - Return type: - str 
 
-