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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#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
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/host_meta_install_method.rb', line 33 def additional_properties @additional_properties end |
#installer_version ⇒ Object
The installer version.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/host_meta_install_method.rb', line 25 def installer_version @installer_version end |
#tool ⇒ Object
Tool used to install the agent.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/host_meta_install_method.rb', line 28 def tool @tool end |
#tool_version ⇒ Object
The tool version.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/host_meta_install_method.rb', line 31 def tool_version @tool_version end |