AssociationProperty

class oci.log_analytics.models.AssociationProperty(**kwargs)

Bases: object

A property represented as a name-value pair.

Methods

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

Attributes

name [Required] Gets the name of this AssociationProperty.
patterns Gets the patterns of this AssociationProperty.
value Gets the value of this AssociationProperty.
__init__(**kwargs)

Initializes a new AssociationProperty object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • name (str) – The value to assign to the name property of this AssociationProperty.
  • value (str) – The value to assign to the value property of this AssociationProperty.
  • patterns (list[oci.log_analytics.models.PatternOverride]) – The value to assign to the patterns property of this AssociationProperty.
name

[Required] Gets the name of this AssociationProperty. The name of the association property.

Returns:The name of this AssociationProperty.
Return type:str
patterns

Gets the patterns of this AssociationProperty. A list of pattern level overrides for this property.

Returns:The patterns of this AssociationProperty.
Return type:list[oci.log_analytics.models.PatternOverride]
value

Gets the value of this AssociationProperty. The value of the association property.

Returns:The value of this AssociationProperty.
Return type:str