Class DiskIoScheduler
DiskIoScheduler contains the configuration for the disk IO scheduler.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class DiskIoScheduler : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NodeAttachedDiskIoScheduler
Optional. Configures the IO scheduler for the attached disks. Supported values are mq-deadline, bfq,
kyber, none.
Declaration
[JsonProperty("nodeAttachedDiskIoScheduler")]
public virtual string NodeAttachedDiskIoScheduler { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NodeSystemIoScheduler
Optional. Configures the IO scheduler for the boot disk or ephemeral lssd that runs node system workloads.
Supported values are mq-deadline, bfq, kyber, none.
Declaration
[JsonProperty("nodeSystemIoScheduler")]
public virtual string NodeSystemIoScheduler { get; set; }
Property Value
| Type | Description |
|---|---|
| string |