AddonVersionConfiguration¶
-
class
oci.container_engine.models.
AddonVersionConfiguration
(**kwargs)¶ Bases:
object
Addon version configuration details.
Methods
__init__
(**kwargs)Initializes a new AddonVersionConfiguration object with values from keyword arguments. Attributes
description
Gets the description of this AddonVersionConfiguration. display_name
Gets the display_name of this AddonVersionConfiguration. is_required
Gets the is_required of this AddonVersionConfiguration. key
Gets the key of this AddonVersionConfiguration. value
Gets the value of this AddonVersionConfiguration. -
__init__
(**kwargs)¶ Initializes a new AddonVersionConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - is_required (bool) – The value to assign to the is_required property of this AddonVersionConfiguration.
- key (str) – The value to assign to the key property of this AddonVersionConfiguration.
- value (str) – The value to assign to the value property of this AddonVersionConfiguration.
- display_name (str) – The value to assign to the display_name property of this AddonVersionConfiguration.
- description (str) – The value to assign to the description property of this AddonVersionConfiguration.
-
description
¶ Gets the description of this AddonVersionConfiguration. Information about the addon version configuration.
Returns: The description of this AddonVersionConfiguration. Return type: str
-
display_name
¶ Gets the display_name of this AddonVersionConfiguration. Display name of addon version.
Returns: The display_name of this AddonVersionConfiguration. Return type: str
-
is_required
¶ Gets the is_required of this AddonVersionConfiguration. If the the configuration is required or not.
Returns: The is_required of this AddonVersionConfiguration. Return type: bool
-
key
¶ Gets the key of this AddonVersionConfiguration. Addon configuration key
Returns: The key of this AddonVersionConfiguration. Return type: str
-
value
¶ Gets the value of this AddonVersionConfiguration. Addon configuration value
Returns: The value of this AddonVersionConfiguration. Return type: str
-