Class EnvironmentConfig (4.0.0)

public sealed class EnvironmentConfig : IMessage<EnvironmentConfig>, IEquatable<EnvironmentConfig>, IDeepCloneable<EnvironmentConfig>, IBufferMessage, IMessage

Environment configuration for a workload.

Inheritance

Object > EnvironmentConfig

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

EnvironmentConfig()

public EnvironmentConfig()

EnvironmentConfig(EnvironmentConfig)

public EnvironmentConfig(EnvironmentConfig other)
Parameter
NameDescription
otherEnvironmentConfig

Properties

ExecutionConfig

public ExecutionConfig ExecutionConfig { get; set; }

Optional. Execution configuration for a workload.

Property Value
TypeDescription
ExecutionConfig

PeripheralsConfig

public PeripheralsConfig PeripheralsConfig { get; set; }

Optional. Peripherals configuration that workload has access to.

Property Value
TypeDescription
PeripheralsConfig