VsanIscsiVipConfig

VsanIscsiVipConfig
VsanIscsiVipConfig

Specifies the config for Virtual IP.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "enabled": false,
    "v4NetworkConfig": {
        "_typeName": "string",
        "ipAddress": "string",
        "subnet": "string",
        "gateway": "string"
    },
    "v6NetworkConfig": {
        "_typeName": "string",
        "ipAddress": "string",
        "subnet": "string",
        "gateway": "string"
    },
    "vswitchConfig": {
        "_typeName": "string",
        "vswitchName": "string",
        "vlanId": 0
    },
    "distributedSwitchConfig": {
        "_typeName": "string",
        "portGroup": {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        },
        "dvsUuid": "string"
    },
    "vmknicName": "string",
    "owner": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "ownerHostUuid": "string"
}
string
vmknicName
Optional

The name of vmkernel adapter that is used by virtual IP.

owner
Optional

The host with Virtual IP assigned to its vmknic by vSAN iSCSI service.

string
ownerHostUuid
Optional

The uuid of host which currently holds this Virtual IP.