Google Kubernetes Engine v1 API - Class DiskIoScheduler (3.40.0)

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

Reference documentation and code samples for the Google Kubernetes Engine v1 API class DiskIoScheduler.

DiskIoScheduler contains the configuration for the disk IO scheduler.

Inheritance

object > DiskIoScheduler

Namespace

Google.Cloud.Container.V1

Assembly

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