metal-stack-api 0.0.61__tar.gz → 0.1.0__tar.gz
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.
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/PKG-INFO +1 -1
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metal_stack_api.egg-info/PKG-INFO +1 -1
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/audit_pb2.py +7 -7
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/component_pb2.py +3 -3
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/filesystem_connect.py +65 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/filesystem_pb2.py +26 -6
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/filesystem_pb2.pyi +30 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/image_pb2.py +6 -6
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/ip_pb2.py +3 -3
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/machine_pb2.py +9 -9
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/network_pb2.py +4 -4
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/partition_pb2.py +3 -3
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/project_pb2.py +3 -3
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/size_imageconstraint_pb2.py +3 -3
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/size_pb2.py +8 -8
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/size_reservation_pb2.py +18 -18
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/switch_pb2.py +9 -9
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/task_pb2.py +9 -9
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/tenant_pb2.py +7 -7
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/token_pb2.py +8 -8
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/vpn_pb2.py +7 -7
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/audit_pb2.py +3 -3
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/common_pb2.py +3 -3
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/component_pb2.py +3 -3
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/filesystem_connect.py +0 -65
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/filesystem_pb2.py +32 -50
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/filesystem_pb2.pyi +0 -30
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/health_pb2.py +9 -9
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/health_pb2.pyi +2 -2
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/image_pb2.py +3 -3
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/ip_pb2.py +8 -8
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/machine_pb2.py +46 -44
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/method_pb2.py +7 -7
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/network_pb2.py +24 -24
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/partition_pb2.py +21 -19
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/predefined_rules_pb2.py +3 -3
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/project_pb2.py +4 -4
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/size_imageconstraint_pb2.py +3 -3
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/size_pb2.py +3 -3
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/size_reservation_pb2.py +3 -3
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/switch_pb2.py +3 -3
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/tenant_pb2.py +3 -3
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/token_pb2.py +11 -11
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/user_pb2.py +3 -3
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/version_pb2.py +3 -3
- metal_stack_api-0.1.0/metalstack/api/v2/vpn_pb2.py +46 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/vpn_pb2.pyi +2 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/infra/v2/bmc_pb2.py +3 -3
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/infra/v2/boot_pb2.py +3 -3
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/infra/v2/component_pb2.py +3 -3
- metal_stack_api-0.1.0/metalstack/infra/v2/event_pb2.py +51 -0
- metal_stack_api-0.1.0/metalstack/infra/v2/event_pb2.pyi +32 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/infra/v2/switch_pb2.py +3 -3
- metal_stack_api-0.0.61/metalstack/api/v2/vpn_pb2.py +0 -38
- metal_stack_api-0.0.61/metalstack/infra/v2/event_pb2.py +0 -78
- metal_stack_api-0.0.61/metalstack/infra/v2/event_pb2.pyi +0 -71
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/README.md +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metal_stack_api.egg-info/SOURCES.txt +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metal_stack_api.egg-info/dependency_links.txt +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metal_stack_api.egg-info/requires.txt +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metal_stack_api.egg-info/top_level.txt +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/__init__.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/__init__.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/__init__.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/audit_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/audit_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/component_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/component_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/image_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/image_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/ip_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/ip_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/machine_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/machine_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/network_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/network_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/partition_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/partition_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/project_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/project_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/size_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/size_imageconstraint_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/size_imageconstraint_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/size_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/size_reservation_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/size_reservation_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/switch_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/switch_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/task_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/task_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/tenant_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/tenant_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/token_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/token_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/vpn_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/vpn_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/__init__.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/__init__.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/audit_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/audit_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/common_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/component_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/health_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/image_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/image_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/ip_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/ip_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/machine_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/machine_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/method_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/method_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/network_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/network_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/partition_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/partition_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/predefined_rules_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/project_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/project_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/size_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/size_imageconstraint_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/size_imageconstraint_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/size_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/size_reservation_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/size_reservation_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/switch_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/tenant_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/tenant_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/token_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/token_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/user_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/user_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/version_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/api/v2/version_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/client/__init__.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/client/client.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/infra/__init__.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/infra/v2/__init__.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/infra/v2/bmc_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/infra/v2/bmc_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/infra/v2/boot_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/infra/v2/boot_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/infra/v2/component_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/infra/v2/component_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/infra/v2/event_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/infra/v2/switch_connect.py +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/infra/v2/switch_pb2.pyi +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/setup.cfg +0 -0
- {metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/setup.py +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/audit.proto
|
|
5
|
-
# Protobuf Python Version: 7.
|
|
5
|
+
# Protobuf Python Version: 7.35.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
|
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
7,
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
35,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/audit.proto'
|
|
19
19
|
)
|
|
@@ -27,7 +27,7 @@ from metalstack.api.v2 import audit_pb2 as metalstack_dot_api_dot_v2_dot_audit__
|
|
|
27
27
|
from metalstack.api.v2 import common_pb2 as metalstack_dot_api_dot_v2_dot_common__pb2
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fmetalstack/admin/v2/audit.proto\x12\x13metalstack.admin.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1dmetalstack/api/v2/audit.proto\x1a\x1emetalstack/api/v2/common.proto\"N\n\x17\x41uditServiceListRequest\x12\x33\n\x05query\x18\x01 \x01(\x0b\x32\x1d.metalstack.api.v2.AuditQueryR\x05query\"Q\n\x18\x41uditServiceListResponse\x12\x35\n\x06traces\x18\x01 \x03(\x0b\x32\x1d.metalstack.api.v2.AuditTraceR\x06traces\"\x84\x01\n\x16\x41uditServiceGetRequest\x12\x1c\n\x04uuid\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x04uuid\x12\x42\n\x05phase\x18\x02 \x01(\x0e\x32\x1d.metalstack.api.v2.AuditPhaseB\x08\xbaH\x05\x82\x01\x02\x10\x01H\x00R\x05phase\x88\x01\x01\x42\x08\n\x06_phase\"N\n\x17\x41uditServiceGetResponse\x12\x33\n\x05trace\x18\x01 \x01(\x0b\x32\x1d.metalstack.api.v2.AuditTraceR\x05trace2\
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fmetalstack/admin/v2/audit.proto\x12\x13metalstack.admin.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1dmetalstack/api/v2/audit.proto\x1a\x1emetalstack/api/v2/common.proto\"N\n\x17\x41uditServiceListRequest\x12\x33\n\x05query\x18\x01 \x01(\x0b\x32\x1d.metalstack.api.v2.AuditQueryR\x05query\"Q\n\x18\x41uditServiceListResponse\x12\x35\n\x06traces\x18\x01 \x03(\x0b\x32\x1d.metalstack.api.v2.AuditTraceR\x06traces\"\x84\x01\n\x16\x41uditServiceGetRequest\x12\x1c\n\x04uuid\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x04uuid\x12\x42\n\x05phase\x18\x02 \x01(\x0e\x32\x1d.metalstack.api.v2.AuditPhaseB\x08\xbaH\x05\x82\x01\x02\x10\x01H\x00R\x05phase\x88\x01\x01\x42\x08\n\x06_phase\"N\n\x17\x41uditServiceGetResponse\x12\x33\n\x05trace\x18\x01 \x01(\x0b\x32\x1d.metalstack.api.v2.AuditTraceR\x05trace2\xed\x01\n\x0c\x41uditService\x12l\n\x03Get\x12+.metalstack.admin.v2.AuditServiceGetRequest\x1a,.metalstack.admin.v2.AuditServiceGetResponse\"\n\xd2\xf3\x18\x02\x01\x02\xe0\xf3\x18\x01\x12o\n\x04List\x12,.metalstack.admin.v2.AuditServiceListRequest\x1a-.metalstack.admin.v2.AuditServiceListResponse\"\n\xd2\xf3\x18\x02\x01\x02\xe0\xf3\x18\x01\x42\xce\x01\n\x17\x63om.metalstack.admin.v2B\nAuditProtoP\x01Z9github.com/metal-stack/api/go/metalstack/admin/v2;adminv2\xa2\x02\x03MAX\xaa\x02\x13Metalstack.Admin.V2\xca\x02\x13Metalstack\\Admin\\V2\xe2\x02\x1fMetalstack\\Admin\\V2\\GPBMetadata\xea\x02\x15Metalstack::Admin::V2b\x06proto3')
|
|
31
31
|
|
|
32
32
|
_globals = globals()
|
|
33
33
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -40,9 +40,9 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
40
40
|
_globals['_AUDITSERVICEGETREQUEST'].fields_by_name['phase']._loaded_options = None
|
|
41
41
|
_globals['_AUDITSERVICEGETREQUEST'].fields_by_name['phase']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
42
42
|
_globals['_AUDITSERVICE'].methods_by_name['Get']._loaded_options = None
|
|
43
|
-
_globals['_AUDITSERVICE'].methods_by_name['Get']._serialized_options = b'\322\363\030\002\001\002'
|
|
43
|
+
_globals['_AUDITSERVICE'].methods_by_name['Get']._serialized_options = b'\322\363\030\002\001\002\340\363\030\001'
|
|
44
44
|
_globals['_AUDITSERVICE'].methods_by_name['List']._loaded_options = None
|
|
45
|
-
_globals['_AUDITSERVICE'].methods_by_name['List']._serialized_options = b'\322\363\030\002\001\002'
|
|
45
|
+
_globals['_AUDITSERVICE'].methods_by_name['List']._serialized_options = b'\322\363\030\002\001\002\340\363\030\001'
|
|
46
46
|
_globals['_AUDITSERVICELISTREQUEST']._serialized_start=148
|
|
47
47
|
_globals['_AUDITSERVICELISTREQUEST']._serialized_end=226
|
|
48
48
|
_globals['_AUDITSERVICELISTRESPONSE']._serialized_start=228
|
|
@@ -52,5 +52,5 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
52
52
|
_globals['_AUDITSERVICEGETRESPONSE']._serialized_start=446
|
|
53
53
|
_globals['_AUDITSERVICEGETRESPONSE']._serialized_end=524
|
|
54
54
|
_globals['_AUDITSERVICE']._serialized_start=527
|
|
55
|
-
_globals['_AUDITSERVICE']._serialized_end=
|
|
55
|
+
_globals['_AUDITSERVICE']._serialized_end=764
|
|
56
56
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/component.proto
|
|
5
|
-
# Protobuf Python Version: 7.
|
|
5
|
+
# Protobuf Python Version: 7.35.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
|
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
7,
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
35,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/component.proto'
|
|
19
19
|
)
|
|
@@ -25,6 +25,9 @@ class FilesystemService(Protocol):
|
|
|
25
25
|
async def delete(self, request: metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceDeleteRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceDeleteResponse:
|
|
26
26
|
raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
|
|
27
27
|
|
|
28
|
+
async def match(self, request: metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchResponse:
|
|
29
|
+
raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
|
|
30
|
+
|
|
28
31
|
|
|
29
32
|
class FilesystemServiceASGIApplication(ConnectASGIApplication[FilesystemService]):
|
|
30
33
|
def __init__(self, service: FilesystemService | AsyncGenerator[FilesystemService], *, interceptors: Iterable[Interceptor]=(), read_max_bytes: int | None = None) -> None:
|
|
@@ -61,6 +64,16 @@ class FilesystemServiceASGIApplication(ConnectASGIApplication[FilesystemService]
|
|
|
61
64
|
),
|
|
62
65
|
function=svc.delete,
|
|
63
66
|
),
|
|
67
|
+
"/metalstack.admin.v2.FilesystemService/Match": Endpoint.unary(
|
|
68
|
+
method=MethodInfo(
|
|
69
|
+
name="Match",
|
|
70
|
+
service_name="metalstack.admin.v2.FilesystemService",
|
|
71
|
+
input=metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchRequest,
|
|
72
|
+
output=metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchResponse,
|
|
73
|
+
idempotency_level=IdempotencyLevel.UNKNOWN,
|
|
74
|
+
),
|
|
75
|
+
function=svc.match,
|
|
76
|
+
),
|
|
64
77
|
},
|
|
65
78
|
interceptors=interceptors,
|
|
66
79
|
read_max_bytes=read_max_bytes,
|
|
@@ -133,6 +146,26 @@ class FilesystemServiceClient(ConnectClient):
|
|
|
133
146
|
timeout_ms=timeout_ms,
|
|
134
147
|
)
|
|
135
148
|
|
|
149
|
+
async def match(
|
|
150
|
+
self,
|
|
151
|
+
request: metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchRequest,
|
|
152
|
+
*,
|
|
153
|
+
headers: Headers | Mapping[str, str] | None = None,
|
|
154
|
+
timeout_ms: int | None = None,
|
|
155
|
+
) -> metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchResponse:
|
|
156
|
+
return await self.execute_unary(
|
|
157
|
+
request=request,
|
|
158
|
+
method=MethodInfo(
|
|
159
|
+
name="Match",
|
|
160
|
+
service_name="metalstack.admin.v2.FilesystemService",
|
|
161
|
+
input=metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchRequest,
|
|
162
|
+
output=metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchResponse,
|
|
163
|
+
idempotency_level=IdempotencyLevel.UNKNOWN,
|
|
164
|
+
),
|
|
165
|
+
headers=headers,
|
|
166
|
+
timeout_ms=timeout_ms,
|
|
167
|
+
)
|
|
168
|
+
|
|
136
169
|
|
|
137
170
|
class FilesystemServiceSync(Protocol):
|
|
138
171
|
def create(self, request: metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceCreateRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceCreateResponse:
|
|
@@ -141,6 +174,8 @@ class FilesystemServiceSync(Protocol):
|
|
|
141
174
|
raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
|
|
142
175
|
def delete(self, request: metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceDeleteRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceDeleteResponse:
|
|
143
176
|
raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
|
|
177
|
+
def match(self, request: metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchResponse:
|
|
178
|
+
raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
|
|
144
179
|
|
|
145
180
|
|
|
146
181
|
class FilesystemServiceWSGIApplication(ConnectWSGIApplication):
|
|
@@ -177,6 +212,16 @@ class FilesystemServiceWSGIApplication(ConnectWSGIApplication):
|
|
|
177
212
|
),
|
|
178
213
|
function=service.delete,
|
|
179
214
|
),
|
|
215
|
+
"/metalstack.admin.v2.FilesystemService/Match": EndpointSync.unary(
|
|
216
|
+
method=MethodInfo(
|
|
217
|
+
name="Match",
|
|
218
|
+
service_name="metalstack.admin.v2.FilesystemService",
|
|
219
|
+
input=metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchRequest,
|
|
220
|
+
output=metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchResponse,
|
|
221
|
+
idempotency_level=IdempotencyLevel.UNKNOWN,
|
|
222
|
+
),
|
|
223
|
+
function=service.match,
|
|
224
|
+
),
|
|
180
225
|
},
|
|
181
226
|
interceptors=interceptors,
|
|
182
227
|
read_max_bytes=read_max_bytes,
|
|
@@ -248,3 +293,23 @@ class FilesystemServiceClientSync(ConnectClientSync):
|
|
|
248
293
|
headers=headers,
|
|
249
294
|
timeout_ms=timeout_ms,
|
|
250
295
|
)
|
|
296
|
+
|
|
297
|
+
def match(
|
|
298
|
+
self,
|
|
299
|
+
request: metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchRequest,
|
|
300
|
+
*,
|
|
301
|
+
headers: Headers | Mapping[str, str] | None = None,
|
|
302
|
+
timeout_ms: int | None = None,
|
|
303
|
+
) -> metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchResponse:
|
|
304
|
+
return self.execute_unary(
|
|
305
|
+
request=request,
|
|
306
|
+
method=MethodInfo(
|
|
307
|
+
name="Match",
|
|
308
|
+
service_name="metalstack.admin.v2.FilesystemService",
|
|
309
|
+
input=metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchRequest,
|
|
310
|
+
output=metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchResponse,
|
|
311
|
+
idempotency_level=IdempotencyLevel.UNKNOWN,
|
|
312
|
+
),
|
|
313
|
+
headers=headers,
|
|
314
|
+
timeout_ms=timeout_ms,
|
|
315
|
+
)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/filesystem.proto
|
|
5
|
-
# Protobuf Python Version: 7.
|
|
5
|
+
# Protobuf Python Version: 7.35.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
|
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
7,
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
35,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/filesystem.proto'
|
|
19
19
|
)
|
|
@@ -28,7 +28,7 @@ from metalstack.api.v2 import filesystem_pb2 as metalstack_dot_api_dot_v2_dot_fi
|
|
|
28
28
|
from metalstack.api.v2 import predefined_rules_pb2 as metalstack_dot_api_dot_v2_dot_predefined__rules__pb2
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$metalstack/admin/v2/filesystem.proto\x12\x13metalstack.admin.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1emetalstack/api/v2/common.proto\x1a\"metalstack/api/v2/filesystem.proto\x1a(metalstack/api/v2/predefined_rules.proto\"r\n\x1e\x46ilesystemServiceCreateRequest\x12P\n\x11\x66ilesystem_layout\x18\x01 \x01(\x0b\x32#.metalstack.api.v2.FilesystemLayoutR\x10\x66ilesystemLayout\"s\n\x1f\x46ilesystemServiceCreateResponse\x12P\n\x11\x66ilesystem_layout\x18\x01 \x01(\x0b\x32#.metalstack.api.v2.FilesystemLayoutR\x10\x66ilesystemLayout\"\xf7\x04\n\x1e\x46ilesystemServiceUpdateRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x02id\x12\x46\n\x0bupdate_meta\x18\x02 \x01(\x0b\x32\x1d.metalstack.api.v2.UpdateMetaB\x06\xbaH\x03\xc8\x01\x01R\nupdateMeta\x12$\n\x04name\x18\x03 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01H\x00R\x04name\x88\x01\x01\x12\x32\n\x0b\x64\x65scription\x18\x04 \x01(\tB\x0b\xbaH\x08r\x06\xc8\xb3\xae\xb1\x02\x01H\x01R\x0b\x64\x65scription\x88\x01\x01\x12?\n\x0b\x66ilesystems\x18\x05 \x03(\x0b\x32\x1d.metalstack.api.v2.FilesystemR\x0b\x66ilesystems\x12-\n\x05\x64isks\x18\x06 \x03(\x0b\x32\x17.metalstack.api.v2.DiskR\x05\x64isks\x12+\n\x04raid\x18\x07 \x03(\x0b\x32\x17.metalstack.api.v2.RaidR\x04raid\x12\x43\n\rvolume_groups\x18\x08 \x03(\x0b\x32\x1e.metalstack.api.v2.VolumeGroupR\x0cvolumeGroups\x12I\n\x0flogical_volumes\x18\t \x03(\x0b\x32 .metalstack.api.v2.LogicalVolumeR\x0elogicalVolumes\x12P\n\x0b\x63onstraints\x18\n \x01(\x0b\x32..metalstack.api.v2.FilesystemLayoutConstraintsR\x0b\x63onstraintsB\x07\n\x05_nameB\x0e\n\x0c_description\"s\n\x1f\x46ilesystemServiceUpdateResponse\x12P\n\x11\x66ilesystem_layout\x18\x01 \x01(\x0b\x32#.metalstack.api.v2.FilesystemLayoutR\x10\x66ilesystemLayout\"=\n\x1e\x46ilesystemServiceDeleteRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x02id\"s\n\x1f\x46ilesystemServiceDeleteResponse\x12P\n\x11\x66ilesystem_layout\x18\x01 \x01(\x0b\x32#.metalstack.api.v2.FilesystemLayoutR\x10\
|
|
31
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$metalstack/admin/v2/filesystem.proto\x12\x13metalstack.admin.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1emetalstack/api/v2/common.proto\x1a\"metalstack/api/v2/filesystem.proto\x1a(metalstack/api/v2/predefined_rules.proto\"r\n\x1e\x46ilesystemServiceCreateRequest\x12P\n\x11\x66ilesystem_layout\x18\x01 \x01(\x0b\x32#.metalstack.api.v2.FilesystemLayoutR\x10\x66ilesystemLayout\"s\n\x1f\x46ilesystemServiceCreateResponse\x12P\n\x11\x66ilesystem_layout\x18\x01 \x01(\x0b\x32#.metalstack.api.v2.FilesystemLayoutR\x10\x66ilesystemLayout\"\xf7\x04\n\x1e\x46ilesystemServiceUpdateRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x02id\x12\x46\n\x0bupdate_meta\x18\x02 \x01(\x0b\x32\x1d.metalstack.api.v2.UpdateMetaB\x06\xbaH\x03\xc8\x01\x01R\nupdateMeta\x12$\n\x04name\x18\x03 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01H\x00R\x04name\x88\x01\x01\x12\x32\n\x0b\x64\x65scription\x18\x04 \x01(\tB\x0b\xbaH\x08r\x06\xc8\xb3\xae\xb1\x02\x01H\x01R\x0b\x64\x65scription\x88\x01\x01\x12?\n\x0b\x66ilesystems\x18\x05 \x03(\x0b\x32\x1d.metalstack.api.v2.FilesystemR\x0b\x66ilesystems\x12-\n\x05\x64isks\x18\x06 \x03(\x0b\x32\x17.metalstack.api.v2.DiskR\x05\x64isks\x12+\n\x04raid\x18\x07 \x03(\x0b\x32\x17.metalstack.api.v2.RaidR\x04raid\x12\x43\n\rvolume_groups\x18\x08 \x03(\x0b\x32\x1e.metalstack.api.v2.VolumeGroupR\x0cvolumeGroups\x12I\n\x0flogical_volumes\x18\t \x03(\x0b\x32 .metalstack.api.v2.LogicalVolumeR\x0elogicalVolumes\x12P\n\x0b\x63onstraints\x18\n \x01(\x0b\x32..metalstack.api.v2.FilesystemLayoutConstraintsR\x0b\x63onstraintsB\x07\n\x05_nameB\x0e\n\x0c_description\"s\n\x1f\x46ilesystemServiceUpdateResponse\x12P\n\x11\x66ilesystem_layout\x18\x01 \x01(\x0b\x32#.metalstack.api.v2.FilesystemLayoutR\x10\x66ilesystemLayout\"=\n\x1e\x46ilesystemServiceDeleteRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x02id\"s\n\x1f\x46ilesystemServiceDeleteResponse\x12P\n\x11\x66ilesystem_layout\x18\x01 \x01(\x0b\x32#.metalstack.api.v2.FilesystemLayoutR\x10\x66ilesystemLayout\"\xf9\x01\n\x1d\x46ilesystemServiceMatchRequest\x12N\n\x0esize_and_image\x18\x01 \x01(\x0b\x32&.metalstack.admin.v2.MatchImageAndSizeH\x00R\x0csizeAndImage\x12x\n\x1cmachine_and_filesystemlayout\x18\x02 \x01(\x0b\x32\x34.metalstack.admin.v2.MatchMachineAndFilesystemLayoutH\x00R\x1amachineAndFilesystemlayoutB\x0e\n\x05match\x12\x05\xbaH\x02\x08\x01\"W\n\x11MatchImageAndSize\x12\x1f\n\x04size\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x04size\x12!\n\x05image\x18\x02 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x05image\"\x7f\n\x1fMatchMachineAndFilesystemLayout\x12\"\n\x07machine\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x07machine\x12\x38\n\x11\x66ilesystem_layout\x18\x02 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x10\x66ilesystemLayout\"r\n\x1e\x46ilesystemServiceMatchResponse\x12P\n\x11\x66ilesystem_layout\x18\x01 \x01(\x0b\x32#.metalstack.api.v2.FilesystemLayoutR\x10\x66ilesystemLayout2\x91\x04\n\x11\x46ilesystemService\x12~\n\x06\x43reate\x12\x33.metalstack.admin.v2.FilesystemServiceCreateRequest\x1a\x34.metalstack.admin.v2.FilesystemServiceCreateResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x12~\n\x06Update\x12\x33.metalstack.admin.v2.FilesystemServiceUpdateRequest\x1a\x34.metalstack.admin.v2.FilesystemServiceUpdateResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x12~\n\x06\x44\x65lete\x12\x33.metalstack.admin.v2.FilesystemServiceDeleteRequest\x1a\x34.metalstack.admin.v2.FilesystemServiceDeleteResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x12|\n\x05Match\x12\x32.metalstack.admin.v2.FilesystemServiceMatchRequest\x1a\x33.metalstack.admin.v2.FilesystemServiceMatchResponse\"\n\xd2\xf3\x18\x02\x01\x02\xe0\xf3\x18\x02\x42\xd3\x01\n\x17\x63om.metalstack.admin.v2B\x0f\x46ilesystemProtoP\x01Z9github.com/metal-stack/api/go/metalstack/admin/v2;adminv2\xa2\x02\x03MAX\xaa\x02\x13Metalstack.Admin.V2\xca\x02\x13Metalstack\\Admin\\V2\xe2\x02\x1fMetalstack\\Admin\\V2\\GPBMetadata\xea\x02\x15Metalstack::Admin::V2b\x06proto3')
|
|
32
32
|
|
|
33
33
|
_globals = globals()
|
|
34
34
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -46,12 +46,24 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
46
46
|
_globals['_FILESYSTEMSERVICEUPDATEREQUEST'].fields_by_name['description']._serialized_options = b'\272H\010r\006\310\263\256\261\002\001'
|
|
47
47
|
_globals['_FILESYSTEMSERVICEDELETEREQUEST'].fields_by_name['id']._loaded_options = None
|
|
48
48
|
_globals['_FILESYSTEMSERVICEDELETEREQUEST'].fields_by_name['id']._serialized_options = b'\272H\010r\006\300\263\256\261\002\001'
|
|
49
|
+
_globals['_FILESYSTEMSERVICEMATCHREQUEST'].oneofs_by_name['match']._loaded_options = None
|
|
50
|
+
_globals['_FILESYSTEMSERVICEMATCHREQUEST'].oneofs_by_name['match']._serialized_options = b'\272H\002\010\001'
|
|
51
|
+
_globals['_MATCHIMAGEANDSIZE'].fields_by_name['size']._loaded_options = None
|
|
52
|
+
_globals['_MATCHIMAGEANDSIZE'].fields_by_name['size']._serialized_options = b'\272H\010r\006\300\263\256\261\002\001'
|
|
53
|
+
_globals['_MATCHIMAGEANDSIZE'].fields_by_name['image']._loaded_options = None
|
|
54
|
+
_globals['_MATCHIMAGEANDSIZE'].fields_by_name['image']._serialized_options = b'\272H\010r\006\300\263\256\261\002\001'
|
|
55
|
+
_globals['_MATCHMACHINEANDFILESYSTEMLAYOUT'].fields_by_name['machine']._loaded_options = None
|
|
56
|
+
_globals['_MATCHMACHINEANDFILESYSTEMLAYOUT'].fields_by_name['machine']._serialized_options = b'\272H\005r\003\260\001\001'
|
|
57
|
+
_globals['_MATCHMACHINEANDFILESYSTEMLAYOUT'].fields_by_name['filesystem_layout']._loaded_options = None
|
|
58
|
+
_globals['_MATCHMACHINEANDFILESYSTEMLAYOUT'].fields_by_name['filesystem_layout']._serialized_options = b'\272H\010r\006\300\263\256\261\002\001'
|
|
49
59
|
_globals['_FILESYSTEMSERVICE'].methods_by_name['Create']._loaded_options = None
|
|
50
60
|
_globals['_FILESYSTEMSERVICE'].methods_by_name['Create']._serialized_options = b'\322\363\030\001\001\340\363\030\001'
|
|
51
61
|
_globals['_FILESYSTEMSERVICE'].methods_by_name['Update']._loaded_options = None
|
|
52
62
|
_globals['_FILESYSTEMSERVICE'].methods_by_name['Update']._serialized_options = b'\322\363\030\001\001\340\363\030\001'
|
|
53
63
|
_globals['_FILESYSTEMSERVICE'].methods_by_name['Delete']._loaded_options = None
|
|
54
64
|
_globals['_FILESYSTEMSERVICE'].methods_by_name['Delete']._serialized_options = b'\322\363\030\001\001\340\363\030\001'
|
|
65
|
+
_globals['_FILESYSTEMSERVICE'].methods_by_name['Match']._loaded_options = None
|
|
66
|
+
_globals['_FILESYSTEMSERVICE'].methods_by_name['Match']._serialized_options = b'\322\363\030\002\001\002\340\363\030\002'
|
|
55
67
|
_globals['_FILESYSTEMSERVICECREATEREQUEST']._serialized_start=200
|
|
56
68
|
_globals['_FILESYSTEMSERVICECREATEREQUEST']._serialized_end=314
|
|
57
69
|
_globals['_FILESYSTEMSERVICECREATERESPONSE']._serialized_start=316
|
|
@@ -64,6 +76,14 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
64
76
|
_globals['_FILESYSTEMSERVICEDELETEREQUEST']._serialized_end=1245
|
|
65
77
|
_globals['_FILESYSTEMSERVICEDELETERESPONSE']._serialized_start=1247
|
|
66
78
|
_globals['_FILESYSTEMSERVICEDELETERESPONSE']._serialized_end=1362
|
|
67
|
-
_globals['
|
|
68
|
-
_globals['
|
|
79
|
+
_globals['_FILESYSTEMSERVICEMATCHREQUEST']._serialized_start=1365
|
|
80
|
+
_globals['_FILESYSTEMSERVICEMATCHREQUEST']._serialized_end=1614
|
|
81
|
+
_globals['_MATCHIMAGEANDSIZE']._serialized_start=1616
|
|
82
|
+
_globals['_MATCHIMAGEANDSIZE']._serialized_end=1703
|
|
83
|
+
_globals['_MATCHMACHINEANDFILESYSTEMLAYOUT']._serialized_start=1705
|
|
84
|
+
_globals['_MATCHMACHINEANDFILESYSTEMLAYOUT']._serialized_end=1832
|
|
85
|
+
_globals['_FILESYSTEMSERVICEMATCHRESPONSE']._serialized_start=1834
|
|
86
|
+
_globals['_FILESYSTEMSERVICEMATCHRESPONSE']._serialized_end=1948
|
|
87
|
+
_globals['_FILESYSTEMSERVICE']._serialized_start=1951
|
|
88
|
+
_globals['_FILESYSTEMSERVICE']._serialized_end=2480
|
|
69
89
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -63,3 +63,33 @@ class FilesystemServiceDeleteResponse(_message.Message):
|
|
|
63
63
|
FILESYSTEM_LAYOUT_FIELD_NUMBER: _ClassVar[int]
|
|
64
64
|
filesystem_layout: _filesystem_pb2.FilesystemLayout
|
|
65
65
|
def __init__(self, filesystem_layout: _Optional[_Union[_filesystem_pb2.FilesystemLayout, _Mapping]] = ...) -> None: ...
|
|
66
|
+
|
|
67
|
+
class FilesystemServiceMatchRequest(_message.Message):
|
|
68
|
+
__slots__ = ("size_and_image", "machine_and_filesystemlayout")
|
|
69
|
+
SIZE_AND_IMAGE_FIELD_NUMBER: _ClassVar[int]
|
|
70
|
+
MACHINE_AND_FILESYSTEMLAYOUT_FIELD_NUMBER: _ClassVar[int]
|
|
71
|
+
size_and_image: MatchImageAndSize
|
|
72
|
+
machine_and_filesystemlayout: MatchMachineAndFilesystemLayout
|
|
73
|
+
def __init__(self, size_and_image: _Optional[_Union[MatchImageAndSize, _Mapping]] = ..., machine_and_filesystemlayout: _Optional[_Union[MatchMachineAndFilesystemLayout, _Mapping]] = ...) -> None: ...
|
|
74
|
+
|
|
75
|
+
class MatchImageAndSize(_message.Message):
|
|
76
|
+
__slots__ = ("size", "image")
|
|
77
|
+
SIZE_FIELD_NUMBER: _ClassVar[int]
|
|
78
|
+
IMAGE_FIELD_NUMBER: _ClassVar[int]
|
|
79
|
+
size: str
|
|
80
|
+
image: str
|
|
81
|
+
def __init__(self, size: _Optional[str] = ..., image: _Optional[str] = ...) -> None: ...
|
|
82
|
+
|
|
83
|
+
class MatchMachineAndFilesystemLayout(_message.Message):
|
|
84
|
+
__slots__ = ("machine", "filesystem_layout")
|
|
85
|
+
MACHINE_FIELD_NUMBER: _ClassVar[int]
|
|
86
|
+
FILESYSTEM_LAYOUT_FIELD_NUMBER: _ClassVar[int]
|
|
87
|
+
machine: str
|
|
88
|
+
filesystem_layout: str
|
|
89
|
+
def __init__(self, machine: _Optional[str] = ..., filesystem_layout: _Optional[str] = ...) -> None: ...
|
|
90
|
+
|
|
91
|
+
class FilesystemServiceMatchResponse(_message.Message):
|
|
92
|
+
__slots__ = ("filesystem_layout",)
|
|
93
|
+
FILESYSTEM_LAYOUT_FIELD_NUMBER: _ClassVar[int]
|
|
94
|
+
filesystem_layout: _filesystem_pb2.FilesystemLayout
|
|
95
|
+
def __init__(self, filesystem_layout: _Optional[_Union[_filesystem_pb2.FilesystemLayout, _Mapping]] = ...) -> None: ...
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/image.proto
|
|
5
|
-
# Protobuf Python Version: 7.
|
|
5
|
+
# Protobuf Python Version: 7.35.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
|
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
7,
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
35,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/image.proto'
|
|
19
19
|
)
|
|
@@ -29,7 +29,7 @@ from metalstack.api.v2 import image_pb2 as metalstack_dot_api_dot_v2_dot_image__
|
|
|
29
29
|
from metalstack.api.v2 import predefined_rules_pb2 as metalstack_dot_api_dot_v2_dot_predefined__rules__pb2
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fmetalstack/admin/v2/image.proto\x12\x13metalstack.admin.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1emetalstack/api/v2/common.proto\x1a\x1dmetalstack/api/v2/image.proto\x1a(metalstack/api/v2/predefined_rules.proto\"K\n\x19ImageServiceCreateRequest\x12.\n\x05image\x18\x01 \x01(\x0b\x32\x18.metalstack.api.v2.ImageR\x05image\"L\n\x1aImageServiceCreateResponse\x12.\n\x05image\x18\x01 \x01(\x0b\x32\x18.metalstack.api.v2.ImageR\x05image\"\x82\x04\n\x19ImageServiceUpdateRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x02id\x12\x46\n\x0bupdate_meta\x18\x02 \x01(\x0b\x32\x1d.metalstack.api.v2.UpdateMetaB\x06\xbaH\x03\xc8\x01\x01R\nupdateMeta\x12\"\n\x03url\x18\x03 \x01(\tB\x0b\xbaH\x08r\x06\xe0\xb3\xae\xb1\x02\x01H\x00R\x03url\x88\x01\x01\x12$\n\x04name\x18\x04 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01H\x01R\x04name\x88\x01\x01\x12\x32\n\x0b\x64\x65scription\x18\x05 \x01(\tB\x0b\xbaH\x08r\x06\xc8\xb3\xae\xb1\x02\x01H\x02R\x0b\x64\x65scription\x88\x01\x01\x12L\n\x08\x66\x65\x61tures\x18\x06 \x03(\x0e\x32\x1f.metalstack.api.v2.ImageFeatureB\x0f\xbaH\x0c\x92\x01\t\x18\x01\"\x05\x82\x01\x02\x10\x01R\x08\x66\x65\x61tures\x12X\n\x0e\x63lassification\x18\x07 \x01(\x0e\x32&.metalstack.api.v2.ImageClassificationB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0e\x63lassification\x12\x39\n\nexpires_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\texpiresAtB\x06\n\x04_urlB\x07\n\x05_nameB\x0e\n\x0c_description\"L\n\x1aImageServiceUpdateResponse\x12.\n\x05image\x18\x01 \x01(\x0b\x32\x18.metalstack.api.v2.ImageR\x05image\"8\n\x19ImageServiceDeleteRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x02id\"L\n\x1aImageServiceDeleteResponse\x12.\n\x05image\x18\x01 \x01(\x0b\x32\x18.metalstack.api.v2.ImageR\x05image\"O\n\x18ImageServiceUsageRequest\x12\x33\n\x05query\x18\x01 \x01(\x0b\x32\x1d.metalstack.api.v2.ImageQueryR\x05query\"[\n\x19ImageServiceUsageResponse\x12>\n\x0bimage_usage\x18\x01 \x03(\x0b\x32\x1d.metalstack.api.v2.ImageUsageR\nimageUsage2\
|
|
32
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fmetalstack/admin/v2/image.proto\x12\x13metalstack.admin.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1emetalstack/api/v2/common.proto\x1a\x1dmetalstack/api/v2/image.proto\x1a(metalstack/api/v2/predefined_rules.proto\"K\n\x19ImageServiceCreateRequest\x12.\n\x05image\x18\x01 \x01(\x0b\x32\x18.metalstack.api.v2.ImageR\x05image\"L\n\x1aImageServiceCreateResponse\x12.\n\x05image\x18\x01 \x01(\x0b\x32\x18.metalstack.api.v2.ImageR\x05image\"\x82\x04\n\x19ImageServiceUpdateRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x02id\x12\x46\n\x0bupdate_meta\x18\x02 \x01(\x0b\x32\x1d.metalstack.api.v2.UpdateMetaB\x06\xbaH\x03\xc8\x01\x01R\nupdateMeta\x12\"\n\x03url\x18\x03 \x01(\tB\x0b\xbaH\x08r\x06\xe0\xb3\xae\xb1\x02\x01H\x00R\x03url\x88\x01\x01\x12$\n\x04name\x18\x04 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01H\x01R\x04name\x88\x01\x01\x12\x32\n\x0b\x64\x65scription\x18\x05 \x01(\tB\x0b\xbaH\x08r\x06\xc8\xb3\xae\xb1\x02\x01H\x02R\x0b\x64\x65scription\x88\x01\x01\x12L\n\x08\x66\x65\x61tures\x18\x06 \x03(\x0e\x32\x1f.metalstack.api.v2.ImageFeatureB\x0f\xbaH\x0c\x92\x01\t\x18\x01\"\x05\x82\x01\x02\x10\x01R\x08\x66\x65\x61tures\x12X\n\x0e\x63lassification\x18\x07 \x01(\x0e\x32&.metalstack.api.v2.ImageClassificationB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0e\x63lassification\x12\x39\n\nexpires_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\texpiresAtB\x06\n\x04_urlB\x07\n\x05_nameB\x0e\n\x0c_description\"L\n\x1aImageServiceUpdateResponse\x12.\n\x05image\x18\x01 \x01(\x0b\x32\x18.metalstack.api.v2.ImageR\x05image\"8\n\x19ImageServiceDeleteRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x02id\"L\n\x1aImageServiceDeleteResponse\x12.\n\x05image\x18\x01 \x01(\x0b\x32\x18.metalstack.api.v2.ImageR\x05image\"O\n\x18ImageServiceUsageRequest\x12\x33\n\x05query\x18\x01 \x01(\x0b\x32\x1d.metalstack.api.v2.ImageQueryR\x05query\"[\n\x19ImageServiceUsageResponse\x12>\n\x0bimage_usage\x18\x01 \x03(\x0b\x32\x1d.metalstack.api.v2.ImageUsageR\nimageUsage2\xe4\x03\n\x0cImageService\x12t\n\x06\x43reate\x12..metalstack.admin.v2.ImageServiceCreateRequest\x1a/.metalstack.admin.v2.ImageServiceCreateResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x12t\n\x06Update\x12..metalstack.admin.v2.ImageServiceUpdateRequest\x1a/.metalstack.admin.v2.ImageServiceUpdateResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x12t\n\x06\x44\x65lete\x12..metalstack.admin.v2.ImageServiceDeleteRequest\x1a/.metalstack.admin.v2.ImageServiceDeleteResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x12r\n\x05Usage\x12-.metalstack.admin.v2.ImageServiceUsageRequest\x1a..metalstack.admin.v2.ImageServiceUsageResponse\"\n\xd2\xf3\x18\x02\x01\x02\xe0\xf3\x18\x01\x42\xce\x01\n\x17\x63om.metalstack.admin.v2B\nImageProtoP\x01Z9github.com/metal-stack/api/go/metalstack/admin/v2;adminv2\xa2\x02\x03MAX\xaa\x02\x13Metalstack.Admin.V2\xca\x02\x13Metalstack\\Admin\\V2\xe2\x02\x1fMetalstack\\Admin\\V2\\GPBMetadata\xea\x02\x15Metalstack::Admin::V2b\x06proto3')
|
|
33
33
|
|
|
34
34
|
_globals = globals()
|
|
35
35
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -60,7 +60,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
60
60
|
_globals['_IMAGESERVICE'].methods_by_name['Delete']._loaded_options = None
|
|
61
61
|
_globals['_IMAGESERVICE'].methods_by_name['Delete']._serialized_options = b'\322\363\030\001\001\340\363\030\001'
|
|
62
62
|
_globals['_IMAGESERVICE'].methods_by_name['Usage']._loaded_options = None
|
|
63
|
-
_globals['_IMAGESERVICE'].methods_by_name['Usage']._serialized_options = b'\322\363\030\002\001\002'
|
|
63
|
+
_globals['_IMAGESERVICE'].methods_by_name['Usage']._serialized_options = b'\322\363\030\002\001\002\340\363\030\001'
|
|
64
64
|
_globals['_IMAGESERVICECREATEREQUEST']._serialized_start=223
|
|
65
65
|
_globals['_IMAGESERVICECREATEREQUEST']._serialized_end=298
|
|
66
66
|
_globals['_IMAGESERVICECREATERESPONSE']._serialized_start=300
|
|
@@ -78,5 +78,5 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
78
78
|
_globals['_IMAGESERVICEUSAGERESPONSE']._serialized_start=1190
|
|
79
79
|
_globals['_IMAGESERVICEUSAGERESPONSE']._serialized_end=1281
|
|
80
80
|
_globals['_IMAGESERVICE']._serialized_start=1284
|
|
81
|
-
_globals['_IMAGESERVICE']._serialized_end=
|
|
81
|
+
_globals['_IMAGESERVICE']._serialized_end=1768
|
|
82
82
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/ip.proto
|
|
5
|
-
# Protobuf Python Version: 7.
|
|
5
|
+
# Protobuf Python Version: 7.35.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
|
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
7,
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
35,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/ip.proto'
|
|
19
19
|
)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/machine.proto
|
|
5
|
-
# Protobuf Python Version: 7.
|
|
5
|
+
# Protobuf Python Version: 7.35.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
|
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
7,
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
35,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/machine.proto'
|
|
19
19
|
)
|
|
@@ -28,7 +28,7 @@ from metalstack.api.v2 import machine_pb2 as metalstack_dot_api_dot_v2_dot_machi
|
|
|
28
28
|
from metalstack.api.v2 import predefined_rules_pb2 as metalstack_dot_api_dot_v2_dot_predefined__rules__pb2
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!metalstack/admin/v2/machine.proto\x12\x13metalstack.admin.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1emetalstack/api/v2/common.proto\x1a\x1fmetalstack/api/v2/machine.proto\x1a(metalstack/api/v2/predefined_rules.proto\"8\n\x18MachineServiceGetRequest\x12\x1c\n\x04uuid\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x04uuid\"Q\n\x19MachineServiceGetResponse\x12\x34\n\x07machine\x18\x01 \x01(\x0b\x32\x1a.metalstack.api.v2.MachineR\x07machine\"\x90\x01\n\x19MachineServiceListRequest\x12\x35\n\x05query\x18\x01 \x01(\x0b\x32\x1f.metalstack.api.v2.MachineQueryR\x05query\x12.\n\tpartition\x18\x02 \x01(\tB\x0b\xbaH\x08r\x06\xd0\xb3\xae\xb1\x02\x01H\x00R\tpartition\x88\x01\x01\x42\x0c\n\n_partition\"T\n\x1aMachineServiceListResponse\x12\x36\n\x08machines\x18\x01 \x03(\x0b\x32\x1a.metalstack.api.v2.MachineR\x08machines\"\x89\x01\n\x1fMachineServiceBMCCommandRequest\x12\x1c\n\x04uuid\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x04uuid\x12H\n\x07\x63ommand\x18\x02 \x01(\x0e\x32$.metalstack.api.v2.MachineBMCCommandB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x07\x63ommand\"\"\n MachineServiceBMCCommandResponse\";\n\x1bMachineServiceGetBMCRequest\x12\x1c\n\x04uuid\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x04uuid\"s\n\x1cMachineServiceGetBMCResponse\x12\x1c\n\x04uuid\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x04uuid\x12\x35\n\x03\x62mc\x18\x02 \x01(\x0b\x32#.metalstack.api.v2.MachineBMCReportR\x03\x62mc\"X\n\x1cMachineServiceListBMCRequest\x12\x38\n\x05query\x18\x01 \x01(\x0b\x32\".metalstack.api.v2.MachineBMCQueryR\x05query\"\xf7\x01\n\x1dMachineServiceListBMCResponse\x12r\n\x0b\x62mc_reports\x18\x01 \x03(\x0b\x32\x42.metalstack.admin.v2.MachineServiceListBMCResponse.BmcReportsEntryB\r\xbaH\n\x9a\x01\x07\"\x05r\x03\xb0\x01\x01R\nbmcReports\x1a\x62\n\x0f\x42mcReportsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x39\n\x05value\x18\x02 \x01(\x0b\x32#.metalstack.api.v2.MachineBMCReportR\x05value:\x02\x38\x01\"h\n$MachineServiceConsolePasswordRequest\x12\x1c\n\x04uuid\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x04uuid\x12\"\n\x06reason\x18\x02 \x01(\tB\n\xbaH\x07r\x05\x10\n\x18\x80\x04R\x06reason\"a\n%MachineServiceConsolePasswordResponse\x12\x1c\n\x04uuid\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x04uuid\x12\x1a\n\x08password\x18\x02 \x01(\tR\x08password2\
|
|
31
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!metalstack/admin/v2/machine.proto\x12\x13metalstack.admin.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1emetalstack/api/v2/common.proto\x1a\x1fmetalstack/api/v2/machine.proto\x1a(metalstack/api/v2/predefined_rules.proto\"8\n\x18MachineServiceGetRequest\x12\x1c\n\x04uuid\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x04uuid\"Q\n\x19MachineServiceGetResponse\x12\x34\n\x07machine\x18\x01 \x01(\x0b\x32\x1a.metalstack.api.v2.MachineR\x07machine\"\x90\x01\n\x19MachineServiceListRequest\x12\x35\n\x05query\x18\x01 \x01(\x0b\x32\x1f.metalstack.api.v2.MachineQueryR\x05query\x12.\n\tpartition\x18\x02 \x01(\tB\x0b\xbaH\x08r\x06\xd0\xb3\xae\xb1\x02\x01H\x00R\tpartition\x88\x01\x01\x42\x0c\n\n_partition\"T\n\x1aMachineServiceListResponse\x12\x36\n\x08machines\x18\x01 \x03(\x0b\x32\x1a.metalstack.api.v2.MachineR\x08machines\"\x89\x01\n\x1fMachineServiceBMCCommandRequest\x12\x1c\n\x04uuid\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x04uuid\x12H\n\x07\x63ommand\x18\x02 \x01(\x0e\x32$.metalstack.api.v2.MachineBMCCommandB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x07\x63ommand\"\"\n MachineServiceBMCCommandResponse\";\n\x1bMachineServiceGetBMCRequest\x12\x1c\n\x04uuid\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x04uuid\"s\n\x1cMachineServiceGetBMCResponse\x12\x1c\n\x04uuid\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x04uuid\x12\x35\n\x03\x62mc\x18\x02 \x01(\x0b\x32#.metalstack.api.v2.MachineBMCReportR\x03\x62mc\"X\n\x1cMachineServiceListBMCRequest\x12\x38\n\x05query\x18\x01 \x01(\x0b\x32\".metalstack.api.v2.MachineBMCQueryR\x05query\"\xf7\x01\n\x1dMachineServiceListBMCResponse\x12r\n\x0b\x62mc_reports\x18\x01 \x03(\x0b\x32\x42.metalstack.admin.v2.MachineServiceListBMCResponse.BmcReportsEntryB\r\xbaH\n\x9a\x01\x07\"\x05r\x03\xb0\x01\x01R\nbmcReports\x1a\x62\n\x0f\x42mcReportsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x39\n\x05value\x18\x02 \x01(\x0b\x32#.metalstack.api.v2.MachineBMCReportR\x05value:\x02\x38\x01\"h\n$MachineServiceConsolePasswordRequest\x12\x1c\n\x04uuid\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x04uuid\x12\"\n\x06reason\x18\x02 \x01(\tB\n\xbaH\x07r\x05\x10\n\x18\x80\x04R\x06reason\"a\n%MachineServiceConsolePasswordResponse\x12\x1c\n\x04uuid\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x04uuid\x12\x1a\n\x08password\x18\x02 \x01(\tR\x08password2\x8e\x06\n\x0eMachineService\x12p\n\x03Get\x12-.metalstack.admin.v2.MachineServiceGetRequest\x1a..metalstack.admin.v2.MachineServiceGetResponse\"\n\xd2\xf3\x18\x02\x01\x02\xe0\xf3\x18\x02\x12s\n\x04List\x12..metalstack.admin.v2.MachineServiceListRequest\x1a/.metalstack.admin.v2.MachineServiceListResponse\"\n\xd2\xf3\x18\x02\x01\x02\xe0\xf3\x18\x02\x12\x84\x01\n\nBMCCommand\x12\x34.metalstack.admin.v2.MachineServiceBMCCommandRequest\x1a\x35.metalstack.admin.v2.MachineServiceBMCCommandResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x12y\n\x06GetBMC\x12\x30.metalstack.admin.v2.MachineServiceGetBMCRequest\x1a\x31.metalstack.admin.v2.MachineServiceGetBMCResponse\"\n\xd2\xf3\x18\x02\x01\x02\xe0\xf3\x18\x01\x12|\n\x07ListBMC\x12\x31.metalstack.admin.v2.MachineServiceListBMCRequest\x1a\x32.metalstack.admin.v2.MachineServiceListBMCResponse\"\n\xd2\xf3\x18\x02\x01\x02\xe0\xf3\x18\x01\x12\x94\x01\n\x0f\x43onsolePassword\x12\x39.metalstack.admin.v2.MachineServiceConsolePasswordRequest\x1a:.metalstack.admin.v2.MachineServiceConsolePasswordResponse\"\n\xd2\xf3\x18\x02\x01\x02\xe0\xf3\x18\x01\x42\xd0\x01\n\x17\x63om.metalstack.admin.v2B\x0cMachineProtoP\x01Z9github.com/metal-stack/api/go/metalstack/admin/v2;adminv2\xa2\x02\x03MAX\xaa\x02\x13Metalstack.Admin.V2\xca\x02\x13Metalstack\\Admin\\V2\xe2\x02\x1fMetalstack\\Admin\\V2\\GPBMetadata\xea\x02\x15Metalstack::Admin::V2b\x06proto3')
|
|
32
32
|
|
|
33
33
|
_globals = globals()
|
|
34
34
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -63,13 +63,13 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
63
63
|
_globals['_MACHINESERVICE'].methods_by_name['List']._loaded_options = None
|
|
64
64
|
_globals['_MACHINESERVICE'].methods_by_name['List']._serialized_options = b'\322\363\030\002\001\002\340\363\030\002'
|
|
65
65
|
_globals['_MACHINESERVICE'].methods_by_name['BMCCommand']._loaded_options = None
|
|
66
|
-
_globals['_MACHINESERVICE'].methods_by_name['BMCCommand']._serialized_options = b'\322\363\030\001\001'
|
|
66
|
+
_globals['_MACHINESERVICE'].methods_by_name['BMCCommand']._serialized_options = b'\322\363\030\001\001\340\363\030\001'
|
|
67
67
|
_globals['_MACHINESERVICE'].methods_by_name['GetBMC']._loaded_options = None
|
|
68
|
-
_globals['_MACHINESERVICE'].methods_by_name['GetBMC']._serialized_options = b'\322\363\030\002\001\002'
|
|
68
|
+
_globals['_MACHINESERVICE'].methods_by_name['GetBMC']._serialized_options = b'\322\363\030\002\001\002\340\363\030\001'
|
|
69
69
|
_globals['_MACHINESERVICE'].methods_by_name['ListBMC']._loaded_options = None
|
|
70
|
-
_globals['_MACHINESERVICE'].methods_by_name['ListBMC']._serialized_options = b'\322\363\030\002\001\002'
|
|
70
|
+
_globals['_MACHINESERVICE'].methods_by_name['ListBMC']._serialized_options = b'\322\363\030\002\001\002\340\363\030\001'
|
|
71
71
|
_globals['_MACHINESERVICE'].methods_by_name['ConsolePassword']._loaded_options = None
|
|
72
|
-
_globals['_MACHINESERVICE'].methods_by_name['ConsolePassword']._serialized_options = b'\322\363\030\002\001\002'
|
|
72
|
+
_globals['_MACHINESERVICE'].methods_by_name['ConsolePassword']._serialized_options = b'\322\363\030\002\001\002\340\363\030\001'
|
|
73
73
|
_globals['_MACHINESERVICEGETREQUEST']._serialized_start=194
|
|
74
74
|
_globals['_MACHINESERVICEGETREQUEST']._serialized_end=250
|
|
75
75
|
_globals['_MACHINESERVICEGETRESPONSE']._serialized_start=252
|
|
@@ -97,5 +97,5 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
97
97
|
_globals['_MACHINESERVICECONSOLEPASSWORDRESPONSE']._serialized_start=1368
|
|
98
98
|
_globals['_MACHINESERVICECONSOLEPASSWORDRESPONSE']._serialized_end=1465
|
|
99
99
|
_globals['_MACHINESERVICE']._serialized_start=1468
|
|
100
|
-
_globals['_MACHINESERVICE']._serialized_end=
|
|
100
|
+
_globals['_MACHINESERVICE']._serialized_end=2250
|
|
101
101
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/network.proto
|
|
5
|
-
# Protobuf Python Version: 7.
|
|
5
|
+
# Protobuf Python Version: 7.35.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
|
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
7,
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
35,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/network.proto'
|
|
19
19
|
)
|
|
@@ -28,7 +28,7 @@ from metalstack.api.v2 import network_pb2 as metalstack_dot_api_dot_v2_dot_netwo
|
|
|
28
28
|
from metalstack.api.v2 import predefined_rules_pb2 as metalstack_dot_api_dot_v2_dot_predefined__rules__pb2
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!metalstack/admin/v2/network.proto\x12\x13metalstack.admin.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1emetalstack/api/v2/common.proto\x1a\x1fmetalstack/api/v2/network.proto\x1a(metalstack/api/v2/predefined_rules.proto\"7\n\x18NetworkServiceGetRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x02id\"Q\n\x19NetworkServiceGetResponse\x12\x34\n\x07network\x18\x01 \x01(\x0b\x32\x1a.metalstack.api.v2.NetworkR\x07network\"\xa8\t\n\x1bNetworkServiceCreateRequest\x12 \n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01H\x00R\x02id\x88\x01\x01\x12$\n\x04name\x18\x02 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01H\x01R\x04name\x88\x01\x01\x12\x32\n\x0b\x64\x65scription\x18\x03 \x01(\tB\x0b\xbaH\x08r\x06\xc8\xb3\xae\xb1\x02\x01H\x02R\x0b\x64\x65scription\x88\x01\x01\x12.\n\tpartition\x18\x04 \x01(\tB\x0b\xbaH\x08r\x06\xd0\xb3\xae\xb1\x02\x01H\x03R\tpartition\x88\x01\x01\x12\'\n\x07project\x18\x05 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01H\x04R\x07project\x88\x01\x01\x12<\n\x04type\x18\x06 \x01(\x0e\x32\x1e.metalstack.api.v2.NetworkTypeB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x04type\x12\x36\n\x06labels\x18\x07 \x01(\x0b\x32\x19.metalstack.api.v2.LabelsH\x05R\x06labels\x88\x01\x01\x12(\n\x08prefixes\x18\x08 \x03(\tB\x0c\xbaH\t\x92\x01\x06\xb8\xa4\xb3\xb1\x02\x01R\x08prefixes\x12?\n\x14\x64\x65stination_prefixes\x18\t \x03(\tB\x0c\xbaH\t\x92\x01\x06\xb8\xa4\xb3\xb1\x02\x01R\x13\x64\x65stinationPrefixes\x12\x63\n\x1b\x64\x65\x66\x61ult_child_prefix_length\x18\n \x01(\x0b\x32$.metalstack.api.v2.ChildPrefixLengthR\x18\x64\x65\x66\x61ultChildPrefixLength\x12[\n\x17min_child_prefix_length\x18\x0b \x01(\x0b\x32$.metalstack.api.v2.ChildPrefixLengthR\x14minChildPrefixLength\x12\x44\n\x08nat_type\x18\x0c \x01(\x0e\x32\x1a.metalstack.api.v2.NATTypeB\x08\xbaH\x05\x82\x01\x02\x10\x01H\x06R\x07natType\x88\x01\x01\x12\x15\n\x03vrf\x18\r \x01(\rH\x07R\x03vrf\x88\x01\x01\x12\x37\n\x0eparent_network\x18\x0e \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01H\x08R\rparentNetwork\x88\x01\x01\x12N\n\x1c\x61\x64\x64itional_announcable_cidrs\x18\x0f \x03(\tB\x0c\xbaH\t\x92\x01\x06\xb8\xa4\xb3\xb1\x02\x01R\x1a\x61\x64\x64itionalAnnouncableCidrs\x12\x41\n\x06length\x18\x10 \x01(\x0b\x32$.metalstack.api.v2.ChildPrefixLengthH\tR\x06length\x88\x01\x01\x12]\n\x0e\x61\x64\x64ress_family\x18\x11 \x01(\x0e\x32\'.metalstack.api.v2.NetworkAddressFamilyB\x08\xbaH\x05\x82\x01\x02\x10\x01H\nR\raddressFamily\x88\x01\x01\x42\x05\n\x03_idB\x07\n\x05_nameB\x0e\n\x0c_descriptionB\x0c\n\n_partitionB\n\n\x08_projectB\t\n\x07_labelsB\x0b\n\t_nat_typeB\x06\n\x04_vrfB\x11\n\x0f_parent_networkB\t\n\x07_lengthB\x11\n\x0f_address_family\"\xea\x06\n\x1bNetworkServiceUpdateRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x02id\x12\x46\n\x0bupdate_meta\x18\x02 \x01(\x0b\x32\x1d.metalstack.api.v2.UpdateMetaB\x06\xbaH\x03\xc8\x01\x01R\nupdateMeta\x12$\n\x04name\x18\x03 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01H\x00R\x04name\x88\x01\x01\x12\x32\n\x0b\x64\x65scription\x18\x04 \x01(\tB\x0b\xbaH\x08r\x06\xc8\xb3\xae\xb1\x02\x01H\x01R\x0b\x64\x65scription\x88\x01\x01\x12<\n\x06labels\x18\x05 \x01(\x0b\x32\x1f.metalstack.api.v2.UpdateLabelsH\x02R\x06labels\x88\x01\x01\x12(\n\x08prefixes\x18\x06 \x03(\tB\x0c\xbaH\t\x92\x01\x06\xb8\xa4\xb3\xb1\x02\x01R\x08prefixes\x12?\n\x14\x64\x65stination_prefixes\x18\x07 \x03(\tB\x0c\xbaH\t\x92\x01\x06\xb8\xa4\xb3\xb1\x02\x01R\x13\x64\x65stinationPrefixes\x12h\n\x1b\x64\x65\x66\x61ult_child_prefix_length\x18\x08 \x01(\x0b\x32$.metalstack.api.v2.ChildPrefixLengthH\x03R\x18\x64\x65\x66\x61ultChildPrefixLength\x88\x01\x01\x12`\n\x17min_child_prefix_length\x18\t \x01(\x0b\x32$.metalstack.api.v2.ChildPrefixLengthH\x04R\x14minChildPrefixLength\x88\x01\x01\x12\x44\n\x08nat_type\x18\n \x01(\x0e\x32\x1a.metalstack.api.v2.NATTypeB\x08\xbaH\x05\x82\x01\x02\x10\x01H\x05R\x07natType\x88\x01\x01\x12N\n\x1c\x61\x64\x64itional_announcable_cidrs\x18\x0b \x03(\tB\x0c\xbaH\t\x92\x01\x06\xb8\xa4\xb3\xb1\x02\x01R\x1a\x61\x64\x64itionalAnnouncableCidrs\x12\x14\n\x05\x66orce\x18\x0c \x01(\x08R\x05\x66orceB\x07\n\x05_nameB\x0e\n\x0c_descriptionB\t\n\x07_labelsB\x1e\n\x1c_default_child_prefix_lengthB\x1a\n\x18_min_child_prefix_lengthB\x0b\n\t_nat_type\":\n\x1bNetworkServiceDeleteRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x02id\"R\n\x19NetworkServiceListRequest\x12\x35\n\x05query\x18\
|
|
31
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!metalstack/admin/v2/network.proto\x12\x13metalstack.admin.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1emetalstack/api/v2/common.proto\x1a\x1fmetalstack/api/v2/network.proto\x1a(metalstack/api/v2/predefined_rules.proto\"7\n\x18NetworkServiceGetRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x02id\"Q\n\x19NetworkServiceGetResponse\x12\x34\n\x07network\x18\x01 \x01(\x0b\x32\x1a.metalstack.api.v2.NetworkR\x07network\"\xa8\t\n\x1bNetworkServiceCreateRequest\x12 \n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01H\x00R\x02id\x88\x01\x01\x12$\n\x04name\x18\x02 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01H\x01R\x04name\x88\x01\x01\x12\x32\n\x0b\x64\x65scription\x18\x03 \x01(\tB\x0b\xbaH\x08r\x06\xc8\xb3\xae\xb1\x02\x01H\x02R\x0b\x64\x65scription\x88\x01\x01\x12.\n\tpartition\x18\x04 \x01(\tB\x0b\xbaH\x08r\x06\xd0\xb3\xae\xb1\x02\x01H\x03R\tpartition\x88\x01\x01\x12\'\n\x07project\x18\x05 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01H\x04R\x07project\x88\x01\x01\x12<\n\x04type\x18\x06 \x01(\x0e\x32\x1e.metalstack.api.v2.NetworkTypeB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x04type\x12\x36\n\x06labels\x18\x07 \x01(\x0b\x32\x19.metalstack.api.v2.LabelsH\x05R\x06labels\x88\x01\x01\x12(\n\x08prefixes\x18\x08 \x03(\tB\x0c\xbaH\t\x92\x01\x06\xb8\xa4\xb3\xb1\x02\x01R\x08prefixes\x12?\n\x14\x64\x65stination_prefixes\x18\t \x03(\tB\x0c\xbaH\t\x92\x01\x06\xb8\xa4\xb3\xb1\x02\x01R\x13\x64\x65stinationPrefixes\x12\x63\n\x1b\x64\x65\x66\x61ult_child_prefix_length\x18\n \x01(\x0b\x32$.metalstack.api.v2.ChildPrefixLengthR\x18\x64\x65\x66\x61ultChildPrefixLength\x12[\n\x17min_child_prefix_length\x18\x0b \x01(\x0b\x32$.metalstack.api.v2.ChildPrefixLengthR\x14minChildPrefixLength\x12\x44\n\x08nat_type\x18\x0c \x01(\x0e\x32\x1a.metalstack.api.v2.NATTypeB\x08\xbaH\x05\x82\x01\x02\x10\x01H\x06R\x07natType\x88\x01\x01\x12\x15\n\x03vrf\x18\r \x01(\rH\x07R\x03vrf\x88\x01\x01\x12\x37\n\x0eparent_network\x18\x0e \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01H\x08R\rparentNetwork\x88\x01\x01\x12N\n\x1c\x61\x64\x64itional_announcable_cidrs\x18\x0f \x03(\tB\x0c\xbaH\t\x92\x01\x06\xb8\xa4\xb3\xb1\x02\x01R\x1a\x61\x64\x64itionalAnnouncableCidrs\x12\x41\n\x06length\x18\x10 \x01(\x0b\x32$.metalstack.api.v2.ChildPrefixLengthH\tR\x06length\x88\x01\x01\x12]\n\x0e\x61\x64\x64ress_family\x18\x11 \x01(\x0e\x32\'.metalstack.api.v2.NetworkAddressFamilyB\x08\xbaH\x05\x82\x01\x02\x10\x01H\nR\raddressFamily\x88\x01\x01\x42\x05\n\x03_idB\x07\n\x05_nameB\x0e\n\x0c_descriptionB\x0c\n\n_partitionB\n\n\x08_projectB\t\n\x07_labelsB\x0b\n\t_nat_typeB\x06\n\x04_vrfB\x11\n\x0f_parent_networkB\t\n\x07_lengthB\x11\n\x0f_address_family\"\xea\x06\n\x1bNetworkServiceUpdateRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x02id\x12\x46\n\x0bupdate_meta\x18\x02 \x01(\x0b\x32\x1d.metalstack.api.v2.UpdateMetaB\x06\xbaH\x03\xc8\x01\x01R\nupdateMeta\x12$\n\x04name\x18\x03 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01H\x00R\x04name\x88\x01\x01\x12\x32\n\x0b\x64\x65scription\x18\x04 \x01(\tB\x0b\xbaH\x08r\x06\xc8\xb3\xae\xb1\x02\x01H\x01R\x0b\x64\x65scription\x88\x01\x01\x12<\n\x06labels\x18\x05 \x01(\x0b\x32\x1f.metalstack.api.v2.UpdateLabelsH\x02R\x06labels\x88\x01\x01\x12(\n\x08prefixes\x18\x06 \x03(\tB\x0c\xbaH\t\x92\x01\x06\xb8\xa4\xb3\xb1\x02\x01R\x08prefixes\x12?\n\x14\x64\x65stination_prefixes\x18\x07 \x03(\tB\x0c\xbaH\t\x92\x01\x06\xb8\xa4\xb3\xb1\x02\x01R\x13\x64\x65stinationPrefixes\x12h\n\x1b\x64\x65\x66\x61ult_child_prefix_length\x18\x08 \x01(\x0b\x32$.metalstack.api.v2.ChildPrefixLengthH\x03R\x18\x64\x65\x66\x61ultChildPrefixLength\x88\x01\x01\x12`\n\x17min_child_prefix_length\x18\t \x01(\x0b\x32$.metalstack.api.v2.ChildPrefixLengthH\x04R\x14minChildPrefixLength\x88\x01\x01\x12\x44\n\x08nat_type\x18\n \x01(\x0e\x32\x1a.metalstack.api.v2.NATTypeB\x08\xbaH\x05\x82\x01\x02\x10\x01H\x05R\x07natType\x88\x01\x01\x12N\n\x1c\x61\x64\x64itional_announcable_cidrs\x18\x0b \x03(\tB\x0c\xbaH\t\x92\x01\x06\xb8\xa4\xb3\xb1\x02\x01R\x1a\x61\x64\x64itionalAnnouncableCidrs\x12\x14\n\x05\x66orce\x18\x0c \x01(\x08R\x05\x66orceB\x07\n\x05_nameB\x0e\n\x0c_descriptionB\t\n\x07_labelsB\x1e\n\x1c_default_child_prefix_lengthB\x1a\n\x18_min_child_prefix_lengthB\x0b\n\t_nat_type\":\n\x1bNetworkServiceDeleteRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x02id\"R\n\x19NetworkServiceListRequest\x12\x35\n\x05query\x18\x01 \x01(\x0b\x32\x1f.metalstack.api.v2.NetworkQueryR\x05query\"T\n\x1cNetworkServiceCreateResponse\x12\x34\n\x07network\x18\x01 \x01(\x0b\x32\x1a.metalstack.api.v2.NetworkR\x07network\"T\n\x1cNetworkServiceUpdateResponse\x12\x34\n\x07network\x18\x01 \x01(\x0b\x32\x1a.metalstack.api.v2.NetworkR\x07network\"T\n\x1cNetworkServiceDeleteResponse\x12\x34\n\x07network\x18\x01 \x01(\x0b\x32\x1a.metalstack.api.v2.NetworkR\x07network\"T\n\x1aNetworkServiceListResponse\x12\x36\n\x08networks\x18\x01 \x03(\x0b\x32\x1a.metalstack.api.v2.NetworkR\x08networks2\xe5\x04\n\x0eNetworkService\x12p\n\x03Get\x12-.metalstack.admin.v2.NetworkServiceGetRequest\x1a..metalstack.admin.v2.NetworkServiceGetResponse\"\n\xd2\xf3\x18\x02\x01\x02\xe0\xf3\x18\x02\x12x\n\x06\x43reate\x12\x30.metalstack.admin.v2.NetworkServiceCreateRequest\x1a\x31.metalstack.admin.v2.NetworkServiceCreateResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x12x\n\x06Update\x12\x30.metalstack.admin.v2.NetworkServiceUpdateRequest\x1a\x31.metalstack.admin.v2.NetworkServiceUpdateResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x12x\n\x06\x44\x65lete\x12\x30.metalstack.admin.v2.NetworkServiceDeleteRequest\x1a\x31.metalstack.admin.v2.NetworkServiceDeleteResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x12s\n\x04List\x12..metalstack.admin.v2.NetworkServiceListRequest\x1a/.metalstack.admin.v2.NetworkServiceListResponse\"\n\xd2\xf3\x18\x02\x01\x02\xe0\xf3\x18\x02\x42\xd0\x01\n\x17\x63om.metalstack.admin.v2B\x0cNetworkProtoP\x01Z9github.com/metal-stack/api/go/metalstack/admin/v2;adminv2\xa2\x02\x03MAX\xaa\x02\x13Metalstack.Admin.V2\xca\x02\x13Metalstack\\Admin\\V2\xe2\x02\x1fMetalstack\\Admin\\V2\\GPBMetadata\xea\x02\x15Metalstack::Admin::V2b\x06proto3')
|
|
32
32
|
|
|
33
33
|
_globals = globals()
|
|
34
34
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/partition.proto
|
|
5
|
-
# Protobuf Python Version: 7.
|
|
5
|
+
# Protobuf Python Version: 7.35.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
|
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
7,
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
35,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/partition.proto'
|
|
19
19
|
)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/project.proto
|
|
5
|
-
# Protobuf Python Version: 7.
|
|
5
|
+
# Protobuf Python Version: 7.35.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
|
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
7,
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
35,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/project.proto'
|
|
19
19
|
)
|
{metal_stack_api-0.0.61 → metal_stack_api-0.1.0}/metalstack/admin/v2/size_imageconstraint_pb2.py
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/size_imageconstraint.proto
|
|
5
|
-
# Protobuf Python Version: 7.
|
|
5
|
+
# Protobuf Python Version: 7.35.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
|
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
7,
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
35,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/size_imageconstraint.proto'
|
|
19
19
|
)
|