yandexcloud 0.334.0__py3-none-any.whl → 0.335.0__py3-none-any.whl
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.
Potentially problematic release.
This version of yandexcloud might be problematic. Click here for more details.
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +8 -8
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +11 -3
- yandex/cloud/cic/v1/partner_pb2.pyi +1 -1
- yandex/cloud/cic/v1/private_connection_pb2.py +10 -9
- yandex/cloud/cic/v1/private_connection_pb2.pyi +40 -12
- yandex/cloud/cic/v1/private_connection_service_pb2.py +76 -9
- yandex/cloud/cic/v1/private_connection_service_pb2.pyi +379 -1
- yandex/cloud/cic/v1/private_connection_service_pb2_grpc.py +270 -0
- yandex/cloud/cic/v1/private_connection_service_pb2_grpc.pyi +151 -0
- yandex/cloud/cic/v1/public_connection_pb2.py +10 -7
- yandex/cloud/cic/v1/public_connection_pb2.pyi +32 -2
- yandex/cloud/cic/v1/trunk_connection_pb2.py +16 -13
- yandex/cloud/cic/v1/trunk_connection_pb2.pyi +38 -2
- yandex/cloud/cic/v1/trunk_connection_service_pb2.py +62 -9
- yandex/cloud/cic/v1/trunk_connection_service_pb2.pyi +360 -1
- yandex/cloud/cic/v1/trunk_connection_service_pb2_grpc.py +180 -0
- yandex/cloud/cic/v1/trunk_connection_service_pb2_grpc.pyi +99 -0
- yandex/cloud/cloudrouter/v1/routing_instance_pb2.py +16 -15
- yandex/cloud/cloudrouter/v1/routing_instance_pb2.pyi +11 -3
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.py +86 -15
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.pyi +388 -1
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.py +360 -0
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.pyi +203 -0
- yandex/cloud/compute/v1/instance_pb2.py +52 -52
- yandex/cloud/compute/v1/instance_pb2.pyi +5 -1
- yandex/cloud/compute/v1/instance_service_pb2.py +130 -126
- yandex/cloud/compute/v1/instance_service_pb2.pyi +17 -2
- yandex/cloud/compute/v1/reserved_instance_pool_pb2.py +59 -0
- yandex/cloud/compute/v1/reserved_instance_pool_pb2.pyi +171 -0
- yandex/cloud/compute/v1/reserved_instance_pool_pb2_grpc.py +24 -0
- yandex/cloud/compute/v1/reserved_instance_pool_pb2_grpc.pyi +17 -0
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2.py +123 -0
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2.pyi +345 -0
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2_grpc.py +282 -0
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2_grpc.pyi +147 -0
- yandex/cloud/mdb/greenplum/v1/cluster_pb2.py +30 -24
- yandex/cloud/mdb/greenplum/v1/cluster_pb2.pyi +47 -2
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.py +78 -78
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.pyi +29 -5
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2.pyi +0 -2
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.py +38 -22
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.pyi +193 -13
- yandex/cloud/mdb/mysql/v1/config/mysql5_7_pb2.py +18 -18
- yandex/cloud/mdb/mysql/v1/config/mysql5_7_pb2.pyi +8 -0
- yandex/cloud/mdb/mysql/v1/config/mysql8_0_pb2.py +18 -18
- yandex/cloud/mdb/mysql/v1/config/mysql8_0_pb2.pyi +8 -0
- yandex/cloud/mdb/mysql/v1/user_pb2.py +3 -3
- yandex/cloud/mdb/mysql/v1/user_pb2.pyi +8 -0
- yandex/cloud/storage/v1/bucket_pb2.py +75 -73
- yandex/cloud/video/v1/channel_service_pb2.py +36 -29
- yandex/cloud/video/v1/channel_service_pb2_grpc.py +133 -0
- yandex/cloud/video/v1/channel_service_pb2_grpc.pyi +61 -0
- yandex/cloud/video/v1/episode_service_pb2.py +54 -53
- yandex/cloud/video/v1/episode_service_pb2.pyi +9 -2
- yandexcloud/__init__.py +2 -1
- yandexcloud/_channels.py +8 -3
- yandexcloud/_retry_interceptor.py +2 -0
- yandexcloud/_retry_policy.py +31 -0
- yandexcloud/_sdk.py +5 -10
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/METADATA +20 -1
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/RECORD +65 -56
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/WHEEL +1 -1
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/top_level.txt +0 -0
|
@@ -6,10 +6,12 @@ isort:skip_file
|
|
|
6
6
|
import builtins
|
|
7
7
|
import collections.abc
|
|
8
8
|
import google.protobuf.descriptor
|
|
9
|
+
import google.protobuf.field_mask_pb2
|
|
9
10
|
import google.protobuf.internal.containers
|
|
10
11
|
import google.protobuf.message
|
|
11
12
|
import typing
|
|
12
13
|
import yandex.cloud.cloudrouter.v1.routing_instance_pb2
|
|
14
|
+
import yandex.cloud.operation.operation_pb2
|
|
13
15
|
|
|
14
16
|
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
15
17
|
|
|
@@ -76,7 +78,7 @@ class ListRoutingInstancesRequest(google.protobuf.message.Message):
|
|
|
76
78
|
PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
77
79
|
FILTER_FIELD_NUMBER: builtins.int
|
|
78
80
|
folder_id: builtins.str
|
|
79
|
-
"""ID of the folder to list
|
|
81
|
+
"""ID of the folder to list RoutingInstance resources.
|
|
80
82
|
To get the folder ID use a [yandex.cloud.resourcemanager.v1.FolderService.List] request.
|
|
81
83
|
"""
|
|
82
84
|
page_size: builtins.int
|
|
@@ -135,3 +137,388 @@ class ListRoutingInstancesResponse(google.protobuf.message.Message):
|
|
|
135
137
|
def ClearField(self, field_name: typing.Literal["next_page_token", b"next_page_token", "routing_instances", b"routing_instances"]) -> None: ...
|
|
136
138
|
|
|
137
139
|
global___ListRoutingInstancesResponse = ListRoutingInstancesResponse
|
|
140
|
+
|
|
141
|
+
@typing.final
|
|
142
|
+
class CreateRoutingInstanceRequest(google.protobuf.message.Message):
|
|
143
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
144
|
+
|
|
145
|
+
@typing.final
|
|
146
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
147
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
148
|
+
|
|
149
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
150
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
151
|
+
key: builtins.str
|
|
152
|
+
value: builtins.str
|
|
153
|
+
def __init__(
|
|
154
|
+
self,
|
|
155
|
+
*,
|
|
156
|
+
key: builtins.str = ...,
|
|
157
|
+
value: builtins.str = ...,
|
|
158
|
+
) -> None: ...
|
|
159
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
160
|
+
|
|
161
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
162
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
163
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
164
|
+
REGION_ID_FIELD_NUMBER: builtins.int
|
|
165
|
+
VPC_INFO_FIELD_NUMBER: builtins.int
|
|
166
|
+
CIC_PRIVATE_CONNECTION_INFO_FIELD_NUMBER: builtins.int
|
|
167
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
168
|
+
name: builtins.str
|
|
169
|
+
"""Name of the RoutingInstance.
|
|
170
|
+
The name must be unique within the folder.
|
|
171
|
+
Value must match the regular expression ``\\|[a-zA-Z]([-_a-zA-Z0-9]{0,61}[a-zA-Z0-9])?``.
|
|
172
|
+
"""
|
|
173
|
+
description: builtins.str
|
|
174
|
+
"""Optional description of the RoutingInstance. 0-256 characters long."""
|
|
175
|
+
folder_id: builtins.str
|
|
176
|
+
"""ID of the folder that the RoutingInstance belongs to."""
|
|
177
|
+
region_id: builtins.str
|
|
178
|
+
"""ID of the region that the routingInstance belongs to."""
|
|
179
|
+
@property
|
|
180
|
+
def vpc_info(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.cloudrouter.v1.routing_instance_pb2.RoutingInstance.VpcInfo]:
|
|
181
|
+
"""List of the info about vpcNetworks which are attached to the RoutingInstance."""
|
|
182
|
+
|
|
183
|
+
@property
|
|
184
|
+
def cic_private_connection_info(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.cloudrouter.v1.routing_instance_pb2.RoutingInstance.CicPrivateConnectionInfo]:
|
|
185
|
+
"""List of the info about privateConnections which are attached to the RoutingInstance."""
|
|
186
|
+
|
|
187
|
+
@property
|
|
188
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
189
|
+
"""Resource labels, `key:value` pairs.
|
|
190
|
+
No more than 64 per resource.
|
|
191
|
+
The maximum string length in characters for each value is 63.
|
|
192
|
+
Each value must match the regular expression `[-_0-9a-z]*`.
|
|
193
|
+
The string length in characters for each key must be 1-63.
|
|
194
|
+
Each key must match the regular expression `[a-z][-_0-9a-z]*`.
|
|
195
|
+
"""
|
|
196
|
+
|
|
197
|
+
def __init__(
|
|
198
|
+
self,
|
|
199
|
+
*,
|
|
200
|
+
name: builtins.str = ...,
|
|
201
|
+
description: builtins.str = ...,
|
|
202
|
+
folder_id: builtins.str = ...,
|
|
203
|
+
region_id: builtins.str = ...,
|
|
204
|
+
vpc_info: collections.abc.Iterable[yandex.cloud.cloudrouter.v1.routing_instance_pb2.RoutingInstance.VpcInfo] | None = ...,
|
|
205
|
+
cic_private_connection_info: collections.abc.Iterable[yandex.cloud.cloudrouter.v1.routing_instance_pb2.RoutingInstance.CicPrivateConnectionInfo] | None = ...,
|
|
206
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
207
|
+
) -> None: ...
|
|
208
|
+
def ClearField(self, field_name: typing.Literal["cic_private_connection_info", b"cic_private_connection_info", "description", b"description", "folder_id", b"folder_id", "labels", b"labels", "name", b"name", "region_id", b"region_id", "vpc_info", b"vpc_info"]) -> None: ...
|
|
209
|
+
|
|
210
|
+
global___CreateRoutingInstanceRequest = CreateRoutingInstanceRequest
|
|
211
|
+
|
|
212
|
+
@typing.final
|
|
213
|
+
class CreateRoutingInstanceMetadata(google.protobuf.message.Message):
|
|
214
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
215
|
+
|
|
216
|
+
ROUTING_INSTANCE_ID_FIELD_NUMBER: builtins.int
|
|
217
|
+
routing_instance_id: builtins.str
|
|
218
|
+
"""ID of the RoutingInstance resource."""
|
|
219
|
+
def __init__(
|
|
220
|
+
self,
|
|
221
|
+
*,
|
|
222
|
+
routing_instance_id: builtins.str = ...,
|
|
223
|
+
) -> None: ...
|
|
224
|
+
def ClearField(self, field_name: typing.Literal["routing_instance_id", b"routing_instance_id"]) -> None: ...
|
|
225
|
+
|
|
226
|
+
global___CreateRoutingInstanceMetadata = CreateRoutingInstanceMetadata
|
|
227
|
+
|
|
228
|
+
@typing.final
|
|
229
|
+
class UpdateRoutingInstanceRequest(google.protobuf.message.Message):
|
|
230
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
231
|
+
|
|
232
|
+
@typing.final
|
|
233
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
234
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
235
|
+
|
|
236
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
237
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
238
|
+
key: builtins.str
|
|
239
|
+
value: builtins.str
|
|
240
|
+
def __init__(
|
|
241
|
+
self,
|
|
242
|
+
*,
|
|
243
|
+
key: builtins.str = ...,
|
|
244
|
+
value: builtins.str = ...,
|
|
245
|
+
) -> None: ...
|
|
246
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
247
|
+
|
|
248
|
+
ROUTING_INSTANCE_ID_FIELD_NUMBER: builtins.int
|
|
249
|
+
UPDATE_MASK_FIELD_NUMBER: builtins.int
|
|
250
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
251
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
252
|
+
REGION_ID_FIELD_NUMBER: builtins.int
|
|
253
|
+
VPC_INFO_FIELD_NUMBER: builtins.int
|
|
254
|
+
CIC_PRIVATE_CONNECTION_INFO_FIELD_NUMBER: builtins.int
|
|
255
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
256
|
+
routing_instance_id: builtins.str
|
|
257
|
+
"""ID of the RoutingInstance resource to return."""
|
|
258
|
+
name: builtins.str
|
|
259
|
+
"""Name of the RoutingInstance.
|
|
260
|
+
The name must be unique within the folder.
|
|
261
|
+
Value must match the regular expression ``\\|[a-zA-Z]([-_a-zA-Z0-9]{0,61}[a-zA-Z0-9])?``.
|
|
262
|
+
"""
|
|
263
|
+
description: builtins.str
|
|
264
|
+
"""Optional description of the RoutingInstance. 0-256 characters long."""
|
|
265
|
+
region_id: builtins.str
|
|
266
|
+
"""ID of the region that the routingInstance belongs to."""
|
|
267
|
+
@property
|
|
268
|
+
def update_mask(self) -> google.protobuf.field_mask_pb2.FieldMask:
|
|
269
|
+
"""Field mask that specifies which fields of the RoutingInstance resource are going to be updated."""
|
|
270
|
+
|
|
271
|
+
@property
|
|
272
|
+
def vpc_info(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.cloudrouter.v1.routing_instance_pb2.RoutingInstance.VpcInfo]:
|
|
273
|
+
"""List of the info about vpcNetworks which are attached to the RoutingInstance."""
|
|
274
|
+
|
|
275
|
+
@property
|
|
276
|
+
def cic_private_connection_info(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.cloudrouter.v1.routing_instance_pb2.RoutingInstance.CicPrivateConnectionInfo]:
|
|
277
|
+
"""List of the info about privateConnections which are attached to the RoutingInstance."""
|
|
278
|
+
|
|
279
|
+
@property
|
|
280
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
281
|
+
"""Resource labels, `key:value` pairs.
|
|
282
|
+
No more than 64 per resource.
|
|
283
|
+
The maximum string length in characters for each value is 63.
|
|
284
|
+
Each value must match the regular expression `[-_0-9a-z]*`.
|
|
285
|
+
The string length in characters for each key must be 1-63.
|
|
286
|
+
Each key must match the regular expression `[a-z][-_0-9a-z]*`.
|
|
287
|
+
"""
|
|
288
|
+
|
|
289
|
+
def __init__(
|
|
290
|
+
self,
|
|
291
|
+
*,
|
|
292
|
+
routing_instance_id: builtins.str = ...,
|
|
293
|
+
update_mask: google.protobuf.field_mask_pb2.FieldMask | None = ...,
|
|
294
|
+
name: builtins.str = ...,
|
|
295
|
+
description: builtins.str = ...,
|
|
296
|
+
region_id: builtins.str = ...,
|
|
297
|
+
vpc_info: collections.abc.Iterable[yandex.cloud.cloudrouter.v1.routing_instance_pb2.RoutingInstance.VpcInfo] | None = ...,
|
|
298
|
+
cic_private_connection_info: collections.abc.Iterable[yandex.cloud.cloudrouter.v1.routing_instance_pb2.RoutingInstance.CicPrivateConnectionInfo] | None = ...,
|
|
299
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
300
|
+
) -> None: ...
|
|
301
|
+
def HasField(self, field_name: typing.Literal["update_mask", b"update_mask"]) -> builtins.bool: ...
|
|
302
|
+
def ClearField(self, field_name: typing.Literal["cic_private_connection_info", b"cic_private_connection_info", "description", b"description", "labels", b"labels", "name", b"name", "region_id", b"region_id", "routing_instance_id", b"routing_instance_id", "update_mask", b"update_mask", "vpc_info", b"vpc_info"]) -> None: ...
|
|
303
|
+
|
|
304
|
+
global___UpdateRoutingInstanceRequest = UpdateRoutingInstanceRequest
|
|
305
|
+
|
|
306
|
+
@typing.final
|
|
307
|
+
class UpdateRoutingInstanceMetadata(google.protobuf.message.Message):
|
|
308
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
309
|
+
|
|
310
|
+
ROUTING_INSTANCE_ID_FIELD_NUMBER: builtins.int
|
|
311
|
+
routing_instance_id: builtins.str
|
|
312
|
+
"""ID of the RoutingInstance resource."""
|
|
313
|
+
def __init__(
|
|
314
|
+
self,
|
|
315
|
+
*,
|
|
316
|
+
routing_instance_id: builtins.str = ...,
|
|
317
|
+
) -> None: ...
|
|
318
|
+
def ClearField(self, field_name: typing.Literal["routing_instance_id", b"routing_instance_id"]) -> None: ...
|
|
319
|
+
|
|
320
|
+
global___UpdateRoutingInstanceMetadata = UpdateRoutingInstanceMetadata
|
|
321
|
+
|
|
322
|
+
@typing.final
|
|
323
|
+
class UpsertPrefixesRequest(google.protobuf.message.Message):
|
|
324
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
325
|
+
|
|
326
|
+
ROUTING_INSTANCE_ID_FIELD_NUMBER: builtins.int
|
|
327
|
+
VPC_NETWORK_ID_FIELD_NUMBER: builtins.int
|
|
328
|
+
VPC_AZ_INFO_PREFIXES_FIELD_NUMBER: builtins.int
|
|
329
|
+
routing_instance_id: builtins.str
|
|
330
|
+
"""ID of the RoutingInstance resource."""
|
|
331
|
+
vpc_network_id: builtins.str
|
|
332
|
+
"""ID of the VpcNetwork to update."""
|
|
333
|
+
@property
|
|
334
|
+
def vpc_az_info_prefixes(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___VpcAzInfoPrefixes]:
|
|
335
|
+
"""List of VpcAzInfoPrefixes to upsert."""
|
|
336
|
+
|
|
337
|
+
def __init__(
|
|
338
|
+
self,
|
|
339
|
+
*,
|
|
340
|
+
routing_instance_id: builtins.str = ...,
|
|
341
|
+
vpc_network_id: builtins.str = ...,
|
|
342
|
+
vpc_az_info_prefixes: collections.abc.Iterable[global___VpcAzInfoPrefixes] | None = ...,
|
|
343
|
+
) -> None: ...
|
|
344
|
+
def ClearField(self, field_name: typing.Literal["routing_instance_id", b"routing_instance_id", "vpc_az_info_prefixes", b"vpc_az_info_prefixes", "vpc_network_id", b"vpc_network_id"]) -> None: ...
|
|
345
|
+
|
|
346
|
+
global___UpsertPrefixesRequest = UpsertPrefixesRequest
|
|
347
|
+
|
|
348
|
+
@typing.final
|
|
349
|
+
class RemovePrefixesRequest(google.protobuf.message.Message):
|
|
350
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
351
|
+
|
|
352
|
+
ROUTING_INSTANCE_ID_FIELD_NUMBER: builtins.int
|
|
353
|
+
VPC_NETWORK_ID_FIELD_NUMBER: builtins.int
|
|
354
|
+
VPC_AZ_INFO_PREFIXES_FIELD_NUMBER: builtins.int
|
|
355
|
+
routing_instance_id: builtins.str
|
|
356
|
+
"""ID of the RoutingInstance resource."""
|
|
357
|
+
vpc_network_id: builtins.str
|
|
358
|
+
"""ID of the VpcNetwork to update."""
|
|
359
|
+
@property
|
|
360
|
+
def vpc_az_info_prefixes(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___VpcAzInfoPrefixes]:
|
|
361
|
+
"""List of VpcAzInfoPrefixes to remove."""
|
|
362
|
+
|
|
363
|
+
def __init__(
|
|
364
|
+
self,
|
|
365
|
+
*,
|
|
366
|
+
routing_instance_id: builtins.str = ...,
|
|
367
|
+
vpc_network_id: builtins.str = ...,
|
|
368
|
+
vpc_az_info_prefixes: collections.abc.Iterable[global___VpcAzInfoPrefixes] | None = ...,
|
|
369
|
+
) -> None: ...
|
|
370
|
+
def ClearField(self, field_name: typing.Literal["routing_instance_id", b"routing_instance_id", "vpc_az_info_prefixes", b"vpc_az_info_prefixes", "vpc_network_id", b"vpc_network_id"]) -> None: ...
|
|
371
|
+
|
|
372
|
+
global___RemovePrefixesRequest = RemovePrefixesRequest
|
|
373
|
+
|
|
374
|
+
@typing.final
|
|
375
|
+
class VpcAzInfoPrefixes(google.protobuf.message.Message):
|
|
376
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
377
|
+
|
|
378
|
+
AZ_ID_FIELD_NUMBER: builtins.int
|
|
379
|
+
PREFIXES_FIELD_NUMBER: builtins.int
|
|
380
|
+
az_id: builtins.str
|
|
381
|
+
"""ID of the AZ."""
|
|
382
|
+
@property
|
|
383
|
+
def prefixes(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
384
|
+
"""List of prefixes."""
|
|
385
|
+
|
|
386
|
+
def __init__(
|
|
387
|
+
self,
|
|
388
|
+
*,
|
|
389
|
+
az_id: builtins.str = ...,
|
|
390
|
+
prefixes: collections.abc.Iterable[builtins.str] | None = ...,
|
|
391
|
+
) -> None: ...
|
|
392
|
+
def ClearField(self, field_name: typing.Literal["az_id", b"az_id", "prefixes", b"prefixes"]) -> None: ...
|
|
393
|
+
|
|
394
|
+
global___VpcAzInfoPrefixes = VpcAzInfoPrefixes
|
|
395
|
+
|
|
396
|
+
@typing.final
|
|
397
|
+
class AddPrivateConnectionRequest(google.protobuf.message.Message):
|
|
398
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
399
|
+
|
|
400
|
+
ROUTING_INSTANCE_ID_FIELD_NUMBER: builtins.int
|
|
401
|
+
CIC_PRIVATE_CONNECTION_ID_FIELD_NUMBER: builtins.int
|
|
402
|
+
routing_instance_id: builtins.str
|
|
403
|
+
"""ID of the RoutingInstance resource."""
|
|
404
|
+
cic_private_connection_id: builtins.str
|
|
405
|
+
"""ID of the PrivateConnection to add to the RoutingInstance."""
|
|
406
|
+
def __init__(
|
|
407
|
+
self,
|
|
408
|
+
*,
|
|
409
|
+
routing_instance_id: builtins.str = ...,
|
|
410
|
+
cic_private_connection_id: builtins.str = ...,
|
|
411
|
+
) -> None: ...
|
|
412
|
+
def ClearField(self, field_name: typing.Literal["cic_private_connection_id", b"cic_private_connection_id", "routing_instance_id", b"routing_instance_id"]) -> None: ...
|
|
413
|
+
|
|
414
|
+
global___AddPrivateConnectionRequest = AddPrivateConnectionRequest
|
|
415
|
+
|
|
416
|
+
@typing.final
|
|
417
|
+
class RemovePrivateConnectionRequest(google.protobuf.message.Message):
|
|
418
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
419
|
+
|
|
420
|
+
ROUTING_INSTANCE_ID_FIELD_NUMBER: builtins.int
|
|
421
|
+
CIC_PRIVATE_CONNECTION_ID_FIELD_NUMBER: builtins.int
|
|
422
|
+
routing_instance_id: builtins.str
|
|
423
|
+
"""ID of the RoutingInstance resource."""
|
|
424
|
+
cic_private_connection_id: builtins.str
|
|
425
|
+
"""ID of the PrivateConnection to remove from the RoutingInstance."""
|
|
426
|
+
def __init__(
|
|
427
|
+
self,
|
|
428
|
+
*,
|
|
429
|
+
routing_instance_id: builtins.str = ...,
|
|
430
|
+
cic_private_connection_id: builtins.str = ...,
|
|
431
|
+
) -> None: ...
|
|
432
|
+
def ClearField(self, field_name: typing.Literal["cic_private_connection_id", b"cic_private_connection_id", "routing_instance_id", b"routing_instance_id"]) -> None: ...
|
|
433
|
+
|
|
434
|
+
global___RemovePrivateConnectionRequest = RemovePrivateConnectionRequest
|
|
435
|
+
|
|
436
|
+
@typing.final
|
|
437
|
+
class DeleteRoutingInstanceRequest(google.protobuf.message.Message):
|
|
438
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
439
|
+
|
|
440
|
+
ROUTING_INSTANCE_ID_FIELD_NUMBER: builtins.int
|
|
441
|
+
routing_instance_id: builtins.str
|
|
442
|
+
"""ID of the RoutingInstance resource."""
|
|
443
|
+
def __init__(
|
|
444
|
+
self,
|
|
445
|
+
*,
|
|
446
|
+
routing_instance_id: builtins.str = ...,
|
|
447
|
+
) -> None: ...
|
|
448
|
+
def ClearField(self, field_name: typing.Literal["routing_instance_id", b"routing_instance_id"]) -> None: ...
|
|
449
|
+
|
|
450
|
+
global___DeleteRoutingInstanceRequest = DeleteRoutingInstanceRequest
|
|
451
|
+
|
|
452
|
+
@typing.final
|
|
453
|
+
class DeleteRoutingInstanceMetadata(google.protobuf.message.Message):
|
|
454
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
455
|
+
|
|
456
|
+
ROUTING_INSTANCE_ID_FIELD_NUMBER: builtins.int
|
|
457
|
+
routing_instance_id: builtins.str
|
|
458
|
+
"""ID of the RoutingInstance resource."""
|
|
459
|
+
def __init__(
|
|
460
|
+
self,
|
|
461
|
+
*,
|
|
462
|
+
routing_instance_id: builtins.str = ...,
|
|
463
|
+
) -> None: ...
|
|
464
|
+
def ClearField(self, field_name: typing.Literal["routing_instance_id", b"routing_instance_id"]) -> None: ...
|
|
465
|
+
|
|
466
|
+
global___DeleteRoutingInstanceMetadata = DeleteRoutingInstanceMetadata
|
|
467
|
+
|
|
468
|
+
@typing.final
|
|
469
|
+
class ListRoutingInstanceOperationsRequest(google.protobuf.message.Message):
|
|
470
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
471
|
+
|
|
472
|
+
ROUTING_INSTANCE_ID_FIELD_NUMBER: builtins.int
|
|
473
|
+
PAGE_SIZE_FIELD_NUMBER: builtins.int
|
|
474
|
+
PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
475
|
+
routing_instance_id: builtins.str
|
|
476
|
+
"""ID of the RoutingInstance resource."""
|
|
477
|
+
page_size: builtins.int
|
|
478
|
+
"""The maximum number of results per page to return. If the number of available
|
|
479
|
+
results is larger than [page_size],
|
|
480
|
+
the service returns a [ListRoutingInstanceOperationsResponse.next_page_token]
|
|
481
|
+
that can be used to get the next page of results in subsequent list requests. Default value: 100.
|
|
482
|
+
"""
|
|
483
|
+
page_token: builtins.str
|
|
484
|
+
"""Page token. To get the next page of results, set [page_token] to the
|
|
485
|
+
[ListRoutingInstanceOperationsResponse.next_page_token] returned by a previous list request.
|
|
486
|
+
"""
|
|
487
|
+
def __init__(
|
|
488
|
+
self,
|
|
489
|
+
*,
|
|
490
|
+
routing_instance_id: builtins.str = ...,
|
|
491
|
+
page_size: builtins.int = ...,
|
|
492
|
+
page_token: builtins.str = ...,
|
|
493
|
+
) -> None: ...
|
|
494
|
+
def ClearField(self, field_name: typing.Literal["page_size", b"page_size", "page_token", b"page_token", "routing_instance_id", b"routing_instance_id"]) -> None: ...
|
|
495
|
+
|
|
496
|
+
global___ListRoutingInstanceOperationsRequest = ListRoutingInstanceOperationsRequest
|
|
497
|
+
|
|
498
|
+
@typing.final
|
|
499
|
+
class ListRoutingInstanceOperationsResponse(google.protobuf.message.Message):
|
|
500
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
501
|
+
|
|
502
|
+
OPERATIONS_FIELD_NUMBER: builtins.int
|
|
503
|
+
NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
504
|
+
next_page_token: builtins.str
|
|
505
|
+
"""This token allows you to get the next page of results for list requests. If the number of results
|
|
506
|
+
is larger than [ListRoutingInstanceOperationsRequest.page_size], use
|
|
507
|
+
the [next_page_token] as the value
|
|
508
|
+
for the [ListRoutingInstanceOperationsRequest.page_token] query parameter
|
|
509
|
+
in the next list request. Subsequent list requests will have their own
|
|
510
|
+
[next_page_token] to continue paging through the results.
|
|
511
|
+
"""
|
|
512
|
+
@property
|
|
513
|
+
def operations(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.operation.operation_pb2.Operation]:
|
|
514
|
+
"""List of RoutingInstance operations."""
|
|
515
|
+
|
|
516
|
+
def __init__(
|
|
517
|
+
self,
|
|
518
|
+
*,
|
|
519
|
+
operations: collections.abc.Iterable[yandex.cloud.operation.operation_pb2.Operation] | None = ...,
|
|
520
|
+
next_page_token: builtins.str = ...,
|
|
521
|
+
) -> None: ...
|
|
522
|
+
def ClearField(self, field_name: typing.Literal["next_page_token", b"next_page_token", "operations", b"operations"]) -> None: ...
|
|
523
|
+
|
|
524
|
+
global___ListRoutingInstanceOperationsResponse = ListRoutingInstanceOperationsResponse
|