NsxRule
A rule specifies the security policy rule between the workload groups
A rule indicates the action to be performed for various types of traffic flowing between workload groups.
AllOf
JSON Example
{
"_self": {},
"_links": [
{
"href": "string",
"action": "string",
"rel": "string"
}
],
"_schema": "string",
"_revision": 0,
"resource_type": "string",
"_create_user": "string",
"_create_time": 0,
"_last_modified_user": "string",
"_last_modified_time": 0,
"_system_owned": false,
"_protection": "string",
"id": "string",
"display_name": "string",
"description": "string",
"tags": [
{
"scope": "string",
"tag": "string"
}
],
"origin_site_id": "string",
"owner_id": "string",
"parent_path": "string",
"path": "string",
"realization_id": "string",
"relative_path": "string",
"remote_path": "string",
"unique_id": "string",
"children": [
{
"_self": {},
"_links": [
{
"href": "string",
"action": "string",
"rel": "string"
}
],
"_schema": "string",
"_revision": 0,
"resource_type": "string",
"_create_user": "string",
"_create_time": 0,
"_last_modified_user": "string",
"_last_modified_time": 0,
"_system_owned": false,
"_protection": "string",
"id": "string",
"display_name": "string",
"description": "string",
"tags": [
{
"scope": "string",
"tag": "string"
}
]
}
],
"marked_for_delete": false,
"overridden": false,
"destination_groups": [
"string"
],
"destinations_excluded": false,
"direction": "string",
"disabled": false,
"ip_protocol": "string",
"is_default": false,
"logged": false,
"notes": "string",
"profiles": [
"string"
],
"rule_id": 0,
"scope": [
"string"
],
"sequence_number": 0,
"service_entries": [
"string"
],
"services": [
"string"
],
"source_groups": [
"string"
],
"sources_excluded": false,
"tag": "string",
"action": "string"
}