AgentConfigFile¶
-
class
oci.apm_config.models.
AgentConfigFile
(**kwargs)¶ Bases:
object
An agent configuration file.
Methods
__init__
(**kwargs)Initializes a new AgentConfigFile object with values from keyword arguments. Attributes
body
Gets the body of this AgentConfigFile. content_type
Gets the content_type of this AgentConfigFile. -
__init__
(**kwargs)¶ Initializes a new AgentConfigFile object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - content_type (str) – The value to assign to the content_type property of this AgentConfigFile.
- body (str) – The value to assign to the body property of this AgentConfigFile.
-
body
¶ Gets the body of this AgentConfigFile. The Base64 encoded agent configuration file.
Returns: The body of this AgentConfigFile. Return type: str
-
content_type
¶ Gets the content_type of this AgentConfigFile. The MIME Content-Type that describes the content of the body field, for example, text/yaml or text/yaml; charset=utf-8
Returns: The content_type of this AgentConfigFile. Return type: str
-