Skip to content

Commit

Permalink
removing omitempty flag for timeout parameter in lbvserver resources
Browse files Browse the repository at this point in the history
Signed-off-by: rohit-myali <[email protected]>
  • Loading branch information
rohit-myali committed Nov 15, 2024
1 parent 298df0a commit e36b318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion citrixadc/resource_citrixadc_lbvserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ type lbvserver struct {
Td int `json:"td,omitempty"`
Thresholdvalue int `json:"thresholdvalue,omitempty"`
Tickssincelaststatechange int `json:"tickssincelaststatechange,omitempty"`
Timeout int `json:"timeout,omitempty"` // Included Omitempty flag, because it doesnot support 0 value
Timeout int `json:"timeout"` // Removing omitempty flag as it accepts 0 value
Tosid int `json:"tosid,omitempty"`
Totalservices int `json:"totalservices,omitempty"`
Trofspersistence string `json:"trofspersistence,omitempty"`
Expand Down

0 comments on commit e36b318

Please sign in to comment.