DVSSecurityPolicy

DVSSecurityPolicy
DVSSecurityPolicy

This data object type describes security policy governing ports.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "inherited": false,
    "allowPromiscuous": {
        "_typeName": "string",
        "inherited": false,
        "value": false
    },
    "macChanges": {
        "_typeName": "string",
        "inherited": false,
        "value": false
    },
    "forgedTransmits": {
        "_typeName": "string",
        "inherited": false,
        "value": false
    }
}
allowPromiscuous
Optional

The boolean type of setting or configuration that may get an inherited value.

macChanges
Optional

The boolean type of setting or configuration that may get an inherited value.

forgedTransmits
Optional

The boolean type of setting or configuration that may get an inherited value.