[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
InlineFirewallGroupDetails1
Properties
array of
string
ipAddresses
Optional
IP Addresses included in the group. This is only applicable for IP_SET Firewall Groups. This can support IPv4 and IPv6 addresses in single, range, and CIDR formats.
array of
EntityReference
members
Optional
The list of static member entities such as Org vDC Networks to be used. This is only applicable for SECURITY_GROUP/STATIC_MEMBERS Firewall Groups. The objects used must be scoped to the particular Edge Gateway / vDC Group specified.
array of
VmCriteria
vmCriteria
Optional
The list of dynamic criteria that determines whether a VM belongs to a firewall group. A VM needs to meet at least one criteria to belong to the firewall group. In other words, the logical AND is used for rules within a single criteria and the logical OR is used in between each criteria. This is only applicable for VM_CRITERIA Firewall Groups.
JSON Example
{
"ipAddresses": [
"string"
],
"members": [
{
"id": "string",
"name": "string"
}
],
"vmCriteria": [
{
"rules": [
{
"attributeType": "string",
"attributeValue": "string",
"operator": "string"
}
]
}
]
}
Vendor Extensions
This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
ipAddresses:
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
members:
x-vcloud-added-in: "34.0"
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
vmCriteria:
x-vcloud-added-in: "36.0"
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Used By
FirewallGroupDetails