Class: DatadogAPIClient::V1::HostMetaInstallMethod
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::HostMetaInstallMethod
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/host_meta_install_method.rb
Overview
Agent install method.
Instance Attribute Summary collapse
-
#installer_version ⇒ Object
The installer version.
-
#tool ⇒ Object
Tool used to install the agent.
-
#tool_version ⇒ Object
The tool version.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#installer_version ⇒ Object
The installer version.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/host_meta_install_method.rb', line 29 def installer_version @installer_version end |
#tool ⇒ Object
Tool used to install the agent.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/host_meta_install_method.rb', line 32 def tool @tool end |
#tool_version ⇒ Object
The tool version.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/host_meta_install_method.rb', line 35 def tool_version @tool_version end |