VsanVssMigrateVdsRequestType
VsanVssMigrateVdsRequestType
The parameters of VsanVssMigrateVds.
This structure may be used only with operations rendered under /vsan
.
JSON Example
{
"cluster": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"hosts": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
],
"vds": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"vswitchName": "string",
"vmnicDevices": [
"string"
],
"infraVm": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
]
}
cluster
Optional
Hosts of this cluster will be migrated from the specified VDS to the new VSS.
vds
Required
The VDS which the hosts in the cluster are connected to.
string
vswitchName
Optional
Name of the new VSS to be migrated to.
array of
string
vmnicDevices
Optional
Physical NICs that are currently unused to be attached to the new VSS.
array of
MoRefVirtualMachine
infraVm
Optional
Infrastructure VMs that will be handled specially during migration.