Class: DatadogAPIClient::V2::CsmAgentlessHostFacetAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#boundedObject

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

#bundledObject

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_usedObject

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_valuesObject

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

#descriptionObject

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

#editableObject

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_typeObject

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

#groupsObject

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

#nameObject

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

#pathObject

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

#sourceObject

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

#typeObject

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

#valuesObject

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