CollaborativeCapabilityWeightOverride¶
-
class
oci.waf.models.
CollaborativeCapabilityWeightOverride
(**kwargs)¶ Bases:
object
Collaborative capability key and overriding weight.
Methods
__init__
(**kwargs)Initializes a new CollaborativeCapabilityWeightOverride object with values from keyword arguments. Attributes
key
[Required] Gets the key of this CollaborativeCapabilityWeightOverride. weight
[Required] Gets the weight of this CollaborativeCapabilityWeightOverride. -
__init__
(**kwargs)¶ Initializes a new CollaborativeCapabilityWeightOverride 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 CollaborativeCapabilityWeightOverride.
- weight (int) – The value to assign to the weight property of this CollaborativeCapabilityWeightOverride.
-
key
¶ [Required] Gets the key of this CollaborativeCapabilityWeightOverride. Unique key of collaborative capability for which weight will be overridden.
Returns: The key of this CollaborativeCapabilityWeightOverride. Return type: str
-
weight
¶ [Required] Gets the weight of this CollaborativeCapabilityWeightOverride. The value of weight to set.
Returns: The weight of this CollaborativeCapabilityWeightOverride. Return type: int
-