Google Cloud Filestore V1 Client - Class PerformanceLimits (2.1.0)

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 \ Instance

Methods

__construct

Constructor.

Parameters
Name Description
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.

Returns
Type Description
int|string

setMaxIops

Output only. The max IOPS.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getMaxReadIops

Output only. The max read IOPS.

Returns
Type Description
int|string

setMaxReadIops

Output only. The max read IOPS.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getMaxWriteIops

Output only. The max write IOPS.

Returns
Type Description
int|string

setMaxWriteIops

Output only. The max write IOPS.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getMaxReadThroughputBps

Output only. The max read throughput in bytes per second.

Returns
Type Description
int|string

setMaxReadThroughputBps

Output only. The max read throughput in bytes per second.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getMaxWriteThroughputBps

Output only. The max write throughput in bytes per second.

Returns
Type Description
int|string

setMaxWriteThroughputBps

Output only. The max write throughput in bytes per second.

Parameter
Name Description
var int|string
Returns
Type Description
$this