metal-stack-api 0.0.59__tar.gz → 0.0.61__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.
Files changed (146) hide show
  1. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/PKG-INFO +1 -1
  2. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metal_stack_api.egg-info/PKG-INFO +1 -1
  3. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/audit_pb2.py +2 -2
  4. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/component_pb2.py +2 -2
  5. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/filesystem_pb2.py +2 -2
  6. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/image_pb2.py +2 -2
  7. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/ip_pb2.py +2 -2
  8. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/machine_pb2.py +2 -2
  9. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/network_pb2.py +2 -2
  10. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/partition_pb2.py +24 -22
  11. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/project_pb2.py +2 -2
  12. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/size_imageconstraint_pb2.py +2 -2
  13. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/size_pb2.py +2 -2
  14. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/size_reservation_pb2.py +2 -2
  15. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/switch_pb2.py +2 -2
  16. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/task_pb2.py +2 -2
  17. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/tenant_pb2.py +2 -2
  18. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/token_pb2.py +2 -2
  19. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/vpn_pb2.py +2 -2
  20. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/audit_pb2.py +2 -2
  21. metal_stack_api-0.0.61/metalstack/api/v2/common_pb2.py +73 -0
  22. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/common_pb2.pyi +1 -0
  23. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/component_pb2.py +2 -2
  24. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/filesystem_pb2.py +6 -6
  25. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/health_pb2.py +2 -2
  26. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/image_pb2.py +28 -26
  27. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/image_pb2.pyi +4 -2
  28. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/ip_pb2.py +2 -2
  29. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/machine_pb2.py +126 -126
  30. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/machine_pb2.pyi +8 -18
  31. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/method_pb2.py +4 -4
  32. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/network_pb2.py +2 -2
  33. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/partition_pb2.py +26 -24
  34. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/predefined_rules_pb2.py +9 -3
  35. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/predefined_rules_pb2.pyi +6 -0
  36. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/project_pb2.py +6 -6
  37. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/size_imageconstraint_pb2.py +4 -4
  38. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/size_pb2.py +5 -5
  39. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/size_reservation_pb2.py +2 -2
  40. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/switch_pb2.py +2 -2
  41. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/tenant_pb2.py +7 -7
  42. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/token_pb2.py +42 -42
  43. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/user_pb2.py +4 -4
  44. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/version_pb2.py +2 -2
  45. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/vpn_pb2.py +2 -2
  46. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/infra/v2/bmc_pb2.py +2 -2
  47. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/infra/v2/boot_pb2.py +2 -2
  48. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/infra/v2/component_pb2.py +2 -2
  49. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/infra/v2/event_pb2.py +2 -2
  50. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/infra/v2/switch_pb2.py +2 -2
  51. metal_stack_api-0.0.59/metalstack/api/v2/common_pb2.py +0 -72
  52. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/README.md +0 -0
  53. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metal_stack_api.egg-info/SOURCES.txt +0 -0
  54. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metal_stack_api.egg-info/dependency_links.txt +0 -0
  55. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metal_stack_api.egg-info/requires.txt +0 -0
  56. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metal_stack_api.egg-info/top_level.txt +0 -0
  57. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/__init__.py +0 -0
  58. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/__init__.py +0 -0
  59. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/__init__.py +0 -0
  60. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/audit_connect.py +0 -0
  61. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/audit_pb2.pyi +0 -0
  62. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/component_connect.py +0 -0
  63. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/component_pb2.pyi +0 -0
  64. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/filesystem_connect.py +0 -0
  65. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/filesystem_pb2.pyi +0 -0
  66. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/image_connect.py +0 -0
  67. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/image_pb2.pyi +0 -0
  68. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/ip_connect.py +0 -0
  69. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/ip_pb2.pyi +0 -0
  70. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/machine_connect.py +0 -0
  71. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/machine_pb2.pyi +0 -0
  72. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/network_connect.py +0 -0
  73. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/network_pb2.pyi +0 -0
  74. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/partition_connect.py +0 -0
  75. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/partition_pb2.pyi +0 -0
  76. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/project_connect.py +0 -0
  77. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/project_pb2.pyi +0 -0
  78. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/size_connect.py +0 -0
  79. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/size_imageconstraint_connect.py +0 -0
  80. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/size_imageconstraint_pb2.pyi +0 -0
  81. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/size_pb2.pyi +0 -0
  82. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/size_reservation_connect.py +0 -0
  83. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/size_reservation_pb2.pyi +0 -0
  84. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/switch_connect.py +0 -0
  85. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/switch_pb2.pyi +0 -0
  86. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/task_connect.py +0 -0
  87. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/task_pb2.pyi +0 -0
  88. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/tenant_connect.py +0 -0
  89. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/tenant_pb2.pyi +0 -0
  90. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/token_connect.py +0 -0
  91. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/token_pb2.pyi +0 -0
  92. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/vpn_connect.py +0 -0
  93. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/admin/v2/vpn_pb2.pyi +0 -0
  94. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/__init__.py +0 -0
  95. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/__init__.py +0 -0
  96. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/audit_connect.py +0 -0
  97. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/audit_pb2.pyi +0 -0
  98. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/component_pb2.pyi +0 -0
  99. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/filesystem_connect.py +0 -0
  100. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/filesystem_pb2.pyi +0 -0
  101. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/health_connect.py +0 -0
  102. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/health_pb2.pyi +0 -0
  103. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/image_connect.py +0 -0
  104. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/ip_connect.py +0 -0
  105. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/ip_pb2.pyi +0 -0
  106. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/machine_connect.py +0 -0
  107. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/method_connect.py +0 -0
  108. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/method_pb2.pyi +0 -0
  109. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/network_connect.py +0 -0
  110. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/network_pb2.pyi +0 -0
  111. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/partition_connect.py +0 -0
  112. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/partition_pb2.pyi +0 -0
  113. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/project_connect.py +0 -0
  114. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/project_pb2.pyi +0 -0
  115. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/size_connect.py +0 -0
  116. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/size_imageconstraint_connect.py +0 -0
  117. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/size_imageconstraint_pb2.pyi +0 -0
  118. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/size_pb2.pyi +0 -0
  119. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/size_reservation_connect.py +0 -0
  120. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/size_reservation_pb2.pyi +0 -0
  121. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/switch_pb2.pyi +0 -0
  122. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/tenant_connect.py +0 -0
  123. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/tenant_pb2.pyi +0 -0
  124. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/token_connect.py +0 -0
  125. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/token_pb2.pyi +0 -0
  126. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/user_connect.py +0 -0
  127. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/user_pb2.pyi +0 -0
  128. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/version_connect.py +0 -0
  129. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/version_pb2.pyi +0 -0
  130. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/api/v2/vpn_pb2.pyi +0 -0
  131. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/client/__init__.py +0 -0
  132. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/client/client.py +0 -0
  133. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/infra/__init__.py +0 -0
  134. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/infra/v2/__init__.py +0 -0
  135. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/infra/v2/bmc_connect.py +0 -0
  136. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/infra/v2/bmc_pb2.pyi +0 -0
  137. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/infra/v2/boot_connect.py +0 -0
  138. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/infra/v2/boot_pb2.pyi +0 -0
  139. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/infra/v2/component_connect.py +0 -0
  140. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/infra/v2/component_pb2.pyi +0 -0
  141. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/infra/v2/event_connect.py +0 -0
  142. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/infra/v2/event_pb2.pyi +0 -0
  143. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/infra/v2/switch_connect.py +0 -0
  144. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/metalstack/infra/v2/switch_pb2.pyi +0 -0
  145. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/setup.cfg +0 -0
  146. {metal_stack_api-0.0.59 → metal_stack_api-0.0.61}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: metal-stack-api
3
- Version: 0.0.59
3
+ Version: 0.0.61
4
4
  Summary: Python API client for metal-stack api
5
5
  Home-page: https://github.com/metal-stack/api
6
6
  Author: metal-stack authors
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: metal-stack-api
3
- Version: 0.0.59
3
+ Version: 0.0.61
4
4
  Summary: Python API client for metal-stack api
5
5
  Home-page: https://github.com/metal-stack/api
6
6
  Author: metal-stack authors
@@ -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.34.0
5
+ # Protobuf Python Version: 7.34.1
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
@@ -13,7 +13,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
15
  34,
16
- 0,
16
+ 1,
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.34.0
5
+ # Protobuf Python Version: 7.34.1
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
@@ -13,7 +13,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
15
  34,
16
- 0,
16
+ 1,
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.34.0
5
+ # Protobuf Python Version: 7.34.1
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
@@ -13,7 +13,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
15
  34,
16
- 0,
16
+ 1,
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.34.0
5
+ # Protobuf Python Version: 7.34.1
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
@@ -13,7 +13,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
15
  34,
16
- 0,
16
+ 1,
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.34.0
5
+ # Protobuf Python Version: 7.34.1
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
@@ -13,7 +13,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
15
  34,
16
- 0,
16
+ 1,
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.34.0
5
+ # Protobuf Python Version: 7.34.1
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
@@ -13,7 +13,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
15
  34,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/admin/v2/machine.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/network.proto
5
- # Protobuf Python Version: 7.34.0
5
+ # Protobuf Python Version: 7.34.1
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
@@ -13,7 +13,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
15
  34,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/admin/v2/network.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/partition.proto
5
- # Protobuf Python Version: 7.34.0
5
+ # Protobuf Python Version: 7.34.1
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
@@ -13,7 +13,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
15
  34,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/admin/v2/partition.proto'
19
19
  )
@@ -28,7 +28,7 @@ from metalstack.api.v2 import partition_pb2 as metalstack_dot_api_dot_v2_dot_par
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/partition.proto\x12\x13metalstack.admin.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1emetalstack/api/v2/common.proto\x1a!metalstack/api/v2/partition.proto\x1a(metalstack/api/v2/predefined_rules.proto\"[\n\x1dPartitionServiceCreateRequest\x12:\n\tpartition\x18\x01 \x01(\x0b\x32\x1c.metalstack.api.v2.PartitionR\tpartition\"\xb7\x04\n\x1dPartitionServiceUpdateRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xd0\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\x32\n\x0b\x64\x65scription\x18\x03 \x01(\tB\x0b\xbaH\x08r\x06\xc8\xb3\xae\xb1\x02\x01H\x00R\x0b\x64\x65scription\x88\x01\x01\x12\\\n\x12\x62oot_configuration\x18\x04 \x01(\x0b\x32-.metalstack.api.v2.PartitionBootConfigurationR\x11\x62ootConfiguration\x12G\n\x0b\x64ns_servers\x18\x05 \x03(\x0b\x32\x1c.metalstack.api.v2.DNSServerB\x08\xbaH\x05\x92\x01\x02\x10\x03R\ndnsServers\x12G\n\x0bntp_servers\x18\x06 \x03(\x0b\x32\x1c.metalstack.api.v2.NTPServerB\x08\xbaH\x05\x92\x01\x02\x10\nR\nntpServers\x12\x34\n\x16mgmt_service_addresses\x18\x07 \x03(\tR\x14mgmtServiceAddresses\x12<\n\x06labels\x18\x08 \x01(\x0b\x32\x1f.metalstack.api.v2.UpdateLabelsH\x01R\x06labels\x88\x01\x01\x42\x0e\n\x0c_descriptionB\t\n\x07_labels\"<\n\x1dPartitionServiceDeleteRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xd0\xb3\xae\xb1\x02\x01R\x02id\"\\\n\x1ePartitionServiceCreateResponse\x12:\n\tpartition\x18\x01 \x01(\x0b\x32\x1c.metalstack.api.v2.PartitionR\tpartition\"\\\n\x1ePartitionServiceUpdateResponse\x12:\n\tpartition\x18\x01 \x01(\x0b\x32\x1c.metalstack.api.v2.PartitionR\tpartition\"\\\n\x1ePartitionServiceDeleteResponse\x12:\n\tpartition\x18\x01 \x01(\x0b\x32\x1c.metalstack.api.v2.PartitionR\tpartition\"\xae\x01\n\x1fPartitionServiceCapacityRequest\x12 \n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xd0\xb3\xae\xb1\x02\x01H\x00R\x02id\x88\x01\x01\x12$\n\x04size\x18\x02 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01H\x01R\x04size\x88\x01\x01\x12\'\n\x07project\x18\x03 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01H\x02R\x07project\x88\x01\x01\x42\x05\n\x03_idB\x07\n\x05_sizeB\n\n\x08_project\"y\n PartitionServiceCapacityResponse\x12U\n\x12partition_capacity\x18\x01 \x03(\x0b\x32&.metalstack.admin.v2.PartitionCapacityR\x11partitionCapacity\"\xa0\x01\n\x11PartitionCapacity\x12)\n\tpartition\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xd0\xb3\xae\xb1\x02\x01R\tpartition\x12`\n\x17machine_size_capacities\x18\x02 \x03(\x0b\x32(.metalstack.admin.v2.MachineSizeCapacityR\x15machineSizeCapacities\"\x83\x04\n\x13MachineSizeCapacity\x12\x1f\n\x04size\x18\x02 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x04size\x12\x14\n\x05total\x18\x03 \x01(\x03R\x05total\x12\x1f\n\x0bphoned_home\x18\x04 \x01(\x03R\nphonedHome\x12\x18\n\x07waiting\x18\x05 \x01(\x03R\x07waiting\x12\x14\n\x05other\x18\x06 \x01(\x03R\x05other\x12%\n\x0eother_machines\x18\x07 \x03(\tR\rotherMachines\x12\x1c\n\tallocated\x18\x08 \x01(\x03R\tallocated\x12 \n\x0b\x61llocatable\x18\t \x01(\x03R\x0b\x61llocatable\x12\x12\n\x04\x66ree\x18\n \x01(\x03R\x04\x66ree\x12 \n\x0bunavailable\x18\x0b \x01(\x03R\x0bunavailable\x12\x16\n\x06\x66\x61ulty\x18\x0c \x01(\x03R\x06\x66\x61ulty\x12\'\n\x0f\x66\x61ulty_machines\x18\r \x03(\tR\x0e\x66\x61ultyMachines\x12\"\n\x0creservations\x18\x0e \x01(\x03R\x0creservations\x12+\n\x11used_reservations\x18\x0f \x01(\x03R\x10usedReservations\x12\x35\n\x16remaining_reservations\x18\x10 \x01(\x03R\x15remainingReservations2\x92\x04\n\x10PartitionService\x12|\n\x06\x43reate\x12\x32.metalstack.admin.v2.PartitionServiceCreateRequest\x1a\x33.metalstack.admin.v2.PartitionServiceCreateResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x12|\n\x06Update\x12\x32.metalstack.admin.v2.PartitionServiceUpdateRequest\x1a\x33.metalstack.admin.v2.PartitionServiceUpdateResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x12|\n\x06\x44\x65lete\x12\x32.metalstack.admin.v2.PartitionServiceDeleteRequest\x1a\x33.metalstack.admin.v2.PartitionServiceDeleteResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x12\x83\x01\n\x08\x43\x61pacity\x12\x34.metalstack.admin.v2.PartitionServiceCapacityRequest\x1a\x35.metalstack.admin.v2.PartitionServiceCapacityResponse\"\n\xd2\xf3\x18\x02\x02\x01\xe0\xf3\x18\x02\x42\xd2\x01\n\x17\x63om.metalstack.admin.v2B\x0ePartitionProtoP\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
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#metalstack/admin/v2/partition.proto\x12\x13metalstack.admin.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1emetalstack/api/v2/common.proto\x1a!metalstack/api/v2/partition.proto\x1a(metalstack/api/v2/predefined_rules.proto\"[\n\x1dPartitionServiceCreateRequest\x12:\n\tpartition\x18\x01 \x01(\x0b\x32\x1c.metalstack.api.v2.PartitionR\tpartition\"\xc5\x04\n\x1dPartitionServiceUpdateRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xd0\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\x32\n\x0b\x64\x65scription\x18\x03 \x01(\tB\x0b\xbaH\x08r\x06\xc8\xb3\xae\xb1\x02\x01H\x00R\x0b\x64\x65scription\x88\x01\x01\x12\\\n\x12\x62oot_configuration\x18\x04 \x01(\x0b\x32-.metalstack.api.v2.PartitionBootConfigurationR\x11\x62ootConfiguration\x12G\n\x0b\x64ns_servers\x18\x05 \x03(\x0b\x32\x1c.metalstack.api.v2.DNSServerB\x08\xbaH\x05\x92\x01\x02\x10\x03R\ndnsServers\x12G\n\x0bntp_servers\x18\x06 \x03(\x0b\x32\x1c.metalstack.api.v2.NTPServerB\x08\xbaH\x05\x92\x01\x02\x10\nR\nntpServers\x12\x42\n\x16mgmt_service_addresses\x18\x07 \x03(\tB\x0c\xbaH\t\x92\x01\x06\xc8\xa4\xb3\xb1\x02\x01R\x14mgmtServiceAddresses\x12<\n\x06labels\x18\x08 \x01(\x0b\x32\x1f.metalstack.api.v2.UpdateLabelsH\x01R\x06labels\x88\x01\x01\x42\x0e\n\x0c_descriptionB\t\n\x07_labels\"<\n\x1dPartitionServiceDeleteRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xd0\xb3\xae\xb1\x02\x01R\x02id\"\\\n\x1ePartitionServiceCreateResponse\x12:\n\tpartition\x18\x01 \x01(\x0b\x32\x1c.metalstack.api.v2.PartitionR\tpartition\"\\\n\x1ePartitionServiceUpdateResponse\x12:\n\tpartition\x18\x01 \x01(\x0b\x32\x1c.metalstack.api.v2.PartitionR\tpartition\"\\\n\x1ePartitionServiceDeleteResponse\x12:\n\tpartition\x18\x01 \x01(\x0b\x32\x1c.metalstack.api.v2.PartitionR\tpartition\"\xae\x01\n\x1fPartitionServiceCapacityRequest\x12 \n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xd0\xb3\xae\xb1\x02\x01H\x00R\x02id\x88\x01\x01\x12$\n\x04size\x18\x02 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01H\x01R\x04size\x88\x01\x01\x12\'\n\x07project\x18\x03 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01H\x02R\x07project\x88\x01\x01\x42\x05\n\x03_idB\x07\n\x05_sizeB\n\n\x08_project\"y\n PartitionServiceCapacityResponse\x12U\n\x12partition_capacity\x18\x01 \x03(\x0b\x32&.metalstack.admin.v2.PartitionCapacityR\x11partitionCapacity\"\xa0\x01\n\x11PartitionCapacity\x12)\n\tpartition\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xd0\xb3\xae\xb1\x02\x01R\tpartition\x12`\n\x17machine_size_capacities\x18\x02 \x03(\x0b\x32(.metalstack.admin.v2.MachineSizeCapacityR\x15machineSizeCapacities\"\x83\x04\n\x13MachineSizeCapacity\x12\x1f\n\x04size\x18\x02 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x04size\x12\x14\n\x05total\x18\x03 \x01(\x03R\x05total\x12\x1f\n\x0bphoned_home\x18\x04 \x01(\x03R\nphonedHome\x12\x18\n\x07waiting\x18\x05 \x01(\x03R\x07waiting\x12\x14\n\x05other\x18\x06 \x01(\x03R\x05other\x12%\n\x0eother_machines\x18\x07 \x03(\tR\rotherMachines\x12\x1c\n\tallocated\x18\x08 \x01(\x03R\tallocated\x12 \n\x0b\x61llocatable\x18\t \x01(\x03R\x0b\x61llocatable\x12\x12\n\x04\x66ree\x18\n \x01(\x03R\x04\x66ree\x12 \n\x0bunavailable\x18\x0b \x01(\x03R\x0bunavailable\x12\x16\n\x06\x66\x61ulty\x18\x0c \x01(\x03R\x06\x66\x61ulty\x12\'\n\x0f\x66\x61ulty_machines\x18\r \x03(\tR\x0e\x66\x61ultyMachines\x12\"\n\x0creservations\x18\x0e \x01(\x03R\x0creservations\x12+\n\x11used_reservations\x18\x0f \x01(\x03R\x10usedReservations\x12\x35\n\x16remaining_reservations\x18\x10 \x01(\x03R\x15remainingReservations2\x92\x04\n\x10PartitionService\x12|\n\x06\x43reate\x12\x32.metalstack.admin.v2.PartitionServiceCreateRequest\x1a\x33.metalstack.admin.v2.PartitionServiceCreateResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x12|\n\x06Update\x12\x32.metalstack.admin.v2.PartitionServiceUpdateRequest\x1a\x33.metalstack.admin.v2.PartitionServiceUpdateResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x12|\n\x06\x44\x65lete\x12\x32.metalstack.admin.v2.PartitionServiceDeleteRequest\x1a\x33.metalstack.admin.v2.PartitionServiceDeleteResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x12\x83\x01\n\x08\x43\x61pacity\x12\x34.metalstack.admin.v2.PartitionServiceCapacityRequest\x1a\x35.metalstack.admin.v2.PartitionServiceCapacityResponse\"\n\xd2\xf3\x18\x02\x02\x01\xe0\xf3\x18\x02\x42\xd2\x01\n\x17\x63om.metalstack.admin.v2B\x0ePartitionProtoP\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,6 +46,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
46
46
  _globals['_PARTITIONSERVICEUPDATEREQUEST'].fields_by_name['dns_servers']._serialized_options = b'\272H\005\222\001\002\020\003'
47
47
  _globals['_PARTITIONSERVICEUPDATEREQUEST'].fields_by_name['ntp_servers']._loaded_options = None
48
48
  _globals['_PARTITIONSERVICEUPDATEREQUEST'].fields_by_name['ntp_servers']._serialized_options = b'\272H\005\222\001\002\020\n'
49
+ _globals['_PARTITIONSERVICEUPDATEREQUEST'].fields_by_name['mgmt_service_addresses']._loaded_options = None
50
+ _globals['_PARTITIONSERVICEUPDATEREQUEST'].fields_by_name['mgmt_service_addresses']._serialized_options = b'\272H\t\222\001\006\310\244\263\261\002\001'
49
51
  _globals['_PARTITIONSERVICEDELETEREQUEST'].fields_by_name['id']._loaded_options = None
50
52
  _globals['_PARTITIONSERVICEDELETEREQUEST'].fields_by_name['id']._serialized_options = b'\272H\010r\006\320\263\256\261\002\001'
51
53
  _globals['_PARTITIONSERVICECAPACITYREQUEST'].fields_by_name['id']._loaded_options = None
@@ -69,23 +71,23 @@ if not _descriptor._USE_C_DESCRIPTORS:
69
71
  _globals['_PARTITIONSERVICECREATEREQUEST']._serialized_start=198
70
72
  _globals['_PARTITIONSERVICECREATEREQUEST']._serialized_end=289
71
73
  _globals['_PARTITIONSERVICEUPDATEREQUEST']._serialized_start=292
72
- _globals['_PARTITIONSERVICEUPDATEREQUEST']._serialized_end=859
73
- _globals['_PARTITIONSERVICEDELETEREQUEST']._serialized_start=861
74
- _globals['_PARTITIONSERVICEDELETEREQUEST']._serialized_end=921
75
- _globals['_PARTITIONSERVICECREATERESPONSE']._serialized_start=923
76
- _globals['_PARTITIONSERVICECREATERESPONSE']._serialized_end=1015
77
- _globals['_PARTITIONSERVICEUPDATERESPONSE']._serialized_start=1017
78
- _globals['_PARTITIONSERVICEUPDATERESPONSE']._serialized_end=1109
79
- _globals['_PARTITIONSERVICEDELETERESPONSE']._serialized_start=1111
80
- _globals['_PARTITIONSERVICEDELETERESPONSE']._serialized_end=1203
81
- _globals['_PARTITIONSERVICECAPACITYREQUEST']._serialized_start=1206
82
- _globals['_PARTITIONSERVICECAPACITYREQUEST']._serialized_end=1380
83
- _globals['_PARTITIONSERVICECAPACITYRESPONSE']._serialized_start=1382
84
- _globals['_PARTITIONSERVICECAPACITYRESPONSE']._serialized_end=1503
85
- _globals['_PARTITIONCAPACITY']._serialized_start=1506
86
- _globals['_PARTITIONCAPACITY']._serialized_end=1666
87
- _globals['_MACHINESIZECAPACITY']._serialized_start=1669
88
- _globals['_MACHINESIZECAPACITY']._serialized_end=2184
89
- _globals['_PARTITIONSERVICE']._serialized_start=2187
90
- _globals['_PARTITIONSERVICE']._serialized_end=2717
74
+ _globals['_PARTITIONSERVICEUPDATEREQUEST']._serialized_end=873
75
+ _globals['_PARTITIONSERVICEDELETEREQUEST']._serialized_start=875
76
+ _globals['_PARTITIONSERVICEDELETEREQUEST']._serialized_end=935
77
+ _globals['_PARTITIONSERVICECREATERESPONSE']._serialized_start=937
78
+ _globals['_PARTITIONSERVICECREATERESPONSE']._serialized_end=1029
79
+ _globals['_PARTITIONSERVICEUPDATERESPONSE']._serialized_start=1031
80
+ _globals['_PARTITIONSERVICEUPDATERESPONSE']._serialized_end=1123
81
+ _globals['_PARTITIONSERVICEDELETERESPONSE']._serialized_start=1125
82
+ _globals['_PARTITIONSERVICEDELETERESPONSE']._serialized_end=1217
83
+ _globals['_PARTITIONSERVICECAPACITYREQUEST']._serialized_start=1220
84
+ _globals['_PARTITIONSERVICECAPACITYREQUEST']._serialized_end=1394
85
+ _globals['_PARTITIONSERVICECAPACITYRESPONSE']._serialized_start=1396
86
+ _globals['_PARTITIONSERVICECAPACITYRESPONSE']._serialized_end=1517
87
+ _globals['_PARTITIONCAPACITY']._serialized_start=1520
88
+ _globals['_PARTITIONCAPACITY']._serialized_end=1680
89
+ _globals['_MACHINESIZECAPACITY']._serialized_start=1683
90
+ _globals['_MACHINESIZECAPACITY']._serialized_end=2198
91
+ _globals['_PARTITIONSERVICE']._serialized_start=2201
92
+ _globals['_PARTITIONSERVICE']._serialized_end=2731
91
93
  # @@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/project.proto
5
- # Protobuf Python Version: 7.34.0
5
+ # Protobuf Python Version: 7.34.1
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
@@ -13,7 +13,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
15
  34,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/admin/v2/project.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/size_imageconstraint.proto
5
- # Protobuf Python Version: 7.34.0
5
+ # Protobuf Python Version: 7.34.1
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
@@ -13,7 +13,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
15
  34,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/admin/v2/size_imageconstraint.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/size.proto
5
- # Protobuf Python Version: 7.34.0
5
+ # Protobuf Python Version: 7.34.1
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
@@ -13,7 +13,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
15
  34,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/admin/v2/size.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/size_reservation.proto
5
- # Protobuf Python Version: 7.34.0
5
+ # Protobuf Python Version: 7.34.1
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
@@ -13,7 +13,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
15
  34,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/admin/v2/size_reservation.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/switch.proto
5
- # Protobuf Python Version: 7.34.0
5
+ # Protobuf Python Version: 7.34.1
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
@@ -13,7 +13,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
15
  34,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/admin/v2/switch.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/task.proto
5
- # Protobuf Python Version: 7.34.0
5
+ # Protobuf Python Version: 7.34.1
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
@@ -13,7 +13,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
15
  34,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/admin/v2/task.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/tenant.proto
5
- # Protobuf Python Version: 7.34.0
5
+ # Protobuf Python Version: 7.34.1
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
@@ -13,7 +13,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
15
  34,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/admin/v2/tenant.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/token.proto
5
- # Protobuf Python Version: 7.34.0
5
+ # Protobuf Python Version: 7.34.1
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
@@ -13,7 +13,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
15
  34,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/admin/v2/token.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/vpn.proto
5
- # Protobuf Python Version: 7.34.0
5
+ # Protobuf Python Version: 7.34.1
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
@@ -13,7 +13,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
15
  34,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/admin/v2/vpn.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/api/v2/audit.proto
5
- # Protobuf Python Version: 7.34.0
5
+ # Protobuf Python Version: 7.34.1
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
@@ -13,7 +13,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
15
  34,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/api/v2/audit.proto'
19
19
  )
@@ -0,0 +1,73 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: metalstack/api/v2/common.proto
5
+ # Protobuf Python Version: 7.34.1
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 7,
15
+ 34,
16
+ 1,
17
+ '',
18
+ 'metalstack/api/v2/common.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
26
+ from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
27
+ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
28
+ from metalstack.api.v2 import predefined_rules_pb2 as metalstack_dot_api_dot_v2_dot_predefined__rules__pb2
29
+
30
+
31
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1emetalstack/api/v2/common.proto\x12\x11metalstack.api.v2\x1a\x1b\x62uf/validate/validate.proto\x1a google/protobuf/descriptor.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a(metalstack/api/v2/predefined_rules.proto\"O\n\x06Paging\x12\x17\n\x04page\x18\x01 \x01(\x04H\x00R\x04page\x88\x01\x01\x12\x19\n\x05\x63ount\x18\x02 \x01(\x04H\x01R\x05\x63ount\x88\x01\x01\x42\x07\n\x05_pageB\x08\n\x06_count\"\xa2\x01\n\x06Labels\x12]\n\x06labels\x18\x01 \x03(\x0b\x32%.metalstack.api.v2.Labels.LabelsEntryB\x1e\xbaH\x1b\x9a\x01\x18\"\x07r\x05\x10\x01\x18\x80\x02*\x07r\x05\x10\x00\x18\x80\x02\xb8\x95\xb8\xb1\x02\x01R\x06labels\x1a\x39\n\x0bLabelsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\xdf\x01\n\x04Meta\x12\x36\n\x06labels\x18\x01 \x01(\x0b\x32\x19.metalstack.api.v2.LabelsH\x00R\x06labels\x88\x01\x01\x12\x39\n\ncreated_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12\x1e\n\ngeneration\x18\x04 \x01(\x04R\ngenerationB\t\n\x07_labels\"Y\n\x0cUpdateLabels\x12\x31\n\x06update\x18\x01 \x01(\x0b\x32\x19.metalstack.api.v2.LabelsR\x06update\x12\x16\n\x06remove\x18\x02 \x03(\tR\x06remove\"\xaa\x01\n\nUpdateMeta\x12\x39\n\nupdated_at\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12\x61\n\x10locking_strategy\x18\x02 \x01(\x0e\x32,.metalstack.api.v2.OptimisticLockingStrategyB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0flockingStrategy*\x87\x01\n\nTenantRole\x12\x1b\n\x17TENANT_ROLE_UNSPECIFIED\x10\x00\x12\x15\n\x11TENANT_ROLE_OWNER\x10\x01\x12\x16\n\x12TENANT_ROLE_EDITOR\x10\x02\x12\x16\n\x12TENANT_ROLE_VIEWER\x10\x03\x12\x15\n\x11TENANT_ROLE_GUEST\x10\x04*u\n\x0bProjectRole\x12\x1c\n\x18PROJECT_ROLE_UNSPECIFIED\x10\x00\x12\x16\n\x12PROJECT_ROLE_OWNER\x10\x01\x12\x17\n\x13PROJECT_ROLE_EDITOR\x10\x02\x12\x17\n\x13PROJECT_ROLE_VIEWER\x10\x03*U\n\tAdminRole\x12\x1a\n\x16\x41\x44MIN_ROLE_UNSPECIFIED\x10\x00\x12\x15\n\x11\x41\x44MIN_ROLE_EDITOR\x10\x01\x12\x15\n\x11\x41\x44MIN_ROLE_VIEWER\x10\x02*U\n\tInfraRole\x12\x1a\n\x16INFRA_ROLE_UNSPECIFIED\x10\x00\x12\x15\n\x11INFRA_ROLE_EDITOR\x10\x01\x12\x15\n\x11INFRA_ROLE_VIEWER\x10\x02*]\n\x0bMachineRole\x12\x1c\n\x18MACHINE_ROLE_UNSPECIFIED\x10\x00\x12\x17\n\x13MACHINE_ROLE_EDITOR\x10\x01\x12\x17\n\x13MACHINE_ROLE_VIEWER\x10\x02*T\n\nVisibility\x12\x1a\n\x16VISIBILITY_UNSPECIFIED\x10\x00\x12\x15\n\x11VISIBILITY_PUBLIC\x10\x01\x12\x13\n\x0fVISIBILITY_SELF\x10\x02*R\n\x08\x41uditing\x12\x18\n\x14\x41UDITING_UNSPECIFIED\x10\x00\x12\x15\n\x11\x41UDITING_INCLUDED\x10\x01\x12\x15\n\x11\x41UDITING_EXCLUDED\x10\x02*\x98\x01\n\x19OptimisticLockingStrategy\x12+\n\'OPTIMISTIC_LOCKING_STRATEGY_UNSPECIFIED\x10\x00\x12&\n\"OPTIMISTIC_LOCKING_STRATEGY_CLIENT\x10\x01\x12&\n\"OPTIMISTIC_LOCKING_STRATEGY_SERVER\x10\x02:b\n\x0ctenant_roles\x12\x1e.google.protobuf.MethodOptions\x18\xb8\x8e\x03 \x03(\x0e\x32\x1d.metalstack.api.v2.TenantRoleR\x0btenantRoles:e\n\rproject_roles\x12\x1e.google.protobuf.MethodOptions\x18\xb9\x8e\x03 \x03(\x0e\x32\x1e.metalstack.api.v2.ProjectRoleR\x0cprojectRoles:_\n\x0b\x61\x64min_roles\x12\x1e.google.protobuf.MethodOptions\x18\xba\x8e\x03 \x03(\x0e\x32\x1c.metalstack.api.v2.AdminRoleR\nadminRoles:_\n\nvisibility\x12\x1e.google.protobuf.MethodOptions\x18\xbb\x8e\x03 \x01(\x0e\x32\x1d.metalstack.api.v2.VisibilityR\nvisibility:Y\n\x08\x61uditing\x12\x1e.google.protobuf.MethodOptions\x18\xbc\x8e\x03 \x01(\x0e\x32\x1b.metalstack.api.v2.AuditingR\x08\x61uditing:_\n\x0binfra_roles\x12\x1e.google.protobuf.MethodOptions\x18\xbd\x8e\x03 \x03(\x0e\x32\x1c.metalstack.api.v2.InfraRoleR\ninfraRoles:e\n\rmachine_roles\x12\x1e.google.protobuf.MethodOptions\x18\xbe\x8e\x03 \x03(\x0e\x32\x1e.metalstack.api.v2.MachineRoleR\x0cmachineRoles:O\n\x11\x65num_string_value\x12!.google.protobuf.EnumValueOptions\x18\xa0\x96\x03 \x01(\tR\x0f\x65numStringValueB\xc1\x01\n\x15\x63om.metalstack.api.v2B\x0b\x43ommonProtoP\x01Z5github.com/metal-stack/api/go/metalstack/api/v2;apiv2\xa2\x02\x03MAX\xaa\x02\x11Metalstack.Api.V2\xca\x02\x11Metalstack\\Api\\V2\xe2\x02\x1dMetalstack\\Api\\V2\\GPBMetadata\xea\x02\x13Metalstack::Api::V2b\x06proto3')
32
+
33
+ _globals = globals()
34
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
35
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'metalstack.api.v2.common_pb2', _globals)
36
+ if not _descriptor._USE_C_DESCRIPTORS:
37
+ _globals['DESCRIPTOR']._loaded_options = None
38
+ _globals['DESCRIPTOR']._serialized_options = b'\n\025com.metalstack.api.v2B\013CommonProtoP\001Z5github.com/metal-stack/api/go/metalstack/api/v2;apiv2\242\002\003MAX\252\002\021Metalstack.Api.V2\312\002\021Metalstack\\Api\\V2\342\002\035Metalstack\\Api\\V2\\GPBMetadata\352\002\023Metalstack::Api::V2'
39
+ _globals['_LABELS_LABELSENTRY']._loaded_options = None
40
+ _globals['_LABELS_LABELSENTRY']._serialized_options = b'8\001'
41
+ _globals['_LABELS'].fields_by_name['labels']._loaded_options = None
42
+ _globals['_LABELS'].fields_by_name['labels']._serialized_options = b'\272H\033\232\001\030\"\007r\005\020\001\030\200\002*\007r\005\020\000\030\200\002\270\225\270\261\002\001'
43
+ _globals['_UPDATEMETA'].fields_by_name['locking_strategy']._loaded_options = None
44
+ _globals['_UPDATEMETA'].fields_by_name['locking_strategy']._serialized_options = b'\272H\005\202\001\002\020\001'
45
+ _globals['_TENANTROLE']._serialized_start=928
46
+ _globals['_TENANTROLE']._serialized_end=1063
47
+ _globals['_PROJECTROLE']._serialized_start=1065
48
+ _globals['_PROJECTROLE']._serialized_end=1182
49
+ _globals['_ADMINROLE']._serialized_start=1184
50
+ _globals['_ADMINROLE']._serialized_end=1269
51
+ _globals['_INFRAROLE']._serialized_start=1271
52
+ _globals['_INFRAROLE']._serialized_end=1356
53
+ _globals['_MACHINEROLE']._serialized_start=1358
54
+ _globals['_MACHINEROLE']._serialized_end=1451
55
+ _globals['_VISIBILITY']._serialized_start=1453
56
+ _globals['_VISIBILITY']._serialized_end=1537
57
+ _globals['_AUDITING']._serialized_start=1539
58
+ _globals['_AUDITING']._serialized_end=1621
59
+ _globals['_OPTIMISTICLOCKINGSTRATEGY']._serialized_start=1624
60
+ _globals['_OPTIMISTICLOCKINGSTRATEGY']._serialized_end=1776
61
+ _globals['_PAGING']._serialized_start=191
62
+ _globals['_PAGING']._serialized_end=270
63
+ _globals['_LABELS']._serialized_start=273
64
+ _globals['_LABELS']._serialized_end=435
65
+ _globals['_LABELS_LABELSENTRY']._serialized_start=378
66
+ _globals['_LABELS_LABELSENTRY']._serialized_end=435
67
+ _globals['_META']._serialized_start=438
68
+ _globals['_META']._serialized_end=661
69
+ _globals['_UPDATELABELS']._serialized_start=663
70
+ _globals['_UPDATELABELS']._serialized_end=752
71
+ _globals['_UPDATEMETA']._serialized_start=755
72
+ _globals['_UPDATEMETA']._serialized_end=925
73
+ # @@protoc_insertion_point(module_scope)
@@ -3,6 +3,7 @@ import datetime
3
3
  from buf.validate import validate_pb2 as _validate_pb2
4
4
  from google.protobuf import descriptor_pb2 as _descriptor_pb2
5
5
  from google.protobuf import timestamp_pb2 as _timestamp_pb2
6
+ from metalstack.api.v2 import predefined_rules_pb2 as _predefined_rules_pb2
6
7
  from google.protobuf.internal import containers as _containers
7
8
  from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
8
9
  from google.protobuf import descriptor as _descriptor
@@ -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/api/v2/component.proto
5
- # Protobuf Python Version: 7.34.0
5
+ # Protobuf Python Version: 7.34.1
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
@@ -13,7 +13,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
15
  34,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/api/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/api/v2/filesystem.proto
5
- # Protobuf Python Version: 7.34.0
5
+ # Protobuf Python Version: 7.34.1
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
@@ -13,7 +13,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
15
  34,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/api/v2/filesystem.proto'
19
19
  )
@@ -27,7 +27,7 @@ from metalstack.api.v2 import common_pb2 as metalstack_dot_api_dot_v2_dot_common
27
27
  from metalstack.api.v2 import predefined_rules_pb2 as metalstack_dot_api_dot_v2_dot_predefined__rules__pb2
28
28
 
29
29
 
30
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"metalstack/api/v2/filesystem.proto\x12\x11metalstack.api.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1emetalstack/api/v2/common.proto\x1a(metalstack/api/v2/predefined_rules.proto\":\n\x1b\x46ilesystemServiceGetRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x02id\"G\n\x1c\x46ilesystemServiceListRequest\x12 \n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01H\x00R\x02id\x88\x01\x01\x42\x05\n\x03_id\"p\n\x1c\x46ilesystemServiceGetResponse\x12P\n\x11\x66ilesystem_layout\x18\x01 \x01(\x0b\x32#.metalstack.api.v2.FilesystemLayoutR\x10\x66ilesystemLayout\"s\n\x1d\x46ilesystemServiceListResponse\x12R\n\x12\x66ilesystem_layouts\x18\x01 \x03(\x0b\x32#.metalstack.api.v2.FilesystemLayoutR\x11\x66ilesystemLayouts\"\xdb\x01\n\x1d\x46ilesystemServiceMatchRequest\x12L\n\x0esize_and_image\x18\x01 \x01(\x0b\x32$.metalstack.api.v2.MatchImageAndSizeH\x00R\x0csizeAndImage\x12\x63\n\x1cmachine_and_filesystemlayout\x18\x02 \x01(\x0b\x32\x1f.metalstack.api.v2.MatchMachineH\x00R\x1amachineAndFilesystemlayoutB\x07\n\x05match\"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\"l\n\x0cMatchMachine\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\x66ilesystemLayout\"\xce\x04\n\x10\x46ilesystemLayout\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x02id\x12+\n\x04meta\x18\x02 \x01(\x0b\x32\x17.metalstack.api.v2.MetaR\x04meta\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\"\xc2\x01\n\x1b\x46ilesystemLayoutConstraints\x12\x14\n\x05sizes\x18\x01 \x03(\tR\x05sizes\x12R\n\x06images\x18\x02 \x03(\x0b\x32:.metalstack.api.v2.FilesystemLayoutConstraints.ImagesEntryR\x06images\x1a\x39\n\x0bImagesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\xb9\x03\n\nFilesystem\x12#\n\x06\x64\x65vice\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x06\x64\x65vice\x12>\n\x06\x66ormat\x18\x02 \x01(\x0e\x32\x19.metalstack.api.v2.FormatB\x0b\xbaH\x08\x82\x01\x02\x10\x01\xc8\x01\x01R\x06\x66ormat\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\x04path\x18\x05 \x01(\tB\n\xbaH\x07r\x05\x10\x01\x18\x80 H\x02R\x04path\x88\x01\x01\x12%\n\x05label\x18\x06 \x01(\tB\n\xbaH\x07r\x05\x10\x02\x18\x80\x01H\x03R\x05label\x88\x01\x01\x12\x38\n\rmount_options\x18\x07 \x03(\tB\x13\xbaH\x10\x92\x01\r\x10 \x18\x01\"\x07r\x05\x10\x01\x18\x80\x01R\x0cmountOptions\x12:\n\x0e\x63reate_options\x18\x08 \x03(\tB\x13\xbaH\x10\x92\x01\r\x10 \x18\x01\"\x07r\x05\x10\x01\x18\x80\x01R\rcreateOptionsB\x07\n\x05_nameB\x0e\n\x0c_descriptionB\x07\n\x05_pathB\x08\n\x06_label\"l\n\x04\x44isk\x12\"\n\x06\x64\x65vice\x18\x01 \x01(\tB\n\xbaH\x07r\x05\x10\x02\x18\x80\x01R\x06\x64\x65vice\x12@\n\npartitions\x18\x02 \x03(\x0b\x32 .metalstack.api.v2.DiskPartitionR\npartitions\"\xd4\x01\n\x04Raid\x12\x1d\n\narray_name\x18\x01 \x01(\tR\tarrayName\x12\x18\n\x07\x64\x65vices\x18\x02 \x03(\tR\x07\x64\x65vices\x12?\n\x05level\x18\x03 \x01(\x0e\x32\x1c.metalstack.api.v2.RaidLevelB\x0b\xbaH\x08\x82\x01\x02\x10\x01\xc8\x01\x01R\x05level\x12:\n\x0e\x63reate_options\x18\x04 \x03(\tB\x13\xbaH\x10\x92\x01\r\x10 \x18\x01\"\x07r\x05\x10\x01\x18\x80\x01R\rcreateOptions\x12\x16\n\x06spares\x18\x05 \x01(\x05R\x06spares\"\xb6\x01\n\rDiskPartition\x12\x16\n\x06number\x18\x01 \x01(\rR\x06number\x12\x19\n\x05label\x18\x02 \x01(\tH\x00R\x05label\x88\x01\x01\x12\x12\n\x04size\x18\x03 \x01(\x04R\x04size\x12G\n\x08gpt_type\x18\x04 \x01(\x0e\x32\x1a.metalstack.api.v2.GPTTypeB\x0b\xbaH\x08\x82\x01\x02\x10\x01\xc8\x01\x01H\x01R\x07gptType\x88\x01\x01\x42\x08\n\x06_labelB\x0b\n\t_gpt_type\"\\\n\x0bVolumeGroup\x12\x1f\n\x04name\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x04name\x12\x18\n\x07\x64\x65vices\x18\x02 \x03(\tR\x07\x64\x65vices\x12\x12\n\x04tags\x18\x03 \x03(\tR\x04tags\"\xb4\x01\n\rLogicalVolume\x12\x1f\n\x04name\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x04name\x12-\n\x0cvolume_group\x18\x02 \x01(\tB\n\xbaH\x07r\x05\x10\x02\x18\x80\x01R\x0bvolumeGroup\x12\x12\n\x04size\x18\x03 \x01(\x04R\x04size\x12?\n\x08lvm_type\x18\x04 \x01(\x0e\x32\x1a.metalstack.api.v2.LVMTypeB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x07lvmType*\x86\x01\n\x07LVMType\x12\x18\n\x14LVM_TYPE_UNSPECIFIED\x10\x00\x12\x1f\n\x0fLVM_TYPE_LINEAR\x10\x01\x1a\n\x82\xb2\x19\x06linear\x12!\n\x10LVM_TYPE_STRIPED\x10\x02\x1a\x0b\x82\xb2\x19\x07striped\x12\x1d\n\x0eLVM_TYPE_RAID1\x10\x03\x1a\t\x82\xb2\x19\x05raid1*\xc4\x01\n\x06\x46ormat\x12\x16\n\x12\x46ORMAT_UNSPECIFIED\x10\x00\x12\x19\n\x0b\x46ORMAT_VFAT\x10\x01\x1a\x08\x82\xb2\x19\x04vfat\x12\x19\n\x0b\x46ORMAT_EXT3\x10\x02\x1a\x08\x82\xb2\x19\x04\x65xt3\x12\x19\n\x0b\x46ORMAT_EXT4\x10\x03\x1a\x08\x82\xb2\x19\x04\x65xt4\x12\x19\n\x0b\x46ORMAT_SWAP\x10\x04\x1a\x08\x82\xb2\x19\x04swap\x12\x1b\n\x0c\x46ORMAT_TMPFS\x10\x05\x1a\t\x82\xb2\x19\x05tmpfs\x12\x19\n\x0b\x46ORMAT_NONE\x10\x06\x1a\x08\x82\xb2\x19\x04none*\xa3\x01\n\x07GPTType\x12\x18\n\x14GPT_TYPE_UNSPECIFIED\x10\x00\x12\x1b\n\rGPT_TYPE_BOOT\x10\x01\x1a\x08\x82\xb2\x19\x04\x65\x66\x30\x30\x12\x1c\n\x0eGPT_TYPE_LINUX\x10\x02\x1a\x08\x82\xb2\x19\x04\x38\x33\x30\x30\x12!\n\x13GPT_TYPE_LINUX_RAID\x10\x03\x1a\x08\x82\xb2\x19\x04\x66\x64\x30\x30\x12 \n\x12GPT_TYPE_LINUX_LVM\x10\x04\x1a\x08\x82\xb2\x19\x04\x38\x65\x30\x30*K\n\tRaidLevel\x12\x1a\n\x16RAID_LEVEL_UNSPECIFIED\x10\x00\x12\x10\n\x0cRAID_LEVEL_0\x10\x01\x12\x10\n\x0cRAID_LEVEL_1\x10\x02\x32\xf2\x02\n\x11\x46ilesystemService\x12p\n\x03Get\x12..metalstack.api.v2.FilesystemServiceGetRequest\x1a/.metalstack.api.v2.FilesystemServiceGetResponse\"\x08\xd8\xf3\x18\x03\xe0\xf3\x18\x02\x12s\n\x04List\x12/.metalstack.api.v2.FilesystemServiceListRequest\x1a\x30.metalstack.api.v2.FilesystemServiceListResponse\"\x08\xd8\xf3\x18\x03\xe0\xf3\x18\x02\x12v\n\x05Match\x12\x30.metalstack.api.v2.FilesystemServiceMatchRequest\x1a\x31.metalstack.api.v2.FilesystemServiceMatchResponse\"\x08\xd8\xf3\x18\x03\xe0\xf3\x18\x02\x42\xc5\x01\n\x15\x63om.metalstack.api.v2B\x0f\x46ilesystemProtoP\x01Z5github.com/metal-stack/api/go/metalstack/api/v2;apiv2\xa2\x02\x03MAX\xaa\x02\x11Metalstack.Api.V2\xca\x02\x11Metalstack\\Api\\V2\xe2\x02\x1dMetalstack\\Api\\V2\\GPBMetadata\xea\x02\x13Metalstack::Api::V2b\x06proto3')
30
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"metalstack/api/v2/filesystem.proto\x12\x11metalstack.api.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1emetalstack/api/v2/common.proto\x1a(metalstack/api/v2/predefined_rules.proto\":\n\x1b\x46ilesystemServiceGetRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x02id\"G\n\x1c\x46ilesystemServiceListRequest\x12 \n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01H\x00R\x02id\x88\x01\x01\x42\x05\n\x03_id\"p\n\x1c\x46ilesystemServiceGetResponse\x12P\n\x11\x66ilesystem_layout\x18\x01 \x01(\x0b\x32#.metalstack.api.v2.FilesystemLayoutR\x10\x66ilesystemLayout\"s\n\x1d\x46ilesystemServiceListResponse\x12R\n\x12\x66ilesystem_layouts\x18\x01 \x03(\x0b\x32#.metalstack.api.v2.FilesystemLayoutR\x11\x66ilesystemLayouts\"\xdb\x01\n\x1d\x46ilesystemServiceMatchRequest\x12L\n\x0esize_and_image\x18\x01 \x01(\x0b\x32$.metalstack.api.v2.MatchImageAndSizeH\x00R\x0csizeAndImage\x12\x63\n\x1cmachine_and_filesystemlayout\x18\x02 \x01(\x0b\x32\x1f.metalstack.api.v2.MatchMachineH\x00R\x1amachineAndFilesystemlayoutB\x07\n\x05match\"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\"l\n\x0cMatchMachine\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\x66ilesystemLayout\"\xce\x04\n\x10\x46ilesystemLayout\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x02id\x12+\n\x04meta\x18\x02 \x01(\x0b\x32\x17.metalstack.api.v2.MetaR\x04meta\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\"\xc2\x01\n\x1b\x46ilesystemLayoutConstraints\x12\x14\n\x05sizes\x18\x01 \x03(\tR\x05sizes\x12R\n\x06images\x18\x02 \x03(\x0b\x32:.metalstack.api.v2.FilesystemLayoutConstraints.ImagesEntryR\x06images\x1a\x39\n\x0bImagesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\xb9\x03\n\nFilesystem\x12#\n\x06\x64\x65vice\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x06\x64\x65vice\x12>\n\x06\x66ormat\x18\x02 \x01(\x0e\x32\x19.metalstack.api.v2.FormatB\x0b\xbaH\x08\x82\x01\x02\x10\x01\xc8\x01\x01R\x06\x66ormat\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\x04path\x18\x05 \x01(\tB\n\xbaH\x07r\x05\x10\x01\x18\x80 H\x02R\x04path\x88\x01\x01\x12%\n\x05label\x18\x06 \x01(\tB\n\xbaH\x07r\x05\x10\x02\x18\x80\x01H\x03R\x05label\x88\x01\x01\x12\x38\n\rmount_options\x18\x07 \x03(\tB\x13\xbaH\x10\x92\x01\r\x10 \x18\x01\"\x07r\x05\x10\x01\x18\x80\x01R\x0cmountOptions\x12:\n\x0e\x63reate_options\x18\x08 \x03(\tB\x13\xbaH\x10\x92\x01\r\x10 \x18\x01\"\x07r\x05\x10\x01\x18\x80\x01R\rcreateOptionsB\x07\n\x05_nameB\x0e\n\x0c_descriptionB\x07\n\x05_pathB\x08\n\x06_label\"l\n\x04\x44isk\x12\"\n\x06\x64\x65vice\x18\x01 \x01(\tB\n\xbaH\x07r\x05\x10\x02\x18\x80\x01R\x06\x64\x65vice\x12@\n\npartitions\x18\x02 \x03(\x0b\x32 .metalstack.api.v2.DiskPartitionR\npartitions\"\xd4\x01\n\x04Raid\x12\x1d\n\narray_name\x18\x01 \x01(\tR\tarrayName\x12\x18\n\x07\x64\x65vices\x18\x02 \x03(\tR\x07\x64\x65vices\x12?\n\x05level\x18\x03 \x01(\x0e\x32\x1c.metalstack.api.v2.RaidLevelB\x0b\xbaH\x08\x82\x01\x02\x10\x01\xc8\x01\x01R\x05level\x12:\n\x0e\x63reate_options\x18\x04 \x03(\tB\x13\xbaH\x10\x92\x01\r\x10 \x18\x01\"\x07r\x05\x10\x01\x18\x80\x01R\rcreateOptions\x12\x16\n\x06spares\x18\x05 \x01(\x05R\x06spares\"\xb6\x01\n\rDiskPartition\x12\x16\n\x06number\x18\x01 \x01(\rR\x06number\x12\x19\n\x05label\x18\x02 \x01(\tH\x00R\x05label\x88\x01\x01\x12\x12\n\x04size\x18\x03 \x01(\x04R\x04size\x12G\n\x08gpt_type\x18\x04 \x01(\x0e\x32\x1a.metalstack.api.v2.GPTTypeB\x0b\xbaH\x08\x82\x01\x02\x10\x01\xc8\x01\x01H\x01R\x07gptType\x88\x01\x01\x42\x08\n\x06_labelB\x0b\n\t_gpt_type\"\\\n\x0bVolumeGroup\x12\x1f\n\x04name\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x04name\x12\x18\n\x07\x64\x65vices\x18\x02 \x03(\tR\x07\x64\x65vices\x12\x12\n\x04tags\x18\x03 \x03(\tR\x04tags\"\xb4\x01\n\rLogicalVolume\x12\x1f\n\x04name\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x04name\x12-\n\x0cvolume_group\x18\x02 \x01(\tB\n\xbaH\x07r\x05\x10\x02\x18\x80\x01R\x0bvolumeGroup\x12\x12\n\x04size\x18\x03 \x01(\x04R\x04size\x12?\n\x08lvm_type\x18\x04 \x01(\x0e\x32\x1a.metalstack.api.v2.LVMTypeB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x07lvmType*\x86\x01\n\x07LVMType\x12\x18\n\x14LVM_TYPE_UNSPECIFIED\x10\x00\x12\x1f\n\x0fLVM_TYPE_LINEAR\x10\x01\x1a\n\x82\xb2\x19\x06linear\x12!\n\x10LVM_TYPE_STRIPED\x10\x02\x1a\x0b\x82\xb2\x19\x07striped\x12\x1d\n\x0eLVM_TYPE_RAID1\x10\x03\x1a\t\x82\xb2\x19\x05raid1*\xc4\x01\n\x06\x46ormat\x12\x16\n\x12\x46ORMAT_UNSPECIFIED\x10\x00\x12\x19\n\x0b\x46ORMAT_VFAT\x10\x01\x1a\x08\x82\xb2\x19\x04vfat\x12\x19\n\x0b\x46ORMAT_EXT3\x10\x02\x1a\x08\x82\xb2\x19\x04\x65xt3\x12\x19\n\x0b\x46ORMAT_EXT4\x10\x03\x1a\x08\x82\xb2\x19\x04\x65xt4\x12\x19\n\x0b\x46ORMAT_SWAP\x10\x04\x1a\x08\x82\xb2\x19\x04swap\x12\x1b\n\x0c\x46ORMAT_TMPFS\x10\x05\x1a\t\x82\xb2\x19\x05tmpfs\x12\x19\n\x0b\x46ORMAT_NONE\x10\x06\x1a\x08\x82\xb2\x19\x04none*\xa3\x01\n\x07GPTType\x12\x18\n\x14GPT_TYPE_UNSPECIFIED\x10\x00\x12\x1b\n\rGPT_TYPE_BOOT\x10\x01\x1a\x08\x82\xb2\x19\x04\x65\x66\x30\x30\x12\x1c\n\x0eGPT_TYPE_LINUX\x10\x02\x1a\x08\x82\xb2\x19\x04\x38\x33\x30\x30\x12!\n\x13GPT_TYPE_LINUX_RAID\x10\x03\x1a\x08\x82\xb2\x19\x04\x66\x64\x30\x30\x12 \n\x12GPT_TYPE_LINUX_LVM\x10\x04\x1a\x08\x82\xb2\x19\x04\x38\x65\x30\x30*K\n\tRaidLevel\x12\x1a\n\x16RAID_LEVEL_UNSPECIFIED\x10\x00\x12\x10\n\x0cRAID_LEVEL_0\x10\x01\x12\x10\n\x0cRAID_LEVEL_1\x10\x02\x32\xf2\x02\n\x11\x46ilesystemService\x12p\n\x03Get\x12..metalstack.api.v2.FilesystemServiceGetRequest\x1a/.metalstack.api.v2.FilesystemServiceGetResponse\"\x08\xd8\xf3\x18\x02\xe0\xf3\x18\x02\x12s\n\x04List\x12/.metalstack.api.v2.FilesystemServiceListRequest\x1a\x30.metalstack.api.v2.FilesystemServiceListResponse\"\x08\xd8\xf3\x18\x02\xe0\xf3\x18\x02\x12v\n\x05Match\x12\x30.metalstack.api.v2.FilesystemServiceMatchRequest\x1a\x31.metalstack.api.v2.FilesystemServiceMatchResponse\"\x08\xd8\xf3\x18\x02\xe0\xf3\x18\x02\x42\xc5\x01\n\x15\x63om.metalstack.api.v2B\x0f\x46ilesystemProtoP\x01Z5github.com/metal-stack/api/go/metalstack/api/v2;apiv2\xa2\x02\x03MAX\xaa\x02\x11Metalstack.Api.V2\xca\x02\x11Metalstack\\Api\\V2\xe2\x02\x1dMetalstack\\Api\\V2\\GPBMetadata\xea\x02\x13Metalstack::Api::V2b\x06proto3')
31
31
 
32
32
  _globals = globals()
33
33
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -114,11 +114,11 @@ if not _descriptor._USE_C_DESCRIPTORS:
114
114
  _globals['_LOGICALVOLUME'].fields_by_name['lvm_type']._loaded_options = None
115
115
  _globals['_LOGICALVOLUME'].fields_by_name['lvm_type']._serialized_options = b'\272H\005\202\001\002\020\001'
116
116
  _globals['_FILESYSTEMSERVICE'].methods_by_name['Get']._loaded_options = None
117
- _globals['_FILESYSTEMSERVICE'].methods_by_name['Get']._serialized_options = b'\330\363\030\003\340\363\030\002'
117
+ _globals['_FILESYSTEMSERVICE'].methods_by_name['Get']._serialized_options = b'\330\363\030\002\340\363\030\002'
118
118
  _globals['_FILESYSTEMSERVICE'].methods_by_name['List']._loaded_options = None
119
- _globals['_FILESYSTEMSERVICE'].methods_by_name['List']._serialized_options = b'\330\363\030\003\340\363\030\002'
119
+ _globals['_FILESYSTEMSERVICE'].methods_by_name['List']._serialized_options = b'\330\363\030\002\340\363\030\002'
120
120
  _globals['_FILESYSTEMSERVICE'].methods_by_name['Match']._loaded_options = None
121
- _globals['_FILESYSTEMSERVICE'].methods_by_name['Match']._serialized_options = b'\330\363\030\003\340\363\030\002'
121
+ _globals['_FILESYSTEMSERVICE'].methods_by_name['Match']._serialized_options = b'\330\363\030\002\340\363\030\002'
122
122
  _globals['_LVMTYPE']._serialized_start=3083
123
123
  _globals['_LVMTYPE']._serialized_end=3217
124
124
  _globals['_FORMAT']._serialized_start=3220
@@ -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/api/v2/health.proto
5
- # Protobuf Python Version: 7.34.0
5
+ # Protobuf Python Version: 7.34.1
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
@@ -13,7 +13,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
15
  34,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/api/v2/health.proto'
19
19
  )