Class EnvironmentConfig
Environment configuration for a workload.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class EnvironmentConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExecutionConfig
Optional. Execution configuration for a workload.
Declaration
[JsonProperty("executionConfig")]
public virtual ExecutionConfig ExecutionConfig { get; set; }
Property Value
Type | Description |
---|---|
ExecutionConfig |
PeripheralsConfig
Optional. Peripherals configuration that workload has access to.
Declaration
[JsonProperty("peripheralsConfig")]
public virtual PeripheralsConfig PeripheralsConfig { get; set; }
Property Value
Type | Description |
---|---|
PeripheralsConfig |