Class: Google::Cloud::Dataproc::V1::EnvironmentConfig

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

Instance Attribute Details

#execution_config::Google::Cloud::Dataproc::V1::ExecutionConfig

Returns Optional. Execution configuration for a workload.

Returns:



60
61
62
63
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 60

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.

Returns:



60
61
62
63
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 60

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