Skip to content

Commit

Permalink
add enabled to LoadBalancer struct (#273)
Browse files Browse the repository at this point in the history
* add enabled to LoadBalancer struct
  • Loading branch information
SteveGoldthorpe-Work authored and patryk committed Mar 26, 2019
1 parent ce422d1 commit ce55d9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions load_balancing.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ type LoadBalancer struct {
RegionPools map[string][]string `json:"region_pools"`
PopPools map[string][]string `json:"pop_pools"`
Proxied bool `json:"proxied"`
Enabled *bool `json:"enabled,omitempty"`
Persistence string `json:"session_affinity,omitempty"`
PersistenceTTL int `json:"session_affinity_ttl,omitempty"`

Expand Down

0 comments on commit ce55d9a

Please sign in to comment.