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.
Implements
IMessageDiskUtilization, IEquatableDiskUtilization, IDeepCloneableDiskUtilization, IBufferMessage, 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 |
int |
TargetReadOpsPerSecond
public int TargetReadOpsPerSecond { get; set; }
Target ops read per seconds.
Property Value | |
---|---|
Type | Description |
int |
TargetWriteBytesPerSecond
public int TargetWriteBytesPerSecond { get; set; }
Target bytes written per second.
Property Value | |
---|---|
Type | Description |
int |
TargetWriteOpsPerSecond
public int TargetWriteOpsPerSecond { get; set; }
Target ops written per second.
Property Value | |
---|---|
Type | Description |
int |