Class: DatadogAPIClient::V1::HostMapWidgetNodeType

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v1/models/host_map_widget_node_type.rb

Overview

Which type of infrastructure entity to visualize in the host map.

Constant Summary collapse

HOST =
"host".freeze
CONTAINER =
"container".freeze
POD =
"pod".freeze
CLUSTER =
"cluster".freeze

Method Summary

Methods included from BaseEnumModel

included