Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::ExecutionConfig.
Execution configuration for a workload.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#kms_key
def kms_key() -> ::String
Returns
- (::String) — Optional. The Cloud KMS key to use for encryption.
#kms_key=
def kms_key=(value) -> ::String
Parameter
- value (::String) — Optional. The Cloud KMS key to use for encryption.
Returns
- (::String) — Optional. The Cloud KMS key to use for encryption.
#network_tags
def network_tags() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. Tags used for network traffic control.
#network_tags=
def network_tags=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. Tags used for network traffic control.
Returns
- (::Array<::String>) — Optional. Tags used for network traffic control.
#network_uri
def network_uri() -> ::String
Returns
- (::String) — Optional. Network URI to connect workload to.
#network_uri=
def network_uri=(value) -> ::String
Parameter
- value (::String) — Optional. Network URI to connect workload to.
Returns
- (::String) — Optional. Network URI to connect workload to.
#service_account
def service_account() -> ::String
Returns
- (::String) — Optional. Service account that used to execute workload.
#service_account=
def service_account=(value) -> ::String
Parameter
- value (::String) — Optional. Service account that used to execute workload.
Returns
- (::String) — Optional. Service account that used to execute workload.
#subnetwork_uri
def subnetwork_uri() -> ::String
Returns
- (::String) — Optional. Subnetwork URI to connect workload to.
#subnetwork_uri=
def subnetwork_uri=(value) -> ::String
Parameter
- value (::String) — Optional. Subnetwork URI to connect workload to.
Returns
- (::String) — Optional. Subnetwork URI to connect workload to.