Class PerformanceLimits
The enforced performance limits, calculated from the instance's performance configuration.
Implements
Inherited Members
Namespace: Google.Apis.CloudFilestore.v1.Data
Assembly: Google.Apis.CloudFilestore.v1.dll
Syntax
public class PerformanceLimits : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxReadIops
Output only. The max read IOPS.
Declaration
[JsonProperty("maxReadIops")]
public virtual long? MaxReadIops { get; set; }
Property Value
Type | Description |
---|---|
long? |
MaxReadThroughputBps
Output only. The max read throughput in bytes per second.
Declaration
[JsonProperty("maxReadThroughputBps")]
public virtual long? MaxReadThroughputBps { get; set; }
Property Value
Type | Description |
---|---|
long? |
MaxWriteIops
Output only. The max write IOPS.
Declaration
[JsonProperty("maxWriteIops")]
public virtual long? MaxWriteIops { get; set; }
Property Value
Type | Description |
---|---|
long? |
MaxWriteThroughputBps
Output only. The max write throughput in bytes per second.
Declaration
[JsonProperty("maxWriteThroughputBps")]
public virtual long? MaxWriteThroughputBps { get; set; }
Property Value
Type | Description |
---|---|
long? |