PropertyMetadataSummary

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

Bases: object

Summary of property metadata details.

Methods

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

Attributes

default_value Gets the default_value of this PropertyMetadataSummary.
description Gets the description of this PropertyMetadataSummary.
display_name Gets the display_name of this PropertyMetadataSummary.
levels Gets the levels of this PropertyMetadataSummary.
name Gets the name of this PropertyMetadataSummary.
__init__(**kwargs)

Initializes a new PropertyMetadataSummary 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 PropertyMetadataSummary.
  • display_name (str) – The value to assign to the display_name property of this PropertyMetadataSummary.
  • description (str) – The value to assign to the description property of this PropertyMetadataSummary.
  • default_value (str) – The value to assign to the default_value property of this PropertyMetadataSummary.
  • levels (list[oci.log_analytics.models.Level]) – The value to assign to the levels property of this PropertyMetadataSummary.
default_value

Gets the default_value of this PropertyMetadataSummary. The default property value.

Returns:The default_value of this PropertyMetadataSummary.
Return type:str
description

Gets the description of this PropertyMetadataSummary. The property description.

Returns:The description of this PropertyMetadataSummary.
Return type:str
display_name

Gets the display_name of this PropertyMetadataSummary. The property display name.

Returns:The display_name of this PropertyMetadataSummary.
Return type:str
levels

Gets the levels of this PropertyMetadataSummary. A list of levels at which the property could be defined.

Returns:The levels of this PropertyMetadataSummary.
Return type:list[oci.log_analytics.models.Level]
name

Gets the name of this PropertyMetadataSummary. The property name.

Returns:The name of this PropertyMetadataSummary.
Return type:str