vmware / go-vcloud-director

Golang SDK for VMware Cloud Director
Other
80 stars 76 forks source link

NSX-T ALB Virtual Service Transparent mode and Pool Firewall Group membership (VCD 10.4.1+) #560

Closed Didainius closed 1 year ago

Didainius commented 1 year ago

This PR continues on #549 and further catches up with latest NSX-T ALB features (requiring VCD 10.4.1+).

In this PR there are two features:

Notes

Side note: This PR includes a generic function addrOf which should be a solution to replace all our type-limited functions takeBoolPointer, takeIntAddress, takeStringPointer. I did not pollute this PR with replacements as that can be done at a later time

Testing

alb tests passed on 10.3.0, 10.3.3, 10.4.0, 10.4.1