App Engine v1 API - Class DiskUtilization (2.3.0)

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

Reference documentation and code samples for the App Engine v1 API class DiskUtilization.

Target scaling by disk usage. Only applicable in the App Engine flexible environment.

Inheritance

object > DiskUtilization

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

DiskUtilization()

public DiskUtilization()

DiskUtilization(DiskUtilization)

public DiskUtilization(DiskUtilization other)
Parameter
NameDescription
otherDiskUtilization

Properties

TargetReadBytesPerSecond

public int TargetReadBytesPerSecond { get; set; }

Target bytes read per second.

Property Value
TypeDescription
int

TargetReadOpsPerSecond

public int TargetReadOpsPerSecond { get; set; }

Target ops read per seconds.

Property Value
TypeDescription
int

TargetWriteBytesPerSecond

public int TargetWriteBytesPerSecond { get; set; }

Target bytes written per second.

Property Value
TypeDescription
int

TargetWriteOpsPerSecond

public int TargetWriteOpsPerSecond { get; set; }

Target ops written per second.

Property Value
TypeDescription
int