public sealed class EnvironmentConfig : IMessage<EnvironmentConfig>, IEquatable<EnvironmentConfig>, IDeepCloneable<EnvironmentConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class EnvironmentConfig.
Environment configuration for a workload.
Implements
IMessage<EnvironmentConfig>, IEquatable<EnvironmentConfig>, IDeepCloneable<EnvironmentConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
EnvironmentConfig()
public EnvironmentConfig()
EnvironmentConfig(EnvironmentConfig)
public EnvironmentConfig(EnvironmentConfig other)
Parameter | |
---|---|
Name | Description |
other | EnvironmentConfig |
Properties
ExecutionConfig
public ExecutionConfig ExecutionConfig { get; set; }
Optional. Execution configuration for a workload.
Property Value | |
---|---|
Type | Description |
ExecutionConfig |
PeripheralsConfig
public PeripheralsConfig PeripheralsConfig { get; set; }
Optional. Peripherals configuration that workload has access to.
Property Value | |
---|---|
Type | Description |
PeripheralsConfig |