yandexcloud 0.338.0__py3-none-any.whl → 0.339.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of yandexcloud might be problematic. Click here for more details.
- yandex/cloud/ai/assistants/v1/common_pb2.py +32 -27
- yandex/cloud/ai/assistants/v1/common_pb2.pyi +29 -2
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.py +32 -32
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.pyi +7 -1
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +39 -3
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +220 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.py +172 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.pyi +68 -0
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.py +3 -3
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.pyi +2 -0
- yandex/cloud/apploadbalancer/v1/load_balancer_pb2.py +50 -50
- yandex/cloud/apploadbalancer/v1/load_balancer_pb2.pyi +10 -2
- yandex/cloud/apploadbalancer/v1/load_balancer_service_pb2.py +86 -66
- yandex/cloud/apploadbalancer/v1/load_balancer_service_pb2.pyi +98 -2
- yandex/cloud/apploadbalancer/v1/load_balancer_service_pb2_grpc.py +88 -0
- yandex/cloud/apploadbalancer/v1/load_balancer_service_pb2_grpc.pyi +40 -0
- yandex/cloud/backup/v1/policy_pb2.py +56 -52
- yandex/cloud/backup/v1/policy_pb2.pyi +36 -5
- yandex/cloud/backup/v1/resource_pb2.py +21 -19
- yandex/cloud/backup/v1/resource_pb2.pyi +32 -2
- yandex/cloud/backup/v1/resource_service_pb2.py +30 -30
- yandex/cloud/backup/v1/resource_service_pb2.pyi +5 -1
- yandex/cloud/baremetal/__init__.py +0 -0
- yandex/cloud/baremetal/v1alpha/__init__.py +0 -0
- yandex/cloud/baremetal/v1alpha/configuration_pb2.py +42 -0
- yandex/cloud/baremetal/v1alpha/configuration_pb2.pyi +109 -0
- yandex/cloud/baremetal/v1alpha/configuration_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/configuration_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/configuration_service_pb2.py +49 -0
- yandex/cloud/baremetal/v1alpha/configuration_service_pb2.pyi +111 -0
- yandex/cloud/baremetal/v1alpha/configuration_service_pb2_grpc.py +148 -0
- yandex/cloud/baremetal/v1alpha/configuration_service_pb2_grpc.pyi +80 -0
- yandex/cloud/baremetal/v1alpha/dhcp_pb2.py +37 -0
- yandex/cloud/baremetal/v1alpha/dhcp_pb2.pyi +33 -0
- yandex/cloud/baremetal/v1alpha/dhcp_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/dhcp_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/disk_pb2.py +39 -0
- yandex/cloud/baremetal/v1alpha/disk_pb2.pyi +68 -0
- yandex/cloud/baremetal/v1alpha/disk_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/disk_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/hardware_pool_pb2.py +37 -0
- yandex/cloud/baremetal/v1alpha/hardware_pool_pb2.pyi +36 -0
- yandex/cloud/baremetal/v1alpha/hardware_pool_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/hardware_pool_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/hardware_pool_service_pb2.py +49 -0
- yandex/cloud/baremetal/v1alpha/hardware_pool_service_pb2.pyi +87 -0
- yandex/cloud/baremetal/v1alpha/hardware_pool_service_pb2_grpc.py +148 -0
- yandex/cloud/baremetal/v1alpha/hardware_pool_service_pb2_grpc.pyi +80 -0
- yandex/cloud/baremetal/v1alpha/image_pb2.py +44 -0
- yandex/cloud/baremetal/v1alpha/image_pb2.pyi +125 -0
- yandex/cloud/baremetal/v1alpha/image_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/image_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/image_service_pb2.py +108 -0
- yandex/cloud/baremetal/v1alpha/image_service_pb2.pyi +364 -0
- yandex/cloud/baremetal/v1alpha/image_service_pb2_grpc.py +327 -0
- yandex/cloud/baremetal/v1alpha/image_service_pb2_grpc.pyi +170 -0
- yandex/cloud/baremetal/v1alpha/private_subnet_pb2.py +47 -0
- yandex/cloud/baremetal/v1alpha/private_subnet_pb2.pyi +174 -0
- yandex/cloud/baremetal/v1alpha/private_subnet_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/private_subnet_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2.py +112 -0
- yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2.pyi +443 -0
- yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2_grpc.py +327 -0
- yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2_grpc.pyi +170 -0
- yandex/cloud/baremetal/v1alpha/public_subnet_pb2.py +45 -0
- yandex/cloud/baremetal/v1alpha/public_subnet_pb2.pyi +143 -0
- yandex/cloud/baremetal/v1alpha/public_subnet_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/public_subnet_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/public_subnet_service_pb2.py +106 -0
- yandex/cloud/baremetal/v1alpha/public_subnet_service_pb2.pyi +382 -0
- yandex/cloud/baremetal/v1alpha/public_subnet_service_pb2_grpc.py +327 -0
- yandex/cloud/baremetal/v1alpha/public_subnet_service_pb2_grpc.pyi +170 -0
- yandex/cloud/baremetal/v1alpha/server_pb2.py +54 -0
- yandex/cloud/baremetal/v1alpha/server_pb2.pyi +282 -0
- yandex/cloud/baremetal/v1alpha/server_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/server_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/server_service_pb2.py +217 -0
- yandex/cloud/baremetal/v1alpha/server_service_pb2.pyi +850 -0
- yandex/cloud/baremetal/v1alpha/server_service_pb2_grpc.py +589 -0
- yandex/cloud/baremetal/v1alpha/server_service_pb2_grpc.pyi +281 -0
- yandex/cloud/baremetal/v1alpha/storage_pb2.py +46 -0
- yandex/cloud/baremetal/v1alpha/storage_pb2.pyi +165 -0
- yandex/cloud/baremetal/v1alpha/storage_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/storage_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/storage_service_pb2.py +51 -0
- yandex/cloud/baremetal/v1alpha/storage_service_pb2.pyi +91 -0
- yandex/cloud/baremetal/v1alpha/storage_service_pb2_grpc.py +145 -0
- yandex/cloud/baremetal/v1alpha/storage_service_pb2_grpc.pyi +70 -0
- yandex/cloud/baremetal/v1alpha/vrf_pb2.py +42 -0
- yandex/cloud/baremetal/v1alpha/vrf_pb2.pyi +77 -0
- yandex/cloud/baremetal/v1alpha/vrf_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/vrf_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/vrf_service_pb2.py +106 -0
- yandex/cloud/baremetal/v1alpha/vrf_service_pb2.pyi +357 -0
- yandex/cloud/baremetal/v1alpha/vrf_service_pb2_grpc.py +327 -0
- yandex/cloud/baremetal/v1alpha/vrf_service_pb2_grpc.pyi +170 -0
- yandex/cloud/baremetal/v1alpha/zone_pb2.py +37 -0
- yandex/cloud/baremetal/v1alpha/zone_pb2.pyi +29 -0
- yandex/cloud/baremetal/v1alpha/zone_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/zone_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/zone_service_pb2.py +49 -0
- yandex/cloud/baremetal/v1alpha/zone_service_pb2.pyi +87 -0
- yandex/cloud/baremetal/v1alpha/zone_service_pb2_grpc.py +148 -0
- yandex/cloud/baremetal/v1alpha/zone_service_pb2_grpc.pyi +80 -0
- yandex/cloud/cloudregistry/v1/registry_service_pb2.py +40 -40
- yandex/cloud/dataproc/manager/v1/job_pb2.pyi +26 -26
- yandex/cloud/dataproc/manager/v1/job_service_pb2.pyi +7 -7
- yandex/cloud/dataproc/manager/v1/job_service_pb2_grpc.py +2 -2
- yandex/cloud/dataproc/manager/v1/job_service_pb2_grpc.pyi +6 -6
- yandex/cloud/dataproc/manager/v1/manager_service_pb2.pyi +2 -2
- yandex/cloud/dataproc/manager/v1/manager_service_pb2_grpc.py +3 -3
- yandex/cloud/dataproc/manager/v1/manager_service_pb2_grpc.pyi +3 -3
- yandex/cloud/dataproc/v1/cluster_pb2.pyi +5 -5
- yandex/cloud/dataproc/v1/cluster_service_pb2.pyi +13 -13
- yandex/cloud/dataproc/v1/cluster_service_pb2_grpc.py +4 -4
- yandex/cloud/dataproc/v1/cluster_service_pb2_grpc.pyi +6 -6
- yandex/cloud/dataproc/v1/job_pb2.pyi +15 -15
- yandex/cloud/dataproc/v1/job_service_pb2.pyi +3 -3
- yandex/cloud/dataproc/v1/job_service_pb2_grpc.py +4 -4
- yandex/cloud/dataproc/v1/job_service_pb2_grpc.pyi +6 -6
- yandex/cloud/dataproc/v1/resource_preset_pb2.pyi +2 -2
- yandex/cloud/dataproc/v1/subcluster_pb2.pyi +11 -11
- yandex/cloud/dataproc/v1/subcluster_service_pb2.pyi +3 -3
- yandex/cloud/dataproc/v1/subcluster_service_pb2_grpc.py +3 -3
- yandex/cloud/dataproc/v1/subcluster_service_pb2_grpc.pyi +3 -3
- yandex/cloud/iam/v1/api_key_pb2.pyi +3 -1
- yandex/cloud/iam/v1/api_key_service_pb2.pyi +3 -1
- yandex/cloud/iam/v1/workload/oidc/federation_service_pb2.py +32 -25
- yandex/cloud/iam/v1/workload/oidc/federation_service_pb2_grpc.py +133 -0
- yandex/cloud/iam/v1/workload/oidc/federation_service_pb2_grpc.pyi +61 -0
- yandex/cloud/k8s/v1/cluster_pb2.py +40 -30
- yandex/cloud/k8s/v1/cluster_pb2.pyi +94 -2
- yandex/cloud/k8s/v1/cluster_service_pb2.py +54 -42
- yandex/cloud/k8s/v1/cluster_service_pb2.pyi +70 -4
- yandex/cloud/k8s/v1/resource_preset_pb2.py +37 -0
- yandex/cloud/k8s/v1/resource_preset_pb2.pyi +43 -0
- yandex/cloud/k8s/v1/resource_preset_pb2_grpc.py +24 -0
- yandex/cloud/k8s/v1/resource_preset_pb2_grpc.pyi +17 -0
- yandex/cloud/k8s/v1/resource_preset_service_pb2.py +53 -0
- yandex/cloud/k8s/v1/resource_preset_service_pb2.pyi +81 -0
- yandex/cloud/k8s/v1/resource_preset_service_pb2_grpc.py +146 -0
- yandex/cloud/k8s/v1/resource_preset_service_pb2_grpc.pyi +71 -0
- yandex/cloud/mdb/mysql/v1/backup_pb2.py +6 -6
- yandex/cloud/mdb/mysql/v1/backup_pb2.pyi +5 -1
- yandex/cloud/mdb/mysql/v1/config/mysql5_7_pb2.py +26 -20
- yandex/cloud/mdb/mysql/v1/config/mysql5_7_pb2.pyi +73 -2
- yandex/cloud/mdb/mysql/v1/config/mysql8_0_pb2.py +26 -20
- yandex/cloud/mdb/mysql/v1/config/mysql8_0_pb2.pyi +100 -2
- yandex/cloud/mdb/opensearch/v1/backup_pb2.py +30 -3
- yandex/cloud/mdb/opensearch/v1/backup_pb2.pyi +162 -0
- yandex/cloud/mdb/opensearch/v1/cluster_pb2.py +46 -45
- yandex/cloud/mdb/opensearch/v1/cluster_pb2.pyi +9 -2
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py +78 -78
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.pyi +16 -4
- yandex/cloud/mdb/postgresql/v1/config/host10_1c_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host10_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host11_1c_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host11_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host12_1c_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host12_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host13_1c_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host13_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host14_1c_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host14_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host15_1c_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host15_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host16_1c_pb2.py +25 -25
- yandex/cloud/mdb/postgresql/v1/config/host16_pb2.py +25 -25
- yandex/cloud/mdb/postgresql/v1/config/host9_6_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/postgresql10_1c_pb2.py +35 -35
- yandex/cloud/mdb/postgresql/v1/config/postgresql10_pb2.py +35 -35
- yandex/cloud/mdb/postgresql/v1/config/postgresql11_1c_pb2.py +35 -35
- yandex/cloud/mdb/postgresql/v1/config/postgresql11_pb2.py +35 -35
- yandex/cloud/mdb/postgresql/v1/config/postgresql12_1c_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql12_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql13_1c_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql13_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql14_1c_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql14_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_1c_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_1c_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql9_6_pb2.py +29 -29
- yandex/cloud/monitoring/v3/unit_format_pb2.py +2 -2
- yandex/cloud/monitoring/v3/unit_format_pb2.pyi +16 -0
- yandex/cloud/searchapi/v2/gen_search_service_pb2.py +28 -22
- yandex/cloud/spark/__init__.py +0 -0
- yandex/cloud/spark/v1/__init__.py +0 -0
- yandex/cloud/spark/v1/cluster_pb2.py +100 -0
- yandex/cloud/spark/v1/cluster_pb2.pyi +444 -0
- yandex/cloud/spark/v1/cluster_pb2_grpc.py +24 -0
- yandex/cloud/spark/v1/cluster_pb2_grpc.pyi +17 -0
- yandex/cloud/spark/v1/cluster_service_pb2.py +124 -0
- yandex/cloud/spark/v1/cluster_service_pb2.pyi +333 -0
- yandex/cloud/spark/v1/cluster_service_pb2_grpc.py +366 -0
- yandex/cloud/spark/v1/cluster_service_pb2_grpc.pyi +169 -0
- yandex/cloud/spark/v1/job_pb2.py +56 -0
- yandex/cloud/spark/v1/job_pb2.pyi +346 -0
- yandex/cloud/spark/v1/job_pb2_grpc.py +24 -0
- yandex/cloud/spark/v1/job_pb2_grpc.pyi +17 -0
- yandex/cloud/spark/v1/job_service_pb2.py +97 -0
- yandex/cloud/spark/v1/job_service_pb2.pyi +224 -0
- yandex/cloud/spark/v1/job_service_pb2_grpc.py +279 -0
- yandex/cloud/spark/v1/job_service_pb2_grpc.pyi +132 -0
- yandex/cloud/spark/v1/maintenance_pb2.py +53 -0
- yandex/cloud/spark/v1/maintenance_pb2.pyi +123 -0
- yandex/cloud/spark/v1/maintenance_pb2_grpc.py +24 -0
- yandex/cloud/spark/v1/maintenance_pb2_grpc.pyi +17 -0
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.338.0.dist-info → yandexcloud-0.339.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.338.0.dist-info → yandexcloud-0.339.0.dist-info}/RECORD +216 -104
- {yandexcloud-0.338.0.dist-info → yandexcloud-0.339.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.338.0.dist-info → yandexcloud-0.339.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.338.0.dist-info → yandexcloud-0.339.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.338.0.dist-info → yandexcloud-0.339.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,282 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import builtins
|
|
7
|
+
import collections.abc
|
|
8
|
+
import google.protobuf.descriptor
|
|
9
|
+
import google.protobuf.internal.containers
|
|
10
|
+
import google.protobuf.internal.enum_type_wrapper
|
|
11
|
+
import google.protobuf.message
|
|
12
|
+
import google.protobuf.timestamp_pb2
|
|
13
|
+
import sys
|
|
14
|
+
import typing
|
|
15
|
+
import yandex.cloud.baremetal.v1alpha.disk_pb2
|
|
16
|
+
import yandex.cloud.baremetal.v1alpha.storage_pb2
|
|
17
|
+
|
|
18
|
+
if sys.version_info >= (3, 10):
|
|
19
|
+
import typing as typing_extensions
|
|
20
|
+
else:
|
|
21
|
+
import typing_extensions
|
|
22
|
+
|
|
23
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
24
|
+
|
|
25
|
+
@typing.final
|
|
26
|
+
class Server(google.protobuf.message.Message):
|
|
27
|
+
"""A Server resource."""
|
|
28
|
+
|
|
29
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
30
|
+
|
|
31
|
+
class _Status:
|
|
32
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
33
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
34
|
+
|
|
35
|
+
class _StatusEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[Server._Status.ValueType], builtins.type):
|
|
36
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
37
|
+
STATUS_UNSPECIFIED: Server._Status.ValueType # 0
|
|
38
|
+
"""Unspecified server status."""
|
|
39
|
+
PROVISIONING: Server._Status.ValueType # 1
|
|
40
|
+
"""Server is waiting for to be allocated from the hardware pool."""
|
|
41
|
+
STOPPING: Server._Status.ValueType # 3
|
|
42
|
+
"""Server is being stopped."""
|
|
43
|
+
STOPPED: Server._Status.ValueType # 4
|
|
44
|
+
"""Server has been stopped."""
|
|
45
|
+
STARTING: Server._Status.ValueType # 5
|
|
46
|
+
"""Server is being started."""
|
|
47
|
+
RESTARTING: Server._Status.ValueType # 6
|
|
48
|
+
"""Server is being restarted."""
|
|
49
|
+
ERROR: Server._Status.ValueType # 7
|
|
50
|
+
"""Server encountered a problem and cannot operate."""
|
|
51
|
+
DELETING: Server._Status.ValueType # 8
|
|
52
|
+
"""Server is being deleted."""
|
|
53
|
+
REINSTALLING: Server._Status.ValueType # 9
|
|
54
|
+
"""Server operating system is being reinstalled."""
|
|
55
|
+
UPDATING: Server._Status.ValueType # 10
|
|
56
|
+
"""Server is being updated."""
|
|
57
|
+
QUARANTINED: Server._Status.ValueType # 12
|
|
58
|
+
"""Server has been quarantined"""
|
|
59
|
+
RUNNING: Server._Status.ValueType # 14
|
|
60
|
+
"""Server is running normaly"""
|
|
61
|
+
|
|
62
|
+
class Status(_Status, metaclass=_StatusEnumTypeWrapper):
|
|
63
|
+
"""Server status."""
|
|
64
|
+
|
|
65
|
+
STATUS_UNSPECIFIED: Server.Status.ValueType # 0
|
|
66
|
+
"""Unspecified server status."""
|
|
67
|
+
PROVISIONING: Server.Status.ValueType # 1
|
|
68
|
+
"""Server is waiting for to be allocated from the hardware pool."""
|
|
69
|
+
STOPPING: Server.Status.ValueType # 3
|
|
70
|
+
"""Server is being stopped."""
|
|
71
|
+
STOPPED: Server.Status.ValueType # 4
|
|
72
|
+
"""Server has been stopped."""
|
|
73
|
+
STARTING: Server.Status.ValueType # 5
|
|
74
|
+
"""Server is being started."""
|
|
75
|
+
RESTARTING: Server.Status.ValueType # 6
|
|
76
|
+
"""Server is being restarted."""
|
|
77
|
+
ERROR: Server.Status.ValueType # 7
|
|
78
|
+
"""Server encountered a problem and cannot operate."""
|
|
79
|
+
DELETING: Server.Status.ValueType # 8
|
|
80
|
+
"""Server is being deleted."""
|
|
81
|
+
REINSTALLING: Server.Status.ValueType # 9
|
|
82
|
+
"""Server operating system is being reinstalled."""
|
|
83
|
+
UPDATING: Server.Status.ValueType # 10
|
|
84
|
+
"""Server is being updated."""
|
|
85
|
+
QUARANTINED: Server.Status.ValueType # 12
|
|
86
|
+
"""Server has been quarantined"""
|
|
87
|
+
RUNNING: Server.Status.ValueType # 14
|
|
88
|
+
"""Server is running normaly"""
|
|
89
|
+
|
|
90
|
+
@typing.final
|
|
91
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
92
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
93
|
+
|
|
94
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
95
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
96
|
+
key: builtins.str
|
|
97
|
+
value: builtins.str
|
|
98
|
+
def __init__(
|
|
99
|
+
self,
|
|
100
|
+
*,
|
|
101
|
+
key: builtins.str = ...,
|
|
102
|
+
value: builtins.str = ...,
|
|
103
|
+
) -> None: ...
|
|
104
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
105
|
+
|
|
106
|
+
ID_FIELD_NUMBER: builtins.int
|
|
107
|
+
CLOUD_ID_FIELD_NUMBER: builtins.int
|
|
108
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
109
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
110
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
111
|
+
ZONE_ID_FIELD_NUMBER: builtins.int
|
|
112
|
+
HARDWARE_POOL_ID_FIELD_NUMBER: builtins.int
|
|
113
|
+
STATUS_FIELD_NUMBER: builtins.int
|
|
114
|
+
OS_SETTINGS_FIELD_NUMBER: builtins.int
|
|
115
|
+
NETWORK_INTERFACES_FIELD_NUMBER: builtins.int
|
|
116
|
+
CONFIGURATION_ID_FIELD_NUMBER: builtins.int
|
|
117
|
+
DISKS_FIELD_NUMBER: builtins.int
|
|
118
|
+
CREATED_AT_FIELD_NUMBER: builtins.int
|
|
119
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
120
|
+
id: builtins.str
|
|
121
|
+
"""ID of the server."""
|
|
122
|
+
cloud_id: builtins.str
|
|
123
|
+
"""ID of the cloud that the server belongs to."""
|
|
124
|
+
folder_id: builtins.str
|
|
125
|
+
"""ID of the folder that the server belongs to."""
|
|
126
|
+
name: builtins.str
|
|
127
|
+
"""Name of the server.
|
|
128
|
+
The name is unique within the folder.
|
|
129
|
+
"""
|
|
130
|
+
description: builtins.str
|
|
131
|
+
"""Description of the server."""
|
|
132
|
+
zone_id: builtins.str
|
|
133
|
+
"""ID of the availability zone where the server is resides."""
|
|
134
|
+
hardware_pool_id: builtins.str
|
|
135
|
+
"""ID of the hardware pool that the server belongs to."""
|
|
136
|
+
status: global___Server.Status.ValueType
|
|
137
|
+
"""Status of the server."""
|
|
138
|
+
configuration_id: builtins.str
|
|
139
|
+
"""ID of the configuration that was used to create the server."""
|
|
140
|
+
@property
|
|
141
|
+
def os_settings(self) -> global___OsSettings:
|
|
142
|
+
"""Operating system specific settings of the server. Optional, will be empty if the server is
|
|
143
|
+
provisioned without an operating system.
|
|
144
|
+
"""
|
|
145
|
+
|
|
146
|
+
@property
|
|
147
|
+
def network_interfaces(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___NetworkInterface]:
|
|
148
|
+
"""Array of network interfaces that are attached to the instance."""
|
|
149
|
+
|
|
150
|
+
@property
|
|
151
|
+
def disks(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.baremetal.v1alpha.disk_pb2.Disk]:
|
|
152
|
+
"""Array of disks that are attached to the server."""
|
|
153
|
+
|
|
154
|
+
@property
|
|
155
|
+
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
156
|
+
"""Creation timestamp."""
|
|
157
|
+
|
|
158
|
+
@property
|
|
159
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
160
|
+
"""Resource labels as `key:value` pairs."""
|
|
161
|
+
|
|
162
|
+
def __init__(
|
|
163
|
+
self,
|
|
164
|
+
*,
|
|
165
|
+
id: builtins.str = ...,
|
|
166
|
+
cloud_id: builtins.str = ...,
|
|
167
|
+
folder_id: builtins.str = ...,
|
|
168
|
+
name: builtins.str = ...,
|
|
169
|
+
description: builtins.str = ...,
|
|
170
|
+
zone_id: builtins.str = ...,
|
|
171
|
+
hardware_pool_id: builtins.str = ...,
|
|
172
|
+
status: global___Server.Status.ValueType = ...,
|
|
173
|
+
os_settings: global___OsSettings | None = ...,
|
|
174
|
+
network_interfaces: collections.abc.Iterable[global___NetworkInterface] | None = ...,
|
|
175
|
+
configuration_id: builtins.str = ...,
|
|
176
|
+
disks: collections.abc.Iterable[yandex.cloud.baremetal.v1alpha.disk_pb2.Disk] | None = ...,
|
|
177
|
+
created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
178
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
179
|
+
) -> None: ...
|
|
180
|
+
def HasField(self, field_name: typing.Literal["created_at", b"created_at", "os_settings", b"os_settings"]) -> builtins.bool: ...
|
|
181
|
+
def ClearField(self, field_name: typing.Literal["cloud_id", b"cloud_id", "configuration_id", b"configuration_id", "created_at", b"created_at", "description", b"description", "disks", b"disks", "folder_id", b"folder_id", "hardware_pool_id", b"hardware_pool_id", "id", b"id", "labels", b"labels", "name", b"name", "network_interfaces", b"network_interfaces", "os_settings", b"os_settings", "status", b"status", "zone_id", b"zone_id"]) -> None: ...
|
|
182
|
+
|
|
183
|
+
global___Server = Server
|
|
184
|
+
|
|
185
|
+
@typing.final
|
|
186
|
+
class NetworkInterface(google.protobuf.message.Message):
|
|
187
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
188
|
+
|
|
189
|
+
ID_FIELD_NUMBER: builtins.int
|
|
190
|
+
MAC_ADDRESS_FIELD_NUMBER: builtins.int
|
|
191
|
+
IP_ADDRESS_FIELD_NUMBER: builtins.int
|
|
192
|
+
PRIVATE_SUBNET_FIELD_NUMBER: builtins.int
|
|
193
|
+
PUBLIC_SUBNET_FIELD_NUMBER: builtins.int
|
|
194
|
+
id: builtins.str
|
|
195
|
+
"""ID of the network interface."""
|
|
196
|
+
mac_address: builtins.str
|
|
197
|
+
"""MAC address that is assigned to the network interface."""
|
|
198
|
+
ip_address: builtins.str
|
|
199
|
+
"""IPv4 address that is assigned to the server for this network interface."""
|
|
200
|
+
@property
|
|
201
|
+
def private_subnet(self) -> global___PrivateSubnetNetworkInterface:
|
|
202
|
+
"""Private subnet."""
|
|
203
|
+
|
|
204
|
+
@property
|
|
205
|
+
def public_subnet(self) -> global___PublicSubnetNetworkInterface:
|
|
206
|
+
"""Public subnet."""
|
|
207
|
+
|
|
208
|
+
def __init__(
|
|
209
|
+
self,
|
|
210
|
+
*,
|
|
211
|
+
id: builtins.str = ...,
|
|
212
|
+
mac_address: builtins.str = ...,
|
|
213
|
+
ip_address: builtins.str = ...,
|
|
214
|
+
private_subnet: global___PrivateSubnetNetworkInterface | None = ...,
|
|
215
|
+
public_subnet: global___PublicSubnetNetworkInterface | None = ...,
|
|
216
|
+
) -> None: ...
|
|
217
|
+
def HasField(self, field_name: typing.Literal["private_subnet", b"private_subnet", "public_subnet", b"public_subnet", "subnet", b"subnet"]) -> builtins.bool: ...
|
|
218
|
+
def ClearField(self, field_name: typing.Literal["id", b"id", "ip_address", b"ip_address", "mac_address", b"mac_address", "private_subnet", b"private_subnet", "public_subnet", b"public_subnet", "subnet", b"subnet"]) -> None: ...
|
|
219
|
+
def WhichOneof(self, oneof_group: typing.Literal["subnet", b"subnet"]) -> typing.Literal["private_subnet", "public_subnet"] | None: ...
|
|
220
|
+
|
|
221
|
+
global___NetworkInterface = NetworkInterface
|
|
222
|
+
|
|
223
|
+
@typing.final
|
|
224
|
+
class PrivateSubnetNetworkInterface(google.protobuf.message.Message):
|
|
225
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
226
|
+
|
|
227
|
+
PRIVATE_SUBNET_ID_FIELD_NUMBER: builtins.int
|
|
228
|
+
private_subnet_id: builtins.str
|
|
229
|
+
"""ID of the private subnet."""
|
|
230
|
+
def __init__(
|
|
231
|
+
self,
|
|
232
|
+
*,
|
|
233
|
+
private_subnet_id: builtins.str = ...,
|
|
234
|
+
) -> None: ...
|
|
235
|
+
def ClearField(self, field_name: typing.Literal["private_subnet_id", b"private_subnet_id"]) -> None: ...
|
|
236
|
+
|
|
237
|
+
global___PrivateSubnetNetworkInterface = PrivateSubnetNetworkInterface
|
|
238
|
+
|
|
239
|
+
@typing.final
|
|
240
|
+
class PublicSubnetNetworkInterface(google.protobuf.message.Message):
|
|
241
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
242
|
+
|
|
243
|
+
PUBLIC_SUBNET_ID_FIELD_NUMBER: builtins.int
|
|
244
|
+
public_subnet_id: builtins.str
|
|
245
|
+
"""ID of the public subnet.
|
|
246
|
+
|
|
247
|
+
A new ephemeral public subnet will be created if not specified.
|
|
248
|
+
"""
|
|
249
|
+
def __init__(
|
|
250
|
+
self,
|
|
251
|
+
*,
|
|
252
|
+
public_subnet_id: builtins.str = ...,
|
|
253
|
+
) -> None: ...
|
|
254
|
+
def ClearField(self, field_name: typing.Literal["public_subnet_id", b"public_subnet_id"]) -> None: ...
|
|
255
|
+
|
|
256
|
+
global___PublicSubnetNetworkInterface = PublicSubnetNetworkInterface
|
|
257
|
+
|
|
258
|
+
@typing.final
|
|
259
|
+
class OsSettings(google.protobuf.message.Message):
|
|
260
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
261
|
+
|
|
262
|
+
IMAGE_ID_FIELD_NUMBER: builtins.int
|
|
263
|
+
SSH_PUBLIC_KEY_FIELD_NUMBER: builtins.int
|
|
264
|
+
STORAGES_FIELD_NUMBER: builtins.int
|
|
265
|
+
image_id: builtins.str
|
|
266
|
+
"""ID of the image that the server was created from."""
|
|
267
|
+
ssh_public_key: builtins.str
|
|
268
|
+
"""Public SSH key of the server."""
|
|
269
|
+
@property
|
|
270
|
+
def storages(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.baremetal.v1alpha.storage_pb2.Storage]:
|
|
271
|
+
"""List of storages."""
|
|
272
|
+
|
|
273
|
+
def __init__(
|
|
274
|
+
self,
|
|
275
|
+
*,
|
|
276
|
+
image_id: builtins.str = ...,
|
|
277
|
+
ssh_public_key: builtins.str = ...,
|
|
278
|
+
storages: collections.abc.Iterable[yandex.cloud.baremetal.v1alpha.storage_pb2.Storage] | None = ...,
|
|
279
|
+
) -> None: ...
|
|
280
|
+
def ClearField(self, field_name: typing.Literal["image_id", b"image_id", "ssh_public_key", b"ssh_public_key", "storages", b"storages"]) -> None: ...
|
|
281
|
+
|
|
282
|
+
global___OsSettings = OsSettings
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
|
2
|
+
"""Client and server classes corresponding to protobuf-defined services."""
|
|
3
|
+
import grpc
|
|
4
|
+
import warnings
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
GRPC_GENERATED_VERSION = '1.70.0'
|
|
8
|
+
GRPC_VERSION = grpc.__version__
|
|
9
|
+
_version_not_supported = False
|
|
10
|
+
|
|
11
|
+
try:
|
|
12
|
+
from grpc._utilities import first_version_is_lower
|
|
13
|
+
_version_not_supported = first_version_is_lower(GRPC_VERSION, GRPC_GENERATED_VERSION)
|
|
14
|
+
except ImportError:
|
|
15
|
+
_version_not_supported = True
|
|
16
|
+
|
|
17
|
+
if _version_not_supported:
|
|
18
|
+
raise RuntimeError(
|
|
19
|
+
f'The grpc package installed is at version {GRPC_VERSION},'
|
|
20
|
+
+ f' but the generated code in yandex/cloud/baremetal/v1alpha/server_pb2_grpc.py depends on'
|
|
21
|
+
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
|
22
|
+
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
|
23
|
+
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
|
24
|
+
)
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
|
|
12
|
+
_T = typing.TypeVar("_T")
|
|
13
|
+
|
|
14
|
+
class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
|
|
15
|
+
|
|
16
|
+
class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
|
|
17
|
+
...
|
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: yandex/cloud/baremetal/v1alpha/server_service.proto
|
|
5
|
+
# Protobuf Python Version: 5.29.0
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
5,
|
|
15
|
+
29,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'yandex/cloud/baremetal/v1alpha/server_service.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
|
|
26
|
+
from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
|
|
27
|
+
from yandex.cloud.baremetal.v1alpha import server_pb2 as yandex_dot_cloud_dot_baremetal_dot_v1alpha_dot_server__pb2
|
|
28
|
+
from yandex.cloud.baremetal.v1alpha import storage_pb2 as yandex_dot_cloud_dot_baremetal_dot_v1alpha_dot_storage__pb2
|
|
29
|
+
from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
|
|
30
|
+
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3yandex/cloud/baremetal/v1alpha/server_service.proto\x12\x1eyandex.cloud.baremetal.v1alpha\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a+yandex/cloud/baremetal/v1alpha/server.proto\x1a,yandex/cloud/baremetal/v1alpha/storage.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"?\n\x10GetServerRequest\x12+\n\tserver_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\"\x9e\x01\n\x11ListServerRequest\x12/\n\tfolder_id\x18\x01 \x01(\tB\x1c\xf2\xc7\x31\x10[a-z][a-z0-9.-]*\x8a\xc8\x31\x04<=50\x12\x1c\n\tpage_size\x18\x64 \x01(\x03\x42\t\xfa\xc7\x31\x05<=100\x12\x12\n\npage_token\x18\x65 \x01(\t\x12\x10\n\x08order_by\x18\x66 \x01(\t\x12\x0e\n\x06\x66ilter\x18g \x01(\tJ\x04\x08\x02\x10\x64\"l\n\x12ListServerResponse\x12\x37\n\x07servers\x18\x01 \x03(\x0b\x32&.yandex.cloud.baremetal.v1alpha.Server\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"\x90\x05\n\x13\x43reateServerRequest\x12/\n\tfolder_id\x18\x01 \x01(\tB\x1c\xf2\xc7\x31\x10[a-z][a-z0-9.-]*\x8a\xc8\x31\x04<=50\x12\x34\n\x04name\x18\x02 \x01(\tB&\xf2\xc7\x31\x1a[a-z]([-a-z0-9]*[a-z0-9])?\x8a\xc8\x31\x04\x32-56\x12\x1f\n\x0b\x64\x65scription\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12\"\n\x10hardware_pool_id\x18\x04 \x01(\tB\x08\x8a\xc8\x31\x04<=20\x12\x32\n\x10\x63onfiguration_id\x18\x05 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\x12\"\n\x10rental_period_id\x18\x0b \x01(\tB\x08\x8a\xc8\x31\x04<=20\x12Y\n\x12network_interfaces\x18\x0f \x03(\x0b\x32\x34.yandex.cloud.baremetal.v1alpha.NetworkInterfaceSpecB\x07\x82\xc8\x31\x03<=2\x12H\n\x10os_settings_spec\x18\x10 \x01(\x0b\x32..yandex.cloud.baremetal.v1alpha.OsSettingsSpec\x12\x8d\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32?.yandex.cloud.baremetal.v1alpha.CreateServerRequest.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\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x06\x10\x0bJ\x04\x08\x0c\x10\x0fJ\x05\x08\x11\x10\xc8\x01\")\n\x14\x43reateServerMetadata\x12\x11\n\tserver_id\x18\x01 \x01(\t\"\xeb\x03\n\x13UpdateServerRequest\x12+\n\tserver_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x34\n\x04name\x18\x03 \x01(\tB&\xf2\xc7\x31\x1a[a-z]([-a-z0-9]*[a-z0-9])?\x8a\xc8\x31\x04\x32-63\x12\x1f\n\x0b\x64\x65scription\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12Y\n\x12network_interfaces\x18\x05 \x03(\x0b\x32\x34.yandex.cloud.baremetal.v1alpha.NetworkInterfaceSpecB\x07\x82\xc8\x31\x03\x31-2\x12\x8d\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32?.yandex.cloud.baremetal.v1alpha.UpdateServerRequest.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\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x05\x08\x06\x10\xc8\x01\"\x81\x02\n\x14NetworkInterfaceSpec\x12)\n\x02id\x18\x01 \x01(\tB\x1d\xf2\xc7\x31\x11([a-z][a-z0-9]*)?\x8a\xc8\x31\x04<=20\x12W\n\x0eprivate_subnet\x18\x07 \x01(\x0b\x32=.yandex.cloud.baremetal.v1alpha.PrivateSubnetNetworkInterfaceH\x00\x12U\n\rpublic_subnet\x18\x08 \x01(\x0b\x32<.yandex.cloud.baremetal.v1alpha.PublicSubnetNetworkInterfaceH\x00\x42\x08\n\x06subnetJ\x04\x08\x02\x10\x07\")\n\x14UpdateServerMetadata\x12\x11\n\tserver_id\x18\x01 \x01(\t\"B\n\x13\x44\x65leteServerRequest\x12+\n\tserver_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\")\n\x14\x44\x65leteServerMetadata\x12\x11\n\tserver_id\x18\x01 \x01(\t\"D\n\x15PowerOffServerRequest\x12+\n\tserver_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\"+\n\x16PowerOffServerMetadata\x12\x11\n\tserver_id\x18\x01 \x01(\t\"C\n\x14PowerOnServerRequest\x12+\n\tserver_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\"*\n\x15PowerOnServerMetadata\x12\x11\n\tserver_id\x18\x01 \x01(\t\"B\n\x13RebootServerRequest\x12+\n\tserver_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\")\n\x14RebootServerMetadata\x12\x11\n\tserver_id\x18\x01 \x01(\t\"\xa7\x01\n\x16ReinstallServerRequest\x12+\n\tserver_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\x12H\n\x10os_settings_spec\x18\t \x01(\x0b\x32..yandex.cloud.baremetal.v1alpha.OsSettingsSpecJ\x04\x08\x02\x10\x06J\x04\x08\x07\x10\x08J\x04\x08\x08\x10\tJ\x04\x08\x06\x10\x07\",\n\x17ReinstallServerMetadata\x12\x11\n\tserver_id\x18\x01 \x01(\t\"\x82\x01\n\x1bListServerOperationsRequest\x12+\n\tserver_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\x12\x1c\n\tpage_size\x18\x64 \x01(\x03\x42\t\xfa\xc7\x31\x05<=100\x12\x12\n\npage_token\x18\x65 \x01(\tJ\x04\x08\x02\x10\x64\"t\n\x1cListServerOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"\xbf\x05\n\x19\x42\x61tchCreateServersRequest\x12/\n\tfolder_id\x18\x01 \x01(\tB\x1c\xf2\xc7\x31\x10[a-z][a-z0-9.-]*\x8a\xc8\x31\x04<=50\x12\x34\n\x04name\x18\x02 \x01(\tB&\xf2\xc7\x31\x1a[a-z]([-a-z0-9]*[a-z0-9])?\x8a\xc8\x31\x04\x32-56\x12\x1f\n\x0b\x64\x65scription\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12\"\n\x10hardware_pool_id\x18\x04 \x01(\tB\x08\x8a\xc8\x31\x04<=20\x12\x32\n\x10\x63onfiguration_id\x18\x05 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\x12\"\n\x10rental_period_id\x18\x0b \x01(\tB\x08\x8a\xc8\x31\x04<=20\x12Y\n\x12network_interfaces\x18\x0f \x03(\x0b\x32\x34.yandex.cloud.baremetal.v1alpha.NetworkInterfaceSpecB\x07\x82\xc8\x31\x03<=2\x12H\n\x10os_settings_spec\x18\x10 \x01(\x0b\x32..yandex.cloud.baremetal.v1alpha.OsSettingsSpec\x12\x93\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x45.yandex.cloud.baremetal.v1alpha.BatchCreateServersRequest.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\x19\n\x05\x63ount\x18\xac\x02 \x01(\x03\x42\t\xfa\xc7\x31\x05\x31-100\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x06\x10\x0bJ\x04\x08\x0c\x10\x0fJ\x05\x08\x11\x10\xc8\x01J\x06\x08\xc9\x01\x10\xac\x02\"U\n\x1a\x42\x61tchCreateServersResponse\x12\x37\n\x07servers\x18\x01 \x03(\x0b\x32&.yandex.cloud.baremetal.v1alpha.Server\"0\n\x1a\x42\x61tchCreateServersMetadata\x12\x12\n\nserver_ids\x18\x01 \x03(\t\"-\n\x18QuarantineServerMetadata\x12\x11\n\tserver_id\x18\x01 \x01(\t\"G\n\x18StartProlongationRequest\x12+\n\tserver_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\"F\n\x17StopProlongationRequest\x12+\n\tserver_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\"2\n\x1dServerSetProlongationMetadata\x12\x11\n\tserver_id\x18\x01 \x01(\t\"\xea\x02\n\x0eOsSettingsSpec\x12,\n\x08image_id\x18\x01 \x01(\tB\x1a\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x04<=20\x12\x39\n\x08storages\x18\x02 \x03(\x0b\x32\'.yandex.cloud.baremetal.v1alpha.Storage\x12%\n\x0essh_public_key\x18\x04 \x01(\tB\x0b\x8a\xc8\x31\x07<=20000H\x00\x12\x1f\n\x0buser_ssh_id\x18\x05 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12&\n\x13password_plain_text\x18\n \x01(\tB\x07\x8a\xc8\x31\x03>=6H\x01\x12P\n\x17password_lockbox_secret\x18\x0b \x01(\x0b\x32-.yandex.cloud.baremetal.v1alpha.LockboxSecretH\x01\x42\x0f\n\x07ssh_key\x12\x04\xc0\xc1\x31\x01\x42\x10\n\x08password\x12\x04\xc0\xc1\x31\x01J\x04\x08\x03\x10\x04J\x04\x08\x06\x10\n\"O\n\rLockboxSecret\x12\x17\n\tsecret_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x12\n\nversion_id\x18\x02 \x01(\t\x12\x11\n\x03key\x18\x03 \x01(\tB\x04\xe8\xc7\x31\x01\x32\xd5\r\n\rServerService\x12\x61\n\x03Get\x12\x30.yandex.cloud.baremetal.v1alpha.GetServerRequest\x1a&.yandex.cloud.baremetal.v1alpha.Server\"\x00\x12o\n\x04List\x12\x31.yandex.cloud.baremetal.v1alpha.ListServerRequest\x1a\x32.yandex.cloud.baremetal.v1alpha.ListServerResponse\"\x00\x12\x84\x01\n\x06\x43reate\x12\x33.yandex.cloud.baremetal.v1alpha.CreateServerRequest\x1a!.yandex.cloud.operation.Operation\"\"\xb2\xd2*\x1e\n\x14\x43reateServerMetadata\x12\x06Server\x12\xa9\x01\n\x0b\x42\x61tchCreate\x12\x39.yandex.cloud.baremetal.v1alpha.BatchCreateServersRequest\x1a!.yandex.cloud.operation.Operation\"<\xb2\xd2*8\n\x1a\x42\x61tchCreateServersMetadata\x12\x1a\x42\x61tchCreateServersResponse\x12\x84\x01\n\x06Update\x12\x33.yandex.cloud.baremetal.v1alpha.UpdateServerRequest\x1a!.yandex.cloud.operation.Operation\"\"\xb2\xd2*\x1e\n\x14UpdateServerMetadata\x12\x06Server\x12\x99\x01\n\x08PowerOff\x12\x35.yandex.cloud.baremetal.v1alpha.PowerOffServerRequest\x1a!.yandex.cloud.operation.Operation\"3\xb2\xd2*/\n\x16PowerOffServerMetadata\x12\x15google.protobuf.Empty\x12\x96\x01\n\x07PowerOn\x12\x34.yandex.cloud.baremetal.v1alpha.PowerOnServerRequest\x1a!.yandex.cloud.operation.Operation\"2\xb2\xd2*.\n\x15PowerOnServerMetadata\x12\x15google.protobuf.Empty\x12\x93\x01\n\x06Reboot\x12\x33.yandex.cloud.baremetal.v1alpha.RebootServerRequest\x1a!.yandex.cloud.operation.Operation\"1\xb2\xd2*-\n\x14RebootServerMetadata\x12\x15google.protobuf.Empty\x12\x9c\x01\n\tReinstall\x12\x36.yandex.cloud.baremetal.v1alpha.ReinstallServerRequest\x1a!.yandex.cloud.operation.Operation\"4\xb2\xd2*0\n\x17ReinstallServerMetadata\x12\x15google.protobuf.Empty\x12\x9d\x01\n\x11StartProlongation\x12\x38.yandex.cloud.baremetal.v1alpha.StartProlongationRequest\x1a!.yandex.cloud.operation.Operation\"+\xb2\xd2*\'\n\x1dServerSetProlongationMetadata\x12\x06Server\x12\x9b\x01\n\x10StopProlongation\x12\x37.yandex.cloud.baremetal.v1alpha.StopProlongationRequest\x1a!.yandex.cloud.operation.Operation\"+\xb2\xd2*\'\n\x1dServerSetProlongationMetadata\x12\x06Server\x12\x8d\x01\n\x0eListOperations\x12;.yandex.cloud.baremetal.v1alpha.ListServerOperationsRequest\x1a<.yandex.cloud.baremetal.v1alpha.ListServerOperationsResponse\"\x00\x42r\n\"yandex.cloud.api.baremetal.v1alphaZLgithub.com/yandex-cloud/go-genproto/yandex/cloud/baremetal/v1alpha;baremetalb\x06proto3')
|
|
34
|
+
|
|
35
|
+
_globals = globals()
|
|
36
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
37
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.baremetal.v1alpha.server_service_pb2', _globals)
|
|
38
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
39
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
40
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\"yandex.cloud.api.baremetal.v1alphaZLgithub.com/yandex-cloud/go-genproto/yandex/cloud/baremetal/v1alpha;baremetal'
|
|
41
|
+
_globals['_GETSERVERREQUEST'].fields_by_name['server_id']._loaded_options = None
|
|
42
|
+
_globals['_GETSERVERREQUEST'].fields_by_name['server_id']._serialized_options = b'\362\3071\016[a-z][a-z0-9]*\212\3101\00220'
|
|
43
|
+
_globals['_LISTSERVERREQUEST'].fields_by_name['folder_id']._loaded_options = None
|
|
44
|
+
_globals['_LISTSERVERREQUEST'].fields_by_name['folder_id']._serialized_options = b'\362\3071\020[a-z][a-z0-9.-]*\212\3101\004<=50'
|
|
45
|
+
_globals['_LISTSERVERREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
46
|
+
_globals['_LISTSERVERREQUEST'].fields_by_name['page_size']._serialized_options = b'\372\3071\005<=100'
|
|
47
|
+
_globals['_CREATESERVERREQUEST_LABELSENTRY']._loaded_options = None
|
|
48
|
+
_globals['_CREATESERVERREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
49
|
+
_globals['_CREATESERVERREQUEST'].fields_by_name['folder_id']._loaded_options = None
|
|
50
|
+
_globals['_CREATESERVERREQUEST'].fields_by_name['folder_id']._serialized_options = b'\362\3071\020[a-z][a-z0-9.-]*\212\3101\004<=50'
|
|
51
|
+
_globals['_CREATESERVERREQUEST'].fields_by_name['name']._loaded_options = None
|
|
52
|
+
_globals['_CREATESERVERREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071\032[a-z]([-a-z0-9]*[a-z0-9])?\212\3101\0042-56'
|
|
53
|
+
_globals['_CREATESERVERREQUEST'].fields_by_name['description']._loaded_options = None
|
|
54
|
+
_globals['_CREATESERVERREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\006<=1024'
|
|
55
|
+
_globals['_CREATESERVERREQUEST'].fields_by_name['hardware_pool_id']._loaded_options = None
|
|
56
|
+
_globals['_CREATESERVERREQUEST'].fields_by_name['hardware_pool_id']._serialized_options = b'\212\3101\004<=20'
|
|
57
|
+
_globals['_CREATESERVERREQUEST'].fields_by_name['configuration_id']._loaded_options = None
|
|
58
|
+
_globals['_CREATESERVERREQUEST'].fields_by_name['configuration_id']._serialized_options = b'\362\3071\016[a-z][a-z0-9]*\212\3101\00220'
|
|
59
|
+
_globals['_CREATESERVERREQUEST'].fields_by_name['rental_period_id']._loaded_options = None
|
|
60
|
+
_globals['_CREATESERVERREQUEST'].fields_by_name['rental_period_id']._serialized_options = b'\212\3101\004<=20'
|
|
61
|
+
_globals['_CREATESERVERREQUEST'].fields_by_name['network_interfaces']._loaded_options = None
|
|
62
|
+
_globals['_CREATESERVERREQUEST'].fields_by_name['network_interfaces']._serialized_options = b'\202\3101\003<=2'
|
|
63
|
+
_globals['_CREATESERVERREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
64
|
+
_globals['_CREATESERVERREQUEST'].fields_by_name['labels']._serialized_options = b'\362\3071\013[-_0-9a-z]*\202\3101\004<=64\212\3101\004<=63\262\3101\030\022\020[a-z][-_0-9a-z]*\032\0041-63'
|
|
65
|
+
_globals['_UPDATESERVERREQUEST_LABELSENTRY']._loaded_options = None
|
|
66
|
+
_globals['_UPDATESERVERREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
67
|
+
_globals['_UPDATESERVERREQUEST'].fields_by_name['server_id']._loaded_options = None
|
|
68
|
+
_globals['_UPDATESERVERREQUEST'].fields_by_name['server_id']._serialized_options = b'\362\3071\016[a-z][a-z0-9]*\212\3101\00220'
|
|
69
|
+
_globals['_UPDATESERVERREQUEST'].fields_by_name['name']._loaded_options = None
|
|
70
|
+
_globals['_UPDATESERVERREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071\032[a-z]([-a-z0-9]*[a-z0-9])?\212\3101\0042-63'
|
|
71
|
+
_globals['_UPDATESERVERREQUEST'].fields_by_name['description']._loaded_options = None
|
|
72
|
+
_globals['_UPDATESERVERREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\006<=1024'
|
|
73
|
+
_globals['_UPDATESERVERREQUEST'].fields_by_name['network_interfaces']._loaded_options = None
|
|
74
|
+
_globals['_UPDATESERVERREQUEST'].fields_by_name['network_interfaces']._serialized_options = b'\202\3101\0031-2'
|
|
75
|
+
_globals['_UPDATESERVERREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
76
|
+
_globals['_UPDATESERVERREQUEST'].fields_by_name['labels']._serialized_options = b'\362\3071\013[-_0-9a-z]*\202\3101\004<=64\212\3101\004<=63\262\3101\030\022\020[a-z][-_0-9a-z]*\032\0041-63'
|
|
77
|
+
_globals['_NETWORKINTERFACESPEC'].fields_by_name['id']._loaded_options = None
|
|
78
|
+
_globals['_NETWORKINTERFACESPEC'].fields_by_name['id']._serialized_options = b'\362\3071\021([a-z][a-z0-9]*)?\212\3101\004<=20'
|
|
79
|
+
_globals['_DELETESERVERREQUEST'].fields_by_name['server_id']._loaded_options = None
|
|
80
|
+
_globals['_DELETESERVERREQUEST'].fields_by_name['server_id']._serialized_options = b'\362\3071\016[a-z][a-z0-9]*\212\3101\00220'
|
|
81
|
+
_globals['_POWEROFFSERVERREQUEST'].fields_by_name['server_id']._loaded_options = None
|
|
82
|
+
_globals['_POWEROFFSERVERREQUEST'].fields_by_name['server_id']._serialized_options = b'\362\3071\016[a-z][a-z0-9]*\212\3101\00220'
|
|
83
|
+
_globals['_POWERONSERVERREQUEST'].fields_by_name['server_id']._loaded_options = None
|
|
84
|
+
_globals['_POWERONSERVERREQUEST'].fields_by_name['server_id']._serialized_options = b'\362\3071\016[a-z][a-z0-9]*\212\3101\00220'
|
|
85
|
+
_globals['_REBOOTSERVERREQUEST'].fields_by_name['server_id']._loaded_options = None
|
|
86
|
+
_globals['_REBOOTSERVERREQUEST'].fields_by_name['server_id']._serialized_options = b'\362\3071\016[a-z][a-z0-9]*\212\3101\00220'
|
|
87
|
+
_globals['_REINSTALLSERVERREQUEST'].fields_by_name['server_id']._loaded_options = None
|
|
88
|
+
_globals['_REINSTALLSERVERREQUEST'].fields_by_name['server_id']._serialized_options = b'\362\3071\016[a-z][a-z0-9]*\212\3101\00220'
|
|
89
|
+
_globals['_LISTSERVEROPERATIONSREQUEST'].fields_by_name['server_id']._loaded_options = None
|
|
90
|
+
_globals['_LISTSERVEROPERATIONSREQUEST'].fields_by_name['server_id']._serialized_options = b'\362\3071\016[a-z][a-z0-9]*\212\3101\00220'
|
|
91
|
+
_globals['_LISTSERVEROPERATIONSREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
92
|
+
_globals['_LISTSERVEROPERATIONSREQUEST'].fields_by_name['page_size']._serialized_options = b'\372\3071\005<=100'
|
|
93
|
+
_globals['_BATCHCREATESERVERSREQUEST_LABELSENTRY']._loaded_options = None
|
|
94
|
+
_globals['_BATCHCREATESERVERSREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
95
|
+
_globals['_BATCHCREATESERVERSREQUEST'].fields_by_name['folder_id']._loaded_options = None
|
|
96
|
+
_globals['_BATCHCREATESERVERSREQUEST'].fields_by_name['folder_id']._serialized_options = b'\362\3071\020[a-z][a-z0-9.-]*\212\3101\004<=50'
|
|
97
|
+
_globals['_BATCHCREATESERVERSREQUEST'].fields_by_name['name']._loaded_options = None
|
|
98
|
+
_globals['_BATCHCREATESERVERSREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071\032[a-z]([-a-z0-9]*[a-z0-9])?\212\3101\0042-56'
|
|
99
|
+
_globals['_BATCHCREATESERVERSREQUEST'].fields_by_name['description']._loaded_options = None
|
|
100
|
+
_globals['_BATCHCREATESERVERSREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\006<=1024'
|
|
101
|
+
_globals['_BATCHCREATESERVERSREQUEST'].fields_by_name['hardware_pool_id']._loaded_options = None
|
|
102
|
+
_globals['_BATCHCREATESERVERSREQUEST'].fields_by_name['hardware_pool_id']._serialized_options = b'\212\3101\004<=20'
|
|
103
|
+
_globals['_BATCHCREATESERVERSREQUEST'].fields_by_name['configuration_id']._loaded_options = None
|
|
104
|
+
_globals['_BATCHCREATESERVERSREQUEST'].fields_by_name['configuration_id']._serialized_options = b'\362\3071\016[a-z][a-z0-9]*\212\3101\00220'
|
|
105
|
+
_globals['_BATCHCREATESERVERSREQUEST'].fields_by_name['rental_period_id']._loaded_options = None
|
|
106
|
+
_globals['_BATCHCREATESERVERSREQUEST'].fields_by_name['rental_period_id']._serialized_options = b'\212\3101\004<=20'
|
|
107
|
+
_globals['_BATCHCREATESERVERSREQUEST'].fields_by_name['network_interfaces']._loaded_options = None
|
|
108
|
+
_globals['_BATCHCREATESERVERSREQUEST'].fields_by_name['network_interfaces']._serialized_options = b'\202\3101\003<=2'
|
|
109
|
+
_globals['_BATCHCREATESERVERSREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
110
|
+
_globals['_BATCHCREATESERVERSREQUEST'].fields_by_name['labels']._serialized_options = b'\362\3071\013[-_0-9a-z]*\202\3101\004<=64\212\3101\004<=63\262\3101\030\022\020[a-z][-_0-9a-z]*\032\0041-63'
|
|
111
|
+
_globals['_BATCHCREATESERVERSREQUEST'].fields_by_name['count']._loaded_options = None
|
|
112
|
+
_globals['_BATCHCREATESERVERSREQUEST'].fields_by_name['count']._serialized_options = b'\372\3071\0051-100'
|
|
113
|
+
_globals['_STARTPROLONGATIONREQUEST'].fields_by_name['server_id']._loaded_options = None
|
|
114
|
+
_globals['_STARTPROLONGATIONREQUEST'].fields_by_name['server_id']._serialized_options = b'\362\3071\016[a-z][a-z0-9]*\212\3101\00220'
|
|
115
|
+
_globals['_STOPPROLONGATIONREQUEST'].fields_by_name['server_id']._loaded_options = None
|
|
116
|
+
_globals['_STOPPROLONGATIONREQUEST'].fields_by_name['server_id']._serialized_options = b'\362\3071\016[a-z][a-z0-9]*\212\3101\00220'
|
|
117
|
+
_globals['_OSSETTINGSSPEC'].oneofs_by_name['ssh_key']._loaded_options = None
|
|
118
|
+
_globals['_OSSETTINGSSPEC'].oneofs_by_name['ssh_key']._serialized_options = b'\300\3011\001'
|
|
119
|
+
_globals['_OSSETTINGSSPEC'].oneofs_by_name['password']._loaded_options = None
|
|
120
|
+
_globals['_OSSETTINGSSPEC'].oneofs_by_name['password']._serialized_options = b'\300\3011\001'
|
|
121
|
+
_globals['_OSSETTINGSSPEC'].fields_by_name['image_id']._loaded_options = None
|
|
122
|
+
_globals['_OSSETTINGSSPEC'].fields_by_name['image_id']._serialized_options = b'\362\3071\016[a-z][a-z0-9]*\212\3101\004<=20'
|
|
123
|
+
_globals['_OSSETTINGSSPEC'].fields_by_name['ssh_public_key']._loaded_options = None
|
|
124
|
+
_globals['_OSSETTINGSSPEC'].fields_by_name['ssh_public_key']._serialized_options = b'\212\3101\007<=20000'
|
|
125
|
+
_globals['_OSSETTINGSSPEC'].fields_by_name['user_ssh_id']._loaded_options = None
|
|
126
|
+
_globals['_OSSETTINGSSPEC'].fields_by_name['user_ssh_id']._serialized_options = b'\212\3101\004<=50'
|
|
127
|
+
_globals['_OSSETTINGSSPEC'].fields_by_name['password_plain_text']._loaded_options = None
|
|
128
|
+
_globals['_OSSETTINGSSPEC'].fields_by_name['password_plain_text']._serialized_options = b'\212\3101\003>=6'
|
|
129
|
+
_globals['_LOCKBOXSECRET'].fields_by_name['secret_id']._loaded_options = None
|
|
130
|
+
_globals['_LOCKBOXSECRET'].fields_by_name['secret_id']._serialized_options = b'\350\3071\001'
|
|
131
|
+
_globals['_LOCKBOXSECRET'].fields_by_name['key']._loaded_options = None
|
|
132
|
+
_globals['_LOCKBOXSECRET'].fields_by_name['key']._serialized_options = b'\350\3071\001'
|
|
133
|
+
_globals['_SERVERSERVICE'].methods_by_name['Create']._loaded_options = None
|
|
134
|
+
_globals['_SERVERSERVICE'].methods_by_name['Create']._serialized_options = b'\262\322*\036\n\024CreateServerMetadata\022\006Server'
|
|
135
|
+
_globals['_SERVERSERVICE'].methods_by_name['BatchCreate']._loaded_options = None
|
|
136
|
+
_globals['_SERVERSERVICE'].methods_by_name['BatchCreate']._serialized_options = b'\262\322*8\n\032BatchCreateServersMetadata\022\032BatchCreateServersResponse'
|
|
137
|
+
_globals['_SERVERSERVICE'].methods_by_name['Update']._loaded_options = None
|
|
138
|
+
_globals['_SERVERSERVICE'].methods_by_name['Update']._serialized_options = b'\262\322*\036\n\024UpdateServerMetadata\022\006Server'
|
|
139
|
+
_globals['_SERVERSERVICE'].methods_by_name['PowerOff']._loaded_options = None
|
|
140
|
+
_globals['_SERVERSERVICE'].methods_by_name['PowerOff']._serialized_options = b'\262\322*/\n\026PowerOffServerMetadata\022\025google.protobuf.Empty'
|
|
141
|
+
_globals['_SERVERSERVICE'].methods_by_name['PowerOn']._loaded_options = None
|
|
142
|
+
_globals['_SERVERSERVICE'].methods_by_name['PowerOn']._serialized_options = b'\262\322*.\n\025PowerOnServerMetadata\022\025google.protobuf.Empty'
|
|
143
|
+
_globals['_SERVERSERVICE'].methods_by_name['Reboot']._loaded_options = None
|
|
144
|
+
_globals['_SERVERSERVICE'].methods_by_name['Reboot']._serialized_options = b'\262\322*-\n\024RebootServerMetadata\022\025google.protobuf.Empty'
|
|
145
|
+
_globals['_SERVERSERVICE'].methods_by_name['Reinstall']._loaded_options = None
|
|
146
|
+
_globals['_SERVERSERVICE'].methods_by_name['Reinstall']._serialized_options = b'\262\322*0\n\027ReinstallServerMetadata\022\025google.protobuf.Empty'
|
|
147
|
+
_globals['_SERVERSERVICE'].methods_by_name['StartProlongation']._loaded_options = None
|
|
148
|
+
_globals['_SERVERSERVICE'].methods_by_name['StartProlongation']._serialized_options = b'\262\322*\'\n\035ServerSetProlongationMetadata\022\006Server'
|
|
149
|
+
_globals['_SERVERSERVICE'].methods_by_name['StopProlongation']._loaded_options = None
|
|
150
|
+
_globals['_SERVERSERVICE'].methods_by_name['StopProlongation']._serialized_options = b'\262\322*\'\n\035ServerSetProlongationMetadata\022\006Server'
|
|
151
|
+
_globals['_GETSERVERREQUEST']._serialized_start=317
|
|
152
|
+
_globals['_GETSERVERREQUEST']._serialized_end=380
|
|
153
|
+
_globals['_LISTSERVERREQUEST']._serialized_start=383
|
|
154
|
+
_globals['_LISTSERVERREQUEST']._serialized_end=541
|
|
155
|
+
_globals['_LISTSERVERRESPONSE']._serialized_start=543
|
|
156
|
+
_globals['_LISTSERVERRESPONSE']._serialized_end=651
|
|
157
|
+
_globals['_CREATESERVERREQUEST']._serialized_start=654
|
|
158
|
+
_globals['_CREATESERVERREQUEST']._serialized_end=1310
|
|
159
|
+
_globals['_CREATESERVERREQUEST_LABELSENTRY']._serialized_start=1246
|
|
160
|
+
_globals['_CREATESERVERREQUEST_LABELSENTRY']._serialized_end=1291
|
|
161
|
+
_globals['_CREATESERVERMETADATA']._serialized_start=1312
|
|
162
|
+
_globals['_CREATESERVERMETADATA']._serialized_end=1353
|
|
163
|
+
_globals['_UPDATESERVERREQUEST']._serialized_start=1356
|
|
164
|
+
_globals['_UPDATESERVERREQUEST']._serialized_end=1847
|
|
165
|
+
_globals['_UPDATESERVERREQUEST_LABELSENTRY']._serialized_start=1246
|
|
166
|
+
_globals['_UPDATESERVERREQUEST_LABELSENTRY']._serialized_end=1291
|
|
167
|
+
_globals['_NETWORKINTERFACESPEC']._serialized_start=1850
|
|
168
|
+
_globals['_NETWORKINTERFACESPEC']._serialized_end=2107
|
|
169
|
+
_globals['_UPDATESERVERMETADATA']._serialized_start=2109
|
|
170
|
+
_globals['_UPDATESERVERMETADATA']._serialized_end=2150
|
|
171
|
+
_globals['_DELETESERVERREQUEST']._serialized_start=2152
|
|
172
|
+
_globals['_DELETESERVERREQUEST']._serialized_end=2218
|
|
173
|
+
_globals['_DELETESERVERMETADATA']._serialized_start=2220
|
|
174
|
+
_globals['_DELETESERVERMETADATA']._serialized_end=2261
|
|
175
|
+
_globals['_POWEROFFSERVERREQUEST']._serialized_start=2263
|
|
176
|
+
_globals['_POWEROFFSERVERREQUEST']._serialized_end=2331
|
|
177
|
+
_globals['_POWEROFFSERVERMETADATA']._serialized_start=2333
|
|
178
|
+
_globals['_POWEROFFSERVERMETADATA']._serialized_end=2376
|
|
179
|
+
_globals['_POWERONSERVERREQUEST']._serialized_start=2378
|
|
180
|
+
_globals['_POWERONSERVERREQUEST']._serialized_end=2445
|
|
181
|
+
_globals['_POWERONSERVERMETADATA']._serialized_start=2447
|
|
182
|
+
_globals['_POWERONSERVERMETADATA']._serialized_end=2489
|
|
183
|
+
_globals['_REBOOTSERVERREQUEST']._serialized_start=2491
|
|
184
|
+
_globals['_REBOOTSERVERREQUEST']._serialized_end=2557
|
|
185
|
+
_globals['_REBOOTSERVERMETADATA']._serialized_start=2559
|
|
186
|
+
_globals['_REBOOTSERVERMETADATA']._serialized_end=2600
|
|
187
|
+
_globals['_REINSTALLSERVERREQUEST']._serialized_start=2603
|
|
188
|
+
_globals['_REINSTALLSERVERREQUEST']._serialized_end=2770
|
|
189
|
+
_globals['_REINSTALLSERVERMETADATA']._serialized_start=2772
|
|
190
|
+
_globals['_REINSTALLSERVERMETADATA']._serialized_end=2816
|
|
191
|
+
_globals['_LISTSERVEROPERATIONSREQUEST']._serialized_start=2819
|
|
192
|
+
_globals['_LISTSERVEROPERATIONSREQUEST']._serialized_end=2949
|
|
193
|
+
_globals['_LISTSERVEROPERATIONSRESPONSE']._serialized_start=2951
|
|
194
|
+
_globals['_LISTSERVEROPERATIONSRESPONSE']._serialized_end=3067
|
|
195
|
+
_globals['_BATCHCREATESERVERSREQUEST']._serialized_start=3070
|
|
196
|
+
_globals['_BATCHCREATESERVERSREQUEST']._serialized_end=3773
|
|
197
|
+
_globals['_BATCHCREATESERVERSREQUEST_LABELSENTRY']._serialized_start=1246
|
|
198
|
+
_globals['_BATCHCREATESERVERSREQUEST_LABELSENTRY']._serialized_end=1291
|
|
199
|
+
_globals['_BATCHCREATESERVERSRESPONSE']._serialized_start=3775
|
|
200
|
+
_globals['_BATCHCREATESERVERSRESPONSE']._serialized_end=3860
|
|
201
|
+
_globals['_BATCHCREATESERVERSMETADATA']._serialized_start=3862
|
|
202
|
+
_globals['_BATCHCREATESERVERSMETADATA']._serialized_end=3910
|
|
203
|
+
_globals['_QUARANTINESERVERMETADATA']._serialized_start=3912
|
|
204
|
+
_globals['_QUARANTINESERVERMETADATA']._serialized_end=3957
|
|
205
|
+
_globals['_STARTPROLONGATIONREQUEST']._serialized_start=3959
|
|
206
|
+
_globals['_STARTPROLONGATIONREQUEST']._serialized_end=4030
|
|
207
|
+
_globals['_STOPPROLONGATIONREQUEST']._serialized_start=4032
|
|
208
|
+
_globals['_STOPPROLONGATIONREQUEST']._serialized_end=4102
|
|
209
|
+
_globals['_SERVERSETPROLONGATIONMETADATA']._serialized_start=4104
|
|
210
|
+
_globals['_SERVERSETPROLONGATIONMETADATA']._serialized_end=4154
|
|
211
|
+
_globals['_OSSETTINGSSPEC']._serialized_start=4157
|
|
212
|
+
_globals['_OSSETTINGSSPEC']._serialized_end=4519
|
|
213
|
+
_globals['_LOCKBOXSECRET']._serialized_start=4521
|
|
214
|
+
_globals['_LOCKBOXSECRET']._serialized_end=4600
|
|
215
|
+
_globals['_SERVERSERVICE']._serialized_start=4603
|
|
216
|
+
_globals['_SERVERSERVICE']._serialized_end=6352
|
|
217
|
+
# @@protoc_insertion_point(module_scope)
|