REST Resource: networks.bandwidthGroups

Resource: BandwidthGroup

Represents a group of bandwidths that are logically organized by some well known generic name such as 'Cable' or 'DSL'.

JSON representation
{
  "name": string,
  "displayName": string
}
Fields
name

string

Identifier. The resource name of the BandwidthGroup. Format: networks/{networkCode}/bandwidthGroups/{bandwidth_group_id}

displayName

string

Output only. The localized name of the bandwidth group.

Methods

get

API to retrieve a BandwidthGroup object.

list

API to retrieve a list of BandwidthGroup objects.