File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
packages/clients/src/api/vpc/v1 Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ export class API extends ParentAPI {
5151 request . zone ?? this . client . settings . defaultZone ,
5252 ) } /private-networks`,
5353 urlParams : urlParams (
54+ [ 'include_regional' , request . includeRegional ] ,
5455 [ 'name' , request . name ] ,
5556 [ 'order_by' , request . orderBy ?? 'created_at_asc' ] ,
5657 [ 'organization_id' , request . organizationId ] ,
Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ export type ListPrivateNetworksRequest = {
5454 projectId ?: string
5555 /** The PrivateNetwork IDs on which to filter the returned private networks. */
5656 privateNetworkIds ?: string [ ]
57+ /** Include regional Private Networks. */
58+ includeRegional ?: boolean
5759}
5860
5961export type CreatePrivateNetworkRequest = {
You can’t perform that action at this time.
0 commit comments