Reference documentation and code samples for the Google Cloud Filestore V1 Client class PerformanceLimits.
The enforced performance limits, calculated from the instance's performance configuration.
Generated from protobuf message google.cloud.filestore.v1.Instance.PerformanceLimits
Namespace
Google \ Cloud \ Filestore \ V1 \ InstanceMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ max_iops
int|string
Output only. The max IOPS.
↳ max_read_iops
int|string
Output only. The max read IOPS.
↳ max_write_iops
int|string
Output only. The max write IOPS.
↳ max_read_throughput_bps
int|string
Output only. The max read throughput in bytes per second.
↳ max_write_throughput_bps
int|string
Output only. The max write throughput in bytes per second.
getMaxIops
Output only. The max IOPS.
int|string
setMaxIops
Output only. The max IOPS.
var
int|string
$this
getMaxReadIops
Output only. The max read IOPS.
int|string
setMaxReadIops
Output only. The max read IOPS.
var
int|string
$this
getMaxWriteIops
Output only. The max write IOPS.
int|string
setMaxWriteIops
Output only. The max write IOPS.
var
int|string
$this
getMaxReadThroughputBps
Output only. The max read throughput in bytes per second.
int|string
setMaxReadThroughputBps
Output only. The max read throughput in bytes per second.
var
int|string
$this
getMaxWriteThroughputBps
Output only. The max write throughput in bytes per second.
int|string
setMaxWriteThroughputBps
Output only. The max write throughput in bytes per second.
var
int|string
$this