@@ -81,20 +81,18 @@ message SwitchServiceUpdateRequest {
8181 google.protobuf.Timestamp updated_at = 3 ;
8282 // Description of the switch.
8383 optional string description = 4 [(buf.validate.field ).string .(metalstack.api.v2.is_description ) = true ];
84- // Rack ID if the switch resides in a rack.
85- optional string rack_id = 5 [(buf.validate.field ).string .(metalstack.api.v2.is_name ) = true ];
8684 // Replace mode is used to mark a switch ready for replacement.
87- optional metalstack.api.v2.SwitchReplaceMode replace_mode = 6 [(buf.validate.field ) .enum.defined_only = true ];
85+ optional metalstack.api.v2.SwitchReplaceMode replace_mode = 5 [(buf.validate.field ) .enum.defined_only = true ];
8886 // Management IP is the switch's IP for management access.
89- optional string management_ip = 7 [(buf.validate.field ) .string.ip = true ];
87+ optional string management_ip = 6 [(buf.validate.field ) .string.ip = true ];
9088 // Management user is the user name to use for management access.
91- optional string management_user = 8 [(buf.validate.field ).string .(metalstack.api.v2.is_name ) = true ];
89+ optional string management_user = 7 [(buf.validate.field ).string .(metalstack.api.v2.is_name ) = true ];
9290 // Console command is the command for accessing the switch's console.
93- optional string console_command = 9 [(buf.validate.field ).string .(metalstack.api.v2.is_description ) = true ];
91+ optional string console_command = 8 [(buf.validate.field ).string .(metalstack.api.v2.is_description ) = true ];
9492 // Nics are the front panel ports of the switch.
95- repeated metalstack.api.v2.SwitchNic nics = 10 ;
93+ repeated metalstack.api.v2.SwitchNic nics = 9 ;
9694 // SwitchOs is the OS running on the switch.
97- optional metalstack.api.v2.SwitchOS os = 11 ;
95+ optional metalstack.api.v2.SwitchOS os = 10 ;
9896}
9997
10098// SwitchServiceUpdateResponse.
0 commit comments