- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Guys,
I had the same problem and solve it. You should check the missing compulsory field objects within your class. For example, I have:
VirtualMachineCloneSpec cloneSpec = new VirtualMachineCloneSpec(); ...
|
If you miss the mapping, you'll finish with that error. Moreover, if you miss the compulsory IP field, the error will sill appears.
CustomizationIPSettings ip = new CustomizationIPSettings();
|