Skip to content

Commit

Permalink
Merge branch 'master' into removeNonUsefullCode
Browse files Browse the repository at this point in the history
  • Loading branch information
tshihad authored Oct 19, 2021
2 parents 95aee5e + 3541312 commit 5471139
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/models/networks.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ type CreateNetwork struct {
DNSPrimary string `json:"dnsPrimary,omitempty" tf:"primary_dns"`
DNSSecondary string `json:"dnsSecondary,omitempty" tf:"secondary_dns"`
Config *CreateNetworkConfig `json:"config,omitempty" tf:"config,sub"`
Active bool `json:"active,omitempty" tf:"active"`
DhcpServer bool `json:"dhcpServer,omitempty" tf:"dhcp_server"`
ScanNetwork string `json:"scanNetwork,omitempty" tf:"scan_network"`
AllowStaticOverride bool `json:"allowStaticOverride,omitempty" tf:"allow_static_override"`
Active bool `json:"active" tf:"active"`
DhcpServer bool `json:"dhcpServer" tf:"dhcp_server"`
ScanNetwork bool `json:"scanNetwork" tf:"scan_network"`
AllowStaticOverride bool `json:"allowStaticOverride" tf:"allow_static_override"`
AppURLProxyBypass string `json:"applianceUrlProxyBypass,omitempty" tf:"appliance_url_proxy_bypass"`
NoProxy string `json:"noProxy,omitempty" tf:"no_proxy"`
ScopeID string `json:"scopeId,omitempty" tf:"scode_id"`
Expand Down

0 comments on commit 5471139

Please sign in to comment.