Documentation ¶
Index ¶
- Constants
- Variables
- type ForwardCreateFromServerInput
- type ForwardCreateInput
- type ForwardDetails
- type ForwardHeartbeatInput
- type ForwardListInput
- type ProxyAgentDetails
- type ProxyAgentUpdateInput
- type ProxyEndpointCreateFromServerInput
- type ProxyEndpointCreateInput
- type ProxyEndpointListInput
- type ProxyEndpointUpdateInput
- type ProxyMatchListInput
Constants ¶
View Source
const ( SERVICE_TYPE = "cloudproxy" SERVICE_VERSION = "" )
View Source
const ( PM_SCOPE_VPC = "vpc" PM_SCOPE_NETWORK = "network" )
View Source
const ( FORWARD_TYPE_LOCAL = "local" FORWARD_TYPE_REMOTE = "remote" )
View Source
const ( BindPortMin = 20000 BindPortMax = 60000 )
Variables ¶
View Source
var FORWARD_TYPES = choices.NewChoices( FORWARD_TYPE_LOCAL, FORWARD_TYPE_REMOTE, )
View Source
var PM_SCOPES = choices.NewChoices( PM_SCOPE_VPC, PM_SCOPE_NETWORK, )
Functions ¶
This section is empty.
Types ¶
type ForwardCreateInput ¶
type ForwardDetails ¶
type ForwardHeartbeatInput ¶
type ForwardHeartbeatInput struct{}
type ForwardListInput ¶
type ProxyAgentDetails ¶
type ProxyAgentDetails struct { apis.StandaloneResourceDetails Id string `json:"id"` BindAddr string `json:"bind_addr"` AdvertiseAddr string `json:"advertise_addr"` }
type ProxyAgentUpdateInput ¶
type ProxyAgentUpdateInput struct { apis.StandaloneResourceBaseUpdateInput BindAddr string `json:"bind_addr"` AdvertiseAddr string `json:"advertise_addr"` }
type ProxyEndpointListInput ¶
type ProxyEndpointListInput struct { apis.VirtualResourceListInput VpcId string NetworkId string }
type ProxyMatchListInput ¶
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"` }
Click to show internal directories.
Click to hide internal directories.