Reference documentation and code samples for the Cloud Composer V1 API class Google::Cloud::Orchestration::Airflow::Service::V1::WorkloadsConfig::SchedulerResource.
Configuration for resources used by Airflow schedulers.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#count
def count() -> ::Integer
Returns
- (::Integer) — Optional. The number of schedulers.
#count=
def count=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. The number of schedulers.
Returns
- (::Integer) — Optional. The number of schedulers.
#cpu
def cpu() -> ::Float
Returns
- (::Float) — Optional. CPU request and limit for a single Airflow scheduler replica.
#cpu=
def cpu=(value) -> ::Float
Parameter
- value (::Float) — Optional. CPU request and limit for a single Airflow scheduler replica.
Returns
- (::Float) — Optional. CPU request and limit for a single Airflow scheduler replica.
#memory_gb
def memory_gb() -> ::Float
Returns
- (::Float) — Optional. Memory (GB) request and limit for a single Airflow scheduler replica.
#memory_gb=
def memory_gb=(value) -> ::Float
Parameter
- value (::Float) — 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.
#storage_gb
def storage_gb() -> ::Float
Returns
- (::Float) — Optional. Storage (GB) request and limit for a single Airflow scheduler replica.
#storage_gb=
def storage_gb=(value) -> ::Float
Parameter
- value (::Float) — 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.