Class: DatadogAPIClient::V2::CsmAgentlessHostFacetAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CsmAgentlessHostFacetAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/csm_agentless_host_facet_attributes.rb
Overview
Attributes of an agentless host facet.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#bounded ⇒ Object
readonly
Whether the facet has a bounded set of allowed values.
-
#bundled ⇒ Object
readonly
Whether the facet is bundled as part of the default facet set.
-
#bundled_and_used ⇒ Object
readonly
Whether the facet is both bundled and actively used.
-
#default_values ⇒ Object
readonly
The list of default filter values for the facet.
-
#description ⇒ Object
readonly
A human-readable description of what the facet represents.
-
#editable ⇒ Object
readonly
Whether the facet can be edited by users.
-
#facet_type ⇒ Object
readonly
The UI display type for the facet, such as
list. -
#groups ⇒ Object
readonly
The list of UI groups that this facet belongs to.
-
#name ⇒ Object
readonly
The display name of the facet.
-
#path ⇒ Object
readonly
The field path used when filtering by this facet.
-
#source ⇒ Object
readonly
The data source that provides the facet values.
-
#type ⇒ Object
readonly
The data type of the facet values.
-
#values ⇒ Object
readonly
The list of allowed filter values for bounded facets.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
63 64 65 |
# File 'lib/datadog_api_client/v2/models/csm_agentless_host_facet_attributes.rb', line 63 def additional_properties @additional_properties end |
#bounded ⇒ Object
Whether the facet has a bounded set of allowed values. true indicates a fixed value set and false indicates free-form values.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/csm_agentless_host_facet_attributes.rb', line 25 def bounded @bounded end |
#bundled ⇒ Object
Whether the facet is bundled as part of the default facet set. true indicates bundled and false indicates custom.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/csm_agentless_host_facet_attributes.rb', line 28 def bundled @bundled end |
#bundled_and_used ⇒ Object
Whether the facet is both bundled and actively used. true indicates in use; false indicates unused.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/csm_agentless_host_facet_attributes.rb', line 31 def bundled_and_used @bundled_and_used end |
#default_values ⇒ Object
The list of default filter values for the facet.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/csm_agentless_host_facet_attributes.rb', line 34 def default_values @default_values end |
#description ⇒ Object
A human-readable description of what the facet represents.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/csm_agentless_host_facet_attributes.rb', line 37 def description @description end |
#editable ⇒ Object
Whether the facet can be edited by users. true indicates editable; false indicates read-only.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/csm_agentless_host_facet_attributes.rb', line 40 def editable @editable end |
#facet_type ⇒ Object
The UI display type for the facet, such as list.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/csm_agentless_host_facet_attributes.rb', line 43 def facet_type @facet_type end |
#groups ⇒ Object
The list of UI groups that this facet belongs to.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/csm_agentless_host_facet_attributes.rb', line 46 def groups @groups end |
#name ⇒ Object
The display name of the facet.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/csm_agentless_host_facet_attributes.rb', line 49 def name @name end |
#path ⇒ Object
The field path used when filtering by this facet.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/csm_agentless_host_facet_attributes.rb', line 52 def path @path end |
#source ⇒ Object
The data source that provides the facet values.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/csm_agentless_host_facet_attributes.rb', line 55 def source @source end |
#type ⇒ Object
The data type of the facet values.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/csm_agentless_host_facet_attributes.rb', line 58 def type @type end |
#values ⇒ Object
The list of allowed filter values for bounded facets. Empty for unbounded facets.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/csm_agentless_host_facet_attributes.rb', line 61 def values @values end |