minThroughput property

  1. @Deprecated('Not supported. Member documentation may have more information.')
int? minThroughput
getter/setter pair

Minimum 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 200 through 900. Must be lower than the value specified by --max-throughput. If both min-throughput and min-instances are provided, min-instances takes precedence over min-throughput. The use of min-throughput is discouraged in favor of min-instances.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.int? minThroughput;