public sealed class DiskIoScheduler : IMessage<DiskIoScheduler>, IEquatable<DiskIoScheduler>, IDeepCloneable<DiskIoScheduler>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class DiskIoScheduler.
DiskIoScheduler contains the configuration for the disk IO scheduler.
Implements
IMessageDiskIoScheduler, IEquatableDiskIoScheduler, IDeepCloneableDiskIoScheduler, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
DiskIoScheduler()
public DiskIoScheduler()DiskIoScheduler(DiskIoScheduler)
public DiskIoScheduler(DiskIoScheduler other)| Parameter | |
|---|---|
| Name | Description |
other |
DiskIoScheduler |
Properties
NodeAttachedDiskIoScheduler
public string NodeAttachedDiskIoScheduler { get; set; }Optional. Configures the IO scheduler for the attached disks.
Supported values are mq-deadline, bfq, kyber, none.
| Property Value | |
|---|---|
| Type | Description |
string |
|
NodeSystemIoScheduler
public string NodeSystemIoScheduler { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|