We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c7c13 commit ee9599cCopy full SHA for ee9599c
cloudconnexa/network_connectors.go
@@ -21,7 +21,7 @@ type NetworkConnector struct {
21
IPv6Address string `json:"ipV6Address"`
22
Profile string `json:"profile"`
23
ConnectionStatus string `json:"connectionStatus"`
24
- IPSecConfig *IPSecConfig `json:"IPSecConfig,omitempty"`
+ IPSecConfig *IPSecConfig `json:"ipSecConfig,omitempty"`
25
TunnelingProtocol string `json:"tunnelingProtocol"`
26
}
27
0 commit comments