Class: Google::Cloud::Orchestration::Airflow::Service::V1::NodeConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::NodeConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
The configuration information for the Kubernetes Engine nodes running the Apache Airflow software.
Instance Attribute Summary collapse
-
#composer_internal_ipv4_cidr_block ⇒ ::String
Optional.
-
#composer_network_attachment ⇒ ::String
Optional.
-
#disk_size_gb ⇒ ::Integer
Optional.
-
#enable_ip_masq_agent ⇒ ::Boolean
Optional.
-
#ip_allocation_policy ⇒ ::Google::Cloud::Orchestration::Airflow::Service::V1::IPAllocationPolicy
Optional.
-
#location ⇒ ::String
Optional.
-
#machine_type ⇒ ::String
Optional.
-
#network ⇒ ::String
Optional.
-
#oauth_scopes ⇒ ::Array<::String>
Optional.
-
#service_account ⇒ ::String
Optional.
-
#subnetwork ⇒ ::String
Optional.
-
#tags ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#composer_internal_ipv4_cidr_block ⇒ ::String
1413 1414 1415 1416 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1413 class NodeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#composer_network_attachment ⇒ ::String
1413 1414 1415 1416 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1413 class NodeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#disk_size_gb ⇒ ::Integer
1413 1414 1415 1416 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1413 class NodeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_ip_masq_agent ⇒ ::Boolean
1413 1414 1415 1416 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1413 class NodeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ip_allocation_policy ⇒ ::Google::Cloud::Orchestration::Airflow::Service::V1::IPAllocationPolicy
1413 1414 1415 1416 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1413 class NodeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String
1413 1414 1415 1416 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1413 class NodeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#machine_type ⇒ ::String
1413 1414 1415 1416 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1413 class NodeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network ⇒ ::String
1413 1414 1415 1416 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1413 class NodeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#oauth_scopes ⇒ ::Array<::String>
1413 1414 1415 1416 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1413 class NodeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_account ⇒ ::String
1413 1414 1415 1416 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1413 class NodeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subnetwork ⇒ ::String
1413 1414 1415 1416 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1413 class NodeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tags ⇒ ::Array<::String>
1413 1414 1415 1416 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1413 class NodeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |