Class: Google::Cloud::Orchestration::Airflow::Service::V1::WorkloadsConfig::SchedulerResource
- Inherits:
- 
      Object
      
        - Object
- Google::Cloud::Orchestration::Airflow::Service::V1::WorkloadsConfig::SchedulerResource
 
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
Configuration for resources used by Airflow schedulers.
Instance Attribute Summary collapse
- 
  
    
      #count  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Optional. 
- 
  
    
      #cpu  ⇒ ::Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Optional. 
- 
  
    
      #memory_gb  ⇒ ::Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Optional. 
- 
  
    
      #storage_gb  ⇒ ::Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Optional. 
Instance Attribute Details
#count ⇒ ::Integer
Returns Optional. The number of schedulers.
| 1564 1565 1566 1567 | # File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1564 class SchedulerResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end | 
#cpu ⇒ ::Float
Returns Optional. CPU request and limit for a single Airflow scheduler replica.
| 1564 1565 1566 1567 | # File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1564 class SchedulerResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end | 
#memory_gb ⇒ ::Float
Returns Optional. Memory (GB) request and limit for a single Airflow scheduler replica.
| 1564 1565 1566 1567 | # File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1564 class SchedulerResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end | 
#storage_gb ⇒ ::Float
Returns Optional. Storage (GB) request and limit for a single Airflow scheduler replica.
| 1564 1565 1566 1567 | # File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1564 class SchedulerResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |