Class: DatadogAPIClient::V2::CsmAgentlessHostResourceType

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

Overview

The type of cloud resource for an agentless host.

Constant Summary collapse

AWS_EC2_INSTANCE =
"aws_ec2_instance".freeze
AZURE_VIRTUAL_MACHINE_INSTANCE =
"azure_virtual_machine_instance".freeze
GCP_COMPUTE_INSTANCE =
"gcp_compute_instance".freeze
OCI_INSTANCE =
"oci_instance".freeze

Method Summary

Methods included from BaseEnumModel

included