Reference documentation and code samples for the Google Cloud Filestore V1 Client class FixedIOPS.
Fixed IOPS (input/output operations per second) parameters.
Generated from protobuf message google.cloud.filestore.v1.Instance.FixedIOPS
Namespace
Google \ Cloud \ Filestore \ V1 \ InstanceMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ max_iops |
int|string
Required. Maximum IOPS. |
getMaxIops
Required. Maximum IOPS.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setMaxIops
Required. Maximum IOPS.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|