File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
packages/clients/src/api/edge_services/v1alpha1 Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 11// This file was automatically generated. DO NOT EDIT.
22// If you have any remark or suggestion do not hesitate to open an issue.
3- import type { Money , Region , Zone } from '../../../bridge'
3+ import type {
4+ Money ,
5+ Region as ScwRegion ,
6+ Zone as ScwZone ,
7+ } from '../../../bridge'
48
59export type DNSStageType = 'unknown_type' | 'auto' | 'managed' | 'custom'
610
@@ -91,7 +95,7 @@ export interface ScalewayLb {
9195 /** ID of the Load Balancer. */
9296 id : string
9397 /** Zone of the Load Balancer. */
94- zone : Zone
98+ zone : ScwZone
9599 /** ID of the frontend linked to the Load Balancer. */
96100 frontendId : string
97101 /** Defines whether the Load Balancer's frontend handles SSL connections. */
@@ -129,7 +133,7 @@ export interface TLSSecret {
129133 /** ID of the Secret. */
130134 secretId : string
131135 /** Region of the Secret. */
132- region : Region
136+ region : ScwRegion
133137}
134138
135139export interface BackendStage {
You can’t perform that action at this time.
0 commit comments