public sealed class Instance.Types.PerformanceLimits : IMessage<Instance.Types.PerformanceLimits>, IEquatable<Instance.Types.PerformanceLimits>, IDeepCloneable<Instance.Types.PerformanceLimits>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Filestore v1 API class Instance.Types.PerformanceLimits.
The enforced performance limits, calculated from the instance's performance configuration.
Implements
IMessageInstanceTypesPerformanceLimits, IEquatableInstanceTypesPerformanceLimits, IDeepCloneableInstanceTypesPerformanceLimits, IBufferMessage, IMessageNamespace
Google.Cloud.Filestore.V1Assembly
Google.Cloud.Filestore.V1.dll
Constructors
PerformanceLimits()
public PerformanceLimits()PerformanceLimits(PerformanceLimits)
public PerformanceLimits(Instance.Types.PerformanceLimits other)| Parameter | |
|---|---|
| Name | Description |
other |
InstanceTypesPerformanceLimits |
Properties
MaxIops
public long MaxIops { get; set; }Output only. The max IOPS.
| Property Value | |
|---|---|
| Type | Description |
long |
|
MaxReadIops
public long MaxReadIops { get; set; }Output only. The max read IOPS.
| Property Value | |
|---|---|
| Type | Description |
long |
|
MaxReadThroughputBps
public long MaxReadThroughputBps { get; set; }Output only. The max read throughput in bytes per second.
| Property Value | |
|---|---|
| Type | Description |
long |
|
MaxWriteIops
public long MaxWriteIops { get; set; }Output only. The max write IOPS.
| Property Value | |
|---|---|
| Type | Description |
long |
|
MaxWriteThroughputBps
public long MaxWriteThroughputBps { get; set; }Output only. The max write throughput in bytes per second.
| Property Value | |
|---|---|
| Type | Description |
long |
|