public sealed class ExecutionConfig : IMessage<ExecutionConfig>, IEquatable<ExecutionConfig>, IDeepCloneable<ExecutionConfig>, IBufferMessage, IMessageExecution configuration for a workload.
Implements
IMessage<ExecutionConfig>, IEquatable<ExecutionConfig>, IDeepCloneable<ExecutionConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
ExecutionConfig()
public ExecutionConfig()ExecutionConfig(ExecutionConfig)
public ExecutionConfig(ExecutionConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ExecutionConfig |
Properties
KmsKey
public string KmsKey { get; set; }Optional. The Cloud KMS key to use for encryption.
| Property Value | |
|---|---|
| Type | Description |
String |
|
NetworkCase
public ExecutionConfig.NetworkOneofCase NetworkCase { get; }| Property Value | |
|---|---|
| Type | Description |
ExecutionConfig.NetworkOneofCase |
|
NetworkTags
public RepeatedField<string> NetworkTags { get; }Optional. Tags used for network traffic control.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|
NetworkUri
public string NetworkUri { get; set; }Optional. Network URI to connect workload to.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ServiceAccount
public string ServiceAccount { get; set; }Optional. Service account that used to execute workload.
| Property Value | |
|---|---|
| Type | Description |
String |
|
SubnetworkUri
public string SubnetworkUri { get; set; }Optional. Subnetwork URI to connect workload to.
| Property Value | |
|---|---|
| Type | Description |
String |
|