Class: Google::Cloud::Dataproc::V1::ExecutionConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/shared.rb

Overview

Execution configuration for a workload.

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key::String

Returns Optional. The Cloud KMS key to use for encryption.

Returns:

  • (::String)

    Optional. The Cloud KMS key to use for encryption.



78
79
80
81
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 78

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

#network_tags::Array<::String>

Returns Optional. Tags used for network traffic control.

Returns:

  • (::Array<::String>)

    Optional. Tags used for network traffic control.



78
79
80
81
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 78

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

#network_uri::String

Returns Optional. Network URI to connect workload to.

Returns:

  • (::String)

    Optional. Network URI to connect workload to.



78
79
80
81
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 78

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

#service_account::String

Returns Optional. Service account that used to execute workload.

Returns:

  • (::String)

    Optional. Service account that used to execute workload.



78
79
80
81
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 78

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

#subnetwork_uri::String

Returns Optional. Subnetwork URI to connect workload to.

Returns:

  • (::String)

    Optional. Subnetwork URI to connect workload to.



78
79
80
81
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 78

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