LogAnalyticsMetadata¶
-
class
oci.log_analytics.models.
LogAnalyticsMetadata
(**kwargs)¶ Bases:
object
Entity metadata information.
Methods
__init__
(**kwargs)Initializes a new LogAnalyticsMetadata object with values from keyword arguments. Attributes
name
Gets the name of this LogAnalyticsMetadata. type
Gets the type of this LogAnalyticsMetadata. value
Gets the value of this LogAnalyticsMetadata. -
__init__
(**kwargs)¶ Initializes a new LogAnalyticsMetadata 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 LogAnalyticsMetadata.
- value (str) – The value to assign to the value property of this LogAnalyticsMetadata.
- type (str) – The value to assign to the type property of this LogAnalyticsMetadata.
-
name
¶ Gets the name of this LogAnalyticsMetadata. The metadata name.
Returns: The name of this LogAnalyticsMetadata. Return type: str
-
type
¶ Gets the type of this LogAnalyticsMetadata. The metadata type.
Returns: The type of this LogAnalyticsMetadata. Return type: str
-
value
¶ Gets the value of this LogAnalyticsMetadata. The metadata value.
Returns: The value of this LogAnalyticsMetadata. Return type: str
-