PowerShell module for the F5 LTM REST API
Problem this snippet solves: To report an issue with the F5-LTM or F5-BIGIP modules, please use the Issues sections of the GitHub repos (here and here) instead of commenting here. Thanks!
This Pow...
Updated Jun 06, 2023
Version 2.0Joel_Newton
Cirrus
Joined September 06, 2012
blashmet_319176
Jul 12, 2017Nimbostratus
Can this module be used to return the state of the "Source Address Translation" property on a VIP? (e.g., return whether it is set to SNAT, AutoMap, or none).
Thank you.
EDIT:
Turns out this property is accessible on a virtual server object:
$virtualserver = Get-VirtualServer | where-object {$_.name -eq "virtualservername" }
$virtualserver.sourceAddressTranslation