Class: Google::Cloud::Dataproc::V1::EnvironmentConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::EnvironmentConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/shared.rb
Overview
Environment configuration for a workload.
Instance Attribute Summary collapse
-
#execution_config ⇒ ::Google::Cloud::Dataproc::V1::ExecutionConfig
Optional.
-
#peripherals_config ⇒ ::Google::Cloud::Dataproc::V1::PeripheralsConfig
Optional.
Instance Attribute Details
#execution_config ⇒ ::Google::Cloud::Dataproc::V1::ExecutionConfig
Returns Optional. Execution configuration for a workload.
67 68 69 70 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 67 class EnvironmentConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#peripherals_config ⇒ ::Google::Cloud::Dataproc::V1::PeripheralsConfig
Returns Optional. Peripherals configuration that workload has access to.
67 68 69 70 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 67 class EnvironmentConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |