DVSMacManagementPolicy
DVSMacManagementPolicy
This data object type describes MAC management policy of a port.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"inherited": false,
"allowPromiscuous": false,
"macChanges": false,
"forgedTransmits": false,
"macLearningPolicy": {
"_typeName": "string",
"inherited": false,
"enabled": false,
"allowUnicastFlooding": false,
"limit": 0,
"limitPolicy": "string"
}
}
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.
macLearningPolicy
Optional
This data object type describes MAC learning policy of a port.