ReplySwitchNicResult
功能说明
客户端向ClusterD返回借轨/回切结果的接口。
函数原型
rpc ReplySwitchNicResult(SwitchResult) returns (Status) {}
输入参数说明
参数 |
类型(Protobuf定义) |
说明 |
---|---|---|
SwitchResult |
message SwitchResult{ string jobId = 1; bool result = 2; } |
SwitchResult.jobId:任务ID SwitchResult.result:指令执行的结果,true为成功,false为失败。 |
父主题: 借轨回切接口