[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api

InlineBaseFirewallRule1

Properties

action Optional

Possible values are: ALLOWACCEPTDENYDROPREJECTREDIRECTDO_NOT_REDIRECT


boolean
destination_any Optional

boolean
destination_inversion Optional

array of Reference
destinations Optional

boolean
disabled Optional

array of PortRange
port_ranges Optional

string
rule_id Optional

string
section_id Optional

string
section_name Optional

integer
sequence_number Optional

boolean
service_any Optional

array of Reference
services Optional

boolean
source_any Optional

boolean
source_inversion Optional

array of Reference
sources Optional

JSON Example

{
	"action": "ALLOW",
	"destination_any": false,
	"destination_inversion": false,
	"destinations": [
		{
			"entity_id": "string",
			"entity_type": "VirtualMachine"
		}
	],
	"disabled": false,
	"port_ranges": [
		{
			"display": "string",
			"end": 0,
			"iana_name": "string",
			"iana_port_display": "string",
			"start": 0
		}
	],
	"rule_id": "string",
	"section_id": "string",
	"section_name": "string",
	"sequence_number": 0,
	"service_any": false,
	"services": [
		{
			"entity_id": "string",
			"entity_type": "VirtualMachine"
		}
	],
	"source_any": false,
	"source_inversion": false,
	"sources": [
		{
			"entity_id": "string",
			"entity_type": "VirtualMachine"
		}
	]
}
[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Used By

BaseFirewallRule

Feedback

Was this page helpful?