yandexcloud 0.334.0__py3-none-any.whl → 0.336.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.
- 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/common/lag_allocation_settings_pb2.py +4 -4
- yandex/cloud/cic/v1/common/lag_allocation_settings_pb2.pyi +3 -9
- 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 +40 -2
- yandex/cloud/cic/v1/trunk_connection_service_pb2.py +63 -9
- yandex/cloud/cic/v1/trunk_connection_service_pb2.pyi +368 -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/iot/devices/v1/device_pb2.py +4 -4
- yandex/cloud/iot/devices/v1/device_pb2.pyi +6 -2
- yandex/cloud/loadbalancer/v1/network_load_balancer_pb2.py +22 -22
- yandex/cloud/loadbalancer/v1/network_load_balancer_pb2.pyi +5 -1
- yandex/cloud/loadbalancer/v1/network_load_balancer_service_pb2.py +56 -56
- yandex/cloud/loadbalancer/v1/network_load_balancer_service_pb2.pyi +10 -2
- yandex/cloud/lockbox/v1/secret_service_pb2.py +46 -50
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.py +74 -70
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +151 -5
- yandex/cloud/mdb/clickhouse/v1/user_pb2.py +32 -28
- yandex/cloud/mdb/clickhouse/v1/user_pb2.pyi +198 -10
- 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/serverless/eventrouter/v1/bus_pb2.py +17 -7
- yandex/cloud/serverless/eventrouter/v1/bus_pb2.pyi +46 -2
- yandex/cloud/serverless/eventrouter/v1/bus_service_pb2.py +22 -22
- yandex/cloud/serverless/eventrouter/v1/bus_service_pb2.pyi +24 -3
- yandex/cloud/storage/v1/bucket_pb2.py +75 -73
- yandex/cloud/video/v1/channel_pb2.py +10 -4
- yandex/cloud/video/v1/channel_pb2.pyi +73 -2
- 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
- yandex/cloud/video/v1/video_pb2.py +20 -19
- yandex/cloud/video/v1/video_pb2.pyi +12 -2
- yandex/cloud/video/v1/video_service_pb2.py +64 -63
- yandex/cloud/video/v1/video_service_pb2.pyi +23 -4
- 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.336.0.dist-info}/METADATA +20 -1
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.336.0.dist-info}/RECORD +88 -79
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.336.0.dist-info}/WHEEL +1 -1
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.336.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.336.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.336.0.dist-info}/top_level.txt +0 -0
|
@@ -6,10 +6,14 @@ 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
|
|
12
|
+
import google.protobuf.wrappers_pb2
|
|
11
13
|
import typing
|
|
14
|
+
import yandex.cloud.cic.v1.peering_pb2
|
|
12
15
|
import yandex.cloud.cic.v1.private_connection_pb2
|
|
16
|
+
import yandex.cloud.operation.operation_pb2
|
|
13
17
|
|
|
14
18
|
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
15
19
|
|
|
@@ -40,7 +44,7 @@ class ListPrivateConnectionsRequest(google.protobuf.message.Message):
|
|
|
40
44
|
PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
41
45
|
FILTER_FIELD_NUMBER: builtins.int
|
|
42
46
|
folder_id: builtins.str
|
|
43
|
-
"""ID of the folder to list
|
|
47
|
+
"""ID of the folder to list PrivateConnection resources.
|
|
44
48
|
To get the folder ID use a [yandex.cloud.resourcemanager.v1.FolderService.List] request.
|
|
45
49
|
"""
|
|
46
50
|
page_size: builtins.int
|
|
@@ -99,3 +103,377 @@ class ListPrivateConnectionsResponse(google.protobuf.message.Message):
|
|
|
99
103
|
def ClearField(self, field_name: typing.Literal["next_page_token", b"next_page_token", "private_connections", b"private_connections"]) -> None: ...
|
|
100
104
|
|
|
101
105
|
global___ListPrivateConnectionsResponse = ListPrivateConnectionsResponse
|
|
106
|
+
|
|
107
|
+
@typing.final
|
|
108
|
+
class CreatePrivateConnectionRequest(google.protobuf.message.Message):
|
|
109
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
110
|
+
|
|
111
|
+
@typing.final
|
|
112
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
113
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
114
|
+
|
|
115
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
116
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
117
|
+
key: builtins.str
|
|
118
|
+
value: builtins.str
|
|
119
|
+
def __init__(
|
|
120
|
+
self,
|
|
121
|
+
*,
|
|
122
|
+
key: builtins.str = ...,
|
|
123
|
+
value: builtins.str = ...,
|
|
124
|
+
) -> None: ...
|
|
125
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
126
|
+
|
|
127
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
128
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
129
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
130
|
+
REGION_ID_FIELD_NUMBER: builtins.int
|
|
131
|
+
TRUNK_CONNECTION_ID_FIELD_NUMBER: builtins.int
|
|
132
|
+
VLAN_ID_FIELD_NUMBER: builtins.int
|
|
133
|
+
IPV4_PEERING_FIELD_NUMBER: builtins.int
|
|
134
|
+
IPV4_STATIC_ROUTES_FIELD_NUMBER: builtins.int
|
|
135
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
136
|
+
name: builtins.str
|
|
137
|
+
"""Name of the privateConnection.
|
|
138
|
+
The name must be unique within the folder.
|
|
139
|
+
Value must match the regular expression ``\\|[a-zA-Z]([-_a-zA-Z0-9]{0,61}[a-zA-Z0-9])?``.
|
|
140
|
+
"""
|
|
141
|
+
description: builtins.str
|
|
142
|
+
"""Optional description of the privateConnection. 0-256 characters long."""
|
|
143
|
+
folder_id: builtins.str
|
|
144
|
+
"""ID of the folder that the privateConnection belongs to."""
|
|
145
|
+
region_id: builtins.str
|
|
146
|
+
"""ID of the region that the privateConnection belongs to."""
|
|
147
|
+
trunk_connection_id: builtins.str
|
|
148
|
+
"""ID of the trunk_connection that the privateConnection belongs to."""
|
|
149
|
+
@property
|
|
150
|
+
def vlan_id(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
151
|
+
"""VLAN_ID that the privateConnection uses in multiplexing.
|
|
152
|
+
Not used in connections over partners-II
|
|
153
|
+
Value range: [1, 4095]
|
|
154
|
+
"""
|
|
155
|
+
|
|
156
|
+
@property
|
|
157
|
+
def ipv4_peering(self) -> yandex.cloud.cic.v1.peering_pb2.Peering:
|
|
158
|
+
"""IPv4 peering config of connection"""
|
|
159
|
+
|
|
160
|
+
@property
|
|
161
|
+
def ipv4_static_routes(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.cic.v1.private_connection_pb2.PrivateConnection.StaticRoute]:
|
|
162
|
+
"""IPv4 StaticRoute config of connection"""
|
|
163
|
+
|
|
164
|
+
@property
|
|
165
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
166
|
+
"""Resource labels, `key:value` pairs.
|
|
167
|
+
No more than 64 per resource.
|
|
168
|
+
The maximum string length in characters for each value is 63.
|
|
169
|
+
Each value must match the regular expression `[-_0-9a-z]*`.
|
|
170
|
+
The string length in characters for each key must be 1-63.
|
|
171
|
+
Each key must match the regular expression `[a-z][-_0-9a-z]*`.
|
|
172
|
+
"""
|
|
173
|
+
|
|
174
|
+
def __init__(
|
|
175
|
+
self,
|
|
176
|
+
*,
|
|
177
|
+
name: builtins.str = ...,
|
|
178
|
+
description: builtins.str = ...,
|
|
179
|
+
folder_id: builtins.str = ...,
|
|
180
|
+
region_id: builtins.str = ...,
|
|
181
|
+
trunk_connection_id: builtins.str = ...,
|
|
182
|
+
vlan_id: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
183
|
+
ipv4_peering: yandex.cloud.cic.v1.peering_pb2.Peering | None = ...,
|
|
184
|
+
ipv4_static_routes: collections.abc.Iterable[yandex.cloud.cic.v1.private_connection_pb2.PrivateConnection.StaticRoute] | None = ...,
|
|
185
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
186
|
+
) -> None: ...
|
|
187
|
+
def HasField(self, field_name: typing.Literal["ipv4_peering", b"ipv4_peering", "vlan_id", b"vlan_id"]) -> builtins.bool: ...
|
|
188
|
+
def ClearField(self, field_name: typing.Literal["description", b"description", "folder_id", b"folder_id", "ipv4_peering", b"ipv4_peering", "ipv4_static_routes", b"ipv4_static_routes", "labels", b"labels", "name", b"name", "region_id", b"region_id", "trunk_connection_id", b"trunk_connection_id", "vlan_id", b"vlan_id"]) -> None: ...
|
|
189
|
+
|
|
190
|
+
global___CreatePrivateConnectionRequest = CreatePrivateConnectionRequest
|
|
191
|
+
|
|
192
|
+
@typing.final
|
|
193
|
+
class CreatePrivateConnectionMetadata(google.protobuf.message.Message):
|
|
194
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
195
|
+
|
|
196
|
+
PRIVATE_CONNECTION_ID_FIELD_NUMBER: builtins.int
|
|
197
|
+
private_connection_id: builtins.str
|
|
198
|
+
"""ID of the PrivateConnection resource."""
|
|
199
|
+
def __init__(
|
|
200
|
+
self,
|
|
201
|
+
*,
|
|
202
|
+
private_connection_id: builtins.str = ...,
|
|
203
|
+
) -> None: ...
|
|
204
|
+
def ClearField(self, field_name: typing.Literal["private_connection_id", b"private_connection_id"]) -> None: ...
|
|
205
|
+
|
|
206
|
+
global___CreatePrivateConnectionMetadata = CreatePrivateConnectionMetadata
|
|
207
|
+
|
|
208
|
+
@typing.final
|
|
209
|
+
class UpdatePrivateConnectionRequest(google.protobuf.message.Message):
|
|
210
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
211
|
+
|
|
212
|
+
@typing.final
|
|
213
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
214
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
215
|
+
|
|
216
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
217
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
218
|
+
key: builtins.str
|
|
219
|
+
value: builtins.str
|
|
220
|
+
def __init__(
|
|
221
|
+
self,
|
|
222
|
+
*,
|
|
223
|
+
key: builtins.str = ...,
|
|
224
|
+
value: builtins.str = ...,
|
|
225
|
+
) -> None: ...
|
|
226
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
227
|
+
|
|
228
|
+
PRIVATE_CONNECTION_ID_FIELD_NUMBER: builtins.int
|
|
229
|
+
UPDATE_MASK_FIELD_NUMBER: builtins.int
|
|
230
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
231
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
232
|
+
REGION_ID_FIELD_NUMBER: builtins.int
|
|
233
|
+
TRUNK_CONNECTION_ID_FIELD_NUMBER: builtins.int
|
|
234
|
+
VLAN_ID_FIELD_NUMBER: builtins.int
|
|
235
|
+
IPV4_PEERING_FIELD_NUMBER: builtins.int
|
|
236
|
+
IPV4_STATIC_ROUTES_FIELD_NUMBER: builtins.int
|
|
237
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
238
|
+
private_connection_id: builtins.str
|
|
239
|
+
"""ID of the PrivateConnection resource."""
|
|
240
|
+
name: builtins.str
|
|
241
|
+
"""Name of the privateConnection.
|
|
242
|
+
The name must be unique within the folder.
|
|
243
|
+
Value must match the regular expression ``\\|[a-zA-Z]([-_a-zA-Z0-9]{0,61}[a-zA-Z0-9])?``.
|
|
244
|
+
"""
|
|
245
|
+
description: builtins.str
|
|
246
|
+
"""Optional description of the privateConnection. 0-256 characters long."""
|
|
247
|
+
region_id: builtins.str
|
|
248
|
+
"""ID of the region that the privateConnection belongs to."""
|
|
249
|
+
trunk_connection_id: builtins.str
|
|
250
|
+
"""ID of the trunk_connection that the privateConnection belongs to."""
|
|
251
|
+
@property
|
|
252
|
+
def update_mask(self) -> google.protobuf.field_mask_pb2.FieldMask:
|
|
253
|
+
"""Field mask that specifies which fields of the PrivateConnection resource are going to be updated."""
|
|
254
|
+
|
|
255
|
+
@property
|
|
256
|
+
def vlan_id(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
257
|
+
"""VLAN_ID that the privateConnection uses in multiplexing.
|
|
258
|
+
Not used in connections over partners-II
|
|
259
|
+
Value range: [1, 4095]
|
|
260
|
+
"""
|
|
261
|
+
|
|
262
|
+
@property
|
|
263
|
+
def ipv4_peering(self) -> yandex.cloud.cic.v1.peering_pb2.Peering:
|
|
264
|
+
"""IPv4 peering config of connection"""
|
|
265
|
+
|
|
266
|
+
@property
|
|
267
|
+
def ipv4_static_routes(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.cic.v1.private_connection_pb2.PrivateConnection.StaticRoute]:
|
|
268
|
+
"""IPv4 StaticRoute config of connection"""
|
|
269
|
+
|
|
270
|
+
@property
|
|
271
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
272
|
+
"""Resource labels, `key:value` pairs.
|
|
273
|
+
No more than 64 per resource.
|
|
274
|
+
The maximum string length in characters for each value is 63.
|
|
275
|
+
Each value must match the regular expression `[-_0-9a-z]*`.
|
|
276
|
+
The string length in characters for each key must be 1-63.
|
|
277
|
+
Each key must match the regular expression `[a-z][-_0-9a-z]*`.
|
|
278
|
+
"""
|
|
279
|
+
|
|
280
|
+
def __init__(
|
|
281
|
+
self,
|
|
282
|
+
*,
|
|
283
|
+
private_connection_id: builtins.str = ...,
|
|
284
|
+
update_mask: google.protobuf.field_mask_pb2.FieldMask | None = ...,
|
|
285
|
+
name: builtins.str = ...,
|
|
286
|
+
description: builtins.str = ...,
|
|
287
|
+
region_id: builtins.str = ...,
|
|
288
|
+
trunk_connection_id: builtins.str = ...,
|
|
289
|
+
vlan_id: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
290
|
+
ipv4_peering: yandex.cloud.cic.v1.peering_pb2.Peering | None = ...,
|
|
291
|
+
ipv4_static_routes: collections.abc.Iterable[yandex.cloud.cic.v1.private_connection_pb2.PrivateConnection.StaticRoute] | None = ...,
|
|
292
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
293
|
+
) -> None: ...
|
|
294
|
+
def HasField(self, field_name: typing.Literal["ipv4_peering", b"ipv4_peering", "update_mask", b"update_mask", "vlan_id", b"vlan_id"]) -> builtins.bool: ...
|
|
295
|
+
def ClearField(self, field_name: typing.Literal["description", b"description", "ipv4_peering", b"ipv4_peering", "ipv4_static_routes", b"ipv4_static_routes", "labels", b"labels", "name", b"name", "private_connection_id", b"private_connection_id", "region_id", b"region_id", "trunk_connection_id", b"trunk_connection_id", "update_mask", b"update_mask", "vlan_id", b"vlan_id"]) -> None: ...
|
|
296
|
+
|
|
297
|
+
global___UpdatePrivateConnectionRequest = UpdatePrivateConnectionRequest
|
|
298
|
+
|
|
299
|
+
@typing.final
|
|
300
|
+
class UpdatePrivateConnectionMetadata(google.protobuf.message.Message):
|
|
301
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
302
|
+
|
|
303
|
+
PRIVATE_CONNECTION_ID_FIELD_NUMBER: builtins.int
|
|
304
|
+
private_connection_id: builtins.str
|
|
305
|
+
"""ID of the PrivateConnection resource."""
|
|
306
|
+
def __init__(
|
|
307
|
+
self,
|
|
308
|
+
*,
|
|
309
|
+
private_connection_id: builtins.str = ...,
|
|
310
|
+
) -> None: ...
|
|
311
|
+
def ClearField(self, field_name: typing.Literal["private_connection_id", b"private_connection_id"]) -> None: ...
|
|
312
|
+
|
|
313
|
+
global___UpdatePrivateConnectionMetadata = UpdatePrivateConnectionMetadata
|
|
314
|
+
|
|
315
|
+
@typing.final
|
|
316
|
+
class DeletePrivateConnectionRequest(google.protobuf.message.Message):
|
|
317
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
318
|
+
|
|
319
|
+
PRIVATE_CONNECTION_ID_FIELD_NUMBER: builtins.int
|
|
320
|
+
private_connection_id: builtins.str
|
|
321
|
+
"""ID of the PrivateConnection resource."""
|
|
322
|
+
def __init__(
|
|
323
|
+
self,
|
|
324
|
+
*,
|
|
325
|
+
private_connection_id: builtins.str = ...,
|
|
326
|
+
) -> None: ...
|
|
327
|
+
def ClearField(self, field_name: typing.Literal["private_connection_id", b"private_connection_id"]) -> None: ...
|
|
328
|
+
|
|
329
|
+
global___DeletePrivateConnectionRequest = DeletePrivateConnectionRequest
|
|
330
|
+
|
|
331
|
+
@typing.final
|
|
332
|
+
class DeletePrivateConnectionMetadata(google.protobuf.message.Message):
|
|
333
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
334
|
+
|
|
335
|
+
PRIVATE_CONNECTION_ID_FIELD_NUMBER: builtins.int
|
|
336
|
+
private_connection_id: builtins.str
|
|
337
|
+
"""ID of the PrivateConnection resource."""
|
|
338
|
+
def __init__(
|
|
339
|
+
self,
|
|
340
|
+
*,
|
|
341
|
+
private_connection_id: builtins.str = ...,
|
|
342
|
+
) -> None: ...
|
|
343
|
+
def ClearField(self, field_name: typing.Literal["private_connection_id", b"private_connection_id"]) -> None: ...
|
|
344
|
+
|
|
345
|
+
global___DeletePrivateConnectionMetadata = DeletePrivateConnectionMetadata
|
|
346
|
+
|
|
347
|
+
@typing.final
|
|
348
|
+
class UpsertStaticRouteRequest(google.protobuf.message.Message):
|
|
349
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
350
|
+
|
|
351
|
+
PRIVATE_CONNECTION_ID_FIELD_NUMBER: builtins.int
|
|
352
|
+
IPV4_STATIC_ROUTES_FIELD_NUMBER: builtins.int
|
|
353
|
+
private_connection_id: builtins.str
|
|
354
|
+
"""ID of the PrivateConnection resource."""
|
|
355
|
+
@property
|
|
356
|
+
def ipv4_static_routes(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.cic.v1.private_connection_pb2.PrivateConnection.StaticRoute]:
|
|
357
|
+
"""IPv4 StaticRoute configs to upsert"""
|
|
358
|
+
|
|
359
|
+
def __init__(
|
|
360
|
+
self,
|
|
361
|
+
*,
|
|
362
|
+
private_connection_id: builtins.str = ...,
|
|
363
|
+
ipv4_static_routes: collections.abc.Iterable[yandex.cloud.cic.v1.private_connection_pb2.PrivateConnection.StaticRoute] | None = ...,
|
|
364
|
+
) -> None: ...
|
|
365
|
+
def ClearField(self, field_name: typing.Literal["ipv4_static_routes", b"ipv4_static_routes", "private_connection_id", b"private_connection_id"]) -> None: ...
|
|
366
|
+
|
|
367
|
+
global___UpsertStaticRouteRequest = UpsertStaticRouteRequest
|
|
368
|
+
|
|
369
|
+
@typing.final
|
|
370
|
+
class UpsertStaticRouteMetadata(google.protobuf.message.Message):
|
|
371
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
372
|
+
|
|
373
|
+
PRIVATE_CONNECTION_ID_FIELD_NUMBER: builtins.int
|
|
374
|
+
private_connection_id: builtins.str
|
|
375
|
+
"""ID of the PrivateConnection resource."""
|
|
376
|
+
def __init__(
|
|
377
|
+
self,
|
|
378
|
+
*,
|
|
379
|
+
private_connection_id: builtins.str = ...,
|
|
380
|
+
) -> None: ...
|
|
381
|
+
def ClearField(self, field_name: typing.Literal["private_connection_id", b"private_connection_id"]) -> None: ...
|
|
382
|
+
|
|
383
|
+
global___UpsertStaticRouteMetadata = UpsertStaticRouteMetadata
|
|
384
|
+
|
|
385
|
+
@typing.final
|
|
386
|
+
class RemoveStaticRouteRequest(google.protobuf.message.Message):
|
|
387
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
388
|
+
|
|
389
|
+
PRIVATE_CONNECTION_ID_FIELD_NUMBER: builtins.int
|
|
390
|
+
IPV4_STATIC_ROUTES_FIELD_NUMBER: builtins.int
|
|
391
|
+
private_connection_id: builtins.str
|
|
392
|
+
"""ID of the PrivateConnection resource."""
|
|
393
|
+
@property
|
|
394
|
+
def ipv4_static_routes(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.cic.v1.private_connection_pb2.PrivateConnection.StaticRoute]:
|
|
395
|
+
"""IPv4 StaticRoute configs to remove"""
|
|
396
|
+
|
|
397
|
+
def __init__(
|
|
398
|
+
self,
|
|
399
|
+
*,
|
|
400
|
+
private_connection_id: builtins.str = ...,
|
|
401
|
+
ipv4_static_routes: collections.abc.Iterable[yandex.cloud.cic.v1.private_connection_pb2.PrivateConnection.StaticRoute] | None = ...,
|
|
402
|
+
) -> None: ...
|
|
403
|
+
def ClearField(self, field_name: typing.Literal["ipv4_static_routes", b"ipv4_static_routes", "private_connection_id", b"private_connection_id"]) -> None: ...
|
|
404
|
+
|
|
405
|
+
global___RemoveStaticRouteRequest = RemoveStaticRouteRequest
|
|
406
|
+
|
|
407
|
+
@typing.final
|
|
408
|
+
class RemoveStaticRouteMetadata(google.protobuf.message.Message):
|
|
409
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
410
|
+
|
|
411
|
+
PRIVATE_CONNECTION_ID_FIELD_NUMBER: builtins.int
|
|
412
|
+
private_connection_id: builtins.str
|
|
413
|
+
"""ID of the PrivateConnection resource."""
|
|
414
|
+
def __init__(
|
|
415
|
+
self,
|
|
416
|
+
*,
|
|
417
|
+
private_connection_id: builtins.str = ...,
|
|
418
|
+
) -> None: ...
|
|
419
|
+
def ClearField(self, field_name: typing.Literal["private_connection_id", b"private_connection_id"]) -> None: ...
|
|
420
|
+
|
|
421
|
+
global___RemoveStaticRouteMetadata = RemoveStaticRouteMetadata
|
|
422
|
+
|
|
423
|
+
@typing.final
|
|
424
|
+
class ListPrivateConnectionOperationsRequest(google.protobuf.message.Message):
|
|
425
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
426
|
+
|
|
427
|
+
PRIVATE_CONNECTION_ID_FIELD_NUMBER: builtins.int
|
|
428
|
+
PAGE_SIZE_FIELD_NUMBER: builtins.int
|
|
429
|
+
PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
430
|
+
private_connection_id: builtins.str
|
|
431
|
+
"""ID of the PrivateConnection resource."""
|
|
432
|
+
page_size: builtins.int
|
|
433
|
+
"""The maximum number of results per page to return. If the number of available
|
|
434
|
+
results is larger than [page_size],
|
|
435
|
+
the service returns a [ListPrivateConnectionOperationsResponse.next_page_token]
|
|
436
|
+
that can be used to get the next page of results in subsequent list requests. Default value: 100.
|
|
437
|
+
"""
|
|
438
|
+
page_token: builtins.str
|
|
439
|
+
"""Page token. To get the next page of results, set [page_token] to the
|
|
440
|
+
[ListPrivateConnectionOperationsResponse.next_page_token] returned by a previous list request.
|
|
441
|
+
"""
|
|
442
|
+
def __init__(
|
|
443
|
+
self,
|
|
444
|
+
*,
|
|
445
|
+
private_connection_id: builtins.str = ...,
|
|
446
|
+
page_size: builtins.int = ...,
|
|
447
|
+
page_token: builtins.str = ...,
|
|
448
|
+
) -> None: ...
|
|
449
|
+
def ClearField(self, field_name: typing.Literal["page_size", b"page_size", "page_token", b"page_token", "private_connection_id", b"private_connection_id"]) -> None: ...
|
|
450
|
+
|
|
451
|
+
global___ListPrivateConnectionOperationsRequest = ListPrivateConnectionOperationsRequest
|
|
452
|
+
|
|
453
|
+
@typing.final
|
|
454
|
+
class ListPrivateConnectionOperationsResponse(google.protobuf.message.Message):
|
|
455
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
456
|
+
|
|
457
|
+
OPERATIONS_FIELD_NUMBER: builtins.int
|
|
458
|
+
NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
459
|
+
next_page_token: builtins.str
|
|
460
|
+
"""This token allows you to get the next page of results for list requests. If the number of results
|
|
461
|
+
is larger than [ListPrivateConnectionOperationsRequest.page_size], use
|
|
462
|
+
the [next_page_token] as the value
|
|
463
|
+
for the [ListPrivateConnectionOperationsRequest.page_token] query parameter
|
|
464
|
+
in the next list request. Subsequent list requests will have their own
|
|
465
|
+
[next_page_token] to continue paging through the results.
|
|
466
|
+
"""
|
|
467
|
+
@property
|
|
468
|
+
def operations(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.operation.operation_pb2.Operation]:
|
|
469
|
+
"""List of PrivateConnection operations."""
|
|
470
|
+
|
|
471
|
+
def __init__(
|
|
472
|
+
self,
|
|
473
|
+
*,
|
|
474
|
+
operations: collections.abc.Iterable[yandex.cloud.operation.operation_pb2.Operation] | None = ...,
|
|
475
|
+
next_page_token: builtins.str = ...,
|
|
476
|
+
) -> None: ...
|
|
477
|
+
def ClearField(self, field_name: typing.Literal["next_page_token", b"next_page_token", "operations", b"operations"]) -> None: ...
|
|
478
|
+
|
|
479
|
+
global___ListPrivateConnectionOperationsResponse = ListPrivateConnectionOperationsResponse
|