File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,10 +144,11 @@ type QosPolicySetting struct {
144144
145145// OutboundNatPolicySetting sets outbound Network Address Translation on an Endpoint.
146146type OutboundNatPolicySetting struct {
147- VirtualIP string `json:",omitempty"`
148- Exceptions []string `json:",omitempty"`
149- Destinations []string `json:",omitempty"`
150- Flags NatFlags `json:",omitempty"`
147+ VirtualIP string `json:",omitempty"`
148+ Exceptions []string `json:",omitempty"`
149+ Destinations []string `json:",omitempty"`
150+ Flags NatFlags `json:",omitempty"`
151+ MaxPortPoolUsage uint16 `json:",omitempty"`
151152}
152153
153154// SDNRoutePolicySetting sets SDN Route on an Endpoint.
Original file line number Diff line number Diff line change @@ -57,9 +57,10 @@ type PaPolicy struct {
5757
5858type OutboundNatPolicy struct {
5959 Policy
60- VIP string `json:"VIP,omitempty"`
61- Exceptions []string `json:"ExceptionList,omitempty"`
62- Destinations []string `json:",omitempty"`
60+ VIP string `json:"VIP,omitempty"`
61+ Exceptions []string `json:"ExceptionList,omitempty"`
62+ Destinations []string `json:",omitempty"`
63+ MaxPortPoolUsage uint16 `json:",omitempty"`
6364}
6465
6566type ProxyPolicy struct {
You can’t perform that action at this time.
0 commit comments