@@ -267,14 +267,12 @@ func (r interconnectNewResponseNscInterconnectPhysicalBodyFacilityJSON) RawJSON(
267267}
268268
269269type InterconnectNewResponseNscInterconnectGcpPartnerBody struct {
270- Account string `json:"account,required"`
271- Name string `json:"name,required"`
272- Region string `json:"region,required"`
273- Type string `json:"type,required"`
274- Owner string `json:"owner"`
275- // Bandwidth structure as visible through the customer-facing API.
276- Speed InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed `json:"speed"`
277- JSON interconnectNewResponseNscInterconnectGcpPartnerBodyJSON `json:"-"`
270+ Account string `json:"account,required"`
271+ Name string `json:"name,required"`
272+ Region string `json:"region,required"`
273+ Type string `json:"type,required"`
274+ Owner string `json:"owner"`
275+ JSON interconnectNewResponseNscInterconnectGcpPartnerBodyJSON `json:"-"`
278276}
279277
280278// interconnectNewResponseNscInterconnectGcpPartnerBodyJSON contains the JSON
@@ -285,7 +283,6 @@ type interconnectNewResponseNscInterconnectGcpPartnerBodyJSON struct {
285283 Region apijson.Field
286284 Type apijson.Field
287285 Owner apijson.Field
288- Speed apijson.Field
289286 raw string
290287 ExtraFields map [string ]apijson.Field
291288}
@@ -300,32 +297,6 @@ func (r interconnectNewResponseNscInterconnectGcpPartnerBodyJSON) RawJSON() stri
300297
301298func (r InterconnectNewResponseNscInterconnectGcpPartnerBody ) implementsInterconnectNewResponse () {}
302299
303- // Bandwidth structure as visible through the customer-facing API.
304- type InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed string
305-
306- const (
307- InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed50M InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed = "50M"
308- InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed100M InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed = "100M"
309- InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed200M InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed = "200M"
310- InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed300M InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed = "300M"
311- InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed400M InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed = "400M"
312- InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed500M InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed = "500M"
313- InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed1G InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed = "1G"
314- InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed2G InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed = "2G"
315- InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed5G InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed = "5G"
316- InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed10G InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed = "10G"
317- InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed20G InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed = "20G"
318- InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed50G InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed = "50G"
319- )
320-
321- func (r InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed ) IsKnown () bool {
322- switch r {
323- case InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed50M , InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed100M , InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed200M , InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed300M , InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed400M , InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed500M , InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed1G , InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed2G , InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed5G , InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed10G , InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed20G , InterconnectNewResponseNscInterconnectGcpPartnerBodySpeed50G :
324- return true
325- }
326- return false
327- }
328-
329300type InterconnectListResponse struct {
330301 Items []InterconnectListResponseItem `json:"items,required"`
331302 Next int64 `json:"next,nullable"`
@@ -491,14 +462,12 @@ func (r interconnectListResponseItemsNscInterconnectPhysicalBodyFacilityJSON) Ra
491462}
492463
493464type InterconnectListResponseItemsNscInterconnectGcpPartnerBody struct {
494- Account string `json:"account,required"`
495- Name string `json:"name,required"`
496- Region string `json:"region,required"`
497- Type string `json:"type,required"`
498- Owner string `json:"owner"`
499- // Bandwidth structure as visible through the customer-facing API.
500- Speed InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed `json:"speed"`
501- JSON interconnectListResponseItemsNscInterconnectGcpPartnerBodyJSON `json:"-"`
465+ Account string `json:"account,required"`
466+ Name string `json:"name,required"`
467+ Region string `json:"region,required"`
468+ Type string `json:"type,required"`
469+ Owner string `json:"owner"`
470+ JSON interconnectListResponseItemsNscInterconnectGcpPartnerBodyJSON `json:"-"`
502471}
503472
504473// interconnectListResponseItemsNscInterconnectGcpPartnerBodyJSON contains the JSON
@@ -510,7 +479,6 @@ type interconnectListResponseItemsNscInterconnectGcpPartnerBodyJSON struct {
510479 Region apijson.Field
511480 Type apijson.Field
512481 Owner apijson.Field
513- Speed apijson.Field
514482 raw string
515483 ExtraFields map [string ]apijson.Field
516484}
@@ -526,32 +494,6 @@ func (r interconnectListResponseItemsNscInterconnectGcpPartnerBodyJSON) RawJSON(
526494func (r InterconnectListResponseItemsNscInterconnectGcpPartnerBody ) implementsInterconnectListResponseItem () {
527495}
528496
529- // Bandwidth structure as visible through the customer-facing API.
530- type InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed string
531-
532- const (
533- InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed50M InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed = "50M"
534- InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed100M InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed = "100M"
535- InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed200M InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed = "200M"
536- InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed300M InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed = "300M"
537- InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed400M InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed = "400M"
538- InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed500M InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed = "500M"
539- InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed1G InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed = "1G"
540- InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed2G InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed = "2G"
541- InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed5G InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed = "5G"
542- InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed10G InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed = "10G"
543- InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed20G InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed = "20G"
544- InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed50G InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed = "50G"
545- )
546-
547- func (r InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed ) IsKnown () bool {
548- switch r {
549- case InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed50M , InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed100M , InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed200M , InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed300M , InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed400M , InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed500M , InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed1G , InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed2G , InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed5G , InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed10G , InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed20G , InterconnectListResponseItemsNscInterconnectGcpPartnerBodySpeed50G :
550- return true
551- }
552- return false
553- }
554-
555497type InterconnectGetResponse struct {
556498 Account string `json:"account,required"`
557499 Name string `json:"name,required"`
@@ -692,14 +634,12 @@ func (r interconnectGetResponseNscInterconnectPhysicalBodyFacilityJSON) RawJSON(
692634}
693635
694636type InterconnectGetResponseNscInterconnectGcpPartnerBody struct {
695- Account string `json:"account,required"`
696- Name string `json:"name,required"`
697- Region string `json:"region,required"`
698- Type string `json:"type,required"`
699- Owner string `json:"owner"`
700- // Bandwidth structure as visible through the customer-facing API.
701- Speed InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed `json:"speed"`
702- JSON interconnectGetResponseNscInterconnectGcpPartnerBodyJSON `json:"-"`
637+ Account string `json:"account,required"`
638+ Name string `json:"name,required"`
639+ Region string `json:"region,required"`
640+ Type string `json:"type,required"`
641+ Owner string `json:"owner"`
642+ JSON interconnectGetResponseNscInterconnectGcpPartnerBodyJSON `json:"-"`
703643}
704644
705645// interconnectGetResponseNscInterconnectGcpPartnerBodyJSON contains the JSON
@@ -710,7 +650,6 @@ type interconnectGetResponseNscInterconnectGcpPartnerBodyJSON struct {
710650 Region apijson.Field
711651 Type apijson.Field
712652 Owner apijson.Field
713- Speed apijson.Field
714653 raw string
715654 ExtraFields map [string ]apijson.Field
716655}
@@ -725,32 +664,6 @@ func (r interconnectGetResponseNscInterconnectGcpPartnerBodyJSON) RawJSON() stri
725664
726665func (r InterconnectGetResponseNscInterconnectGcpPartnerBody ) implementsInterconnectGetResponse () {}
727666
728- // Bandwidth structure as visible through the customer-facing API.
729- type InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed string
730-
731- const (
732- InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed50M InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed = "50M"
733- InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed100M InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed = "100M"
734- InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed200M InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed = "200M"
735- InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed300M InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed = "300M"
736- InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed400M InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed = "400M"
737- InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed500M InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed = "500M"
738- InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed1G InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed = "1G"
739- InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed2G InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed = "2G"
740- InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed5G InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed = "5G"
741- InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed10G InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed = "10G"
742- InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed20G InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed = "20G"
743- InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed50G InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed = "50G"
744- )
745-
746- func (r InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed ) IsKnown () bool {
747- switch r {
748- case InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed50M , InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed100M , InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed200M , InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed300M , InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed400M , InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed500M , InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed1G , InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed2G , InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed5G , InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed10G , InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed20G , InterconnectGetResponseNscInterconnectGcpPartnerBodySpeed50G :
749- return true
750- }
751- return false
752- }
753-
754667type InterconnectStatusResponse struct {
755668 State InterconnectStatusResponseState `json:"state,required"`
756669 // Diagnostic information, if available
0 commit comments