bandwidth property

String? bandwidth
getter/setter pair

Interconnect bandwidth.

Set only when type is CLIENT. Possible string values are:

  • "BANDWIDTH_UNSPECIFIED" : Unspecified value.
  • "BW_1_GBPS" : 1 Gbps.
  • "BW_2_GBPS" : 2 Gbps.
  • "BW_5_GBPS" : 5 Gbps.
  • "BW_10_GBPS" : 10 Gbps.

Implementation

core.String? bandwidth;