Skip to content

Commit

Permalink
fix: Fixed zpa application segment pra udpPortRanges
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed Dec 10, 2023
1 parent 4d3b9f3 commit ad614ac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ type AppSegmentPRA struct {
MicroTenantName string `json:"microtenantName,omitempty"`
TCPAppPortRange []common.NetworkPorts `json:"tcpPortRange,omitempty"`
UDPAppPortRange []common.NetworkPorts `json:"udpPortRange,omitempty"`
TCPPortRanges []string `json:"tcpPortRanges,omitempty"`
UDPPortRanges []string `json:"udpPortRanges,omitempty"`
ServerGroups []AppServerGroups `json:"serverGroups,omitempty"`
DefaultIdleTimeout string `json:"defaultIdleTimeout,omitempty"`
DefaultMaxAge string `json:"defaultMaxAge,omitempty"`
TCPPortRanges []string `json:"tcpPortRanges,omitempty"`
UDPProtocols []string `json:"udpProtocols,omitempty"`
SRAAppsDto []SRAAppsDto `json:"sraApps,omitempty"`
CommonAppsDto CommonAppsDto `json:"commonAppsDto,omitempty"`
SharedMicrotenantDetails SharedMicrotenantDetails `json:"sharedMicrotenantDetails,omitempty"`
Expand Down

0 comments on commit ad614ac

Please sign in to comment.