capacity property

String? capacity
getter/setter pair

The aggregate processing capacity of this gateway.

Optional. Possible string values are:

  • "GATEWAY_CAPACITY_UNSPECIFIED" : The gateway capacity is unspecified.
  • "CAPACITY_1_GBPS" : The gateway has 1 Gbps of aggregate processing capacity
  • "CAPACITY_10_GBPS" : The gateway has 10 Gbps of aggregate processing capacity

Implementation

core.String? capacity;