nutanix / calm-dsl

Keep Calm and DSL On!
https://nutanix.github.io/calm-dsl/
Apache License 2.0
32 stars 51 forks source link

Adding support for selecting private/public ip option in azure brownfield data #197

Open abhijeetkaurav1st opened 2 years ago

abhijeetkaurav1st commented 2 years ago

Right now if we do BF.Vm.Azure(instance_name="vm-7b1b8-0")

It will select public-ip-address only and send to server. Add an option to select private ip also. Something on this way: BF.Vm.Azure(instance_name="vm-7b1b8-0", use_private_address=True)