Google Cloud Dataproc v1 API - Class DriverSchedulingConfig (5.11.0)

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

Reference documentation and code samples for the Google Cloud Dataproc v1 API class DriverSchedulingConfig.

Driver scheduling configuration.

Inheritance

object > DriverSchedulingConfig

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

DriverSchedulingConfig()

public DriverSchedulingConfig()

DriverSchedulingConfig(DriverSchedulingConfig)

public DriverSchedulingConfig(DriverSchedulingConfig other)
Parameter
Name Description
other DriverSchedulingConfig

Properties

MemoryMb

public int MemoryMb { get; set; }

Required. The amount of memory in MB the driver is requesting.

Property Value
Type Description
int

Vcores

public int Vcores { get; set; }

Required. The number of vCPUs the driver is requesting.

Property Value
Type Description
int