Class: DatadogAPIClient::V2::CIAppHostInfo
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CIAppHostInfo
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/ci_app_host_info.rb
Overview
Contains information of the host running the pipeline, stage, job, or step.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#hostname ⇒ Object
FQDN of the host.
-
#labels ⇒ Object
A list of labels used to select or identify the node.
-
#name ⇒ Object
Name for the host.
-
#workspace ⇒ Object
The path where the code is checked out.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/ci_app_host_info.rb', line 36 def additional_properties @additional_properties end |
#hostname ⇒ Object
FQDN of the host.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/ci_app_host_info.rb', line 25 def hostname @hostname end |
#labels ⇒ Object
A list of labels used to select or identify the node.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/ci_app_host_info.rb', line 28 def labels @labels end |
#name ⇒ Object
Name for the host.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/ci_app_host_info.rb', line 31 def name @name end |
#workspace ⇒ Object
The path where the code is checked out.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/ci_app_host_info.rb', line 34 def workspace @workspace end |