UpdateUnifiedAgentConfigurationDetails¶
-
class
oci.logging.models.
UpdateUnifiedAgentConfigurationDetails
(**kwargs)¶ Bases:
object
Update Object for the Unified Agent configuration.
Methods
__init__
(**kwargs)Initializes a new UpdateUnifiedAgentConfigurationDetails object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this UpdateUnifiedAgentConfigurationDetails. description
Gets the description of this UpdateUnifiedAgentConfigurationDetails. display_name
[Required] Gets the display_name of this UpdateUnifiedAgentConfigurationDetails. freeform_tags
Gets the freeform_tags of this UpdateUnifiedAgentConfigurationDetails. group_association
Gets the group_association of this UpdateUnifiedAgentConfigurationDetails. is_enabled
[Required] Gets the is_enabled of this UpdateUnifiedAgentConfigurationDetails. service_configuration
[Required] Gets the service_configuration of this UpdateUnifiedAgentConfigurationDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateUnifiedAgentConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this UpdateUnifiedAgentConfigurationDetails.
- is_enabled (bool) – The value to assign to the is_enabled property of this UpdateUnifiedAgentConfigurationDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateUnifiedAgentConfigurationDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateUnifiedAgentConfigurationDetails.
- description (str) – The value to assign to the description property of this UpdateUnifiedAgentConfigurationDetails.
- service_configuration (oci.logging.models.UnifiedAgentServiceConfigurationDetails) – The value to assign to the service_configuration property of this UpdateUnifiedAgentConfigurationDetails.
- group_association (oci.logging.models.GroupAssociationDetails) – The value to assign to the group_association property of this UpdateUnifiedAgentConfigurationDetails.
Gets the defined_tags of this UpdateUnifiedAgentConfigurationDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this UpdateUnifiedAgentConfigurationDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateUnifiedAgentConfigurationDetails. Description for this resource.
Returns: The description of this UpdateUnifiedAgentConfigurationDetails. Return type: str
-
display_name
¶ [Required] Gets the display_name of this UpdateUnifiedAgentConfigurationDetails. The user-friendly display name. This must be unique within the enclosing resource, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this UpdateUnifiedAgentConfigurationDetails. Return type: str
Gets the freeform_tags of this UpdateUnifiedAgentConfigurationDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}
Returns: The freeform_tags of this UpdateUnifiedAgentConfigurationDetails. Return type: dict(str, str)
-
group_association
¶ Gets the group_association of this UpdateUnifiedAgentConfigurationDetails.
Returns: The group_association of this UpdateUnifiedAgentConfigurationDetails. Return type: oci.logging.models.GroupAssociationDetails
-
is_enabled
¶ [Required] Gets the is_enabled of this UpdateUnifiedAgentConfigurationDetails. Whether or not this resource is currently enabled.
Returns: The is_enabled of this UpdateUnifiedAgentConfigurationDetails. Return type: bool
-
service_configuration
¶ [Required] Gets the service_configuration of this UpdateUnifiedAgentConfigurationDetails.
Returns: The service_configuration of this UpdateUnifiedAgentConfigurationDetails. Return type: oci.logging.models.UnifiedAgentServiceConfigurationDetails
-