VsanIscsiVipDVswitchConfig

VsanIscsiVipDVswitchConfig
VsanIscsiVipDVswitchConfig

Define virtual IP (VIP) DvSwitch configurations.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "portGroup": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "dvsUuid": "string"
}
portGroup
Optional

The port group moref for distributed vSwitch on which the virtual IP vmkernal adapter is created on.

It should be set for enabling virtual IP. If the port group is removed after enablement, then it will be unset in the virtual IP query result.

string
dvsUuid
Optional

The dvs uuid for distributed vSwitch on which the virtual IP vmkernal adapter is created on.

Leave it unset for enabling virtual IP. It will be set for querying virtual IP configurations.