Class FixedIOPS
Fixed IOPS (input/output operations per second) parameters.
Implements
Inherited Members
Namespace: Google.Apis.CloudFilestore.v1.Data
Assembly: Google.Apis.CloudFilestore.v1.dll
Syntax
public class FixedIOPS : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxIops
Required. Maximum IOPS.
Declaration
[JsonProperty("maxIops")]
public virtual long? MaxIops { get; set; }
Property Value
Type | Description |
---|---|
long? |
MaxReadIops
Optional. Deprecated: max_iops
should be used instead of this parameter. Maximum read IOPS.
Declaration
[JsonProperty("maxReadIops")]
public virtual long? MaxReadIops { get; set; }
Property Value
Type | Description |
---|---|
long? |