@scaleway/sdk-baremetal 2.7.0 → 2.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,170 +0,0 @@
1
- //#region src/v1/metadata.gen.ts
2
- const queriesMetadata = {
3
- namespace: "baremetal",
4
- version: "v1",
5
- folderName: "baremetalv1",
6
- services: [{
7
- apiClass: "API",
8
- methods: [
9
- {
10
- methodName: "listServers",
11
- protoName: "ListServers",
12
- paramsType: "ListServersRequest",
13
- returnType: "ListServersResponse",
14
- isList: true,
15
- paginationType: "offset",
16
- pageParamKey: "page",
17
- listItemType: "Server",
18
- isPrivate: false,
19
- description: "\""
20
- },
21
- {
22
- methodName: "getServer",
23
- protoName: "GetServer",
24
- paramsType: "GetServerRequest",
25
- returnType: "Server",
26
- isList: false,
27
- paginationType: "none",
28
- isPrivate: false,
29
- description: "\"",
30
- hasWaiter: true
31
- },
32
- {
33
- methodName: "getServerMetrics",
34
- protoName: "GetServerMetrics",
35
- paramsType: "GetServerMetricsRequest",
36
- returnType: "GetServerMetricsResponse",
37
- isList: false,
38
- paginationType: "none",
39
- isPrivate: false,
40
- description: "\""
41
- },
42
- {
43
- methodName: "listServerEvents",
44
- protoName: "ListServerEvents",
45
- paramsType: "ListServerEventsRequest",
46
- returnType: "ListServerEventsResponse",
47
- isList: true,
48
- paginationType: "offset",
49
- pageParamKey: "page",
50
- listItemType: "ServerEvent",
51
- isPrivate: false,
52
- description: "\""
53
- },
54
- {
55
- methodName: "getDefaultPartitioningSchema",
56
- protoName: "GetDefaultPartitioningSchema",
57
- paramsType: "GetDefaultPartitioningSchemaRequest",
58
- returnType: "Schema",
59
- isList: false,
60
- paginationType: "none",
61
- isPrivate: false,
62
- description: "\""
63
- },
64
- {
65
- methodName: "getBMCAccess",
66
- protoName: "GetBMCAccess",
67
- paramsType: "GetBMCAccessRequest",
68
- returnType: "BMCAccess",
69
- isList: false,
70
- paginationType: "none",
71
- isPrivate: false,
72
- description: "\""
73
- },
74
- {
75
- methodName: "listOffers",
76
- protoName: "ListOffers",
77
- paramsType: "ListOffersRequest",
78
- returnType: "ListOffersResponse",
79
- isList: true,
80
- paginationType: "offset",
81
- pageParamKey: "page",
82
- listItemType: "Offer",
83
- isPrivate: false,
84
- description: "\""
85
- },
86
- {
87
- methodName: "getOffer",
88
- protoName: "GetOffer",
89
- paramsType: "GetOfferRequest",
90
- returnType: "Offer",
91
- isList: false,
92
- paginationType: "none",
93
- isPrivate: false,
94
- description: "\""
95
- },
96
- {
97
- methodName: "getOption",
98
- protoName: "GetOption",
99
- paramsType: "GetOptionRequest",
100
- returnType: "Option",
101
- isList: false,
102
- paginationType: "none",
103
- isPrivate: false,
104
- description: "\""
105
- },
106
- {
107
- methodName: "listOptions",
108
- protoName: "ListOptions",
109
- paramsType: "ListOptionsRequest",
110
- returnType: "ListOptionsResponse",
111
- isList: true,
112
- paginationType: "offset",
113
- pageParamKey: "page",
114
- listItemType: "Option",
115
- isPrivate: false,
116
- description: "\""
117
- },
118
- {
119
- methodName: "listSettings",
120
- protoName: "ListSettings",
121
- paramsType: "ListSettingsRequest",
122
- returnType: "ListSettingsResponse",
123
- isList: true,
124
- paginationType: "offset",
125
- pageParamKey: "page",
126
- listItemType: "Setting",
127
- isPrivate: false,
128
- description: "\""
129
- },
130
- {
131
- methodName: "listOS",
132
- protoName: "ListOS",
133
- paramsType: "ListOSRequest",
134
- returnType: "ListOSResponse",
135
- isList: true,
136
- paginationType: "offset",
137
- pageParamKey: "page",
138
- listItemType: "OS",
139
- isPrivate: false,
140
- description: "\""
141
- },
142
- {
143
- methodName: "getOS",
144
- protoName: "GetOS",
145
- paramsType: "GetOSRequest",
146
- returnType: "OS",
147
- isList: false,
148
- paginationType: "none",
149
- isPrivate: false,
150
- description: "\""
151
- }
152
- ]
153
- }, {
154
- apiClass: "PrivateNetworkAPI",
155
- methods: [{
156
- methodName: "listServerPrivateNetworks",
157
- protoName: "ListServerPrivateNetworks",
158
- paramsType: "PrivateNetworkApiListServerPrivateNetworksRequest",
159
- returnType: "ListServerPrivateNetworksResponse",
160
- isList: true,
161
- paginationType: "offset",
162
- pageParamKey: "page",
163
- listItemType: "ServerPrivateNetwork",
164
- isPrivate: false,
165
- description: "\""
166
- }]
167
- }]
168
- };
169
- //#endregion
170
- export { queriesMetadata };