Class DiskUtilization (1.3.0)

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

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
Int32

TargetReadOpsPerSecond

public int TargetReadOpsPerSecond { get; set; }

Target ops read per seconds.

Property Value
TypeDescription
Int32

TargetWriteBytesPerSecond

public int TargetWriteBytesPerSecond { get; set; }

Target bytes written per second.

Property Value
TypeDescription
Int32

TargetWriteOpsPerSecond

public int TargetWriteOpsPerSecond { get; set; }

Target ops written per second.

Property Value
TypeDescription
Int32