HostNetworkSecurityPolicy

HostNetworkSecurityPolicy
HostNetworkSecurityPolicy

This data object type describes security policy governing ports.

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

The flag to indicate whether or not all traffic is seen on the port.

boolean
macChanges
Optional

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

boolean
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.