vmware / go-vcloud-director

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

types.NsxtFirewallRule is missing sourceFirewallIpAddresses and destinationFirewallIpAddresses fields from the latest API #651

Open erma07 opened 4 months ago

erma07 commented 4 months ago

Is your feature request related to a problem? Please describe.

have to use ip'sets because the new feature for sourceFirewallIpAddresses and destinationFirewallIpAddresses is missing from the sdk

Describe the solution you'd like

sourceFirewallIpAddresses and destinationFirewallIpAddresses can be read, set and updated using the sdk

Describe alternatives you've considered

No response

Additional context

No response