InlineFirewallGroupSummary2

InlineFirewallGroupSummary2
InlineFirewallGroupSummary2
JSON Example
{
    "id": "string",
    "name": "string",
    "description": "string",
    "type": {},
    "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

type
Optional

Defines the type of Firewall Group. These groups can be used in Firewall Rules to define rules that are scoped to the IP Addresses/Members defined in a Firewall Group.

  • IP_SET should be used when using particular IP Addresses of VMs, Networks, etc.
  • SECURITY_GROUP should be used when specifying exact members such as a particular Org vDC Network.
The default is IP_SET. This enum is deprecated. For the accurate list of types, see the field "typeValue" on FirewallGroupSummary.
Possible values are : IP_SET, SECURITY_GROUP,
string
typeValue
Optional

Defines the type of Firewall Group which determines what can be members of this group such as IP Addresses, MAC 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.
  • MAC_SET should be used when using particular MAC Addresses of NICs, 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.
The default is IP_SET.