Files
cloudpods/pkg/apis/cloudproxy/proxy_matches.go
2021-04-23 19:39:07 +08:00

15 lines
364 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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"`
}