Skip to content

Commit

Permalink
Update load_balancing.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Bednarz <jacob.bednarz@hey.com>
  • Loading branch information
yuh-indeed and jacobbednarz authored Nov 15, 2023
1 parent 635ed5b commit ebb6568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion load_balancing.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type LoadBalancerOrigin struct {
Header map[string][]string `json:"header"`
// The virtual network subnet ID the origin belongs in.
// Virtual network must also belong to the account.
VirtualNetworkId string `json:"virtual_network_id,omitempty"`
VirtualNetworkID string `json:"virtual_network_id,omitempty"`
}

// LoadBalancerOriginSteering controls origin selection for new sessions and traffic without session affinity.
Expand Down

0 comments on commit ebb6568

Please sign in to comment.