Skip to content

Commit

Permalink
OutBoundNATPolicy Schema changes (microsoft#2106)
Browse files Browse the repository at this point in the history
Signed-off-by: Debjit Mondal <[email protected]>
  • Loading branch information
debj1t authored May 29, 2024
1 parent d694810 commit baf8444
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions hns/hnspolicy.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ type PaPolicy struct {

type OutboundNatPolicy struct {
Policy
VIP string `json:"VIP,omitempty"`
Exceptions []string `json:"ExceptionList,omitempty"`
Destinations []string `json:",omitempty"`
VIP string `json:"VIP,omitempty"`
Exceptions []string `json:"ExceptionList,omitempty"`
Destinations []string `json:",omitempty"`
MaxPortPoolUsage uint16 `json:",omitempty"`
}

type ProxyPolicy struct {
Expand Down

0 comments on commit baf8444

Please sign in to comment.