public sealed class Instance.Types.FixedIOPS : IMessage<Instance.Types.FixedIOPS>, IEquatable<Instance.Types.FixedIOPS>, IDeepCloneable<Instance.Types.FixedIOPS>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Filestore v1 API class Instance.Types.FixedIOPS.
Fixed IOPS (input/output operations per second) parameters.
Implements
IMessageInstanceTypesFixedIOPS, IEquatableInstanceTypesFixedIOPS, IDeepCloneableInstanceTypesFixedIOPS, IBufferMessage, IMessageNamespace
Google.Cloud.Filestore.V1Assembly
Google.Cloud.Filestore.V1.dll
Constructors
FixedIOPS()
public FixedIOPS()FixedIOPS(FixedIOPS)
public FixedIOPS(Instance.Types.FixedIOPS other)| Parameter | |
|---|---|
| Name | Description |
other |
InstanceTypesFixedIOPS |
Properties
MaxIops
public long MaxIops { get; set; }Required. Maximum IOPS.
| Property Value | |
|---|---|
| Type | Description |
long |
|