UpsertLogAnalyticsFieldDetails¶
-
class
oci.log_analytics.models.
UpsertLogAnalyticsFieldDetails
(**kwargs)¶ Bases:
object
Upsert LogAnalytics Field Details
Methods
__init__
(**kwargs)Initializes a new UpsertLogAnalyticsFieldDetails object with values from keyword arguments. Attributes
data_type
Gets the data_type of this UpsertLogAnalyticsFieldDetails. description
Gets the description of this UpsertLogAnalyticsFieldDetails. display_name
Gets the display_name of this UpsertLogAnalyticsFieldDetails. is_multi_valued
Gets the is_multi_valued of this UpsertLogAnalyticsFieldDetails. name
Gets the name of this UpsertLogAnalyticsFieldDetails. -
__init__
(**kwargs)¶ Initializes a new UpsertLogAnalyticsFieldDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - data_type (str) – The value to assign to the data_type property of this UpsertLogAnalyticsFieldDetails.
- is_multi_valued (bool) – The value to assign to the is_multi_valued property of this UpsertLogAnalyticsFieldDetails.
- description (str) – The value to assign to the description property of this UpsertLogAnalyticsFieldDetails.
- display_name (str) – The value to assign to the display_name property of this UpsertLogAnalyticsFieldDetails.
- name (str) – The value to assign to the name property of this UpsertLogAnalyticsFieldDetails.
-
data_type
¶ Gets the data_type of this UpsertLogAnalyticsFieldDetails. The data type.
Returns: The data_type of this UpsertLogAnalyticsFieldDetails. Return type: str
-
description
¶ Gets the description of this UpsertLogAnalyticsFieldDetails. The field description.
Returns: The description of this UpsertLogAnalyticsFieldDetails. Return type: str
-
display_name
¶ Gets the display_name of this UpsertLogAnalyticsFieldDetails. The field display name.
Returns: The display_name of this UpsertLogAnalyticsFieldDetails. Return type: str
-
is_multi_valued
¶ Gets the is_multi_valued of this UpsertLogAnalyticsFieldDetails. A flag indicating whether or not the field is multi-valued.
Returns: The is_multi_valued of this UpsertLogAnalyticsFieldDetails. Return type: bool
-
name
¶ Gets the name of this UpsertLogAnalyticsFieldDetails. The field internal name.
Returns: The name of this UpsertLogAnalyticsFieldDetails. Return type: str
-