github.com/vmware/go-vcloud-director/v2@v2.24.0/.changes/v2.12.0/368-features.md (about) 1 * Added NSX-T Firewall Group type (which represents a Security Group or an IP Set) support by using 2 structures `NsxtFirewallGroup` and `NsxtFirewallGroupMemberVms`. The following methods are 3 introduced for managing Security Groups and Ip Sets: `Vdc.CreateNsxtFirewallGroup`, 4 `NsxtEdgeGateway.CreateNsxtFirewallGroup`, `Org.GetAllNsxtFirewallGroups`, 5 `Vdc.GetAllNsxtFirewallGroups`, `Org.GetNsxtFirewallGroupByName`, 6 `Vdc.GetNsxtFirewallGroupByName`, `NsxtEdgeGateway.GetNsxtFirewallGroupByName`, 7 `Org.GetNsxtFirewallGroupById`, `Vdc.GetNsxtFirewallGroupById`, 8 `NsxtEdgeGateway.GetNsxtFirewallGroupById`, `NsxtFirewallGroup.Update`, 9 `NsxtFirewallGroup.Delete`, `NsxtFirewallGroup.GetAssociatedVms`, 10 `NsxtFirewallGroup.IsSecurityGroup`, `NsxtFirewallGroup.IsIpSet` 11 [GH-368] 12 * Added methods Org.QueryVmList and Org.QueryVmById to find VM by ID in an Org 13 [GH-368] 14