CreateUnifiedAgentConfigurationDetails¶
-
class
oci.logging.models.
CreateUnifiedAgentConfigurationDetails
(**kwargs)¶ Bases:
object
Unified Agent configuration creation object.
Methods
__init__
(**kwargs)Initializes a new CreateUnifiedAgentConfigurationDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateUnifiedAgentConfigurationDetails. defined_tags
Gets the defined_tags of this CreateUnifiedAgentConfigurationDetails. description
[Required] Gets the description of this CreateUnifiedAgentConfigurationDetails. display_name
[Required] Gets the display_name of this CreateUnifiedAgentConfigurationDetails. freeform_tags
Gets the freeform_tags of this CreateUnifiedAgentConfigurationDetails. group_association
Gets the group_association of this CreateUnifiedAgentConfigurationDetails. is_enabled
[Required] Gets the is_enabled of this CreateUnifiedAgentConfigurationDetails. service_configuration
[Required] Gets the service_configuration of this CreateUnifiedAgentConfigurationDetails. -
__init__
(**kwargs)¶ Initializes a new CreateUnifiedAgentConfigurationDetails 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 CreateUnifiedAgentConfigurationDetails.
- is_enabled (bool) – The value to assign to the is_enabled property of this CreateUnifiedAgentConfigurationDetails.
- service_configuration (oci.logging.models.UnifiedAgentServiceConfigurationDetails) – The value to assign to the service_configuration property of this CreateUnifiedAgentConfigurationDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateUnifiedAgentConfigurationDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateUnifiedAgentConfigurationDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateUnifiedAgentConfigurationDetails.
- description (str) – The value to assign to the description property of this CreateUnifiedAgentConfigurationDetails.
- group_association (oci.logging.models.GroupAssociationDetails) – The value to assign to the group_association property of this CreateUnifiedAgentConfigurationDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateUnifiedAgentConfigurationDetails. The OCID of the compartment that the resource belongs to.
Returns: The compartment_id of this CreateUnifiedAgentConfigurationDetails. Return type: str
Gets the defined_tags of this CreateUnifiedAgentConfigurationDetails. 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 CreateUnifiedAgentConfigurationDetails. Return type: dict(str, dict(str, object))
-
description
¶ [Required] Gets the description of this CreateUnifiedAgentConfigurationDetails. Description for this resource.
Returns: The description of this CreateUnifiedAgentConfigurationDetails. Return type: str
-
display_name
¶ [Required] Gets the display_name of this CreateUnifiedAgentConfigurationDetails. 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 CreateUnifiedAgentConfigurationDetails. Return type: str
Gets the freeform_tags of this CreateUnifiedAgentConfigurationDetails. 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 CreateUnifiedAgentConfigurationDetails. Return type: dict(str, str)
-
group_association
¶ Gets the group_association of this CreateUnifiedAgentConfigurationDetails.
Returns: The group_association of this CreateUnifiedAgentConfigurationDetails. Return type: oci.logging.models.GroupAssociationDetails
-
is_enabled
¶ [Required] Gets the is_enabled of this CreateUnifiedAgentConfigurationDetails. Whether or not this resource is currently enabled.
Returns: The is_enabled of this CreateUnifiedAgentConfigurationDetails. Return type: bool
-
service_configuration
¶ [Required] Gets the service_configuration of this CreateUnifiedAgentConfigurationDetails.
Returns: The service_configuration of this CreateUnifiedAgentConfigurationDetails. Return type: oci.logging.models.UnifiedAgentServiceConfigurationDetails
-