VsanIscsiVipConfigSpec
Define virtual IP (VIP) specification.
This structure may be used only with operations rendered under /vsan
.
{
"_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"
}
}
Whether virtual IP (VIP) is enabled or not, disabled if it is not specified.
IPv4 network configurations for Virtual IP.
If provided, Virtual IP will use IPv4 network. At least one of v4NetworkConfig and v6NetworkConfig should be provided for Virtual IP enablement.
IPv6 network configurations for Virtual IP.
If provided, Virtual IP will use IPv6 network. At least one of v4NetworkConfig and v6NetworkConfig should be provided for Virtual IP enablement.
The standard vSwitch configuration for Virtual IP vmkernal adapter.
You can specify this property only if you do no specify distributedSwitchConfig.
The distributed vSwitch configuration for Virtual IP vmkernal adapter.
You can specify this property only if you do no specify vswitchConfig.