InlineFirewallSection1

InlineFirewallSection1
InlineFirewallSection1
JSON Example
{
    "enforced_on": "string",
    "locked": false,
    "lock_modified_by": "string",
    "lock_modified_time": 0,
    "comments": "string",
    "autoplumbed": false
}
string
enforced_on
Optional

This attribute represents enforcement point of firewall section. For example, firewall section enforced on logical port with attachment type bridge endpoint will have 'BRIDGEENDPOINT' value, firewall section enforced on logical router will have 'LOGICALROUTER' value and rest have 'VIF' value.

boolean
locked
Optional

Section is locked/unlocked.

string
lock_modified_by
Optional

ID of the user who last modified the lock for the section.

integer As int64 As int64
lock_modified_time
Optional

Section locked/unlocked time in epoch milliseconds.

string
comments
Optional

Comments for section lock/unlock.

boolean
autoplumbed
Optional

This flag indicates whether it is an auto-plumbed section that is associated to a LogicalRouter. Auto-plumbed sections are system owned and cannot be updated via the API.