NicSettingMismatch
NicSettingMismatch
The number of network adapter settings in the customization specification does not match the number of network adapters present in the virtual machine.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
],
"numberOfNicsInSpec": 0,
"numberOfNicsInVM": 0
}
integer As int32 As int32
numberOfNicsInSpec
Required
The number of network adapter settings specified in the customization specification.
integer As int32 As int32
numberOfNicsInVM
Required
The number of network adapters present in the virtual machine.