Taint¶
-
class
oci.container_engine.models.
Taint
(**kwargs)¶ Bases:
object
taints
Methods
__init__
(**kwargs)Initializes a new Taint object with values from keyword arguments. Attributes
effect
Gets the effect of this Taint. key
Gets the key of this Taint. value
Gets the value of this Taint. -
__init__
(**kwargs)¶ Initializes a new Taint 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 Taint.
- value (str) – The value to assign to the value property of this Taint.
- effect (str) – The value to assign to the effect property of this Taint.
-
effect
¶ Gets the effect of this Taint. The effect of the pair.
Returns: The effect of this Taint. Return type: str
-
key
¶ Gets the key of this Taint. The key of the pair.
Returns: The key of this Taint. Return type: str
-
value
¶ Gets the value of this Taint. The value of the pair.
Returns: The value of this Taint. Return type: str
-