metal-stack-api 0.5.2__tar.gz → 0.5.4__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.5.2 → metal_stack_api-0.5.4}/PKG-INFO +1 -1
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/buf/validate/validate_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metal_stack_api.egg-info/PKG-INFO +1 -1
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/audit_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/component_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/filesystem_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/image_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/ip_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/machine_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/network_connect.py +48 -48
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/network_pb2.py +40 -36
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/network_pb2.pyi +25 -21
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/partition_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/project_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/size_imageconstraint_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/size_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/size_reservation_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/switch_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/task_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/tenant_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/token_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/vpn_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/audit_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/common_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/component_pb2.py +7 -5
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/component_pb2.pyi +2 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/filesystem_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/health_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/image_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/ip_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/machine_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/method_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/network_pb2.py +23 -21
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/network_pb2.pyi +4 -2
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/partition_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/predefined_rules_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/project_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/size_imageconstraint_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/size_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/size_reservation_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/switch_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/tenant_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/token_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/user_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/version_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/vpn_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/infra/v2/bmc_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/infra/v2/boot_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/infra/v2/component_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/infra/v2/event_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/infra/v2/switch_pb2.py +3 -3
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/README.md +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/buf/__init__.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/buf/validate/__init__.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metal_stack_api.egg-info/SOURCES.txt +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metal_stack_api.egg-info/dependency_links.txt +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metal_stack_api.egg-info/requires.txt +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metal_stack_api.egg-info/top_level.txt +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/__init__.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/__init__.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/__init__.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/audit_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/audit_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/component_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/component_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/filesystem_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/filesystem_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/image_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/image_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/ip_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/ip_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/machine_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/machine_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/partition_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/partition_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/project_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/project_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/size_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/size_imageconstraint_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/size_imageconstraint_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/size_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/size_reservation_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/size_reservation_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/switch_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/switch_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/task_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/task_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/tenant_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/tenant_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/token_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/token_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/vpn_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/admin/v2/vpn_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/__init__.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/__init__.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/audit_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/audit_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/common_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/filesystem_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/filesystem_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/health_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/health_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/image_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/image_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/ip_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/ip_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/machine_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/machine_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/method_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/method_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/network_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/partition_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/partition_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/predefined_rules_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/project_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/project_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/size_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/size_imageconstraint_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/size_imageconstraint_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/size_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/size_reservation_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/size_reservation_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/switch_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/tenant_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/tenant_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/token_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/token_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/user_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/user_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/version_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/version_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/api/v2/vpn_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/client/__init__.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/client/client.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/client/test_interceptor.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/client/tests/__init__.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/client/tests/conftest.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/client/tests/test_client.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/client/tests/test_interceptor.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/client/tests/test_ping.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/client/tests/test_token_persistent.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/infra/__init__.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/infra/v2/__init__.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/infra/v2/bmc_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/infra/v2/bmc_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/infra/v2/boot_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/infra/v2/boot_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/infra/v2/component_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/infra/v2/component_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/infra/v2/event_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/infra/v2/event_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/infra/v2/switch_connect.py +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/metalstack/infra/v2/switch_pb2.pyi +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/setup.cfg +0 -0
- {metal_stack_api-0.5.2 → metal_stack_api-0.5.4}/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: buf/validate/validate.proto
|
|
5
|
-
# Protobuf Python Version: 7.
|
|
5
|
+
# Protobuf Python Version: 7.36.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
|
+
36,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'buf/validate/validate.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/audit.proto
|
|
5
|
-
# Protobuf Python Version: 7.
|
|
5
|
+
# Protobuf Python Version: 7.36.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
|
+
36,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/audit.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/component.proto
|
|
5
|
-
# Protobuf Python Version: 7.
|
|
5
|
+
# Protobuf Python Version: 7.36.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
|
+
36,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/component.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/filesystem.proto
|
|
5
|
-
# Protobuf Python Version: 7.
|
|
5
|
+
# Protobuf Python Version: 7.36.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
|
+
36,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/filesystem.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/image.proto
|
|
5
|
-
# Protobuf Python Version: 7.
|
|
5
|
+
# Protobuf Python Version: 7.36.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
|
+
36,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/image.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/ip.proto
|
|
5
|
-
# Protobuf Python Version: 7.
|
|
5
|
+
# Protobuf Python Version: 7.36.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
|
+
36,
|
|
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.36.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
|
+
36,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/machine.proto'
|
|
19
19
|
)
|
|
@@ -36,10 +36,10 @@ class NetworkService(Protocol):
|
|
|
36
36
|
async def list_external_members(self, request: metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceListExternalMembersRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceListExternalMembersResponse:
|
|
37
37
|
raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
|
|
38
38
|
|
|
39
|
-
async def
|
|
39
|
+
async def add_external_members(self, request: metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceAddExternalMembersRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceAddExternalMembersResponse:
|
|
40
40
|
raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
|
|
41
41
|
|
|
42
|
-
async def
|
|
42
|
+
async def remove_external_members(self, request: metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceRemoveExternalMembersRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceRemoveExternalMembersResponse:
|
|
43
43
|
raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
|
|
44
44
|
|
|
45
45
|
|
|
@@ -108,25 +108,25 @@ class NetworkServiceASGIApplication(ConnectASGIApplication[NetworkService]):
|
|
|
108
108
|
),
|
|
109
109
|
function=svc.list_external_members,
|
|
110
110
|
),
|
|
111
|
-
"/metalstack.admin.v2.NetworkService/
|
|
111
|
+
"/metalstack.admin.v2.NetworkService/AddExternalMembers": Endpoint.unary(
|
|
112
112
|
method=MethodInfo(
|
|
113
|
-
name="
|
|
113
|
+
name="AddExternalMembers",
|
|
114
114
|
service_name="metalstack.admin.v2.NetworkService",
|
|
115
|
-
input=metalstack_dot_admin_dot_v2_dot_network__pb2.
|
|
116
|
-
output=metalstack_dot_admin_dot_v2_dot_network__pb2.
|
|
115
|
+
input=metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceAddExternalMembersRequest,
|
|
116
|
+
output=metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceAddExternalMembersResponse,
|
|
117
117
|
idempotency_level=IdempotencyLevel.UNKNOWN,
|
|
118
118
|
),
|
|
119
|
-
function=svc.
|
|
119
|
+
function=svc.add_external_members,
|
|
120
120
|
),
|
|
121
|
-
"/metalstack.admin.v2.NetworkService/
|
|
121
|
+
"/metalstack.admin.v2.NetworkService/RemoveExternalMembers": Endpoint.unary(
|
|
122
122
|
method=MethodInfo(
|
|
123
|
-
name="
|
|
123
|
+
name="RemoveExternalMembers",
|
|
124
124
|
service_name="metalstack.admin.v2.NetworkService",
|
|
125
|
-
input=metalstack_dot_admin_dot_v2_dot_network__pb2.
|
|
126
|
-
output=metalstack_dot_admin_dot_v2_dot_network__pb2.
|
|
125
|
+
input=metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceRemoveExternalMembersRequest,
|
|
126
|
+
output=metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceRemoveExternalMembersResponse,
|
|
127
127
|
idempotency_level=IdempotencyLevel.UNKNOWN,
|
|
128
128
|
),
|
|
129
|
-
function=svc.
|
|
129
|
+
function=svc.remove_external_members,
|
|
130
130
|
),
|
|
131
131
|
},
|
|
132
132
|
interceptors=interceptors,
|
|
@@ -262,40 +262,40 @@ class NetworkServiceClient(ConnectClient):
|
|
|
262
262
|
timeout_ms=timeout_ms,
|
|
263
263
|
)
|
|
264
264
|
|
|
265
|
-
async def
|
|
265
|
+
async def add_external_members(
|
|
266
266
|
self,
|
|
267
|
-
request: metalstack_dot_admin_dot_v2_dot_network__pb2.
|
|
267
|
+
request: metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceAddExternalMembersRequest,
|
|
268
268
|
*,
|
|
269
269
|
headers: Headers | Mapping[str, str] | None = None,
|
|
270
270
|
timeout_ms: int | None = None,
|
|
271
|
-
) -> metalstack_dot_admin_dot_v2_dot_network__pb2.
|
|
271
|
+
) -> metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceAddExternalMembersResponse:
|
|
272
272
|
return await self.execute_unary(
|
|
273
273
|
request=request,
|
|
274
274
|
method=MethodInfo(
|
|
275
|
-
name="
|
|
275
|
+
name="AddExternalMembers",
|
|
276
276
|
service_name="metalstack.admin.v2.NetworkService",
|
|
277
|
-
input=metalstack_dot_admin_dot_v2_dot_network__pb2.
|
|
278
|
-
output=metalstack_dot_admin_dot_v2_dot_network__pb2.
|
|
277
|
+
input=metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceAddExternalMembersRequest,
|
|
278
|
+
output=metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceAddExternalMembersResponse,
|
|
279
279
|
idempotency_level=IdempotencyLevel.UNKNOWN,
|
|
280
280
|
),
|
|
281
281
|
headers=headers,
|
|
282
282
|
timeout_ms=timeout_ms,
|
|
283
283
|
)
|
|
284
284
|
|
|
285
|
-
async def
|
|
285
|
+
async def remove_external_members(
|
|
286
286
|
self,
|
|
287
|
-
request: metalstack_dot_admin_dot_v2_dot_network__pb2.
|
|
287
|
+
request: metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceRemoveExternalMembersRequest,
|
|
288
288
|
*,
|
|
289
289
|
headers: Headers | Mapping[str, str] | None = None,
|
|
290
290
|
timeout_ms: int | None = None,
|
|
291
|
-
) -> metalstack_dot_admin_dot_v2_dot_network__pb2.
|
|
291
|
+
) -> metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceRemoveExternalMembersResponse:
|
|
292
292
|
return await self.execute_unary(
|
|
293
293
|
request=request,
|
|
294
294
|
method=MethodInfo(
|
|
295
|
-
name="
|
|
295
|
+
name="RemoveExternalMembers",
|
|
296
296
|
service_name="metalstack.admin.v2.NetworkService",
|
|
297
|
-
input=metalstack_dot_admin_dot_v2_dot_network__pb2.
|
|
298
|
-
output=metalstack_dot_admin_dot_v2_dot_network__pb2.
|
|
297
|
+
input=metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceRemoveExternalMembersRequest,
|
|
298
|
+
output=metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceRemoveExternalMembersResponse,
|
|
299
299
|
idempotency_level=IdempotencyLevel.UNKNOWN,
|
|
300
300
|
),
|
|
301
301
|
headers=headers,
|
|
@@ -319,9 +319,9 @@ class NetworkServiceSync(Protocol):
|
|
|
319
319
|
raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
|
|
320
320
|
def list_external_members(self, request: metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceListExternalMembersRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceListExternalMembersResponse:
|
|
321
321
|
raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
|
|
322
|
-
def
|
|
322
|
+
def add_external_members(self, request: metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceAddExternalMembersRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceAddExternalMembersResponse:
|
|
323
323
|
raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
|
|
324
|
-
def
|
|
324
|
+
def remove_external_members(self, request: metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceRemoveExternalMembersRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceRemoveExternalMembersResponse:
|
|
325
325
|
raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
|
|
326
326
|
|
|
327
327
|
|
|
@@ -389,25 +389,25 @@ class NetworkServiceWSGIApplication(ConnectWSGIApplication):
|
|
|
389
389
|
),
|
|
390
390
|
function=service.list_external_members,
|
|
391
391
|
),
|
|
392
|
-
"/metalstack.admin.v2.NetworkService/
|
|
392
|
+
"/metalstack.admin.v2.NetworkService/AddExternalMembers": EndpointSync.unary(
|
|
393
393
|
method=MethodInfo(
|
|
394
|
-
name="
|
|
394
|
+
name="AddExternalMembers",
|
|
395
395
|
service_name="metalstack.admin.v2.NetworkService",
|
|
396
|
-
input=metalstack_dot_admin_dot_v2_dot_network__pb2.
|
|
397
|
-
output=metalstack_dot_admin_dot_v2_dot_network__pb2.
|
|
396
|
+
input=metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceAddExternalMembersRequest,
|
|
397
|
+
output=metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceAddExternalMembersResponse,
|
|
398
398
|
idempotency_level=IdempotencyLevel.UNKNOWN,
|
|
399
399
|
),
|
|
400
|
-
function=service.
|
|
400
|
+
function=service.add_external_members,
|
|
401
401
|
),
|
|
402
|
-
"/metalstack.admin.v2.NetworkService/
|
|
402
|
+
"/metalstack.admin.v2.NetworkService/RemoveExternalMembers": EndpointSync.unary(
|
|
403
403
|
method=MethodInfo(
|
|
404
|
-
name="
|
|
404
|
+
name="RemoveExternalMembers",
|
|
405
405
|
service_name="metalstack.admin.v2.NetworkService",
|
|
406
|
-
input=metalstack_dot_admin_dot_v2_dot_network__pb2.
|
|
407
|
-
output=metalstack_dot_admin_dot_v2_dot_network__pb2.
|
|
406
|
+
input=metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceRemoveExternalMembersRequest,
|
|
407
|
+
output=metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceRemoveExternalMembersResponse,
|
|
408
408
|
idempotency_level=IdempotencyLevel.UNKNOWN,
|
|
409
409
|
),
|
|
410
|
-
function=service.
|
|
410
|
+
function=service.remove_external_members,
|
|
411
411
|
),
|
|
412
412
|
},
|
|
413
413
|
interceptors=interceptors,
|
|
@@ -543,40 +543,40 @@ class NetworkServiceClientSync(ConnectClientSync):
|
|
|
543
543
|
timeout_ms=timeout_ms,
|
|
544
544
|
)
|
|
545
545
|
|
|
546
|
-
def
|
|
546
|
+
def add_external_members(
|
|
547
547
|
self,
|
|
548
|
-
request: metalstack_dot_admin_dot_v2_dot_network__pb2.
|
|
548
|
+
request: metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceAddExternalMembersRequest,
|
|
549
549
|
*,
|
|
550
550
|
headers: Headers | Mapping[str, str] | None = None,
|
|
551
551
|
timeout_ms: int | None = None,
|
|
552
|
-
) -> metalstack_dot_admin_dot_v2_dot_network__pb2.
|
|
552
|
+
) -> metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceAddExternalMembersResponse:
|
|
553
553
|
return self.execute_unary(
|
|
554
554
|
request=request,
|
|
555
555
|
method=MethodInfo(
|
|
556
|
-
name="
|
|
556
|
+
name="AddExternalMembers",
|
|
557
557
|
service_name="metalstack.admin.v2.NetworkService",
|
|
558
|
-
input=metalstack_dot_admin_dot_v2_dot_network__pb2.
|
|
559
|
-
output=metalstack_dot_admin_dot_v2_dot_network__pb2.
|
|
558
|
+
input=metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceAddExternalMembersRequest,
|
|
559
|
+
output=metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceAddExternalMembersResponse,
|
|
560
560
|
idempotency_level=IdempotencyLevel.UNKNOWN,
|
|
561
561
|
),
|
|
562
562
|
headers=headers,
|
|
563
563
|
timeout_ms=timeout_ms,
|
|
564
564
|
)
|
|
565
565
|
|
|
566
|
-
def
|
|
566
|
+
def remove_external_members(
|
|
567
567
|
self,
|
|
568
|
-
request: metalstack_dot_admin_dot_v2_dot_network__pb2.
|
|
568
|
+
request: metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceRemoveExternalMembersRequest,
|
|
569
569
|
*,
|
|
570
570
|
headers: Headers | Mapping[str, str] | None = None,
|
|
571
571
|
timeout_ms: int | None = None,
|
|
572
|
-
) -> metalstack_dot_admin_dot_v2_dot_network__pb2.
|
|
572
|
+
) -> metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceRemoveExternalMembersResponse:
|
|
573
573
|
return self.execute_unary(
|
|
574
574
|
request=request,
|
|
575
575
|
method=MethodInfo(
|
|
576
|
-
name="
|
|
576
|
+
name="RemoveExternalMembers",
|
|
577
577
|
service_name="metalstack.admin.v2.NetworkService",
|
|
578
|
-
input=metalstack_dot_admin_dot_v2_dot_network__pb2.
|
|
579
|
-
output=metalstack_dot_admin_dot_v2_dot_network__pb2.
|
|
578
|
+
input=metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceRemoveExternalMembersRequest,
|
|
579
|
+
output=metalstack_dot_admin_dot_v2_dot_network__pb2.NetworkServiceRemoveExternalMembersResponse,
|
|
580
580
|
idempotency_level=IdempotencyLevel.UNKNOWN,
|
|
581
581
|
),
|
|
582
582
|
headers=headers,
|
|
@@ -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.36.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
|
+
36,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/network.proto'
|
|
19
19
|
)
|
|
@@ -29,7 +29,7 @@ from metalstack.api.v2 import predefined_rules_pb2 as metalstack_dot_api_dot_v2_
|
|
|
29
29
|
from metalstack.api.v2 import switch_pb2 as metalstack_dot_api_dot_v2_dot_switch__pb2
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
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\x1a\x1emetalstack/api/v2/switch.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\"\x96\x01\n(NetworkServiceListExternalMembersRequest\x12%\n\x07network\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x07network\x12\x43\n\x05query\x18\x02 \x01(\x0b\x32-.metalstack.api.v2.ExternalNetworkMemberQueryR\x05query\"\
|
|
32
|
+
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\x1a\x1emetalstack/api/v2/switch.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\"\x96\x01\n(NetworkServiceListExternalMembersRequest\x12%\n\x07network\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x07network\x12\x43\n\x05query\x18\x02 \x01(\x0b\x32-.metalstack.api.v2.ExternalNetworkMemberQueryR\x05query\"\x98\x01\n\'NetworkServiceAddExternalMembersRequest\x12%\n\x07network\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x07network\x12\x1f\n\x04rack\x18\x02 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x04rack\x12%\n\x05ports\x18\x03 \x03(\tB\x0f\xbaH\x0c\x92\x01\t\x10\x80\x10\xd0\xa4\xb3\xb1\x02\x01R\x05ports\"\x9b\x01\n*NetworkServiceRemoveExternalMembersRequest\x12%\n\x07network\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x07network\x12\x1f\n\x04rack\x18\x02 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x04rack\x12%\n\x05ports\x18\x03 \x03(\tB\x0f\xbaH\x0c\x92\x01\t\x10\x80\x10\xd0\xa4\xb3\xb1\x02\x01R\x05ports\"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\x08networks\"o\n)NetworkServiceListExternalMembersResponse\x12\x42\n\x07members\x18\x01 \x03(\x0b\x32(.metalstack.api.v2.ExternalNetworkMemberR\x07members\"a\n(NetworkServiceAddExternalMembersResponse\x12\x35\n\x08switches\x18\x01 \x03(\x0b\x32\x19.metalstack.api.v2.SwitchR\x08switches\"d\n+NetworkServiceRemoveExternalMembersResponse\x12\x35\n\x08switches\x18\x01 \x03(\x0b\x32\x19.metalstack.api.v2.SwitchR\x08switches2\xcf\x08\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\x12\xa0\x01\n\x13ListExternalMembers\x12=.metalstack.admin.v2.NetworkServiceListExternalMembersRequest\x1a>.metalstack.admin.v2.NetworkServiceListExternalMembersResponse\"\n\xd2\xf3\x18\x02\x01\x02\xe0\xf3\x18\x02\x12\x9c\x01\n\x12\x41\x64\x64\x45xternalMembers\x12<.metalstack.admin.v2.NetworkServiceAddExternalMembersRequest\x1a=.metalstack.admin.v2.NetworkServiceAddExternalMembersResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x12\xa5\x01\n\x15RemoveExternalMembers\x12?.metalstack.admin.v2.NetworkServiceRemoveExternalMembersRequest\x1a@.metalstack.admin.v2.NetworkServiceRemoveExternalMembersResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\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')
|
|
33
33
|
|
|
34
34
|
_globals = globals()
|
|
35
35
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -83,14 +83,18 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
83
83
|
_globals['_NETWORKSERVICEDELETEREQUEST'].fields_by_name['id']._serialized_options = b'\272H\010r\006\300\263\256\261\002\001'
|
|
84
84
|
_globals['_NETWORKSERVICELISTEXTERNALMEMBERSREQUEST'].fields_by_name['network']._loaded_options = None
|
|
85
85
|
_globals['_NETWORKSERVICELISTEXTERNALMEMBERSREQUEST'].fields_by_name['network']._serialized_options = b'\272H\010r\006\300\263\256\261\002\001'
|
|
86
|
-
_globals['
|
|
87
|
-
_globals['
|
|
88
|
-
_globals['
|
|
89
|
-
_globals['
|
|
90
|
-
_globals['
|
|
91
|
-
_globals['
|
|
92
|
-
_globals['
|
|
93
|
-
_globals['
|
|
86
|
+
_globals['_NETWORKSERVICEADDEXTERNALMEMBERSREQUEST'].fields_by_name['network']._loaded_options = None
|
|
87
|
+
_globals['_NETWORKSERVICEADDEXTERNALMEMBERSREQUEST'].fields_by_name['network']._serialized_options = b'\272H\010r\006\300\263\256\261\002\001'
|
|
88
|
+
_globals['_NETWORKSERVICEADDEXTERNALMEMBERSREQUEST'].fields_by_name['rack']._loaded_options = None
|
|
89
|
+
_globals['_NETWORKSERVICEADDEXTERNALMEMBERSREQUEST'].fields_by_name['rack']._serialized_options = b'\272H\010r\006\300\263\256\261\002\001'
|
|
90
|
+
_globals['_NETWORKSERVICEADDEXTERNALMEMBERSREQUEST'].fields_by_name['ports']._loaded_options = None
|
|
91
|
+
_globals['_NETWORKSERVICEADDEXTERNALMEMBERSREQUEST'].fields_by_name['ports']._serialized_options = b'\272H\014\222\001\t\020\200\020\320\244\263\261\002\001'
|
|
92
|
+
_globals['_NETWORKSERVICEREMOVEEXTERNALMEMBERSREQUEST'].fields_by_name['network']._loaded_options = None
|
|
93
|
+
_globals['_NETWORKSERVICEREMOVEEXTERNALMEMBERSREQUEST'].fields_by_name['network']._serialized_options = b'\272H\010r\006\300\263\256\261\002\001'
|
|
94
|
+
_globals['_NETWORKSERVICEREMOVEEXTERNALMEMBERSREQUEST'].fields_by_name['rack']._loaded_options = None
|
|
95
|
+
_globals['_NETWORKSERVICEREMOVEEXTERNALMEMBERSREQUEST'].fields_by_name['rack']._serialized_options = b'\272H\010r\006\300\263\256\261\002\001'
|
|
96
|
+
_globals['_NETWORKSERVICEREMOVEEXTERNALMEMBERSREQUEST'].fields_by_name['ports']._loaded_options = None
|
|
97
|
+
_globals['_NETWORKSERVICEREMOVEEXTERNALMEMBERSREQUEST'].fields_by_name['ports']._serialized_options = b'\272H\014\222\001\t\020\200\020\320\244\263\261\002\001'
|
|
94
98
|
_globals['_NETWORKSERVICE'].methods_by_name['Get']._loaded_options = None
|
|
95
99
|
_globals['_NETWORKSERVICE'].methods_by_name['Get']._serialized_options = b'\322\363\030\002\001\002\340\363\030\002'
|
|
96
100
|
_globals['_NETWORKSERVICE'].methods_by_name['Create']._loaded_options = None
|
|
@@ -103,10 +107,10 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
103
107
|
_globals['_NETWORKSERVICE'].methods_by_name['List']._serialized_options = b'\322\363\030\002\001\002\340\363\030\002'
|
|
104
108
|
_globals['_NETWORKSERVICE'].methods_by_name['ListExternalMembers']._loaded_options = None
|
|
105
109
|
_globals['_NETWORKSERVICE'].methods_by_name['ListExternalMembers']._serialized_options = b'\322\363\030\002\001\002\340\363\030\002'
|
|
106
|
-
_globals['_NETWORKSERVICE'].methods_by_name['
|
|
107
|
-
_globals['_NETWORKSERVICE'].methods_by_name['
|
|
108
|
-
_globals['_NETWORKSERVICE'].methods_by_name['
|
|
109
|
-
_globals['_NETWORKSERVICE'].methods_by_name['
|
|
110
|
+
_globals['_NETWORKSERVICE'].methods_by_name['AddExternalMembers']._loaded_options = None
|
|
111
|
+
_globals['_NETWORKSERVICE'].methods_by_name['AddExternalMembers']._serialized_options = b'\322\363\030\001\001\340\363\030\001'
|
|
112
|
+
_globals['_NETWORKSERVICE'].methods_by_name['RemoveExternalMembers']._loaded_options = None
|
|
113
|
+
_globals['_NETWORKSERVICE'].methods_by_name['RemoveExternalMembers']._serialized_options = b'\322\363\030\001\001\340\363\030\001'
|
|
110
114
|
_globals['_NETWORKSERVICEGETREQUEST']._serialized_start=226
|
|
111
115
|
_globals['_NETWORKSERVICEGETREQUEST']._serialized_end=281
|
|
112
116
|
_globals['_NETWORKSERVICEGETRESPONSE']._serialized_start=283
|
|
@@ -121,24 +125,24 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
121
125
|
_globals['_NETWORKSERVICELISTREQUEST']._serialized_end=2580
|
|
122
126
|
_globals['_NETWORKSERVICELISTEXTERNALMEMBERSREQUEST']._serialized_start=2583
|
|
123
127
|
_globals['_NETWORKSERVICELISTEXTERNALMEMBERSREQUEST']._serialized_end=2733
|
|
124
|
-
_globals['
|
|
125
|
-
_globals['
|
|
126
|
-
_globals['
|
|
127
|
-
_globals['
|
|
128
|
-
_globals['_NETWORKSERVICECREATERESPONSE']._serialized_start=
|
|
129
|
-
_globals['_NETWORKSERVICECREATERESPONSE']._serialized_end=
|
|
130
|
-
_globals['_NETWORKSERVICEUPDATERESPONSE']._serialized_start=
|
|
131
|
-
_globals['_NETWORKSERVICEUPDATERESPONSE']._serialized_end=
|
|
132
|
-
_globals['_NETWORKSERVICEDELETERESPONSE']._serialized_start=
|
|
133
|
-
_globals['_NETWORKSERVICEDELETERESPONSE']._serialized_end=
|
|
134
|
-
_globals['_NETWORKSERVICELISTRESPONSE']._serialized_start=
|
|
135
|
-
_globals['_NETWORKSERVICELISTRESPONSE']._serialized_end=
|
|
136
|
-
_globals['_NETWORKSERVICELISTEXTERNALMEMBERSRESPONSE']._serialized_start=
|
|
137
|
-
_globals['_NETWORKSERVICELISTEXTERNALMEMBERSRESPONSE']._serialized_end=
|
|
138
|
-
_globals['
|
|
139
|
-
_globals['
|
|
140
|
-
_globals['
|
|
141
|
-
_globals['
|
|
142
|
-
_globals['_NETWORKSERVICE']._serialized_start=
|
|
143
|
-
_globals['_NETWORKSERVICE']._serialized_end=
|
|
128
|
+
_globals['_NETWORKSERVICEADDEXTERNALMEMBERSREQUEST']._serialized_start=2736
|
|
129
|
+
_globals['_NETWORKSERVICEADDEXTERNALMEMBERSREQUEST']._serialized_end=2888
|
|
130
|
+
_globals['_NETWORKSERVICEREMOVEEXTERNALMEMBERSREQUEST']._serialized_start=2891
|
|
131
|
+
_globals['_NETWORKSERVICEREMOVEEXTERNALMEMBERSREQUEST']._serialized_end=3046
|
|
132
|
+
_globals['_NETWORKSERVICECREATERESPONSE']._serialized_start=3048
|
|
133
|
+
_globals['_NETWORKSERVICECREATERESPONSE']._serialized_end=3132
|
|
134
|
+
_globals['_NETWORKSERVICEUPDATERESPONSE']._serialized_start=3134
|
|
135
|
+
_globals['_NETWORKSERVICEUPDATERESPONSE']._serialized_end=3218
|
|
136
|
+
_globals['_NETWORKSERVICEDELETERESPONSE']._serialized_start=3220
|
|
137
|
+
_globals['_NETWORKSERVICEDELETERESPONSE']._serialized_end=3304
|
|
138
|
+
_globals['_NETWORKSERVICELISTRESPONSE']._serialized_start=3306
|
|
139
|
+
_globals['_NETWORKSERVICELISTRESPONSE']._serialized_end=3390
|
|
140
|
+
_globals['_NETWORKSERVICELISTEXTERNALMEMBERSRESPONSE']._serialized_start=3392
|
|
141
|
+
_globals['_NETWORKSERVICELISTEXTERNALMEMBERSRESPONSE']._serialized_end=3503
|
|
142
|
+
_globals['_NETWORKSERVICEADDEXTERNALMEMBERSRESPONSE']._serialized_start=3505
|
|
143
|
+
_globals['_NETWORKSERVICEADDEXTERNALMEMBERSRESPONSE']._serialized_end=3602
|
|
144
|
+
_globals['_NETWORKSERVICEREMOVEEXTERNALMEMBERSRESPONSE']._serialized_start=3604
|
|
145
|
+
_globals['_NETWORKSERVICEREMOVEEXTERNALMEMBERSRESPONSE']._serialized_end=3704
|
|
146
|
+
_globals['_NETWORKSERVICE']._serialized_start=3707
|
|
147
|
+
_globals['_NETWORKSERVICE']._serialized_end=4810
|
|
144
148
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -109,21 +109,25 @@ class NetworkServiceListExternalMembersRequest(_message.Message):
|
|
|
109
109
|
query: _network_pb2.ExternalNetworkMemberQuery
|
|
110
110
|
def __init__(self, network: _Optional[str] = ..., query: _Optional[_Union[_network_pb2.ExternalNetworkMemberQuery, _Mapping]] = ...) -> None: ...
|
|
111
111
|
|
|
112
|
-
class
|
|
113
|
-
__slots__ = ("network", "
|
|
112
|
+
class NetworkServiceAddExternalMembersRequest(_message.Message):
|
|
113
|
+
__slots__ = ("network", "rack", "ports")
|
|
114
114
|
NETWORK_FIELD_NUMBER: _ClassVar[int]
|
|
115
|
-
|
|
115
|
+
RACK_FIELD_NUMBER: _ClassVar[int]
|
|
116
|
+
PORTS_FIELD_NUMBER: _ClassVar[int]
|
|
116
117
|
network: str
|
|
117
|
-
|
|
118
|
-
|
|
118
|
+
rack: str
|
|
119
|
+
ports: _containers.RepeatedScalarFieldContainer[str]
|
|
120
|
+
def __init__(self, network: _Optional[str] = ..., rack: _Optional[str] = ..., ports: _Optional[_Iterable[str]] = ...) -> None: ...
|
|
119
121
|
|
|
120
|
-
class
|
|
121
|
-
__slots__ = ("network", "
|
|
122
|
+
class NetworkServiceRemoveExternalMembersRequest(_message.Message):
|
|
123
|
+
__slots__ = ("network", "rack", "ports")
|
|
122
124
|
NETWORK_FIELD_NUMBER: _ClassVar[int]
|
|
123
|
-
|
|
125
|
+
RACK_FIELD_NUMBER: _ClassVar[int]
|
|
126
|
+
PORTS_FIELD_NUMBER: _ClassVar[int]
|
|
124
127
|
network: str
|
|
125
|
-
|
|
126
|
-
|
|
128
|
+
rack: str
|
|
129
|
+
ports: _containers.RepeatedScalarFieldContainer[str]
|
|
130
|
+
def __init__(self, network: _Optional[str] = ..., rack: _Optional[str] = ..., ports: _Optional[_Iterable[str]] = ...) -> None: ...
|
|
127
131
|
|
|
128
132
|
class NetworkServiceCreateResponse(_message.Message):
|
|
129
133
|
__slots__ = ("network",)
|
|
@@ -155,14 +159,14 @@ class NetworkServiceListExternalMembersResponse(_message.Message):
|
|
|
155
159
|
members: _containers.RepeatedCompositeFieldContainer[_network_pb2.ExternalNetworkMember]
|
|
156
160
|
def __init__(self, members: _Optional[_Iterable[_Union[_network_pb2.ExternalNetworkMember, _Mapping]]] = ...) -> None: ...
|
|
157
161
|
|
|
158
|
-
class
|
|
159
|
-
__slots__ = ("
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
def __init__(self,
|
|
163
|
-
|
|
164
|
-
class
|
|
165
|
-
__slots__ = ("
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
def __init__(self,
|
|
162
|
+
class NetworkServiceAddExternalMembersResponse(_message.Message):
|
|
163
|
+
__slots__ = ("switches",)
|
|
164
|
+
SWITCHES_FIELD_NUMBER: _ClassVar[int]
|
|
165
|
+
switches: _containers.RepeatedCompositeFieldContainer[_switch_pb2.Switch]
|
|
166
|
+
def __init__(self, switches: _Optional[_Iterable[_Union[_switch_pb2.Switch, _Mapping]]] = ...) -> None: ...
|
|
167
|
+
|
|
168
|
+
class NetworkServiceRemoveExternalMembersResponse(_message.Message):
|
|
169
|
+
__slots__ = ("switches",)
|
|
170
|
+
SWITCHES_FIELD_NUMBER: _ClassVar[int]
|
|
171
|
+
switches: _containers.RepeatedCompositeFieldContainer[_switch_pb2.Switch]
|
|
172
|
+
def __init__(self, switches: _Optional[_Iterable[_Union[_switch_pb2.Switch, _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/partition.proto
|
|
5
|
-
# Protobuf Python Version: 7.
|
|
5
|
+
# Protobuf Python Version: 7.36.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
|
+
36,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/partition.proto'
|
|
19
19
|
)
|