Skip to content

Commit

Permalink
feat: update generated APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot committed Oct 25, 2024
1 parent 105ce0f commit fbfa0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/flexibleip/v1alpha1/flexibleip_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ func NewAPI(client *scw.Client) *API {
}
}
func (s *API) Zones() []scw.Zone {
return []scw.Zone{scw.ZoneFrPar1, scw.ZoneFrPar2, scw.ZoneNlAms1}
return []scw.Zone{scw.ZoneFrPar1, scw.ZoneFrPar2, scw.ZoneNlAms1, scw.ZoneNlAms2, scw.ZonePlWaw2, scw.ZonePlWaw3}
}

// CreateFlexibleIP: Generate a new flexible IP within a given zone, specifying its configuration including Project ID and description.
Expand Down

0 comments on commit fbfa0ac

Please sign in to comment.