Class: Google::Cloud::Orchestration::Airflow::Service::V1::WorkloadsConfig::SchedulerResource

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#count::Integer

Returns Optional. The number of schedulers.

Returns:

  • (::Integer)

    Optional. The number of schedulers.



1164
1165
1166
1167
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1164

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.

Returns:

  • (::Float)

    Optional. CPU request and limit for a single Airflow scheduler replica.



1164
1165
1166
1167
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1164

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.

Returns:

  • (::Float)

    Optional. Memory (GB) request and limit for a single Airflow scheduler replica.



1164
1165
1166
1167
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1164

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.

Returns:

  • (::Float)

    Optional. Storage (GB) request and limit for a single Airflow scheduler replica.



1164
1165
1166
1167
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1164

class SchedulerResource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end