DvpgProperty

DvpgProperty
DvpgProperty

A set of properties which can be managed on a DVPG

JSON Example
{
    "dvpgMoref": "string",
    "vlanId": 0,
    "promiscuousMode": false,
    "forgedTransmit": false,
    "dvSwitch": {
        "backingRef": {
            "id": "string",
            "name": "string"
        },
        "virtualCenter": {
            "name": "string",
            "id": "string"
        }
    }
}
string
dvpgMoref
Optional

The VC Moref of the DVPG

integer
vlanId
Optional

VLAN Id for the DVPG

boolean
promiscuousMode
Optional

Whether promiscuous mode is currently enabled

boolean
forgedTransmit
Optional

Whether forged transmit is currently enabled

dvSwitch
Optional

Distributed virtual switch.

Availability
Added in 34.0
Property Of