Class DiskUtilization
Target scaling by disk usage. Only applicable in the App Engine flexible environment.
Implements
Inherited Members
Namespace: Google.Apis.Appengine.v1.Data
Assembly: Google.Apis.Appengine.v1.dll
Syntax
public class DiskUtilization : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetReadBytesPerSecond
Target bytes read per second.
Declaration
[JsonProperty("targetReadBytesPerSecond")]
public virtual int? TargetReadBytesPerSecond { get; set; }
Property Value
Type | Description |
---|---|
int? |
TargetReadOpsPerSecond
Target ops read per seconds.
Declaration
[JsonProperty("targetReadOpsPerSecond")]
public virtual int? TargetReadOpsPerSecond { get; set; }
Property Value
Type | Description |
---|---|
int? |
TargetWriteBytesPerSecond
Target bytes written per second.
Declaration
[JsonProperty("targetWriteBytesPerSecond")]
public virtual int? TargetWriteBytesPerSecond { get; set; }
Property Value
Type | Description |
---|---|
int? |
TargetWriteOpsPerSecond
Target ops written per second.
Declaration
[JsonProperty("targetWriteOpsPerSecond")]
public virtual int? TargetWriteOpsPerSecond { get; set; }
Property Value
Type | Description |
---|---|
int? |