public sealed class DiskUtilization : IMessage<DiskUtilization>, IEquatable<DiskUtilization>, IDeepCloneable<DiskUtilization>, IBufferMessage, IMessageTarget scaling by disk usage. Only applicable in the App Engine flexible environment.
Implements
Google.Protobuf.IMessage<DiskUtilization>, IEquatable<DiskUtilization>, Google.Protobuf.IDeepCloneable<DiskUtilization>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
DiskUtilization()
public DiskUtilization()DiskUtilization(DiskUtilization)
public DiskUtilization(DiskUtilization other)| Parameter | |
|---|---|
| Name | Description |
other |
DiskUtilization |
Properties
TargetReadBytesPerSecond
public int TargetReadBytesPerSecond { get; set; }Target bytes read per second.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
TargetReadOpsPerSecond
public int TargetReadOpsPerSecond { get; set; }Target ops read per seconds.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
TargetWriteBytesPerSecond
public int TargetWriteBytesPerSecond { get; set; }Target bytes written per second.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
TargetWriteOpsPerSecond
public int TargetWriteOpsPerSecond { get; set; }Target ops written per second.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|