Interface Instance.PerformanceLimitsOrBuilder (1.61.0)

public static interface Instance.PerformanceLimitsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMaxIops()

public abstract long getMaxIops()

Output only. The max IOPS.

int64 max_iops = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The maxIops.

getMaxReadIops()

public abstract long getMaxReadIops()

Output only. The max read IOPS.

int64 max_read_iops = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The maxReadIops.

getMaxReadThroughputBps()

public abstract long getMaxReadThroughputBps()

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

int64 max_read_throughput_bps = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The maxReadThroughputBps.

getMaxWriteIops()

public abstract long getMaxWriteIops()

Output only. The max write IOPS.

int64 max_write_iops = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The maxWriteIops.

getMaxWriteThroughputBps()

public abstract long getMaxWriteThroughputBps()

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

int64 max_write_throughput_bps = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The maxWriteThroughputBps.