Skip to content

Commit

Permalink
networkID add
Browse files Browse the repository at this point in the history
  • Loading branch information
uzaxirr committed Nov 6, 2024
1 parent 4b298dd commit 778fb60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions loadbalancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ type LoadBalancer struct {
ID string `json:"id"`
Name string `json:"name"`
ServiceName string `json:"service_name,omitempty"`
NetworkID string `json:"network_id,omitempty"`
Algorithm string `json:"algorithm"`
Backends []LoadBalancerBackend `json:"backends,omitempty"`
InstancePool []InstancePool `json:"instance_pools,omitempty"`
Expand Down

0 comments on commit 778fb60

Please sign in to comment.