HostVMotionConfig
HostVMotionConfig
This data object configuring VMotion on the host.
The runtime information is available from the VMotionInfo data object type.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"vmotionNicKey": "string",
"enabled": false
}
string
vmotionNicKey
Optional
Key of the VirtualNic used for VMotion.
boolean
enabled
Required
Flag to indicate whether or not VMotion is enabled.