Forum Discussion

Joe_Pruitt's avatar
Jan 16, 2008

Upcoming deprecated GTM methods

Just got word from the dev team that there are a few GTM attributes that are going away in an upcoming release (most likely 9.7.0 but the actual version number of the release has not been defined yet). Since the iControl methods are mapped to component attributes, that means we'll be deprecating the following methods:

 

 

GlobalLB::Globals::get_fb_respect_acl_state()

 

GlobalLB::Globals::get_topology_acl_threshold()

 

GlobalLB::Globals::set_fb_respect_acl_state()

 

GlobalLB::Globals::set_topology_acl_threshold()

 

 

 

By "deprecation", we mean that we'll put stubs in place that will throw the "NotImplemented" exception and in one year the methods will be removed completely.

 

 

Please speak up if your application is dependent on these methods and we'll take up their demise with development.

 

 

-Joe