NSXIPSet
Properties
string
entity_id
Optional
Entity ID that can be references in detail API calls
string
name
Optional
Name of the object
string
vendor
Optional
Not available
string
vendor_id
Optional
Not available
JSON Example
{
"direct_destination_rules": [
{
"firewall": {
"entity_id": "string",
"entity_type": "enum"
},
"rule_set_type": "string",
"rules": [
{
"entity_id": "string",
"entity_type": "enum"
}
]
}
],
"direct_source_rules": [
{
"firewall": {
"entity_id": "string",
"entity_type": "enum"
},
"rule_set_type": "string",
"rules": [
{
"entity_id": "string",
"entity_type": "enum"
}
]
}
],
"entity_id": "1000:104:12213212",
"entity_type": "enum",
"indirect_destination_rules": [
{
"firewall": {
"entity_id": "string",
"entity_type": "enum"
},
"rule_set_type": "string",
"rules": [
{
"entity_id": "string",
"entity_type": "enum"
}
]
}
],
"indirect_source_rules": [
{
"firewall": {
"entity_id": "string",
"entity_type": "enum"
},
"rule_set_type": "string",
"rules": [
{
"entity_id": "string",
"entity_type": "enum"
}
]
}
],
"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"
}
],
"name": "My Name",
"nsx_managers": [
{
"entity_id": "string",
"entity_type": "enum"
}
],
"parent_security_groups": [
{
"entity_id": "string",
"entity_type": "enum"
}
],
"scope": "enum",
"vendor": "string",
"vendor_id": "string"
}