public sealed class DriverSchedulingConfig : IMessage<DriverSchedulingConfig>, IEquatable<DriverSchedulingConfig>, IDeepCloneable<DriverSchedulingConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dataproc v1 API class DriverSchedulingConfig.
Driver scheduling configuration.
Implements
IMessageDriverSchedulingConfig, IEquatableDriverSchedulingConfig, IDeepCloneableDriverSchedulingConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
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 |
|