Class: DatadogAPIClient::V2::CsmCoverageAnalysis
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CsmCoverageAnalysis
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/csm_coverage_analysis.rb
Overview
CSM Coverage Analysis.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#configured_resources_count ⇒ Object
The number of fully configured resources.
-
#coverage ⇒ Object
The coverage percentage.
-
#partially_configured_resources_count ⇒ Object
The number of partially configured resources.
-
#total_resources_count ⇒ Object
The total number of resources.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/csm_coverage_analysis.rb', line 36 def additional_properties @additional_properties end |
#configured_resources_count ⇒ Object
The number of fully configured resources.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/csm_coverage_analysis.rb', line 25 def configured_resources_count @configured_resources_count end |
#coverage ⇒ Object
The coverage percentage.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/csm_coverage_analysis.rb', line 28 def coverage @coverage end |
#partially_configured_resources_count ⇒ Object
The number of partially configured resources.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/csm_coverage_analysis.rb', line 31 def partially_configured_resources_count @partially_configured_resources_count end |
#total_resources_count ⇒ Object
The total number of resources.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/csm_coverage_analysis.rb', line 34 def total_resources_count @total_resources_count end |