f5-common-python icon indicating copy to clipboard operation
f5-common-python copied to clipboard

How to set nat64 option in vs creation?

Open batmancn opened this issue 4 years ago • 0 comments

Hi all,

I'm want to create a nat64 listener.

For web, I could set nat64=enable in this web page.

image

Or I could use tmsh cli like this: create ltm virtual test destination 2001::FE.80 pool test-pool nat64 enabled

But now I need to use f5-common-python to add this kind of listener, so I use bigip.tm.ltm.virtuals.virtual.create(...). But I cann't find nat64 option in this api.

So How to set net64 in creating listener?

Thank you ~

batmancn avatar Nov 18 '21 07:11 batmancn