Class: Google::Cloud::Orchestration::Airflow::Service::V1::DatabaseConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::DatabaseConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
The configuration of Cloud SQL instance that is used by the Apache Airflow software.
Instance Attribute Summary collapse
-
#machine_type ⇒ ::String
Optional.
-
#zone ⇒ ::String
Optional.
Instance Attribute Details
#machine_type ⇒ ::String
993 994 995 996 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 993 class DatabaseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
993 994 995 996 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 993 class DatabaseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |