Mar 02, 2012
@Erik, you can use the LocalLB.Class.get_* methods to pull out the values. For a string class named urimappnings, you could do something like this
pull out the names from the string class;
$StringClassA = (Get-F5.iControl).LocalLBClass.get_string_class(@("urimappings") );
ValuesAofA = (Get-F5.iControl).LocalLBClass.get_string_class_member_data_value($StringClassA);
Print out the results
Write-Host "Data Group: urimappings"
Write-Host "Names:"
$StringClassA[0].members
Write-Host "Values"
$ValuesAofA[0]
Hope this helps...
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)