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

InlineBaseIPSet1

Properties

array of RuleSet
direct_destination_rules Optional

array of RuleSet
direct_source_rules Optional

array of RuleSet
indirect_destination_rules Optional

array of RuleSet
indirect_source_rules Optional

array of IpV4Address
ip_addresses Optional

array of IpNumericRange
ip_numeric_ranges Optional

array of IpAddressRange
ip_ranges Optional

array of Reference
parent_security_groups Optional

string
vendor Optional

string
vendor_id Optional

JSON Example

{
	"direct_destination_rules": [
		{
			"firewall": {
				"entity_id": "string",
				"entity_type": "VirtualMachine"
			},
			"rule_set_type": "NSX_STANDARD",
			"rules": [
				{
					"entity_id": "string",
					"entity_type": "VirtualMachine"
				}
			]
		}
	],
	"direct_source_rules": [
		{
			"firewall": {
				"entity_id": "string",
				"entity_type": "VirtualMachine"
			},
			"rule_set_type": "NSX_STANDARD",
			"rules": [
				{
					"entity_id": "string",
					"entity_type": "VirtualMachine"
				}
			]
		}
	],
	"indirect_destination_rules": [
		{
			"firewall": {
				"entity_id": "string",
				"entity_type": "VirtualMachine"
			},
			"rule_set_type": "NSX_STANDARD",
			"rules": [
				{
					"entity_id": "string",
					"entity_type": "VirtualMachine"
				}
			]
		}
	],
	"indirect_source_rules": [
		{
			"firewall": {
				"entity_id": "string",
				"entity_type": "VirtualMachine"
			},
			"rule_set_type": "NSX_STANDARD",
			"rules": [
				{
					"entity_id": "string",
					"entity_type": "VirtualMachine"
				}
			]
		}
	],
	"ip_addresses": [
		{
			"ip_address": "string",
			"netmask": "string",
			"network_address": "string"
		}
	],
	"ip_numeric_ranges": [
		{
			"end": 0,
			"start": 0
		}
	],
	"ip_ranges": [
		{
			"end_ip": "string",
			"start_ip": "string"
		}
	],
	"parent_security_groups": [
		{
			"entity_id": "string",
			"entity_type": "VirtualMachine"
		}
	],
	"vendor": "string",
	"vendor_id": "string"
}
[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Used By

BaseIPSet

Feedback

Was this page helpful?