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 flag to indicate whether or not all traffic is seen on the port.

macChanges
Optional

The flag to indicate whether or not the Media Access Control (MAC) address can be changed.

forgedTransmits
Optional

The flag to indicate whether or not the virtual network adapter should be allowed to send network traffic with a different MAC address than that of the virtual network adapter.