DVPortgroupPolicy

DVPortgroupPolicy
DVPortgroupPolicy

The DistributedVirtualPortgroup policies.

This field is not applicable when queried directly against an ESX host.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "blockOverrideAllowed": false,
    "shapingOverrideAllowed": false,
    "vendorConfigOverrideAllowed": false,
    "livePortMovingAllowed": false,
    "portConfigResetAtDisconnect": false,
    "networkResourcePoolOverrideAllowed": false,
    "trafficFilterOverrideAllowed": false
}
boolean
blockOverrideAllowed
Required

Allow the blocked setting of an individual port to override the setting in defaultPortConfig of a portgroup.

boolean
shapingOverrideAllowed
Required

Allow the inShapingPolicy or outShapingPolicy settings of an individual port to override the setting in defaultPortConfig of a portgroup.

boolean
vendorConfigOverrideAllowed
Required

Allow the vendorSpecificConfig setting of an individual port to override the setting in defaultPortConfig of a portgroup.

boolean
livePortMovingAllowed
Required

Allow a live port to be moved in and out of the portgroup.

boolean
portConfigResetAtDisconnect
Required

If true, reset the port network setting back to the portgroup setting (thus removing the per-port setting) when the port is disconnected from the connectee.

boolean
networkResourcePoolOverrideAllowed
Optional

Allow the setting of networkResourcePoolKey of an individual port to override the setting in defaultPortConfig of a portgroup.

boolean
trafficFilterOverrideAllowed
Optional

Allow the setting of filterPolicy, for an individual port to override the setting in defaultPortConfig of a portgroup.