CollaborativeCapabilityWeight

class oci.waf.models.CollaborativeCapabilityWeight(**kwargs)

Bases: object

Defines how much a contributing capability contributes towards the action threshold of a collaborative protection capability.

Methods

__init__(**kwargs) Initializes a new CollaborativeCapabilityWeight object with values from keyword arguments.

Attributes

display_name [Required] Gets the display_name of this CollaborativeCapabilityWeight.
key [Required] Gets the key of this CollaborativeCapabilityWeight.
weight [Required] Gets the weight of this CollaborativeCapabilityWeight.
__init__(**kwargs)

Initializes a new CollaborativeCapabilityWeight 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 CollaborativeCapabilityWeight.
  • display_name (str) – The value to assign to the display_name property of this CollaborativeCapabilityWeight.
  • weight (int) – The value to assign to the weight property of this CollaborativeCapabilityWeight.
display_name

[Required] Gets the display_name of this CollaborativeCapabilityWeight. The display name of contributing protection capability.

Returns:The display_name of this CollaborativeCapabilityWeight.
Return type:str
key

[Required] Gets the key of this CollaborativeCapabilityWeight. Unique key of contributing protection capability.

Returns:The key of this CollaborativeCapabilityWeight.
Return type:str
weight

[Required] Gets the weight of this CollaborativeCapabilityWeight. The weight of contributing protection capability.

Returns:The weight of this CollaborativeCapabilityWeight.
Return type:int