mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-06-10 00:27:11 +08:00
30 lines
492 B
YAML
30 lines
492 B
YAML
natgatewayId:
|
|
name: natgatewayId
|
|
required: true
|
|
in: path
|
|
type: string
|
|
description: NAT网关的ID
|
|
dnatentryId:
|
|
name: dnatentryId
|
|
required: true
|
|
in: path
|
|
type: string
|
|
description: DNAT的ID
|
|
snatentryId:
|
|
name: snatentryId
|
|
required: true
|
|
in: path
|
|
type: string
|
|
description: SNAT的ID
|
|
|
|
natgateway:
|
|
name: natgateway
|
|
in: query
|
|
type: string
|
|
description: 根据NAT过滤
|
|
network:
|
|
name: network
|
|
in: query
|
|
type: string
|
|
description: 根据子网过滤列表
|