Show / Hide Table of Contents

Class DiskIoScheduler

DiskIoScheduler contains the configuration for the disk IO scheduler.

Inheritance
object
DiskIoScheduler
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX