AI-generated Key Takeaways
-
BandwidthGroup represents a logical grouping of bandwidths with a generic name like 'Cable' or 'DSL'.
-
A BandwidthGroup has a unique identifier
name
and a localized display namedisplayName
. -
The API provides methods to
get
a specific BandwidthGroup andlist
all BandwidthGroup objects.
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 |
Identifier. The resource name of the |
displayName |
Output only. The localized name of the bandwidth group. |
Methods |
|
---|---|
|
API to retrieve a BandwidthGroup object. |
|
API to retrieve a list of BandwidthGroup objects. |