Reference documentation and code samples for the Cloud Composer V1 API class Google::Cloud::Orchestration::Airflow::Service::V1::WorkloadsConfig::DagProcessorResource.
Configuration for resources used by Airflow DAG processors.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#count
def count() -> ::Integer
Returns
- (::Integer) — Optional. The number of DAG processors. If not provided or set to 0, a single DAG processor instance will be created.
#count=
def count=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. The number of DAG processors. If not provided or set to 0, a single DAG processor instance will be created.
Returns
- (::Integer) — Optional. The number of DAG processors. If not provided or set to 0, a single DAG processor instance will be created.
#cpu
def cpu() -> ::Float
Returns
- (::Float) — Optional. CPU request and limit for a single Airflow DAG processor replica.
#cpu=
def cpu=(value) -> ::Float
Parameter
- value (::Float) — Optional. CPU request and limit for a single Airflow DAG processor replica.
Returns
- (::Float) — Optional. CPU request and limit for a single Airflow DAG processor replica.
#memory_gb
def memory_gb() -> ::Float
Returns
- (::Float) — Optional. Memory (GB) request and limit for a single Airflow DAG processor replica.
#memory_gb=
def memory_gb=(value) -> ::Float
Parameter
- value (::Float) — Optional. Memory (GB) request and limit for a single Airflow DAG processor replica.
Returns
- (::Float) — Optional. Memory (GB) request and limit for a single Airflow DAG processor replica.
#storage_gb
def storage_gb() -> ::Float
Returns
- (::Float) — Optional. Storage (GB) request and limit for a single Airflow DAG processor replica.
#storage_gb=
def storage_gb=(value) -> ::Float
Parameter
- value (::Float) — Optional. Storage (GB) request and limit for a single Airflow DAG processor replica.
Returns
- (::Float) — Optional. Storage (GB) request and limit for a single Airflow DAG processor replica.