|
VMware vSphere Automation SDK Perl
The VMware vSphere Automation SDK for Perl supports the client-side vSphere Automation API for access to vSphere services and capabilities
|
Avaliable Methods | |
| public method | new () |
The Com::Vmware::Vapi::Std::Errors::UnexpectedInput error indicates that the request contained a parameter or field whose name is not known by the server.
Every method expects parameters with known names. Some of those parameters may be (or contain) classes , and the method expects those classes to contain fields with known names. If the method receives parameters or fields* with names that is does not expect, this error may be reported.
This error can be reported by the API infrastructure for any method , but it is specific to the API infrastructure, and should never be reported by the implementation of any method .
Examples:
| public method Com::Vmware::Vapi::Std::Errors::UnexpectedInput::new | ( | ) |
Constructor to initialize the Com::Vmware::Vapi::Std::Errors::UnexpectedInput structure
| Blessed | object |
Code: