VMwareDVSPvlanConfigSpec

VMwareDVSPvlanConfigSpec
VMwareDVSPvlanConfigSpec

This class defines the configuration of a PVLAN map entry

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "pvlanEntry": {
        "_typeName": "string",
        "primaryVlanId": 0,
        "secondaryVlanId": 0,
        "pvlanType": "string"
    },
    "operation": "string"
}
pvlanEntry
Required

The class represents a PVLAN id.

string
operation
Required

Operation type.

See ConfigSpecOperationEnum for valid values, except for the "edit" value, which is not supported.