INPUT_OBJECT

HotAddBandwidthInfoInput

Description

Supported in v5.3+

link GraphQL Schema definition

  • input HotAddBandwidthInfoInput {
  • # Required. Supported in v5.3+
  • # The HotAdd bandwidth limit in Mbps for export.
  • exportLimit: Int!
  • # Required. Supported in v5.3+
  • # The HotAdd bandwidth limit in Mbps for ingest.
  • ingestLimit: Int!
  • }