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
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import abc
|
|
7
|
+
import collections.abc
|
|
8
|
+
import grpc
|
|
9
|
+
import grpc.aio
|
|
10
|
+
import typing
|
|
11
|
+
import yandex.cloud.compute.v1.reserved_instance_pool_pb2
|
|
12
|
+
import yandex.cloud.compute.v1.reserved_instance_pool_service_pb2
|
|
13
|
+
import yandex.cloud.operation.operation_pb2
|
|
14
|
+
|
|
15
|
+
_T = typing.TypeVar("_T")
|
|
16
|
+
|
|
17
|
+
class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
|
|
18
|
+
|
|
19
|
+
class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
|
|
20
|
+
...
|
|
21
|
+
|
|
22
|
+
class ReservedInstancePoolServiceStub:
|
|
23
|
+
"""A set of methods for managing reserved instance pool resources."""
|
|
24
|
+
|
|
25
|
+
def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
|
|
26
|
+
Get: grpc.UnaryUnaryMultiCallable[
|
|
27
|
+
yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.GetReservedInstancePoolRequest,
|
|
28
|
+
yandex.cloud.compute.v1.reserved_instance_pool_pb2.ReservedInstancePool,
|
|
29
|
+
]
|
|
30
|
+
"""Returns the specified reserved instance pool resource.
|
|
31
|
+
|
|
32
|
+
To get the list of available reserved instance pool resources, make a [List] request.
|
|
33
|
+
"""
|
|
34
|
+
|
|
35
|
+
List: grpc.UnaryUnaryMultiCallable[
|
|
36
|
+
yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.ListReservedInstancePoolsRequest,
|
|
37
|
+
yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.ListReservedInstancePoolsResponse,
|
|
38
|
+
]
|
|
39
|
+
"""Retrieves the list of reserved instance pool resources in the specified folder."""
|
|
40
|
+
|
|
41
|
+
Create: grpc.UnaryUnaryMultiCallable[
|
|
42
|
+
yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.CreateReservedInstancePoolRequest,
|
|
43
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
44
|
+
]
|
|
45
|
+
"""Creates an reserved instance pool in the specified folder.
|
|
46
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
47
|
+
"""
|
|
48
|
+
|
|
49
|
+
Update: grpc.UnaryUnaryMultiCallable[
|
|
50
|
+
yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.UpdateReservedInstancePoolRequest,
|
|
51
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
52
|
+
]
|
|
53
|
+
"""Updates the specified reserved instance pool."""
|
|
54
|
+
|
|
55
|
+
Delete: grpc.UnaryUnaryMultiCallable[
|
|
56
|
+
yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.DeleteReservedInstancePoolRequest,
|
|
57
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
58
|
+
]
|
|
59
|
+
"""Deletes the specified reserved instance pool."""
|
|
60
|
+
|
|
61
|
+
class ReservedInstancePoolServiceAsyncStub:
|
|
62
|
+
"""A set of methods for managing reserved instance pool resources."""
|
|
63
|
+
|
|
64
|
+
Get: grpc.aio.UnaryUnaryMultiCallable[
|
|
65
|
+
yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.GetReservedInstancePoolRequest,
|
|
66
|
+
yandex.cloud.compute.v1.reserved_instance_pool_pb2.ReservedInstancePool,
|
|
67
|
+
]
|
|
68
|
+
"""Returns the specified reserved instance pool resource.
|
|
69
|
+
|
|
70
|
+
To get the list of available reserved instance pool resources, make a [List] request.
|
|
71
|
+
"""
|
|
72
|
+
|
|
73
|
+
List: grpc.aio.UnaryUnaryMultiCallable[
|
|
74
|
+
yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.ListReservedInstancePoolsRequest,
|
|
75
|
+
yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.ListReservedInstancePoolsResponse,
|
|
76
|
+
]
|
|
77
|
+
"""Retrieves the list of reserved instance pool resources in the specified folder."""
|
|
78
|
+
|
|
79
|
+
Create: grpc.aio.UnaryUnaryMultiCallable[
|
|
80
|
+
yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.CreateReservedInstancePoolRequest,
|
|
81
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
82
|
+
]
|
|
83
|
+
"""Creates an reserved instance pool in the specified folder.
|
|
84
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
85
|
+
"""
|
|
86
|
+
|
|
87
|
+
Update: grpc.aio.UnaryUnaryMultiCallable[
|
|
88
|
+
yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.UpdateReservedInstancePoolRequest,
|
|
89
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
90
|
+
]
|
|
91
|
+
"""Updates the specified reserved instance pool."""
|
|
92
|
+
|
|
93
|
+
Delete: grpc.aio.UnaryUnaryMultiCallable[
|
|
94
|
+
yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.DeleteReservedInstancePoolRequest,
|
|
95
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
96
|
+
]
|
|
97
|
+
"""Deletes the specified reserved instance pool."""
|
|
98
|
+
|
|
99
|
+
class ReservedInstancePoolServiceServicer(metaclass=abc.ABCMeta):
|
|
100
|
+
"""A set of methods for managing reserved instance pool resources."""
|
|
101
|
+
|
|
102
|
+
@abc.abstractmethod
|
|
103
|
+
def Get(
|
|
104
|
+
self,
|
|
105
|
+
request: yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.GetReservedInstancePoolRequest,
|
|
106
|
+
context: _ServicerContext,
|
|
107
|
+
) -> typing.Union[yandex.cloud.compute.v1.reserved_instance_pool_pb2.ReservedInstancePool, collections.abc.Awaitable[yandex.cloud.compute.v1.reserved_instance_pool_pb2.ReservedInstancePool]]:
|
|
108
|
+
"""Returns the specified reserved instance pool resource.
|
|
109
|
+
|
|
110
|
+
To get the list of available reserved instance pool resources, make a [List] request.
|
|
111
|
+
"""
|
|
112
|
+
|
|
113
|
+
@abc.abstractmethod
|
|
114
|
+
def List(
|
|
115
|
+
self,
|
|
116
|
+
request: yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.ListReservedInstancePoolsRequest,
|
|
117
|
+
context: _ServicerContext,
|
|
118
|
+
) -> typing.Union[yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.ListReservedInstancePoolsResponse, collections.abc.Awaitable[yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.ListReservedInstancePoolsResponse]]:
|
|
119
|
+
"""Retrieves the list of reserved instance pool resources in the specified folder."""
|
|
120
|
+
|
|
121
|
+
@abc.abstractmethod
|
|
122
|
+
def Create(
|
|
123
|
+
self,
|
|
124
|
+
request: yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.CreateReservedInstancePoolRequest,
|
|
125
|
+
context: _ServicerContext,
|
|
126
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
127
|
+
"""Creates an reserved instance pool in the specified folder.
|
|
128
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
129
|
+
"""
|
|
130
|
+
|
|
131
|
+
@abc.abstractmethod
|
|
132
|
+
def Update(
|
|
133
|
+
self,
|
|
134
|
+
request: yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.UpdateReservedInstancePoolRequest,
|
|
135
|
+
context: _ServicerContext,
|
|
136
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
137
|
+
"""Updates the specified reserved instance pool."""
|
|
138
|
+
|
|
139
|
+
@abc.abstractmethod
|
|
140
|
+
def Delete(
|
|
141
|
+
self,
|
|
142
|
+
request: yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.DeleteReservedInstancePoolRequest,
|
|
143
|
+
context: _ServicerContext,
|
|
144
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
145
|
+
"""Deletes the specified reserved instance pool."""
|
|
146
|
+
|
|
147
|
+
def add_ReservedInstancePoolServiceServicer_to_server(servicer: ReservedInstancePoolServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
|
|
|
25
25
|
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(yandex/cloud/iot/devices/v1/device.proto\x12\x1byandex.cloud.iot.devices.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\xd1\x03\n\x06\x44\x65vice\x12\n\n\x02id\x18\x01 \x01(\t\x12\x13\n\x0bregistry_id\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12L\n\rtopic_aliases\x18\x06 \x03(\x0b\x32\x35.yandex.cloud.iot.devices.v1.Device.TopicAliasesEntry\x12:\n\x06status\x18\x07 \x01(\x0e\x32*.yandex.cloud.iot.devices.v1.Device.Status\x12J\n\x0fmonitoring_data\x18\x08 \x01(\x0b\x32\x31.yandex.cloud.iot.devices.v1.DeviceMonitoringData\x1a\x33\n\x11TopicAliasesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"H\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\"\x85\x01\n\x11\x44\x65viceCertificate\x12\x11\n\tdevice_id\x18\x01 \x01(\t\x12\x13\n\x0b\x66ingerprint\x18\x02 \x01(\t\x12\x18\n\x10\x63\x65rtificate_data\x18\x03 \x01(\t\x12.\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"_\n\x0e\x44\x65vicePassword\x12\x11\n\tdevice_id\x18\x01 \x01(\t\x12\n\n\x02id\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(yandex/cloud/iot/devices/v1/device.proto\x12\x1byandex.cloud.iot.devices.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\xd1\x03\n\x06\x44\x65vice\x12\n\n\x02id\x18\x01 \x01(\t\x12\x13\n\x0bregistry_id\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12L\n\rtopic_aliases\x18\x06 \x03(\x0b\x32\x35.yandex.cloud.iot.devices.v1.Device.TopicAliasesEntry\x12:\n\x06status\x18\x07 \x01(\x0e\x32*.yandex.cloud.iot.devices.v1.Device.Status\x12J\n\x0fmonitoring_data\x18\x08 \x01(\x0b\x32\x31.yandex.cloud.iot.devices.v1.DeviceMonitoringData\x1a\x33\n\x11TopicAliasesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"H\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\"\x85\x01\n\x11\x44\x65viceCertificate\x12\x11\n\tdevice_id\x18\x01 \x01(\t\x12\x13\n\x0b\x66ingerprint\x18\x02 \x01(\t\x12\x18\n\x10\x63\x65rtificate_data\x18\x03 \x01(\t\x12.\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"_\n\x0e\x44\x65vicePassword\x12\x11\n\tdevice_id\x18\x01 \x01(\t\x12\n\n\x02id\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\xc8\x02\n\x14\x44\x65viceMonitoringData\x12\x14\n\x0clast_auth_ip\x18\x01 \x01(\t\x12\x32\n\x0elast_auth_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12:\n\x16last_pub_activity_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12:\n\x16last_sub_activity_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x34\n\x10last_online_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x38\n\x14last_disconnect_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp*!\n\nDeviceView\x12\t\n\x05\x42\x41SIC\x10\x00\x12\x08\n\x04\x46ULL\x10\x01\x42j\n\x1fyandex.cloud.api.iot.devices.v1ZGgithub.com/yandex-cloud/go-genproto/yandex/cloud/iot/devices/v1;devicesb\x06proto3')
|
|
29
29
|
|
|
30
30
|
_globals = globals()
|
|
31
31
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -35,8 +35,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
35
35
|
_globals['DESCRIPTOR']._serialized_options = b'\n\037yandex.cloud.api.iot.devices.v1ZGgithub.com/yandex-cloud/go-genproto/yandex/cloud/iot/devices/v1;devices'
|
|
36
36
|
_globals['_DEVICE_TOPICALIASESENTRY']._loaded_options = None
|
|
37
37
|
_globals['_DEVICE_TOPICALIASESENTRY']._serialized_options = b'8\001'
|
|
38
|
-
_globals['_DEVICEVIEW']._serialized_start=
|
|
39
|
-
_globals['_DEVICEVIEW']._serialized_end=
|
|
38
|
+
_globals['_DEVICEVIEW']._serialized_start=1138
|
|
39
|
+
_globals['_DEVICEVIEW']._serialized_end=1171
|
|
40
40
|
_globals['_DEVICE']._serialized_start=107
|
|
41
41
|
_globals['_DEVICE']._serialized_end=572
|
|
42
42
|
_globals['_DEVICE_TOPICALIASESENTRY']._serialized_start=447
|
|
@@ -48,5 +48,5 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
48
48
|
_globals['_DEVICEPASSWORD']._serialized_start=710
|
|
49
49
|
_globals['_DEVICEPASSWORD']._serialized_end=805
|
|
50
50
|
_globals['_DEVICEMONITORINGDATA']._serialized_start=808
|
|
51
|
-
_globals['_DEVICEMONITORINGDATA']._serialized_end=
|
|
51
|
+
_globals['_DEVICEMONITORINGDATA']._serialized_end=1136
|
|
52
52
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -209,6 +209,7 @@ class DeviceMonitoringData(google.protobuf.message.Message):
|
|
|
209
209
|
LAST_PUB_ACTIVITY_TIME_FIELD_NUMBER: builtins.int
|
|
210
210
|
LAST_SUB_ACTIVITY_TIME_FIELD_NUMBER: builtins.int
|
|
211
211
|
LAST_ONLINE_TIME_FIELD_NUMBER: builtins.int
|
|
212
|
+
LAST_DISCONNECT_TIME_FIELD_NUMBER: builtins.int
|
|
212
213
|
last_auth_ip: builtins.str
|
|
213
214
|
@property
|
|
214
215
|
def last_auth_time(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
|
@@ -218,6 +219,8 @@ class DeviceMonitoringData(google.protobuf.message.Message):
|
|
|
218
219
|
def last_sub_activity_time(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
|
219
220
|
@property
|
|
220
221
|
def last_online_time(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
|
222
|
+
@property
|
|
223
|
+
def last_disconnect_time(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
|
221
224
|
def __init__(
|
|
222
225
|
self,
|
|
223
226
|
*,
|
|
@@ -226,8 +229,9 @@ class DeviceMonitoringData(google.protobuf.message.Message):
|
|
|
226
229
|
last_pub_activity_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
227
230
|
last_sub_activity_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
228
231
|
last_online_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
232
|
+
last_disconnect_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
229
233
|
) -> None: ...
|
|
230
|
-
def HasField(self, field_name: typing.Literal["last_auth_time", b"last_auth_time", "last_online_time", b"last_online_time", "last_pub_activity_time", b"last_pub_activity_time", "last_sub_activity_time", b"last_sub_activity_time"]) -> builtins.bool: ...
|
|
231
|
-
def ClearField(self, field_name: typing.Literal["last_auth_ip", b"last_auth_ip", "last_auth_time", b"last_auth_time", "last_online_time", b"last_online_time", "last_pub_activity_time", b"last_pub_activity_time", "last_sub_activity_time", b"last_sub_activity_time"]) -> None: ...
|
|
234
|
+
def HasField(self, field_name: typing.Literal["last_auth_time", b"last_auth_time", "last_disconnect_time", b"last_disconnect_time", "last_online_time", b"last_online_time", "last_pub_activity_time", b"last_pub_activity_time", "last_sub_activity_time", b"last_sub_activity_time"]) -> builtins.bool: ...
|
|
235
|
+
def ClearField(self, field_name: typing.Literal["last_auth_ip", b"last_auth_ip", "last_auth_time", b"last_auth_time", "last_disconnect_time", b"last_disconnect_time", "last_online_time", b"last_online_time", "last_pub_activity_time", b"last_pub_activity_time", "last_sub_activity_time", b"last_sub_activity_time"]) -> None: ...
|
|
232
236
|
|
|
233
237
|
global___DeviceMonitoringData = DeviceMonitoringData
|
|
@@ -27,7 +27,7 @@ from yandex.cloud.loadbalancer.v1 import health_check_pb2 as yandex_dot_cloud_do
|
|
|
27
27
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8yandex/cloud/loadbalancer/v1/network_load_balancer.proto\x12\x1cyandex.cloud.loadbalancer.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a/yandex/cloud/loadbalancer/v1/health_check.proto\x1a\x1dyandex/cloud/validation.proto\"\
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8yandex/cloud/loadbalancer/v1/network_load_balancer.proto\x12\x1cyandex.cloud.loadbalancer.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a/yandex/cloud/loadbalancer/v1/health_check.proto\x1a\x1dyandex/cloud/validation.proto\"\xdb\x07\n\x13NetworkLoadBalancer\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12M\n\x06labels\x18\x06 \x03(\x0b\x32=.yandex.cloud.loadbalancer.v1.NetworkLoadBalancer.LabelsEntry\x12\x11\n\tregion_id\x18\x07 \x01(\t\x12H\n\x06status\x18\t \x01(\x0e\x32\x38.yandex.cloud.loadbalancer.v1.NetworkLoadBalancer.Status\x12\x44\n\x04type\x18\n \x01(\x0e\x32\x36.yandex.cloud.loadbalancer.v1.NetworkLoadBalancer.Type\x12[\n\x10session_affinity\x18\x0b \x01(\x0e\x32\x41.yandex.cloud.loadbalancer.v1.NetworkLoadBalancer.SessionAffinity\x12\x39\n\tlisteners\x18\x0c \x03(\x0b\x32&.yandex.cloud.loadbalancer.v1.Listener\x12Q\n\x16\x61ttached_target_groups\x18\r \x03(\x0b\x32\x31.yandex.cloud.loadbalancer.v1.AttachedTargetGroup\x12\x1b\n\x13\x64\x65letion_protection\x18\x0e \x01(\x08\x12\x19\n\x11\x61llow_zonal_shift\x18\x0f \x01(\x08\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x7f\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\x0c\n\x08STARTING\x10\x02\x12\n\n\x06\x41\x43TIVE\x10\x03\x12\x0c\n\x08STOPPING\x10\x04\x12\x0b\n\x07STOPPED\x10\x05\x12\x0c\n\x08\x44\x45LETING\x10\x06\x12\x0c\n\x08INACTIVE\x10\x07\"8\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x45XTERNAL\x10\x01\x12\x0c\n\x08INTERNAL\x10\x02\"M\n\x0fSessionAffinity\x12 \n\x1cSESSION_AFFINITY_UNSPECIFIED\x10\x00\x12\x18\n\x14\x43LIENT_IP_PORT_PROTO\x10\x01J\x04\x08\x08\x10\t\"\x85\x01\n\x13\x41ttachedTargetGroup\x12%\n\x0ftarget_group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12G\n\rhealth_checks\x18\x02 \x03(\x0b\x32).yandex.cloud.loadbalancer.v1.HealthCheckB\x05\x82\xc8\x31\x01\x31\"\x97\x02\n\x08Listener\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07\x61\x64\x64ress\x18\x02 \x01(\t\x12\x0c\n\x04port\x18\x03 \x01(\x03\x12\x41\n\x08protocol\x18\x04 \x01(\x0e\x32/.yandex.cloud.loadbalancer.v1.Listener.Protocol\x12\x13\n\x0btarget_port\x18\x05 \x01(\x03\x12\x11\n\tsubnet_id\x18\x06 \x01(\t\x12;\n\nip_version\x18\x07 \x01(\x0e\x32\'.yandex.cloud.loadbalancer.v1.IpVersion\"6\n\x08Protocol\x12\x18\n\x14PROTOCOL_UNSPECIFIED\x10\x00\x12\x07\n\x03TCP\x10\x01\x12\x07\n\x03UDP\x10\x02\"\xda\x01\n\x0bTargetState\x12\x11\n\tsubnet_id\x18\x01 \x01(\t\x12\x0f\n\x07\x61\x64\x64ress\x18\x02 \x01(\t\x12@\n\x06status\x18\x03 \x01(\x0e\x32\x30.yandex.cloud.loadbalancer.v1.TargetState.Status\"e\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0b\n\x07INITIAL\x10\x01\x12\x0b\n\x07HEALTHY\x10\x02\x12\r\n\tUNHEALTHY\x10\x03\x12\x0c\n\x08\x44RAINING\x10\x04\x12\x0c\n\x08INACTIVE\x10\x05*;\n\tIpVersion\x12\x1a\n\x16IP_VERSION_UNSPECIFIED\x10\x00\x12\x08\n\x04IPV4\x10\x01\x12\x08\n\x04IPV6\x10\x02\x42q\n yandex.cloud.api.loadbalancer.v1ZMgithub.com/yandex-cloud/go-genproto/yandex/cloud/loadbalancer/v1;loadbalancerb\x06proto3')
|
|
31
31
|
|
|
32
32
|
_globals = globals()
|
|
33
33
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -41,26 +41,26 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
41
41
|
_globals['_ATTACHEDTARGETGROUP'].fields_by_name['target_group_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
42
42
|
_globals['_ATTACHEDTARGETGROUP'].fields_by_name['health_checks']._loaded_options = None
|
|
43
43
|
_globals['_ATTACHEDTARGETGROUP'].fields_by_name['health_checks']._serialized_options = b'\202\3101\0011'
|
|
44
|
-
_globals['_IPVERSION']._serialized_start=
|
|
45
|
-
_globals['_IPVERSION']._serialized_end=
|
|
44
|
+
_globals['_IPVERSION']._serialized_start=1832
|
|
45
|
+
_globals['_IPVERSION']._serialized_end=1891
|
|
46
46
|
_globals['_NETWORKLOADBALANCER']._serialized_start=204
|
|
47
|
-
_globals['_NETWORKLOADBALANCER']._serialized_end=
|
|
48
|
-
_globals['_NETWORKLOADBALANCER_LABELSENTRY']._serialized_start=
|
|
49
|
-
_globals['_NETWORKLOADBALANCER_LABELSENTRY']._serialized_end=
|
|
50
|
-
_globals['_NETWORKLOADBALANCER_STATUS']._serialized_start=
|
|
51
|
-
_globals['_NETWORKLOADBALANCER_STATUS']._serialized_end=
|
|
52
|
-
_globals['_NETWORKLOADBALANCER_TYPE']._serialized_start=
|
|
53
|
-
_globals['_NETWORKLOADBALANCER_TYPE']._serialized_end=
|
|
54
|
-
_globals['_NETWORKLOADBALANCER_SESSIONAFFINITY']._serialized_start=
|
|
55
|
-
_globals['_NETWORKLOADBALANCER_SESSIONAFFINITY']._serialized_end=
|
|
56
|
-
_globals['_ATTACHEDTARGETGROUP']._serialized_start=
|
|
57
|
-
_globals['_ATTACHEDTARGETGROUP']._serialized_end=
|
|
58
|
-
_globals['_LISTENER']._serialized_start=
|
|
59
|
-
_globals['_LISTENER']._serialized_end=
|
|
60
|
-
_globals['_LISTENER_PROTOCOL']._serialized_start=
|
|
61
|
-
_globals['_LISTENER_PROTOCOL']._serialized_end=
|
|
62
|
-
_globals['_TARGETSTATE']._serialized_start=
|
|
63
|
-
_globals['_TARGETSTATE']._serialized_end=
|
|
64
|
-
_globals['_TARGETSTATE_STATUS']._serialized_start=
|
|
65
|
-
_globals['_TARGETSTATE_STATUS']._serialized_end=
|
|
47
|
+
_globals['_NETWORKLOADBALANCER']._serialized_end=1191
|
|
48
|
+
_globals['_NETWORKLOADBALANCER_LABELSENTRY']._serialized_start=874
|
|
49
|
+
_globals['_NETWORKLOADBALANCER_LABELSENTRY']._serialized_end=919
|
|
50
|
+
_globals['_NETWORKLOADBALANCER_STATUS']._serialized_start=921
|
|
51
|
+
_globals['_NETWORKLOADBALANCER_STATUS']._serialized_end=1048
|
|
52
|
+
_globals['_NETWORKLOADBALANCER_TYPE']._serialized_start=1050
|
|
53
|
+
_globals['_NETWORKLOADBALANCER_TYPE']._serialized_end=1106
|
|
54
|
+
_globals['_NETWORKLOADBALANCER_SESSIONAFFINITY']._serialized_start=1108
|
|
55
|
+
_globals['_NETWORKLOADBALANCER_SESSIONAFFINITY']._serialized_end=1185
|
|
56
|
+
_globals['_ATTACHEDTARGETGROUP']._serialized_start=1194
|
|
57
|
+
_globals['_ATTACHEDTARGETGROUP']._serialized_end=1327
|
|
58
|
+
_globals['_LISTENER']._serialized_start=1330
|
|
59
|
+
_globals['_LISTENER']._serialized_end=1609
|
|
60
|
+
_globals['_LISTENER_PROTOCOL']._serialized_start=1555
|
|
61
|
+
_globals['_LISTENER_PROTOCOL']._serialized_end=1609
|
|
62
|
+
_globals['_TARGETSTATE']._serialized_start=1612
|
|
63
|
+
_globals['_TARGETSTATE']._serialized_end=1830
|
|
64
|
+
_globals['_TARGETSTATE_STATUS']._serialized_start=1729
|
|
65
|
+
_globals['_TARGETSTATE_STATUS']._serialized_end=1830
|
|
66
66
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -163,6 +163,7 @@ class NetworkLoadBalancer(google.protobuf.message.Message):
|
|
|
163
163
|
LISTENERS_FIELD_NUMBER: builtins.int
|
|
164
164
|
ATTACHED_TARGET_GROUPS_FIELD_NUMBER: builtins.int
|
|
165
165
|
DELETION_PROTECTION_FIELD_NUMBER: builtins.int
|
|
166
|
+
ALLOW_ZONAL_SHIFT_FIELD_NUMBER: builtins.int
|
|
166
167
|
id: builtins.str
|
|
167
168
|
"""ID of the network load balancer."""
|
|
168
169
|
folder_id: builtins.str
|
|
@@ -181,6 +182,8 @@ class NetworkLoadBalancer(google.protobuf.message.Message):
|
|
|
181
182
|
"""Type of the session affinity. Only 5-tuple affinity is available now."""
|
|
182
183
|
deletion_protection: builtins.bool
|
|
183
184
|
"""Specifies if network load balancer protected from deletion."""
|
|
185
|
+
allow_zonal_shift: builtins.bool
|
|
186
|
+
"""Specifies if network load balancer available to zonal shift."""
|
|
184
187
|
@property
|
|
185
188
|
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
186
189
|
"""Creation timestamp in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format."""
|
|
@@ -213,9 +216,10 @@ class NetworkLoadBalancer(google.protobuf.message.Message):
|
|
|
213
216
|
listeners: collections.abc.Iterable[global___Listener] | None = ...,
|
|
214
217
|
attached_target_groups: collections.abc.Iterable[global___AttachedTargetGroup] | None = ...,
|
|
215
218
|
deletion_protection: builtins.bool = ...,
|
|
219
|
+
allow_zonal_shift: builtins.bool = ...,
|
|
216
220
|
) -> None: ...
|
|
217
221
|
def HasField(self, field_name: typing.Literal["created_at", b"created_at"]) -> builtins.bool: ...
|
|
218
|
-
def ClearField(self, field_name: typing.Literal["attached_target_groups", b"attached_target_groups", "created_at", b"created_at", "deletion_protection", b"deletion_protection", "description", b"description", "folder_id", b"folder_id", "id", b"id", "labels", b"labels", "listeners", b"listeners", "name", b"name", "region_id", b"region_id", "session_affinity", b"session_affinity", "status", b"status", "type", b"type"]) -> None: ...
|
|
222
|
+
def ClearField(self, field_name: typing.Literal["allow_zonal_shift", b"allow_zonal_shift", "attached_target_groups", b"attached_target_groups", "created_at", b"created_at", "deletion_protection", b"deletion_protection", "description", b"description", "folder_id", b"folder_id", "id", b"id", "labels", b"labels", "listeners", b"listeners", "name", b"name", "region_id", b"region_id", "session_affinity", b"session_affinity", "status", b"status", "type", b"type"]) -> None: ...
|
|
219
223
|
|
|
220
224
|
global___NetworkLoadBalancer = NetworkLoadBalancer
|
|
221
225
|
|
|
@@ -30,7 +30,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
|
|
|
30
30
|
from yandex.cloud.loadbalancer.v1 import network_load_balancer_pb2 as yandex_dot_cloud_dot_loadbalancer_dot_v1_dot_network__load__balancer__pb2
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n@yandex/cloud/loadbalancer/v1/network_load_balancer_service.proto\x12\x1cyandex.cloud.loadbalancer.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x38yandex/cloud/loadbalancer/v1/network_load_balancer.proto\"K\n\x1dGetNetworkLoadBalancerRequest\x12*\n\x18network_load_balancer_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50\"\x9c\x01\n\x1fListNetworkLoadBalancersRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"\x8e\x01\n ListNetworkLoadBalancersResponse\x12Q\n\x16network_load_balancers\x18\x01 \x03(\x0b\x32\x31.yandex.cloud.loadbalancer.v1.NetworkLoadBalancer\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x92\x05\n CreateNetworkLoadBalancerRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x04name\x18\x02 \x01(\tB!\xf2\xc7\x31\x1d|[a-z][-a-z0-9]{1,61}[a-z0-9]\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x97\x01\n\x06labels\x18\x04 \x03(\x0b\x32J.yandex.cloud.loadbalancer.v1.CreateNetworkLoadBalancerRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x12\x1b\n\tregion_id\x18\x05 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12J\n\x04type\x18\x06 \x01(\x0e\x32\x36.yandex.cloud.loadbalancer.v1.NetworkLoadBalancer.TypeB\x04\xe8\xc7\x31\x01\x12N\n\x0elistener_specs\x18\x07 \x03(\x0b\x32*.yandex.cloud.loadbalancer.v1.ListenerSpecB\n\x82\xc8\x31\x06<=1000\x12]\n\x16\x61ttached_target_groups\x18\x08 \x03(\x0b\x32\x31.yandex.cloud.loadbalancer.v1.AttachedTargetGroupB\n\x82\xc8\x31\x06<=1000\x12\x1b\n\x13\x64\x65letion_protection\x18\t \x01(\x08\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"E\n!CreateNetworkLoadBalancerMetadata\x12 \n\x18network_load_balancer_id\x18\x01 \x01(\t\"\xe9\x04\n UpdateNetworkLoadBalancerRequest\x12.\n\x18network_load_balancer_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12/\n\x04name\x18\x03 \x01(\tB!\xf2\xc7\x31\x1d|[a-z][-a-z0-9]{1,61}[a-z0-9]\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x97\x01\n\x06labels\x18\x05 \x03(\x0b\x32J.yandex.cloud.loadbalancer.v1.UpdateNetworkLoadBalancerRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x12N\n\x0elistener_specs\x18\x06 \x03(\x0b\x32*.yandex.cloud.loadbalancer.v1.ListenerSpecB\n\x82\xc8\x31\x06<=1000\x12]\n\x16\x61ttached_target_groups\x18\x07 \x03(\x0b\x32\x31.yandex.cloud.loadbalancer.v1.AttachedTargetGroupB\n\x82\xc8\x31\x06<=1000\x12\x1b\n\x13\x64\x65letion_protection\x18\x08 \x01(\x08\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"E\n!UpdateNetworkLoadBalancerMetadata\x12 \n\x18network_load_balancer_id\x18\x01 \x01(\t\"R\n DeleteNetworkLoadBalancerRequest\x12.\n\x18network_load_balancer_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"E\n!DeleteNetworkLoadBalancerMetadata\x12 \n\x18network_load_balancer_id\x18\x01 \x01(\t\"Q\n\x1fStartNetworkLoadBalancerRequest\x12.\n\x18network_load_balancer_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"D\n StartNetworkLoadBalancerMetadata\x12 \n\x18network_load_balancer_id\x18\x01 \x01(\t\"P\n\x1eStopNetworkLoadBalancerRequest\x12.\n\x18network_load_balancer_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"C\n\x1fStopNetworkLoadBalancerMetadata\x12 \n\x18network_load_balancer_id\x18\x01 \x01(\t\"\xb5\x01\n+AttachNetworkLoadBalancerTargetGroupRequest\x12.\n\x18network_load_balancer_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12V\n\x15\x61ttached_target_group\x18\x02 \x01(\x0b\x32\x31.yandex.cloud.loadbalancer.v1.AttachedTargetGroupB\x04\xe8\xc7\x31\x01\"i\n,AttachNetworkLoadBalancerTargetGroupMetadata\x12 \n\x18network_load_balancer_id\x18\x01 \x01(\t\x12\x17\n\x0ftarget_group_id\x18\x02 \x01(\t\"\x84\x01\n+DetachNetworkLoadBalancerTargetGroupRequest\x12.\n\x18network_load_balancer_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12%\n\x0ftarget_group_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"i\n,DetachNetworkLoadBalancerTargetGroupMetadata\x12 \n\x18network_load_balancer_id\x18\x01 \x01(\t\x12\x17\n\x0ftarget_group_id\x18\x02 \x01(\t\"\xa0\x01\n%AddNetworkLoadBalancerListenerRequest\x12.\n\x18network_load_balancer_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12G\n\rlistener_spec\x18\x02 \x01(\x0b\x32*.yandex.cloud.loadbalancer.v1.ListenerSpecB\x04\xe8\xc7\x31\x01\"J\n&AddNetworkLoadBalancerListenerMetadata\x12 \n\x18network_load_balancer_id\x18\x01 \x01(\t\"\x98\x01\n(RemoveNetworkLoadBalancerListenerRequest\x12.\n\x18network_load_balancer_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12<\n\rlistener_name\x18\x02 \x01(\tB%\xe8\xc7\x31\x01\xf2\xc7\x31\x1d|[a-z][-a-z0-9]{1,61}[a-z0-9]\"M\n)RemoveNetworkLoadBalancerListenerMetadata\x12 \n\x18network_load_balancer_id\x18\x01 \x01(\t\"\x98\x01\n(ListNetworkLoadBalancerOperationsRequest\x12.\n\x18network_load_balancer_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"{\n)ListNetworkLoadBalancerOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"g\n\x16GetTargetStatesRequest\x12*\n\x18network_load_balancer_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12!\n\x0ftarget_group_id\x18\x02 \x01(\tB\x08\x8a\xc8\x31\x04<=50\"[\n\x17GetTargetStatesResponse\x12@\n\rtarget_states\x18\x01 \x03(\x0b\x32).yandex.cloud.loadbalancer.v1.TargetState\"c\n\x13\x45xternalAddressSpec\x12\x0f\n\x07\x61\x64\x64ress\x18\x01 \x01(\t\x12;\n\nip_version\x18\x02 \x01(\x0e\x32\'.yandex.cloud.loadbalancer.v1.IpVersion\"v\n\x13InternalAddressSpec\x12\x0f\n\x07\x61\x64\x64ress\x18\x01 \x01(\t\x12\x11\n\tsubnet_id\x18\x02 \x01(\t\x12;\n\nip_version\x18\x03 \x01(\x0e\x32\'.yandex.cloud.loadbalancer.v1.IpVersion\"\xef\x02\n\x0cListenerSpec\x12\x33\n\x04name\x18\x01 \x01(\tB%\xe8\xc7\x31\x01\xf2\xc7\x31\x1d|[a-z][-a-z0-9]{1,61}[a-z0-9]\x12\x19\n\x04port\x18\x02 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x31-65535\x12G\n\x08protocol\x18\x03 \x01(\x0e\x32/.yandex.cloud.loadbalancer.v1.Listener.ProtocolB\x04\xe8\xc7\x31\x01\x12R\n\x15\x65xternal_address_spec\x18\x04 \x01(\x0b\x32\x31.yandex.cloud.loadbalancer.v1.ExternalAddressSpecH\x00\x12R\n\x15internal_address_spec\x18\x06 \x01(\x0b\x32\x31.yandex.cloud.loadbalancer.v1.InternalAddressSpecH\x00\x12\x13\n\x0btarget_port\x18\x05 \x01(\x03\x42\t\n\x07\x61\x64\x64ress2\xb9\x19\n\x1aNetworkLoadBalancerService\x12\xc0\x01\n\x03Get\x12;.yandex.cloud.loadbalancer.v1.GetNetworkLoadBalancerRequest\x1a\x31.yandex.cloud.loadbalancer.v1.NetworkLoadBalancer\"I\x82\xd3\xe4\x93\x02\x43\x12\x41/load-balancer/v1/networkLoadBalancers/{network_load_balancer_id}\x12\xb5\x01\n\x04List\x12=.yandex.cloud.loadbalancer.v1.ListNetworkLoadBalancersRequest\x1a>.yandex.cloud.loadbalancer.v1.ListNetworkLoadBalancersResponse\".\x82\xd3\xe4\x93\x02(\x12&/load-balancer/v1/networkLoadBalancers\x12\xda\x01\n\x06\x43reate\x12>.yandex.cloud.loadbalancer.v1.CreateNetworkLoadBalancerRequest\x1a!.yandex.cloud.operation.Operation\"m\xb2\xd2*8\n!CreateNetworkLoadBalancerMetadata\x12\x13NetworkLoadBalancer\x82\xd3\xe4\x93\x02+\"&/load-balancer/v1/networkLoadBalancers:\x01*\x12\xf6\x01\n\x06Update\x12>.yandex.cloud.loadbalancer.v1.UpdateNetworkLoadBalancerRequest\x1a!.yandex.cloud.operation.Operation\"\x88\x01\xb2\xd2*8\n!UpdateNetworkLoadBalancerMetadata\x12\x13NetworkLoadBalancer\x82\xd3\xe4\x93\x02\x46\x32\x41/load-balancer/v1/networkLoadBalancers/{network_load_balancer_id}:\x01*\x12\xf5\x01\n\x06\x44\x65lete\x12>.yandex.cloud.loadbalancer.v1.DeleteNetworkLoadBalancerRequest\x1a!.yandex.cloud.operation.Operation\"\x87\x01\xb2\xd2*:\n!DeleteNetworkLoadBalancerMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x43*A/load-balancer/v1/networkLoadBalancers/{network_load_balancer_id}\x12\xf8\x01\n\x05Start\x12=.yandex.cloud.loadbalancer.v1.StartNetworkLoadBalancerRequest\x1a!.yandex.cloud.operation.Operation\"\x8c\x01\xb2\xd2*9\n StartNetworkLoadBalancerMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02I\"G/load-balancer/v1/networkLoadBalancers/{network_load_balancer_id}:start\x12\xf4\x01\n\x04Stop\x12<.yandex.cloud.loadbalancer.v1.StopNetworkLoadBalancerRequest\x1a!.yandex.cloud.operation.Operation\"\x8a\x01\xb2\xd2*8\n\x1fStopNetworkLoadBalancerMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02H\"F/load-balancer/v1/networkLoadBalancers/{network_load_balancer_id}:stop\x12\xa9\x02\n\x11\x41ttachTargetGroup\x12I.yandex.cloud.loadbalancer.v1.AttachNetworkLoadBalancerTargetGroupRequest\x1a!.yandex.cloud.operation.Operation\"\xa5\x01\xb2\xd2*C\n,AttachNetworkLoadBalancerTargetGroupMetadata\x12\x13NetworkLoadBalancer\x82\xd3\xe4\x93\x02X\"S/load-balancer/v1/networkLoadBalancers/{network_load_balancer_id}:attachTargetGroup:\x01*\x12\xa9\x02\n\x11\x44\x65tachTargetGroup\x12I.yandex.cloud.loadbalancer.v1.DetachNetworkLoadBalancerTargetGroupRequest\x1a!.yandex.cloud.operation.Operation\"\xa5\x01\xb2\xd2*C\n,DetachNetworkLoadBalancerTargetGroupMetadata\x12\x13NetworkLoadBalancer\x82\xd3\xe4\x93\x02X\"S/load-balancer/v1/networkLoadBalancers/{network_load_balancer_id}:detachTargetGroup:\x01*\x12\xd9\x01\n\x0fGetTargetStates\x12\x34.yandex.cloud.loadbalancer.v1.GetTargetStatesRequest\x1a\x35.yandex.cloud.loadbalancer.v1.GetTargetStatesResponse\"Y\x82\xd3\xe4\x93\x02S\x12Q/load-balancer/v1/networkLoadBalancers/{network_load_balancer_id}:getTargetStates\x12\x91\x02\n\x0b\x41\x64\x64Listener\x12\x43.yandex.cloud.loadbalancer.v1.AddNetworkLoadBalancerListenerRequest\x1a!.yandex.cloud.operation.Operation\"\x99\x01\xb2\xd2*=\n&AddNetworkLoadBalancerListenerMetadata\x12\x13NetworkLoadBalancer\x82\xd3\xe4\x93\x02R\"M/load-balancer/v1/networkLoadBalancers/{network_load_balancer_id}:addListener:\x01*\x12\x9d\x02\n\x0eRemoveListener\x12\x46.yandex.cloud.loadbalancer.v1.RemoveNetworkLoadBalancerListenerRequest\x1a!.yandex.cloud.operation.Operation\"\x9f\x01\xb2\xd2*@\n)RemoveNetworkLoadBalancerListenerMetadata\x12\x13NetworkLoadBalancer\x82\xd3\xe4\x93\x02U\"P/load-balancer/v1/networkLoadBalancers/{network_load_balancer_id}:removeListener:\x01*\x12\xf7\x01\n\x0eListOperations\x12\x46.yandex.cloud.loadbalancer.v1.ListNetworkLoadBalancerOperationsRequest\x1aG.yandex.cloud.loadbalancer.v1.ListNetworkLoadBalancerOperationsResponse\"T\x82\xd3\xe4\x93\x02N\x12L/load-balancer/v1/networkLoadBalancers/{network_load_balancer_id}/operationsBq\n yandex.cloud.api.loadbalancer.v1ZMgithub.com/yandex-cloud/go-genproto/yandex/cloud/loadbalancer/v1;loadbalancerb\x06proto3')
|
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n@yandex/cloud/loadbalancer/v1/network_load_balancer_service.proto\x12\x1cyandex.cloud.loadbalancer.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x38yandex/cloud/loadbalancer/v1/network_load_balancer.proto\"K\n\x1dGetNetworkLoadBalancerRequest\x12*\n\x18network_load_balancer_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50\"\x9c\x01\n\x1fListNetworkLoadBalancersRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"\x8e\x01\n ListNetworkLoadBalancersResponse\x12Q\n\x16network_load_balancers\x18\x01 \x03(\x0b\x32\x31.yandex.cloud.loadbalancer.v1.NetworkLoadBalancer\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xad\x05\n CreateNetworkLoadBalancerRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x04name\x18\x02 \x01(\tB!\xf2\xc7\x31\x1d|[a-z][-a-z0-9]{1,61}[a-z0-9]\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x97\x01\n\x06labels\x18\x04 \x03(\x0b\x32J.yandex.cloud.loadbalancer.v1.CreateNetworkLoadBalancerRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x12\x1b\n\tregion_id\x18\x05 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12J\n\x04type\x18\x06 \x01(\x0e\x32\x36.yandex.cloud.loadbalancer.v1.NetworkLoadBalancer.TypeB\x04\xe8\xc7\x31\x01\x12N\n\x0elistener_specs\x18\x07 \x03(\x0b\x32*.yandex.cloud.loadbalancer.v1.ListenerSpecB\n\x82\xc8\x31\x06<=1000\x12]\n\x16\x61ttached_target_groups\x18\x08 \x03(\x0b\x32\x31.yandex.cloud.loadbalancer.v1.AttachedTargetGroupB\n\x82\xc8\x31\x06<=1000\x12\x1b\n\x13\x64\x65letion_protection\x18\t \x01(\x08\x12\x19\n\x11\x61llow_zonal_shift\x18\n \x01(\x08\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"E\n!CreateNetworkLoadBalancerMetadata\x12 \n\x18network_load_balancer_id\x18\x01 \x01(\t\"\x84\x05\n UpdateNetworkLoadBalancerRequest\x12.\n\x18network_load_balancer_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12/\n\x04name\x18\x03 \x01(\tB!\xf2\xc7\x31\x1d|[a-z][-a-z0-9]{1,61}[a-z0-9]\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x97\x01\n\x06labels\x18\x05 \x03(\x0b\x32J.yandex.cloud.loadbalancer.v1.UpdateNetworkLoadBalancerRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x12N\n\x0elistener_specs\x18\x06 \x03(\x0b\x32*.yandex.cloud.loadbalancer.v1.ListenerSpecB\n\x82\xc8\x31\x06<=1000\x12]\n\x16\x61ttached_target_groups\x18\x07 \x03(\x0b\x32\x31.yandex.cloud.loadbalancer.v1.AttachedTargetGroupB\n\x82\xc8\x31\x06<=1000\x12\x1b\n\x13\x64\x65letion_protection\x18\x08 \x01(\x08\x12\x19\n\x11\x61llow_zonal_shift\x18\t \x01(\x08\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"E\n!UpdateNetworkLoadBalancerMetadata\x12 \n\x18network_load_balancer_id\x18\x01 \x01(\t\"R\n DeleteNetworkLoadBalancerRequest\x12.\n\x18network_load_balancer_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"E\n!DeleteNetworkLoadBalancerMetadata\x12 \n\x18network_load_balancer_id\x18\x01 \x01(\t\"Q\n\x1fStartNetworkLoadBalancerRequest\x12.\n\x18network_load_balancer_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"D\n StartNetworkLoadBalancerMetadata\x12 \n\x18network_load_balancer_id\x18\x01 \x01(\t\"P\n\x1eStopNetworkLoadBalancerRequest\x12.\n\x18network_load_balancer_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"C\n\x1fStopNetworkLoadBalancerMetadata\x12 \n\x18network_load_balancer_id\x18\x01 \x01(\t\"\xb5\x01\n+AttachNetworkLoadBalancerTargetGroupRequest\x12.\n\x18network_load_balancer_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12V\n\x15\x61ttached_target_group\x18\x02 \x01(\x0b\x32\x31.yandex.cloud.loadbalancer.v1.AttachedTargetGroupB\x04\xe8\xc7\x31\x01\"i\n,AttachNetworkLoadBalancerTargetGroupMetadata\x12 \n\x18network_load_balancer_id\x18\x01 \x01(\t\x12\x17\n\x0ftarget_group_id\x18\x02 \x01(\t\"\x84\x01\n+DetachNetworkLoadBalancerTargetGroupRequest\x12.\n\x18network_load_balancer_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12%\n\x0ftarget_group_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"i\n,DetachNetworkLoadBalancerTargetGroupMetadata\x12 \n\x18network_load_balancer_id\x18\x01 \x01(\t\x12\x17\n\x0ftarget_group_id\x18\x02 \x01(\t\"\xa0\x01\n%AddNetworkLoadBalancerListenerRequest\x12.\n\x18network_load_balancer_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12G\n\rlistener_spec\x18\x02 \x01(\x0b\x32*.yandex.cloud.loadbalancer.v1.ListenerSpecB\x04\xe8\xc7\x31\x01\"J\n&AddNetworkLoadBalancerListenerMetadata\x12 \n\x18network_load_balancer_id\x18\x01 \x01(\t\"\x98\x01\n(RemoveNetworkLoadBalancerListenerRequest\x12.\n\x18network_load_balancer_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12<\n\rlistener_name\x18\x02 \x01(\tB%\xe8\xc7\x31\x01\xf2\xc7\x31\x1d|[a-z][-a-z0-9]{1,61}[a-z0-9]\"M\n)RemoveNetworkLoadBalancerListenerMetadata\x12 \n\x18network_load_balancer_id\x18\x01 \x01(\t\"\x98\x01\n(ListNetworkLoadBalancerOperationsRequest\x12.\n\x18network_load_balancer_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"{\n)ListNetworkLoadBalancerOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"g\n\x16GetTargetStatesRequest\x12*\n\x18network_load_balancer_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12!\n\x0ftarget_group_id\x18\x02 \x01(\tB\x08\x8a\xc8\x31\x04<=50\"[\n\x17GetTargetStatesResponse\x12@\n\rtarget_states\x18\x01 \x03(\x0b\x32).yandex.cloud.loadbalancer.v1.TargetState\"c\n\x13\x45xternalAddressSpec\x12\x0f\n\x07\x61\x64\x64ress\x18\x01 \x01(\t\x12;\n\nip_version\x18\x02 \x01(\x0e\x32\'.yandex.cloud.loadbalancer.v1.IpVersion\"v\n\x13InternalAddressSpec\x12\x0f\n\x07\x61\x64\x64ress\x18\x01 \x01(\t\x12\x11\n\tsubnet_id\x18\x02 \x01(\t\x12;\n\nip_version\x18\x03 \x01(\x0e\x32\'.yandex.cloud.loadbalancer.v1.IpVersion\"\xef\x02\n\x0cListenerSpec\x12\x33\n\x04name\x18\x01 \x01(\tB%\xe8\xc7\x31\x01\xf2\xc7\x31\x1d|[a-z][-a-z0-9]{1,61}[a-z0-9]\x12\x19\n\x04port\x18\x02 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x31-65535\x12G\n\x08protocol\x18\x03 \x01(\x0e\x32/.yandex.cloud.loadbalancer.v1.Listener.ProtocolB\x04\xe8\xc7\x31\x01\x12R\n\x15\x65xternal_address_spec\x18\x04 \x01(\x0b\x32\x31.yandex.cloud.loadbalancer.v1.ExternalAddressSpecH\x00\x12R\n\x15internal_address_spec\x18\x06 \x01(\x0b\x32\x31.yandex.cloud.loadbalancer.v1.InternalAddressSpecH\x00\x12\x13\n\x0btarget_port\x18\x05 \x01(\x03\x42\t\n\x07\x61\x64\x64ress2\xb9\x19\n\x1aNetworkLoadBalancerService\x12\xc0\x01\n\x03Get\x12;.yandex.cloud.loadbalancer.v1.GetNetworkLoadBalancerRequest\x1a\x31.yandex.cloud.loadbalancer.v1.NetworkLoadBalancer\"I\x82\xd3\xe4\x93\x02\x43\x12\x41/load-balancer/v1/networkLoadBalancers/{network_load_balancer_id}\x12\xb5\x01\n\x04List\x12=.yandex.cloud.loadbalancer.v1.ListNetworkLoadBalancersRequest\x1a>.yandex.cloud.loadbalancer.v1.ListNetworkLoadBalancersResponse\".\x82\xd3\xe4\x93\x02(\x12&/load-balancer/v1/networkLoadBalancers\x12\xda\x01\n\x06\x43reate\x12>.yandex.cloud.loadbalancer.v1.CreateNetworkLoadBalancerRequest\x1a!.yandex.cloud.operation.Operation\"m\xb2\xd2*8\n!CreateNetworkLoadBalancerMetadata\x12\x13NetworkLoadBalancer\x82\xd3\xe4\x93\x02+\"&/load-balancer/v1/networkLoadBalancers:\x01*\x12\xf6\x01\n\x06Update\x12>.yandex.cloud.loadbalancer.v1.UpdateNetworkLoadBalancerRequest\x1a!.yandex.cloud.operation.Operation\"\x88\x01\xb2\xd2*8\n!UpdateNetworkLoadBalancerMetadata\x12\x13NetworkLoadBalancer\x82\xd3\xe4\x93\x02\x46\x32\x41/load-balancer/v1/networkLoadBalancers/{network_load_balancer_id}:\x01*\x12\xf5\x01\n\x06\x44\x65lete\x12>.yandex.cloud.loadbalancer.v1.DeleteNetworkLoadBalancerRequest\x1a!.yandex.cloud.operation.Operation\"\x87\x01\xb2\xd2*:\n!DeleteNetworkLoadBalancerMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x43*A/load-balancer/v1/networkLoadBalancers/{network_load_balancer_id}\x12\xf8\x01\n\x05Start\x12=.yandex.cloud.loadbalancer.v1.StartNetworkLoadBalancerRequest\x1a!.yandex.cloud.operation.Operation\"\x8c\x01\xb2\xd2*9\n StartNetworkLoadBalancerMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02I\"G/load-balancer/v1/networkLoadBalancers/{network_load_balancer_id}:start\x12\xf4\x01\n\x04Stop\x12<.yandex.cloud.loadbalancer.v1.StopNetworkLoadBalancerRequest\x1a!.yandex.cloud.operation.Operation\"\x8a\x01\xb2\xd2*8\n\x1fStopNetworkLoadBalancerMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02H\"F/load-balancer/v1/networkLoadBalancers/{network_load_balancer_id}:stop\x12\xa9\x02\n\x11\x41ttachTargetGroup\x12I.yandex.cloud.loadbalancer.v1.AttachNetworkLoadBalancerTargetGroupRequest\x1a!.yandex.cloud.operation.Operation\"\xa5\x01\xb2\xd2*C\n,AttachNetworkLoadBalancerTargetGroupMetadata\x12\x13NetworkLoadBalancer\x82\xd3\xe4\x93\x02X\"S/load-balancer/v1/networkLoadBalancers/{network_load_balancer_id}:attachTargetGroup:\x01*\x12\xa9\x02\n\x11\x44\x65tachTargetGroup\x12I.yandex.cloud.loadbalancer.v1.DetachNetworkLoadBalancerTargetGroupRequest\x1a!.yandex.cloud.operation.Operation\"\xa5\x01\xb2\xd2*C\n,DetachNetworkLoadBalancerTargetGroupMetadata\x12\x13NetworkLoadBalancer\x82\xd3\xe4\x93\x02X\"S/load-balancer/v1/networkLoadBalancers/{network_load_balancer_id}:detachTargetGroup:\x01*\x12\xd9\x01\n\x0fGetTargetStates\x12\x34.yandex.cloud.loadbalancer.v1.GetTargetStatesRequest\x1a\x35.yandex.cloud.loadbalancer.v1.GetTargetStatesResponse\"Y\x82\xd3\xe4\x93\x02S\x12Q/load-balancer/v1/networkLoadBalancers/{network_load_balancer_id}:getTargetStates\x12\x91\x02\n\x0b\x41\x64\x64Listener\x12\x43.yandex.cloud.loadbalancer.v1.AddNetworkLoadBalancerListenerRequest\x1a!.yandex.cloud.operation.Operation\"\x99\x01\xb2\xd2*=\n&AddNetworkLoadBalancerListenerMetadata\x12\x13NetworkLoadBalancer\x82\xd3\xe4\x93\x02R\"M/load-balancer/v1/networkLoadBalancers/{network_load_balancer_id}:addListener:\x01*\x12\x9d\x02\n\x0eRemoveListener\x12\x46.yandex.cloud.loadbalancer.v1.RemoveNetworkLoadBalancerListenerRequest\x1a!.yandex.cloud.operation.Operation\"\x9f\x01\xb2\xd2*@\n)RemoveNetworkLoadBalancerListenerMetadata\x12\x13NetworkLoadBalancer\x82\xd3\xe4\x93\x02U\"P/load-balancer/v1/networkLoadBalancers/{network_load_balancer_id}:removeListener:\x01*\x12\xf7\x01\n\x0eListOperations\x12\x46.yandex.cloud.loadbalancer.v1.ListNetworkLoadBalancerOperationsRequest\x1aG.yandex.cloud.loadbalancer.v1.ListNetworkLoadBalancerOperationsResponse\"T\x82\xd3\xe4\x93\x02N\x12L/load-balancer/v1/networkLoadBalancers/{network_load_balancer_id}/operationsBq\n yandex.cloud.api.loadbalancer.v1ZMgithub.com/yandex-cloud/go-genproto/yandex/cloud/loadbalancer/v1;loadbalancerb\x06proto3')
|
|
34
34
|
|
|
35
35
|
_globals = globals()
|
|
36
36
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -151,59 +151,59 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
151
151
|
_globals['_LISTNETWORKLOADBALANCERSRESPONSE']._serialized_start=562
|
|
152
152
|
_globals['_LISTNETWORKLOADBALANCERSRESPONSE']._serialized_end=704
|
|
153
153
|
_globals['_CREATENETWORKLOADBALANCERREQUEST']._serialized_start=707
|
|
154
|
-
_globals['_CREATENETWORKLOADBALANCERREQUEST']._serialized_end=
|
|
155
|
-
_globals['_CREATENETWORKLOADBALANCERREQUEST_LABELSENTRY']._serialized_start=
|
|
156
|
-
_globals['_CREATENETWORKLOADBALANCERREQUEST_LABELSENTRY']._serialized_end=
|
|
157
|
-
_globals['_CREATENETWORKLOADBALANCERMETADATA']._serialized_start=
|
|
158
|
-
_globals['_CREATENETWORKLOADBALANCERMETADATA']._serialized_end=
|
|
159
|
-
_globals['_UPDATENETWORKLOADBALANCERREQUEST']._serialized_start=
|
|
160
|
-
_globals['_UPDATENETWORKLOADBALANCERREQUEST']._serialized_end=
|
|
161
|
-
_globals['_UPDATENETWORKLOADBALANCERREQUEST_LABELSENTRY']._serialized_start=
|
|
162
|
-
_globals['_UPDATENETWORKLOADBALANCERREQUEST_LABELSENTRY']._serialized_end=
|
|
163
|
-
_globals['_UPDATENETWORKLOADBALANCERMETADATA']._serialized_start=
|
|
164
|
-
_globals['_UPDATENETWORKLOADBALANCERMETADATA']._serialized_end=
|
|
165
|
-
_globals['_DELETENETWORKLOADBALANCERREQUEST']._serialized_start=
|
|
166
|
-
_globals['_DELETENETWORKLOADBALANCERREQUEST']._serialized_end=
|
|
167
|
-
_globals['_DELETENETWORKLOADBALANCERMETADATA']._serialized_start=
|
|
168
|
-
_globals['_DELETENETWORKLOADBALANCERMETADATA']._serialized_end=
|
|
169
|
-
_globals['_STARTNETWORKLOADBALANCERREQUEST']._serialized_start=
|
|
170
|
-
_globals['_STARTNETWORKLOADBALANCERREQUEST']._serialized_end=
|
|
171
|
-
_globals['_STARTNETWORKLOADBALANCERMETADATA']._serialized_start=
|
|
172
|
-
_globals['_STARTNETWORKLOADBALANCERMETADATA']._serialized_end=
|
|
173
|
-
_globals['_STOPNETWORKLOADBALANCERREQUEST']._serialized_start=
|
|
174
|
-
_globals['_STOPNETWORKLOADBALANCERREQUEST']._serialized_end=
|
|
175
|
-
_globals['_STOPNETWORKLOADBALANCERMETADATA']._serialized_start=
|
|
176
|
-
_globals['_STOPNETWORKLOADBALANCERMETADATA']._serialized_end=
|
|
177
|
-
_globals['_ATTACHNETWORKLOADBALANCERTARGETGROUPREQUEST']._serialized_start=
|
|
178
|
-
_globals['_ATTACHNETWORKLOADBALANCERTARGETGROUPREQUEST']._serialized_end=
|
|
179
|
-
_globals['_ATTACHNETWORKLOADBALANCERTARGETGROUPMETADATA']._serialized_start=
|
|
180
|
-
_globals['_ATTACHNETWORKLOADBALANCERTARGETGROUPMETADATA']._serialized_end=
|
|
181
|
-
_globals['_DETACHNETWORKLOADBALANCERTARGETGROUPREQUEST']._serialized_start=
|
|
182
|
-
_globals['_DETACHNETWORKLOADBALANCERTARGETGROUPREQUEST']._serialized_end=
|
|
183
|
-
_globals['_DETACHNETWORKLOADBALANCERTARGETGROUPMETADATA']._serialized_start=
|
|
184
|
-
_globals['_DETACHNETWORKLOADBALANCERTARGETGROUPMETADATA']._serialized_end=
|
|
185
|
-
_globals['_ADDNETWORKLOADBALANCERLISTENERREQUEST']._serialized_start=
|
|
186
|
-
_globals['_ADDNETWORKLOADBALANCERLISTENERREQUEST']._serialized_end=
|
|
187
|
-
_globals['_ADDNETWORKLOADBALANCERLISTENERMETADATA']._serialized_start=
|
|
188
|
-
_globals['_ADDNETWORKLOADBALANCERLISTENERMETADATA']._serialized_end=
|
|
189
|
-
_globals['_REMOVENETWORKLOADBALANCERLISTENERREQUEST']._serialized_start=
|
|
190
|
-
_globals['_REMOVENETWORKLOADBALANCERLISTENERREQUEST']._serialized_end=
|
|
191
|
-
_globals['_REMOVENETWORKLOADBALANCERLISTENERMETADATA']._serialized_start=
|
|
192
|
-
_globals['_REMOVENETWORKLOADBALANCERLISTENERMETADATA']._serialized_end=
|
|
193
|
-
_globals['_LISTNETWORKLOADBALANCEROPERATIONSREQUEST']._serialized_start=
|
|
194
|
-
_globals['_LISTNETWORKLOADBALANCEROPERATIONSREQUEST']._serialized_end=
|
|
195
|
-
_globals['_LISTNETWORKLOADBALANCEROPERATIONSRESPONSE']._serialized_start=
|
|
196
|
-
_globals['_LISTNETWORKLOADBALANCEROPERATIONSRESPONSE']._serialized_end=
|
|
197
|
-
_globals['_GETTARGETSTATESREQUEST']._serialized_start=
|
|
198
|
-
_globals['_GETTARGETSTATESREQUEST']._serialized_end=
|
|
199
|
-
_globals['_GETTARGETSTATESRESPONSE']._serialized_start=
|
|
200
|
-
_globals['_GETTARGETSTATESRESPONSE']._serialized_end=
|
|
201
|
-
_globals['_EXTERNALADDRESSSPEC']._serialized_start=
|
|
202
|
-
_globals['_EXTERNALADDRESSSPEC']._serialized_end=
|
|
203
|
-
_globals['_INTERNALADDRESSSPEC']._serialized_start=
|
|
204
|
-
_globals['_INTERNALADDRESSSPEC']._serialized_end=
|
|
205
|
-
_globals['_LISTENERSPEC']._serialized_start=
|
|
206
|
-
_globals['_LISTENERSPEC']._serialized_end=
|
|
207
|
-
_globals['_NETWORKLOADBALANCERSERVICE']._serialized_start=
|
|
208
|
-
_globals['_NETWORKLOADBALANCERSERVICE']._serialized_end=
|
|
154
|
+
_globals['_CREATENETWORKLOADBALANCERREQUEST']._serialized_end=1392
|
|
155
|
+
_globals['_CREATENETWORKLOADBALANCERREQUEST_LABELSENTRY']._serialized_start=1347
|
|
156
|
+
_globals['_CREATENETWORKLOADBALANCERREQUEST_LABELSENTRY']._serialized_end=1392
|
|
157
|
+
_globals['_CREATENETWORKLOADBALANCERMETADATA']._serialized_start=1394
|
|
158
|
+
_globals['_CREATENETWORKLOADBALANCERMETADATA']._serialized_end=1463
|
|
159
|
+
_globals['_UPDATENETWORKLOADBALANCERREQUEST']._serialized_start=1466
|
|
160
|
+
_globals['_UPDATENETWORKLOADBALANCERREQUEST']._serialized_end=2110
|
|
161
|
+
_globals['_UPDATENETWORKLOADBALANCERREQUEST_LABELSENTRY']._serialized_start=1347
|
|
162
|
+
_globals['_UPDATENETWORKLOADBALANCERREQUEST_LABELSENTRY']._serialized_end=1392
|
|
163
|
+
_globals['_UPDATENETWORKLOADBALANCERMETADATA']._serialized_start=2112
|
|
164
|
+
_globals['_UPDATENETWORKLOADBALANCERMETADATA']._serialized_end=2181
|
|
165
|
+
_globals['_DELETENETWORKLOADBALANCERREQUEST']._serialized_start=2183
|
|
166
|
+
_globals['_DELETENETWORKLOADBALANCERREQUEST']._serialized_end=2265
|
|
167
|
+
_globals['_DELETENETWORKLOADBALANCERMETADATA']._serialized_start=2267
|
|
168
|
+
_globals['_DELETENETWORKLOADBALANCERMETADATA']._serialized_end=2336
|
|
169
|
+
_globals['_STARTNETWORKLOADBALANCERREQUEST']._serialized_start=2338
|
|
170
|
+
_globals['_STARTNETWORKLOADBALANCERREQUEST']._serialized_end=2419
|
|
171
|
+
_globals['_STARTNETWORKLOADBALANCERMETADATA']._serialized_start=2421
|
|
172
|
+
_globals['_STARTNETWORKLOADBALANCERMETADATA']._serialized_end=2489
|
|
173
|
+
_globals['_STOPNETWORKLOADBALANCERREQUEST']._serialized_start=2491
|
|
174
|
+
_globals['_STOPNETWORKLOADBALANCERREQUEST']._serialized_end=2571
|
|
175
|
+
_globals['_STOPNETWORKLOADBALANCERMETADATA']._serialized_start=2573
|
|
176
|
+
_globals['_STOPNETWORKLOADBALANCERMETADATA']._serialized_end=2640
|
|
177
|
+
_globals['_ATTACHNETWORKLOADBALANCERTARGETGROUPREQUEST']._serialized_start=2643
|
|
178
|
+
_globals['_ATTACHNETWORKLOADBALANCERTARGETGROUPREQUEST']._serialized_end=2824
|
|
179
|
+
_globals['_ATTACHNETWORKLOADBALANCERTARGETGROUPMETADATA']._serialized_start=2826
|
|
180
|
+
_globals['_ATTACHNETWORKLOADBALANCERTARGETGROUPMETADATA']._serialized_end=2931
|
|
181
|
+
_globals['_DETACHNETWORKLOADBALANCERTARGETGROUPREQUEST']._serialized_start=2934
|
|
182
|
+
_globals['_DETACHNETWORKLOADBALANCERTARGETGROUPREQUEST']._serialized_end=3066
|
|
183
|
+
_globals['_DETACHNETWORKLOADBALANCERTARGETGROUPMETADATA']._serialized_start=3068
|
|
184
|
+
_globals['_DETACHNETWORKLOADBALANCERTARGETGROUPMETADATA']._serialized_end=3173
|
|
185
|
+
_globals['_ADDNETWORKLOADBALANCERLISTENERREQUEST']._serialized_start=3176
|
|
186
|
+
_globals['_ADDNETWORKLOADBALANCERLISTENERREQUEST']._serialized_end=3336
|
|
187
|
+
_globals['_ADDNETWORKLOADBALANCERLISTENERMETADATA']._serialized_start=3338
|
|
188
|
+
_globals['_ADDNETWORKLOADBALANCERLISTENERMETADATA']._serialized_end=3412
|
|
189
|
+
_globals['_REMOVENETWORKLOADBALANCERLISTENERREQUEST']._serialized_start=3415
|
|
190
|
+
_globals['_REMOVENETWORKLOADBALANCERLISTENERREQUEST']._serialized_end=3567
|
|
191
|
+
_globals['_REMOVENETWORKLOADBALANCERLISTENERMETADATA']._serialized_start=3569
|
|
192
|
+
_globals['_REMOVENETWORKLOADBALANCERLISTENERMETADATA']._serialized_end=3646
|
|
193
|
+
_globals['_LISTNETWORKLOADBALANCEROPERATIONSREQUEST']._serialized_start=3649
|
|
194
|
+
_globals['_LISTNETWORKLOADBALANCEROPERATIONSREQUEST']._serialized_end=3801
|
|
195
|
+
_globals['_LISTNETWORKLOADBALANCEROPERATIONSRESPONSE']._serialized_start=3803
|
|
196
|
+
_globals['_LISTNETWORKLOADBALANCEROPERATIONSRESPONSE']._serialized_end=3926
|
|
197
|
+
_globals['_GETTARGETSTATESREQUEST']._serialized_start=3928
|
|
198
|
+
_globals['_GETTARGETSTATESREQUEST']._serialized_end=4031
|
|
199
|
+
_globals['_GETTARGETSTATESRESPONSE']._serialized_start=4033
|
|
200
|
+
_globals['_GETTARGETSTATESRESPONSE']._serialized_end=4124
|
|
201
|
+
_globals['_EXTERNALADDRESSSPEC']._serialized_start=4126
|
|
202
|
+
_globals['_EXTERNALADDRESSSPEC']._serialized_end=4225
|
|
203
|
+
_globals['_INTERNALADDRESSSPEC']._serialized_start=4227
|
|
204
|
+
_globals['_INTERNALADDRESSSPEC']._serialized_end=4345
|
|
205
|
+
_globals['_LISTENERSPEC']._serialized_start=4348
|
|
206
|
+
_globals['_LISTENERSPEC']._serialized_end=4715
|
|
207
|
+
_globals['_NETWORKLOADBALANCERSERVICE']._serialized_start=4718
|
|
208
|
+
_globals['_NETWORKLOADBALANCERSERVICE']._serialized_end=7975
|
|
209
209
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -132,6 +132,7 @@ class CreateNetworkLoadBalancerRequest(google.protobuf.message.Message):
|
|
|
132
132
|
LISTENER_SPECS_FIELD_NUMBER: builtins.int
|
|
133
133
|
ATTACHED_TARGET_GROUPS_FIELD_NUMBER: builtins.int
|
|
134
134
|
DELETION_PROTECTION_FIELD_NUMBER: builtins.int
|
|
135
|
+
ALLOW_ZONAL_SHIFT_FIELD_NUMBER: builtins.int
|
|
135
136
|
folder_id: builtins.str
|
|
136
137
|
"""ID of the folder to create a network load balancer in.
|
|
137
138
|
To get the folder ID, use a [NetworkLoadBalancerService.List] request.
|
|
@@ -148,6 +149,8 @@ class CreateNetworkLoadBalancerRequest(google.protobuf.message.Message):
|
|
|
148
149
|
"""Type of the network load balancer."""
|
|
149
150
|
deletion_protection: builtins.bool
|
|
150
151
|
"""Specifies if network load balancer protected from deletion."""
|
|
152
|
+
allow_zonal_shift: builtins.bool
|
|
153
|
+
"""Specifies if network load balancer available to zonal shift."""
|
|
151
154
|
@property
|
|
152
155
|
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
153
156
|
"""Resource labels as `` key:value `` pairs."""
|
|
@@ -172,8 +175,9 @@ class CreateNetworkLoadBalancerRequest(google.protobuf.message.Message):
|
|
|
172
175
|
listener_specs: collections.abc.Iterable[global___ListenerSpec] | None = ...,
|
|
173
176
|
attached_target_groups: collections.abc.Iterable[yandex.cloud.loadbalancer.v1.network_load_balancer_pb2.AttachedTargetGroup] | None = ...,
|
|
174
177
|
deletion_protection: builtins.bool = ...,
|
|
178
|
+
allow_zonal_shift: builtins.bool = ...,
|
|
175
179
|
) -> None: ...
|
|
176
|
-
def ClearField(self, field_name: typing.Literal["attached_target_groups", b"attached_target_groups", "deletion_protection", b"deletion_protection", "description", b"description", "folder_id", b"folder_id", "labels", b"labels", "listener_specs", b"listener_specs", "name", b"name", "region_id", b"region_id", "type", b"type"]) -> None: ...
|
|
180
|
+
def ClearField(self, field_name: typing.Literal["allow_zonal_shift", b"allow_zonal_shift", "attached_target_groups", b"attached_target_groups", "deletion_protection", b"deletion_protection", "description", b"description", "folder_id", b"folder_id", "labels", b"labels", "listener_specs", b"listener_specs", "name", b"name", "region_id", b"region_id", "type", b"type"]) -> None: ...
|
|
177
181
|
|
|
178
182
|
global___CreateNetworkLoadBalancerRequest = CreateNetworkLoadBalancerRequest
|
|
179
183
|
|
|
@@ -221,6 +225,7 @@ class UpdateNetworkLoadBalancerRequest(google.protobuf.message.Message):
|
|
|
221
225
|
LISTENER_SPECS_FIELD_NUMBER: builtins.int
|
|
222
226
|
ATTACHED_TARGET_GROUPS_FIELD_NUMBER: builtins.int
|
|
223
227
|
DELETION_PROTECTION_FIELD_NUMBER: builtins.int
|
|
228
|
+
ALLOW_ZONAL_SHIFT_FIELD_NUMBER: builtins.int
|
|
224
229
|
network_load_balancer_id: builtins.str
|
|
225
230
|
"""ID of the network load balancer to update.
|
|
226
231
|
To get the network load balancer ID, use a [NetworkLoadBalancerService.List] request.
|
|
@@ -233,6 +238,8 @@ class UpdateNetworkLoadBalancerRequest(google.protobuf.message.Message):
|
|
|
233
238
|
"""Description of the network load balancer."""
|
|
234
239
|
deletion_protection: builtins.bool
|
|
235
240
|
"""Specifies if network load balancer protected from deletion."""
|
|
241
|
+
allow_zonal_shift: builtins.bool
|
|
242
|
+
"""Specifies if network load balancer available to zonal shift."""
|
|
236
243
|
@property
|
|
237
244
|
def update_mask(self) -> google.protobuf.field_mask_pb2.FieldMask:
|
|
238
245
|
"""Field mask that specifies which fields of the NetworkLoadBalancer resource are going to be updated."""
|
|
@@ -263,9 +270,10 @@ class UpdateNetworkLoadBalancerRequest(google.protobuf.message.Message):
|
|
|
263
270
|
listener_specs: collections.abc.Iterable[global___ListenerSpec] | None = ...,
|
|
264
271
|
attached_target_groups: collections.abc.Iterable[yandex.cloud.loadbalancer.v1.network_load_balancer_pb2.AttachedTargetGroup] | None = ...,
|
|
265
272
|
deletion_protection: builtins.bool = ...,
|
|
273
|
+
allow_zonal_shift: builtins.bool = ...,
|
|
266
274
|
) -> None: ...
|
|
267
275
|
def HasField(self, field_name: typing.Literal["update_mask", b"update_mask"]) -> builtins.bool: ...
|
|
268
|
-
def ClearField(self, field_name: typing.Literal["attached_target_groups", b"attached_target_groups", "deletion_protection", b"deletion_protection", "description", b"description", "labels", b"labels", "listener_specs", b"listener_specs", "name", b"name", "network_load_balancer_id", b"network_load_balancer_id", "update_mask", b"update_mask"]) -> None: ...
|
|
276
|
+
def ClearField(self, field_name: typing.Literal["allow_zonal_shift", b"allow_zonal_shift", "attached_target_groups", b"attached_target_groups", "deletion_protection", b"deletion_protection", "description", b"description", "labels", b"labels", "listener_specs", b"listener_specs", "name", b"name", "network_load_balancer_id", b"network_load_balancer_id", "update_mask", b"update_mask"]) -> None: ...
|
|
269
277
|
|
|
270
278
|
global___UpdateNetworkLoadBalancerRequest = UpdateNetworkLoadBalancerRequest
|
|
271
279
|
|