Skip to content

Commit

Permalink
Merge pull request #24 from pescetto/remove_duplicate_device_attribute
Browse files Browse the repository at this point in the history
Remove the duplicated and incorrect ConfigsyncIP attribute
  • Loading branch information
scshitole authored May 1, 2019
2 parents c78c19c + 5b5cd20 commit 90a141f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions device.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ type UnicastAddress struct {
// Device represents an individual bigip as viewed from the cluster
// see: https://devcentral.f5.com/Wiki/iControlREST.APIRef_tm_cm_device.ashx
type Device struct {
ConfigsyncIp string `json:"configsyncIp,omitempty"`
Name string `json:"name,omitempty"`
MirrorIp string `json:"mirrorIp,omitempty"`
MirrorSecondaryIp string `json:"mirrorSecondaryIp,omitempty"`
Expand All @@ -68,8 +67,8 @@ type Device struct {
Cert string `json:"cert,omitempty"`
ChassisID string `json:"chassisId,omitempty"`
ChassisType string `json:"chassisType,omitempty"`
ConfigsyncIp string `json:"configsyncIp,omitempty"`
Comment string `json:"comment,omitempty"`
ConfigsyncIP string `json:"configsyncIp,omitempty"`
Contact string `json:"contact,omitempty"`
Description string `json:"description,omitempty"`
Edition string `json:"edition,omitempty"`
Expand Down

0 comments on commit 90a141f

Please sign in to comment.