Reference documentation and code samples for the Google Cloud Filestore V1 Client class IOPSPerTB.
IOPS per TB.
Filestore defines TB as 1024^4 bytes (TiB).
Generated from protobuf message google.cloud.filestore.v1.Instance.IOPSPerTB
Namespace
Google \ Cloud \ Filestore \ V1 \ InstanceMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ max_iops_per_tb |
int|string
Required. Maximum IOPS per TiB. |
getMaxIopsPerTb
Required. Maximum IOPS per TiB.
Returns | |
---|---|
Type | Description |
int|string |
setMaxIopsPerTb
Required. Maximum IOPS per TiB.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |