mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/yunionio/cloudpods.git
synced 2026-09-21 00:24:07 +08:00
15 lines
364 B
Go
15 lines
364 B
Go
package cloudproxy
|
||
|
||
import "yunion.io/x/onecloud/pkg/apis"
|
||
|
||
type ProxyMatchListInput struct {
|
||
apis.VirtualResourceListInput
|
||
|
||
// 代理节点(ID或Name)
|
||
ProxyEndpointId string `json:"proxy_endpoint_id"`
|
||
// swagger:ignore
|
||
// Deprecated
|
||
// Filter by proxy endpoint Id
|
||
ProxyEndpoint string `json:"proxy_endpoint" yunion-deprecated-by:"proxy_endpoint_id"`
|
||
}
|