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.
Implements
IMessage<DriverSchedulingConfig>, IEquatable<DriverSchedulingConfig>, IDeepCloneable<DriverSchedulingConfig>, 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 |
Int32 |
Vcores
public int Vcores { get; set; }
Required. The number of vCPUs the driver is requesting.
Property Value | |
---|---|
Type | Description |
Int32 |