github.com/vmware/go-vmware-nsxt@v0.0.0-20230223012718-d31b8a1ca05e/monitoring/traceflow_request.go (about) 1 /* Copyright © 2017 VMware, Inc. All Rights Reserved. 2 SPDX-License-Identifier: BSD-2-Clause 3 4 Generated by: https://github.com/swagger-api/swagger-codegen.git */ 5 6 package monitoring 7 8 type TraceflowRequest struct { 9 10 // id of the source logical port to inject the traceflow packet into 11 LportId string `json:"lport_id"` 12 13 // Packet configuration 14 Packet *PacketData `json:"packet"` 15 16 // Maximum time (in ms) the management plane will wait for observation result list to be sent by controller plane. 17 Timeout int64 `json:"timeout,omitempty"` 18 }