Class: Google::Cloud::OracleDatabase::V1::DataCollectionOptions
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::DataCollectionOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/vm_cluster.rb
Overview
Data collection options for diagnostics.
Instance Attribute Summary collapse
-
#diagnostics_events_enabled ⇒ ::Boolean
Optional.
-
#health_monitoring_enabled ⇒ ::Boolean
Optional.
-
#incident_logs_enabled ⇒ ::Boolean
Optional.
Instance Attribute Details
#diagnostics_events_enabled ⇒ ::Boolean
Returns Optional. Indicates whether diagnostic collection is enabled for the VM cluster.
244 245 246 247 |
# File 'proto_docs/google/cloud/oracledatabase/v1/vm_cluster.rb', line 244 class DataCollectionOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#health_monitoring_enabled ⇒ ::Boolean
Returns Optional. Indicates whether health monitoring is enabled for the VM cluster.
244 245 246 247 |
# File 'proto_docs/google/cloud/oracledatabase/v1/vm_cluster.rb', line 244 class DataCollectionOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#incident_logs_enabled ⇒ ::Boolean
Returns Optional. Indicates whether incident logs and trace collection are enabled for the VM cluster.
244 245 246 247 |
# File 'proto_docs/google/cloud/oracledatabase/v1/vm_cluster.rb', line 244 class DataCollectionOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |