adding persistance profile support for FAST HTTP/HTTPS #309
Annotations
10 errors
golint:
main.go#L12
could not import github.com/F5Networks/terraform-provider-bigip/bigip (-: # github.com/F5Networks/terraform-provider-bigip/bigip
|
golint:
bigip/resource_bigip_ltm_profile_web_acceleration.go#L264
undefined: bigip.WebAccelerationProfileService
|
golint:
bigip/resource_bigip_fast_http.go#L415
data.FallbackPersistenceType undefined (type "github.com/f5devcentral/go-bigip".FastHttpJson has no field or method FallbackPersistenceType)
|
golint:
bigip/resource_bigip_fast_http.go#L418
data.PersistenceProfile undefined (type "github.com/f5devcentral/go-bigip".FastHttpJson has no field or method PersistenceProfile)
|
golint:
bigip/resource_bigip_fast_http.go#L599
httpJson.EnablePersistence undefined (type *"github.com/f5devcentral/go-bigip".FastHttpJson has no field or method EnablePersistence)
|
golint:
bigip/resource_bigip_fast_http.go#L600
httpJson.UseExistingPersistence undefined (type *"github.com/f5devcentral/go-bigip".FastHttpJson has no field or method UseExistingPersistence)
|
golint:
bigip/resource_bigip_fast_http.go#L601
httpJson.EnableFallbackPersistence undefined (type *"github.com/f5devcentral/go-bigip".FastHttpJson has no field or method EnableFallbackPersistence)
|
golint:
bigip/resource_bigip_fast_http.go#L603
httpJson.EnablePersistence undefined (type *"github.com/f5devcentral/go-bigip".FastHttpJson has no field or method EnablePersistence)
|
golint:
bigip/resource_bigip_fast_http.go#L604
httpJson.UseExistingPersistence undefined (type *"github.com/f5devcentral/go-bigip".FastHttpJson has no field or method UseExistingPersistence)
|
golint:
bigip/resource_bigip_fast_http.go#L605
httpJson.PersistenceProfile undefined (type *"github.com/f5devcentral/go-bigip".FastHttpJson has no field or method PersistenceProfile)
|