We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77740a8 commit ee8a07eCopy full SHA for ee8a07e
f5/device.go
@@ -10,6 +10,7 @@ type LBDeviceState struct {
10
Path string `json:"fullPath"`
11
FailoverState string `json:"failoverState"`
12
ManagementIP string `json:"managementIP"`
13
+ Self bool `json:"selfDevice"`
14
}
15
16
func (f *Device) ShowDevice() (error, *LBDeviceRef) {
0 commit comments