maxThroughput property

int? maxThroughput
getter/setter pair

Maximum throughput of the connector in Mbps.

Refers to the expected throughput when using an e2-micro machine type. Value must be a multiple of 100 from 300 through 1000. Must be higher than the value specified by --min-throughput. If both max-throughput and max-instances are provided, max-instances takes precedence over max-throughput. The use of max-throughput is discouraged in favor of max-instances.

Implementation

core.int? maxThroughput;