InlineFirewallGroupSummary2
InlineFirewallGroupSummary2
JSON Example
{
"id": "string",
"name": "string",
"description": "string",
"typeValue": "string"
}
string
id
Optional
The id of the firewall group.
string
name
Required
The name of the firewall group.
string
description
Optional
The description of the firewall group
string
typeValue
Optional
Defines the type of Firewall Group which determines what can be members of this group such as IP Addresses, Org vDC networks, or VMs based on dynamic criteria. Below are valid values.
IP_SET
should be used when using particular IP Addresses of VMs, Networks, etc.STATIC_MEMBERS
should be used when specifying exact members such as a particular Org vDC Network.VM_CRITERIA
should be used when specifying some dynamic criteria that matches a VM member such as VM name or Operating System name. This type is valid only if the firewall group is scoped to a vDC Group.