Show / Hide Table of Contents

Class EnvironmentConfig

Environment configuration for a workload.

Inheritance
object
EnvironmentConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX