Class: Aws::Odb::Types::DataCollectionOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::DataCollectionOptions
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
Information about the data collection options enabled for a VM cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#is_diagnostics_events_enabled ⇒ Boolean
Indicates whether diagnostic collection is enabled for the VM cluster.
-
#is_health_monitoring_enabled ⇒ Boolean
Indicates whether health monitoring is enabled for the VM cluster.
-
#is_incident_logs_enabled ⇒ Boolean
Indicates whether incident logs are enabled for the cloud VM cluster.
Instance Attribute Details
#is_diagnostics_events_enabled ⇒ Boolean
Indicates whether diagnostic collection is enabled for the VM cluster.
2410 2411 2412 2413 2414 2415 2416 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2410 class DataCollectionOptions < Struct.new( :is_diagnostics_events_enabled, :is_health_monitoring_enabled, :is_incident_logs_enabled) SENSITIVE = [] include Aws::Structure end |
#is_health_monitoring_enabled ⇒ Boolean
Indicates whether health monitoring is enabled for the VM cluster.
2410 2411 2412 2413 2414 2415 2416 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2410 class DataCollectionOptions < Struct.new( :is_diagnostics_events_enabled, :is_health_monitoring_enabled, :is_incident_logs_enabled) SENSITIVE = [] include Aws::Structure end |
#is_incident_logs_enabled ⇒ Boolean
Indicates whether incident logs are enabled for the cloud VM cluster.
2410 2411 2412 2413 2414 2415 2416 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2410 class DataCollectionOptions < Struct.new( :is_diagnostics_events_enabled, :is_health_monitoring_enabled, :is_incident_logs_enabled) SENSITIVE = [] include Aws::Structure end |