Class: DatadogAPIClient::V2::CsmUnifiedHostSource

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

Overview

The source of a unified host entry, indicating whether it was discovered via agent, agentless scanning, or both.

Constant Summary collapse

AGENT =
"agent".freeze
AGENTLESS =
"agentless".freeze
BOTH =
"both".freeze

Method Summary

Methods included from BaseEnumModel

included