Skip to content

Commit

Permalink
device: Expose selfDevice attribute in LBDeviceState (#28)
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Löthberg <[email protected]>
  • Loading branch information
kyrias authored and pr8kerl committed Dec 29, 2019
1 parent 77740a8 commit f68d988
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions f5/device.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ type LBDeviceState struct {
Path string `json:"fullPath"`
FailoverState string `json:"failoverState"`
ManagementIP string `json:"managementIP"`
Self bool `json:"selfDevice,string"`
}

func (f *Device) ShowDevice() (error, *LBDeviceRef) {
Expand Down

0 comments on commit f68d988

Please sign in to comment.