metal-stack-api 0.0.37__py3-none-any.whl → 0.0.38__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {metal_stack_api-0.0.37.dist-info → metal_stack_api-0.0.38.dist-info}/METADATA +1 -1
- {metal_stack_api-0.0.37.dist-info → metal_stack_api-0.0.38.dist-info}/RECORD +8 -8
- metalstack/api/v2/switch_pb2.py +30 -27
- metalstack/api/v2/switch_pb2.pyi +17 -2
- metalstack/infra/v2/switch_pb2.py +19 -22
- metalstack/infra/v2/switch_pb2.pyi +3 -14
- {metal_stack_api-0.0.37.dist-info → metal_stack_api-0.0.38.dist-info}/WHEEL +0 -0
- {metal_stack_api-0.0.37.dist-info → metal_stack_api-0.0.38.dist-info}/top_level.txt +0 -0
|
@@ -73,8 +73,8 @@ metalstack/api/v2/project_pb2.pyi,sha256=eXMPrsbYVzWmnBhwAh-jtAmUxjFtJnO29QsMUTs
|
|
|
73
73
|
metalstack/api/v2/size_connect.py,sha256=E5eeRVtJBtYPXTfxD9brW8nlRyReWyrYg2Nkf18havc,8428
|
|
74
74
|
metalstack/api/v2/size_pb2.py,sha256=7j7lP7V1euX7jG-S31wcvzxqGYHSxHbx8syzr6pL2gY,8598
|
|
75
75
|
metalstack/api/v2/size_pb2.pyi,sha256=DfGRiWwmqSs9C_UP20quu0zVTw3bhUPd6Zsr4OwJIe8,3901
|
|
76
|
-
metalstack/api/v2/switch_pb2.py,sha256=
|
|
77
|
-
metalstack/api/v2/switch_pb2.pyi,sha256
|
|
76
|
+
metalstack/api/v2/switch_pb2.py,sha256=7FAPhssCTc-KBwryTZKtn9tfOUfAdprEk20N8avNY-0,18191
|
|
77
|
+
metalstack/api/v2/switch_pb2.pyi,sha256=cn66PLxXx64cVaVgoSoKicwbTDXFBaH9jVPA8zlLqgQ,9555
|
|
78
78
|
metalstack/api/v2/tenant_connect.py,sha256=mNezBaubV6HuCXbLGuzCPr4nuDam6LY9wkVUuuKW7uU,46635
|
|
79
79
|
metalstack/api/v2/tenant_pb2.py,sha256=HqPDWwnTS51GAe6jb2JRI4jnOeBreK1kGTgoXtm2rI8,19629
|
|
80
80
|
metalstack/api/v2/tenant_pb2.pyi,sha256=kDqFMIecnoaBqbJyfN5aQWch7iapYjiBuKs8gx7sLHs,11128
|
|
@@ -100,9 +100,9 @@ metalstack/infra/v2/event_connect.py,sha256=BW8pvUWXgo9g0rWM_8NrBIVBUUe1-caUHEPJ
|
|
|
100
100
|
metalstack/infra/v2/event_pb2.py,sha256=2gk7mMaNNDZisZRIjkfAeOcEUZgMj17HcrF3jzEH36Y,8284
|
|
101
101
|
metalstack/infra/v2/event_pb2.pyi,sha256=zhCAu1V2qizwNiLTyq-mvG_t0ZUw1phhTR2CvLSOjCw,3813
|
|
102
102
|
metalstack/infra/v2/switch_connect.py,sha256=TftYMAVcYhwFaenInmBK21CnGTyN5pXNDrKQLDWFTz4,12319
|
|
103
|
-
metalstack/infra/v2/switch_pb2.py,sha256=
|
|
104
|
-
metalstack/infra/v2/switch_pb2.pyi,sha256=
|
|
105
|
-
metal_stack_api-0.0.
|
|
106
|
-
metal_stack_api-0.0.
|
|
107
|
-
metal_stack_api-0.0.
|
|
108
|
-
metal_stack_api-0.0.
|
|
103
|
+
metalstack/infra/v2/switch_pb2.py,sha256=Uyk6UZUfKG238cmLNXW3i207svRGtqGhehnA9IIyZ2Q,7234
|
|
104
|
+
metalstack/infra/v2/switch_pb2.pyi,sha256=8A-LhS2remAxa_g86cgLFfqucrkgGlI3ihZE9LlNuGY,3768
|
|
105
|
+
metal_stack_api-0.0.38.dist-info/METADATA,sha256=iCSvq-uf_KbwdaYGSemNgdqtt7D6U0cCCsx5aVI0mO8,874
|
|
106
|
+
metal_stack_api-0.0.38.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
107
|
+
metal_stack_api-0.0.38.dist-info/top_level.txt,sha256=OqZoCBTOYMgPJJ3GbO1ZfY7eRpW9Ljc5g3Ajlu44n2I,11
|
|
108
|
+
metal_stack_api-0.0.38.dist-info/RECORD,,
|
metalstack/api/v2/switch_pb2.py
CHANGED
|
@@ -23,12 +23,13 @@ _sym_db = _symbol_database.Default()
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
|
|
26
|
+
from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
|
|
26
27
|
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
27
28
|
from metalstack.api.v2 import common_pb2 as metalstack_dot_api_dot_v2_dot_common__pb2
|
|
28
29
|
from metalstack.api.v2 import predefined_rules_pb2 as metalstack_dot_api_dot_v2_dot_predefined__rules__pb2
|
|
29
30
|
|
|
30
31
|
|
|
31
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1emetalstack/api/v2/switch.proto\x12\x11metalstack.api.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1emetalstack/api/v2/common.proto\x1a(metalstack/api/v2/predefined_rules.proto\"\
|
|
32
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1emetalstack/api/v2/switch.proto\x12\x11metalstack.api.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1emetalstack/api/v2/common.proto\x1a(metalstack/api/v2/predefined_rules.proto\"\xb3\x06\n\x06Switch\x12\x1d\n\x02id\x18\x01 \x01(\tB\r\xbaH\nr\x08h\x01\xc0\xb3\xae\xb1\x02\x01R\x02id\x12+\n\x04meta\x18\x02 \x01(\x0b\x32\x17.metalstack.api.v2.MetaR\x04meta\x12-\n\x0b\x64\x65scription\x18\x03 \x01(\tB\x0b\xbaH\x08r\x06\xc8\xb3\xae\xb1\x02\x01R\x0b\x64\x65scription\x12$\n\x04rack\x18\x04 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01H\x00R\x04rack\x88\x01\x01\x12)\n\tpartition\x18\x05 \x01(\tB\x0b\xbaH\x08r\x06\xd0\xb3\xae\xb1\x02\x01R\tpartition\x12Q\n\x0creplace_mode\x18\x06 \x01(\x0e\x32$.metalstack.api.v2.SwitchReplaceModeB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0breplaceMode\x12,\n\rmanagement_ip\x18\x07 \x01(\tB\x07\xbaH\x04r\x02p\x01R\x0cmanagementIp\x12\x38\n\x0fmanagement_user\x18\x08 \x01(\tB\n\xbaH\x07r\x05\x10\x02\x18\x80\x01H\x01R\x0emanagementUser\x88\x01\x01\x12\x38\n\x0f\x63onsole_command\x18\t \x01(\tB\n\xbaH\x07r\x05\x10\x02\x18\x80\x01H\x02R\x0e\x63onsoleCommand\x88\x01\x01\x12\x30\n\x04nics\x18\n \x03(\x0b\x32\x1c.metalstack.api.v2.SwitchNicR\x04nics\x12+\n\x02os\x18\x0b \x01(\x0b\x32\x1b.metalstack.api.v2.SwitchOSR\x02os\x12U\n\x13machine_connections\x18\x0c \x03(\x0b\x32$.metalstack.api.v2.MachineConnectionR\x12machineConnections\x12:\n\tlast_sync\x18\r \x01(\x0b\x32\x1d.metalstack.api.v2.SwitchSyncR\x08lastSync\x12\x45\n\x0flast_sync_error\x18\x0e \x01(\x0b\x32\x1d.metalstack.api.v2.SwitchSyncR\rlastSyncErrorB\x07\n\x05_rackB\x12\n\x10_management_userB\x12\n\x10_console_command\"\xb1\x01\n\x08SwitchOS\x12\x43\n\x06vendor\x18\x01 \x01(\x0e\x32!.metalstack.api.v2.SwitchOSVendorB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x06vendor\x12%\n\x07version\x18\x02 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x07version\x12\x39\n\x12metal_core_version\x18\x03 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x10metalCoreVersion\"\x9c\x03\n\tSwitchNic\x12\x1f\n\x04name\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x04name\x12+\n\nidentifier\x18\x02 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\nidentifier\x12\x1d\n\x03mac\x18\x03 \x01(\tB\x0b\xbaH\x08r\x06\xb8\xb3\xae\xb1\x02\x01R\x03mac\x12\"\n\x03vrf\x18\x04 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01H\x00R\x03vrf\x88\x01\x01\x12\x36\n\x05state\x18\x05 \x01(\x0b\x32\x1b.metalstack.api.v2.NicStateH\x01R\x05state\x88\x01\x01\x12@\n\nbgp_filter\x18\x06 \x01(\x0b\x32\x1c.metalstack.api.v2.BGPFilterH\x02R\tbgpFilter\x88\x01\x01\x12P\n\x0e\x62gp_port_state\x18\x07 \x01(\x0b\x32%.metalstack.api.v2.SwitchBGPPortStateH\x03R\x0c\x62gpPortState\x88\x01\x01\x42\x06\n\x04_vrfB\x08\n\x06_stateB\r\n\x0b_bgp_filterB\x11\n\x0f_bgp_port_state\"T\n\tBGPFilter\x12\"\n\x05\x63idrs\x18\x01 \x03(\tB\x0c\xbaH\t\x92\x01\x06\xe0\xb3\xae\xb1\x02\x01R\x05\x63idrs\x12#\n\x04vnis\x18\x02 \x03(\tB\x0f\xbaH\x0c\x92\x01\t\"\x07r\x05\x10\x02\x18\x80\x01R\x04vnis\"\x92\x03\n\x12SwitchBGPPortState\x12\'\n\x08neighbor\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x08neighbor\x12*\n\npeer_group\x18\x02 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\tpeerGroup\x12&\n\x08vrf_name\x18\x03 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x07vrfName\x12\x42\n\tbgp_state\x18\x04 \x01(\x0e\x32\x1b.metalstack.api.v2.BGPStateB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x08\x62gpState\x12S\n\x18\x62gp_timer_up_established\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x15\x62gpTimerUpEstablished\x12.\n\x13sent_prefix_counter\x18\x06 \x01(\x04R\x11sentPrefixCounter\x12\x36\n\x17\x61\x63\x63\x65pted_prefix_counter\x18\x07 \x01(\x04R\x15\x61\x63\x63\x65ptedPrefixCounter\"\xab\x01\n\x08NicState\x12L\n\x07\x64\x65sired\x18\x01 \x01(\x0e\x32#.metalstack.api.v2.SwitchPortStatusB\x08\xbaH\x05\x82\x01\x02\x10\x01H\x00R\x07\x64\x65sired\x88\x01\x01\x12\x45\n\x06\x61\x63tual\x18\x02 \x01(\x0e\x32#.metalstack.api.v2.SwitchPortStatusB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x06\x61\x63tualB\n\n\x08_desired\"b\n\x11MachineConnection\x12\x1d\n\nmachine_id\x18\x01 \x01(\tR\tmachineId\x12.\n\x03nic\x18\x02 \x01(\x0b\x32\x1c.metalstack.api.v2.SwitchNicR\x03nic\"\xe3\x01\n\x0bSwitchQuery\x12\"\n\x02id\x18\x01 \x01(\tB\r\xbaH\nr\x08h\x01\xc0\xb3\xae\xb1\x02\x01H\x00R\x02id\x88\x01\x01\x12.\n\tpartition\x18\x02 \x01(\tB\x0b\xbaH\x08r\x06\xd0\xb3\xae\xb1\x02\x01H\x01R\tpartition\x88\x01\x01\x12$\n\x04rack\x18\x03 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01H\x02R\x04rack\x88\x01\x01\x12\x35\n\x02os\x18\x04 \x01(\x0b\x32 .metalstack.api.v2.SwitchOSQueryH\x03R\x02os\x88\x01\x01\x42\x05\n\x03_idB\x0c\n\n_partitionB\x07\n\x05_rackB\x05\n\x03_os\"\x9c\x01\n\rSwitchOSQuery\x12H\n\x06vendor\x18\x01 \x01(\x0e\x32!.metalstack.api.v2.SwitchOSVendorB\x08\xbaH\x05\x82\x01\x02\x10\x01H\x00R\x06vendor\x88\x01\x01\x12*\n\x07version\x18\x02 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01H\x01R\x07version\x88\x01\x01\x42\t\n\x07_vendorB\n\n\x08_version\"\x98\x01\n\nSwitchSync\x12.\n\x04time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x04time\x12\x35\n\x08\x64uration\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationR\x08\x64uration\x12\x19\n\x05\x65rror\x18\x03 \x01(\tH\x00R\x05\x65rror\x88\x01\x01\x42\x08\n\x06_error*\x8b\x02\n\x08\x42GPState\x12\x19\n\x15\x42GP_STATE_UNSPECIFIED\x10\x00\x12\x1c\n\x0e\x42GP_STATE_IDLE\x10\x01\x1a\x08\x82\xb2\x19\x04idle\x12\"\n\x11\x42GP_STATE_CONNECT\x10\x02\x1a\x0b\x82\xb2\x19\x07\x63onnect\x12 \n\x10\x42GP_STATE_ACTIVE\x10\x03\x1a\n\x82\xb2\x19\x06\x61\x63tive\x12&\n\x13\x42GP_STATE_OPEN_SENT\x10\x04\x1a\r\x82\xb2\x19\topen-sent\x12,\n\x16\x42GP_STATE_OPEN_CONFIRM\x10\x05\x1a\x10\x82\xb2\x19\x0copen-confirm\x12*\n\x15\x42GP_STATE_ESTABLISHED\x10\x06\x1a\x0f\x82\xb2\x19\x0b\x65stablished*\x9c\x01\n\x11SwitchReplaceMode\x12#\n\x1fSWITCH_REPLACE_MODE_UNSPECIFIED\x10\x00\x12,\n\x1bSWITCH_REPLACE_MODE_REPLACE\x10\x01\x1a\x0b\x82\xb2\x19\x07replace\x12\x34\n\x1fSWITCH_REPLACE_MODE_OPERATIONAL\x10\x02\x1a\x0f\x82\xb2\x19\x0boperational*\x84\x01\n\x0eSwitchOSVendor\x12 \n\x1cSWITCH_OS_VENDOR_UNSPECIFIED\x10\x00\x12)\n\x18SWITCH_OS_VENDOR_CUMULUS\x10\x01\x1a\x0b\x82\xb2\x19\x07\x43umulus\x12%\n\x16SWITCH_OS_VENDOR_SONIC\x10\x02\x1a\t\x82\xb2\x19\x05SONiC*\xad\x01\n\x10SwitchPortStatus\x12\"\n\x1eSWITCH_PORT_STATUS_UNSPECIFIED\x10\x00\x12!\n\x15SWITCH_PORT_STATUS_UP\x10\x01\x1a\x06\x82\xb2\x19\x02up\x12%\n\x17SWITCH_PORT_STATUS_DOWN\x10\x02\x1a\x08\x82\xb2\x19\x04\x64own\x12+\n\x1aSWITCH_PORT_STATUS_UNKNOWN\x10\x03\x1a\x0b\x82\xb2\x19\x07unknownB\xc1\x01\n\x15\x63om.metalstack.api.v2B\x0bSwitchProtoP\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
|
|
|
33
34
|
_globals = globals()
|
|
34
35
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -118,30 +119,32 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
118
119
|
_globals['_SWITCHOSQUERY'].fields_by_name['vendor']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
119
120
|
_globals['_SWITCHOSQUERY'].fields_by_name['version']._loaded_options = None
|
|
120
121
|
_globals['_SWITCHOSQUERY'].fields_by_name['version']._serialized_options = b'\272H\010r\006\300\263\256\261\002\001'
|
|
121
|
-
_globals['_BGPSTATE']._serialized_start=
|
|
122
|
-
_globals['_BGPSTATE']._serialized_end=
|
|
123
|
-
_globals['_SWITCHREPLACEMODE']._serialized_start=
|
|
124
|
-
_globals['_SWITCHREPLACEMODE']._serialized_end=
|
|
125
|
-
_globals['_SWITCHOSVENDOR']._serialized_start=
|
|
126
|
-
_globals['_SWITCHOSVENDOR']._serialized_end=
|
|
127
|
-
_globals['_SWITCHPORTSTATUS']._serialized_start=
|
|
128
|
-
_globals['_SWITCHPORTSTATUS']._serialized_end=
|
|
129
|
-
_globals['_SWITCH']._serialized_start=
|
|
130
|
-
_globals['_SWITCH']._serialized_end=
|
|
131
|
-
_globals['_SWITCHOS']._serialized_start=
|
|
132
|
-
_globals['_SWITCHOS']._serialized_end=
|
|
133
|
-
_globals['_SWITCHNIC']._serialized_start=
|
|
134
|
-
_globals['_SWITCHNIC']._serialized_end=
|
|
135
|
-
_globals['_BGPFILTER']._serialized_start=
|
|
136
|
-
_globals['_BGPFILTER']._serialized_end=
|
|
137
|
-
_globals['_SWITCHBGPPORTSTATE']._serialized_start=
|
|
138
|
-
_globals['_SWITCHBGPPORTSTATE']._serialized_end=
|
|
139
|
-
_globals['_NICSTATE']._serialized_start=
|
|
140
|
-
_globals['_NICSTATE']._serialized_end=
|
|
141
|
-
_globals['_MACHINECONNECTION']._serialized_start=
|
|
142
|
-
_globals['_MACHINECONNECTION']._serialized_end=
|
|
143
|
-
_globals['_SWITCHQUERY']._serialized_start=
|
|
144
|
-
_globals['_SWITCHQUERY']._serialized_end=
|
|
145
|
-
_globals['_SWITCHOSQUERY']._serialized_start=
|
|
146
|
-
_globals['_SWITCHOSQUERY']._serialized_end=
|
|
122
|
+
_globals['_BGPSTATE']._serialized_start=2948
|
|
123
|
+
_globals['_BGPSTATE']._serialized_end=3215
|
|
124
|
+
_globals['_SWITCHREPLACEMODE']._serialized_start=3218
|
|
125
|
+
_globals['_SWITCHREPLACEMODE']._serialized_end=3374
|
|
126
|
+
_globals['_SWITCHOSVENDOR']._serialized_start=3377
|
|
127
|
+
_globals['_SWITCHOSVENDOR']._serialized_end=3509
|
|
128
|
+
_globals['_SWITCHPORTSTATUS']._serialized_start=3512
|
|
129
|
+
_globals['_SWITCHPORTSTATUS']._serialized_end=3685
|
|
130
|
+
_globals['_SWITCH']._serialized_start=222
|
|
131
|
+
_globals['_SWITCH']._serialized_end=1041
|
|
132
|
+
_globals['_SWITCHOS']._serialized_start=1044
|
|
133
|
+
_globals['_SWITCHOS']._serialized_end=1221
|
|
134
|
+
_globals['_SWITCHNIC']._serialized_start=1224
|
|
135
|
+
_globals['_SWITCHNIC']._serialized_end=1636
|
|
136
|
+
_globals['_BGPFILTER']._serialized_start=1638
|
|
137
|
+
_globals['_BGPFILTER']._serialized_end=1722
|
|
138
|
+
_globals['_SWITCHBGPPORTSTATE']._serialized_start=1725
|
|
139
|
+
_globals['_SWITCHBGPPORTSTATE']._serialized_end=2127
|
|
140
|
+
_globals['_NICSTATE']._serialized_start=2130
|
|
141
|
+
_globals['_NICSTATE']._serialized_end=2301
|
|
142
|
+
_globals['_MACHINECONNECTION']._serialized_start=2303
|
|
143
|
+
_globals['_MACHINECONNECTION']._serialized_end=2401
|
|
144
|
+
_globals['_SWITCHQUERY']._serialized_start=2404
|
|
145
|
+
_globals['_SWITCHQUERY']._serialized_end=2631
|
|
146
|
+
_globals['_SWITCHOSQUERY']._serialized_start=2634
|
|
147
|
+
_globals['_SWITCHOSQUERY']._serialized_end=2790
|
|
148
|
+
_globals['_SWITCHSYNC']._serialized_start=2793
|
|
149
|
+
_globals['_SWITCHSYNC']._serialized_end=2945
|
|
147
150
|
# @@protoc_insertion_point(module_scope)
|
metalstack/api/v2/switch_pb2.pyi
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import datetime
|
|
2
2
|
|
|
3
3
|
from buf.validate import validate_pb2 as _validate_pb2
|
|
4
|
+
from google.protobuf import duration_pb2 as _duration_pb2
|
|
4
5
|
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
|
5
6
|
from metalstack.api.v2 import common_pb2 as _common_pb2
|
|
6
7
|
from metalstack.api.v2 import predefined_rules_pb2 as _predefined_rules_pb2
|
|
@@ -60,7 +61,7 @@ SWITCH_PORT_STATUS_DOWN: SwitchPortStatus
|
|
|
60
61
|
SWITCH_PORT_STATUS_UNKNOWN: SwitchPortStatus
|
|
61
62
|
|
|
62
63
|
class Switch(_message.Message):
|
|
63
|
-
__slots__ = ("id", "meta", "description", "rack", "partition", "replace_mode", "management_ip", "management_user", "console_command", "nics", "os", "machine_connections")
|
|
64
|
+
__slots__ = ("id", "meta", "description", "rack", "partition", "replace_mode", "management_ip", "management_user", "console_command", "nics", "os", "machine_connections", "last_sync", "last_sync_error")
|
|
64
65
|
ID_FIELD_NUMBER: _ClassVar[int]
|
|
65
66
|
META_FIELD_NUMBER: _ClassVar[int]
|
|
66
67
|
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -73,6 +74,8 @@ class Switch(_message.Message):
|
|
|
73
74
|
NICS_FIELD_NUMBER: _ClassVar[int]
|
|
74
75
|
OS_FIELD_NUMBER: _ClassVar[int]
|
|
75
76
|
MACHINE_CONNECTIONS_FIELD_NUMBER: _ClassVar[int]
|
|
77
|
+
LAST_SYNC_FIELD_NUMBER: _ClassVar[int]
|
|
78
|
+
LAST_SYNC_ERROR_FIELD_NUMBER: _ClassVar[int]
|
|
76
79
|
id: str
|
|
77
80
|
meta: _common_pb2.Meta
|
|
78
81
|
description: str
|
|
@@ -85,7 +88,9 @@ class Switch(_message.Message):
|
|
|
85
88
|
nics: _containers.RepeatedCompositeFieldContainer[SwitchNic]
|
|
86
89
|
os: SwitchOS
|
|
87
90
|
machine_connections: _containers.RepeatedCompositeFieldContainer[MachineConnection]
|
|
88
|
-
|
|
91
|
+
last_sync: SwitchSync
|
|
92
|
+
last_sync_error: SwitchSync
|
|
93
|
+
def __init__(self, id: _Optional[str] = ..., meta: _Optional[_Union[_common_pb2.Meta, _Mapping]] = ..., description: _Optional[str] = ..., rack: _Optional[str] = ..., partition: _Optional[str] = ..., replace_mode: _Optional[_Union[SwitchReplaceMode, str]] = ..., management_ip: _Optional[str] = ..., management_user: _Optional[str] = ..., console_command: _Optional[str] = ..., nics: _Optional[_Iterable[_Union[SwitchNic, _Mapping]]] = ..., os: _Optional[_Union[SwitchOS, _Mapping]] = ..., machine_connections: _Optional[_Iterable[_Union[MachineConnection, _Mapping]]] = ..., last_sync: _Optional[_Union[SwitchSync, _Mapping]] = ..., last_sync_error: _Optional[_Union[SwitchSync, _Mapping]] = ...) -> None: ...
|
|
89
94
|
|
|
90
95
|
class SwitchOS(_message.Message):
|
|
91
96
|
__slots__ = ("vendor", "version", "metal_core_version")
|
|
@@ -176,3 +181,13 @@ class SwitchOSQuery(_message.Message):
|
|
|
176
181
|
vendor: SwitchOSVendor
|
|
177
182
|
version: str
|
|
178
183
|
def __init__(self, vendor: _Optional[_Union[SwitchOSVendor, str]] = ..., version: _Optional[str] = ...) -> None: ...
|
|
184
|
+
|
|
185
|
+
class SwitchSync(_message.Message):
|
|
186
|
+
__slots__ = ("time", "duration", "error")
|
|
187
|
+
TIME_FIELD_NUMBER: _ClassVar[int]
|
|
188
|
+
DURATION_FIELD_NUMBER: _ClassVar[int]
|
|
189
|
+
ERROR_FIELD_NUMBER: _ClassVar[int]
|
|
190
|
+
time: _timestamp_pb2.Timestamp
|
|
191
|
+
duration: _duration_pb2.Duration
|
|
192
|
+
error: str
|
|
193
|
+
def __init__(self, time: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., duration: _Optional[_Union[datetime.timedelta, _duration_pb2.Duration, _Mapping]] = ..., error: _Optional[str] = ...) -> None: ...
|
|
@@ -24,13 +24,12 @@ _sym_db = _symbol_database.Default()
|
|
|
24
24
|
|
|
25
25
|
from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
|
|
26
26
|
from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
|
|
27
|
-
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
28
27
|
from metalstack.api.v2 import common_pb2 as metalstack_dot_api_dot_v2_dot_common__pb2
|
|
29
28
|
from metalstack.api.v2 import predefined_rules_pb2 as metalstack_dot_api_dot_v2_dot_predefined__rules__pb2
|
|
30
29
|
from metalstack.api.v2 import switch_pb2 as metalstack_dot_api_dot_v2_dot_switch__pb2
|
|
31
30
|
|
|
32
31
|
|
|
33
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n metalstack/infra/v2/switch.proto\x12\x13metalstack.infra.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\
|
|
32
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n metalstack/infra/v2/switch.proto\x12\x13metalstack.infra.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1emetalstack/api/v2/common.proto\x1a(metalstack/api/v2/predefined_rules.proto\x1a\x1emetalstack/api/v2/switch.proto\"8\n\x17SwitchServiceGetRequest\x12\x1d\n\x02id\x18\x01 \x01(\tB\r\xbaH\nr\x08h\x01\xc0\xb3\xae\xb1\x02\x01R\x02id\"M\n\x18SwitchServiceGetResponse\x12\x31\n\x06switch\x18\x01 \x01(\x0b\x32\x19.metalstack.api.v2.SwitchR\x06switch\"Q\n\x1cSwitchServiceRegisterRequest\x12\x31\n\x06switch\x18\x01 \x01(\x0b\x32\x19.metalstack.api.v2.SwitchR\x06switch\"R\n\x1dSwitchServiceRegisterResponse\x12\x31\n\x06switch\x18\x01 \x01(\x0b\x32\x19.metalstack.api.v2.SwitchR\x06switch\"\xbb\x04\n\x1dSwitchServiceHeartbeatRequest\x12\x1d\n\x02id\x18\x01 \x01(\tB\r\xbaH\nr\x08h\x01\xc0\xb3\xae\xb1\x02\x01R\x02id\x12\x35\n\x08\x64uration\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationR\x08\x64uration\x12\x19\n\x05\x65rror\x18\x03 \x01(\tH\x00R\x05\x65rror\x88\x01\x01\x12\x63\n\x0bport_states\x18\x04 \x03(\x0b\x32\x42.metalstack.infra.v2.SwitchServiceHeartbeatRequest.PortStatesEntryR\nportStates\x12m\n\x0f\x62gp_port_states\x18\x05 \x03(\x0b\x32\x45.metalstack.infra.v2.SwitchServiceHeartbeatRequest.BgpPortStatesEntryR\rbgpPortStates\x1a\x62\n\x0fPortStatesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x39\n\x05value\x18\x02 \x01(\x0e\x32#.metalstack.api.v2.SwitchPortStatusR\x05value:\x02\x38\x01\x1ag\n\x12\x42gpPortStatesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12;\n\x05value\x18\x02 \x01(\x0b\x32%.metalstack.api.v2.SwitchBGPPortStateR\x05value:\x02\x38\x01\x42\x08\n\x06_error\"\xb3\x01\n\x1eSwitchServiceHeartbeatResponse\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12:\n\tlast_sync\x18\x02 \x01(\x0b\x32\x1d.metalstack.api.v2.SwitchSyncR\x08lastSync\x12\x45\n\x0flast_sync_error\x18\x03 \x01(\x0b\x32\x1d.metalstack.api.v2.SwitchSyncR\rlastSyncError2\xfe\x02\n\rSwitchService\x12n\n\x03Get\x12,.metalstack.infra.v2.SwitchServiceGetRequest\x1a-.metalstack.infra.v2.SwitchServiceGetResponse\"\n\xe0\xf3\x18\x02\xea\xf3\x18\x02\x01\x02\x12|\n\x08Register\x12\x31.metalstack.infra.v2.SwitchServiceRegisterRequest\x1a\x32.metalstack.infra.v2.SwitchServiceRegisterResponse\"\t\xe0\xf3\x18\x02\xea\xf3\x18\x01\x01\x12\x7f\n\tHeartbeat\x12\x32.metalstack.infra.v2.SwitchServiceHeartbeatRequest\x1a\x33.metalstack.infra.v2.SwitchServiceHeartbeatResponse\"\t\xe0\xf3\x18\x02\xea\xf3\x18\x01\x01\x42\xcf\x01\n\x17\x63om.metalstack.infra.v2B\x0bSwitchProtoP\x01Z9github.com/metal-stack/api/go/metalstack/infra/v2;infrav2\xa2\x02\x03MIX\xaa\x02\x13Metalstack.Infra.V2\xca\x02\x13Metalstack\\Infra\\V2\xe2\x02\x1fMetalstack\\Infra\\V2\\GPBMetadata\xea\x02\x15Metalstack::Infra::V2b\x06proto3')
|
|
34
33
|
|
|
35
34
|
_globals = globals()
|
|
36
35
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -52,24 +51,22 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
52
51
|
_globals['_SWITCHSERVICE'].methods_by_name['Register']._serialized_options = b'\340\363\030\002\352\363\030\001\001'
|
|
53
52
|
_globals['_SWITCHSERVICE'].methods_by_name['Heartbeat']._loaded_options = None
|
|
54
53
|
_globals['_SWITCHSERVICE'].methods_by_name['Heartbeat']._serialized_options = b'\340\363\030\002\352\363\030\001\001'
|
|
55
|
-
_globals['_SWITCHSERVICEGETREQUEST']._serialized_start=
|
|
56
|
-
_globals['_SWITCHSERVICEGETREQUEST']._serialized_end=
|
|
57
|
-
_globals['_SWITCHSERVICEGETRESPONSE']._serialized_start=
|
|
58
|
-
_globals['_SWITCHSERVICEGETRESPONSE']._serialized_end=
|
|
59
|
-
_globals['_SWITCHSERVICEREGISTERREQUEST']._serialized_start=
|
|
60
|
-
_globals['_SWITCHSERVICEREGISTERREQUEST']._serialized_end=
|
|
61
|
-
_globals['_SWITCHSERVICEREGISTERRESPONSE']._serialized_start=
|
|
62
|
-
_globals['_SWITCHSERVICEREGISTERRESPONSE']._serialized_end=
|
|
63
|
-
_globals['_SWITCHSERVICEHEARTBEATREQUEST']._serialized_start=
|
|
64
|
-
_globals['_SWITCHSERVICEHEARTBEATREQUEST']._serialized_end=
|
|
65
|
-
_globals['_SWITCHSERVICEHEARTBEATREQUEST_PORTSTATESENTRY']._serialized_start=
|
|
66
|
-
_globals['_SWITCHSERVICEHEARTBEATREQUEST_PORTSTATESENTRY']._serialized_end=
|
|
67
|
-
_globals['_SWITCHSERVICEHEARTBEATREQUEST_BGPPORTSTATESENTRY']._serialized_start=
|
|
68
|
-
_globals['_SWITCHSERVICEHEARTBEATREQUEST_BGPPORTSTATESENTRY']._serialized_end=
|
|
69
|
-
_globals['_SWITCHSERVICEHEARTBEATRESPONSE']._serialized_start=
|
|
70
|
-
_globals['_SWITCHSERVICEHEARTBEATRESPONSE']._serialized_end=
|
|
71
|
-
_globals['
|
|
72
|
-
_globals['
|
|
73
|
-
_globals['_SWITCHSERVICE']._serialized_start=1477
|
|
74
|
-
_globals['_SWITCHSERVICE']._serialized_end=1859
|
|
54
|
+
_globals['_SWITCHSERVICEGETREQUEST']._serialized_start=224
|
|
55
|
+
_globals['_SWITCHSERVICEGETREQUEST']._serialized_end=280
|
|
56
|
+
_globals['_SWITCHSERVICEGETRESPONSE']._serialized_start=282
|
|
57
|
+
_globals['_SWITCHSERVICEGETRESPONSE']._serialized_end=359
|
|
58
|
+
_globals['_SWITCHSERVICEREGISTERREQUEST']._serialized_start=361
|
|
59
|
+
_globals['_SWITCHSERVICEREGISTERREQUEST']._serialized_end=442
|
|
60
|
+
_globals['_SWITCHSERVICEREGISTERRESPONSE']._serialized_start=444
|
|
61
|
+
_globals['_SWITCHSERVICEREGISTERRESPONSE']._serialized_end=526
|
|
62
|
+
_globals['_SWITCHSERVICEHEARTBEATREQUEST']._serialized_start=529
|
|
63
|
+
_globals['_SWITCHSERVICEHEARTBEATREQUEST']._serialized_end=1100
|
|
64
|
+
_globals['_SWITCHSERVICEHEARTBEATREQUEST_PORTSTATESENTRY']._serialized_start=887
|
|
65
|
+
_globals['_SWITCHSERVICEHEARTBEATREQUEST_PORTSTATESENTRY']._serialized_end=985
|
|
66
|
+
_globals['_SWITCHSERVICEHEARTBEATREQUEST_BGPPORTSTATESENTRY']._serialized_start=987
|
|
67
|
+
_globals['_SWITCHSERVICEHEARTBEATREQUEST_BGPPORTSTATESENTRY']._serialized_end=1090
|
|
68
|
+
_globals['_SWITCHSERVICEHEARTBEATRESPONSE']._serialized_start=1103
|
|
69
|
+
_globals['_SWITCHSERVICEHEARTBEATRESPONSE']._serialized_end=1282
|
|
70
|
+
_globals['_SWITCHSERVICE']._serialized_start=1285
|
|
71
|
+
_globals['_SWITCHSERVICE']._serialized_end=1667
|
|
75
72
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -2,7 +2,6 @@ import datetime
|
|
|
2
2
|
|
|
3
3
|
from buf.validate import validate_pb2 as _validate_pb2
|
|
4
4
|
from google.protobuf import duration_pb2 as _duration_pb2
|
|
5
|
-
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
|
6
5
|
from metalstack.api.v2 import common_pb2 as _common_pb2
|
|
7
6
|
from metalstack.api.v2 import predefined_rules_pb2 as _predefined_rules_pb2
|
|
8
7
|
from metalstack.api.v2 import switch_pb2 as _switch_pb2
|
|
@@ -72,16 +71,6 @@ class SwitchServiceHeartbeatResponse(_message.Message):
|
|
|
72
71
|
LAST_SYNC_FIELD_NUMBER: _ClassVar[int]
|
|
73
72
|
LAST_SYNC_ERROR_FIELD_NUMBER: _ClassVar[int]
|
|
74
73
|
id: str
|
|
75
|
-
last_sync: SwitchSync
|
|
76
|
-
last_sync_error: SwitchSync
|
|
77
|
-
def __init__(self, id: _Optional[str] = ..., last_sync: _Optional[_Union[SwitchSync, _Mapping]] = ..., last_sync_error: _Optional[_Union[SwitchSync, _Mapping]] = ...) -> None: ...
|
|
78
|
-
|
|
79
|
-
class SwitchSync(_message.Message):
|
|
80
|
-
__slots__ = ("time", "duration", "error")
|
|
81
|
-
TIME_FIELD_NUMBER: _ClassVar[int]
|
|
82
|
-
DURATION_FIELD_NUMBER: _ClassVar[int]
|
|
83
|
-
ERROR_FIELD_NUMBER: _ClassVar[int]
|
|
84
|
-
time: _timestamp_pb2.Timestamp
|
|
85
|
-
duration: _duration_pb2.Duration
|
|
86
|
-
error: str
|
|
87
|
-
def __init__(self, time: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., duration: _Optional[_Union[datetime.timedelta, _duration_pb2.Duration, _Mapping]] = ..., error: _Optional[str] = ...) -> None: ...
|
|
74
|
+
last_sync: _switch_pb2.SwitchSync
|
|
75
|
+
last_sync_error: _switch_pb2.SwitchSync
|
|
76
|
+
def __init__(self, id: _Optional[str] = ..., last_sync: _Optional[_Union[_switch_pb2.SwitchSync, _Mapping]] = ..., last_sync_error: _Optional[_Union[_switch_pb2.SwitchSync, _Mapping]] = ...) -> None: ...
|
|
File without changes
|
|
File without changes
|