|
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 | get_security_context () |
| public method | register_error_types () |
| public method | new () |
| public method | get_error_types () |
| public method | set_security_context () |
This is a helper class for creating stub configurations.
| public method Com::Vmware::Vapi::Bindings::StubConfiguration::get_error_types | ( | ) |
Sets the security context that will be used in the stub
| None |
| registered_error_types |
Code:
click to view
|
| public method Com::Vmware::Vapi::Bindings::StubConfiguration::get_security_context | ( | ) |
Get the security context used in the stub
| None |
| SecurityContext |
Code:
click to view
|
| public method Com::Vmware::Vapi::Bindings::StubConfiguration::new | ( | ) |
Constructor
| None |
| Blessed object |
Code:
click to view
|
| public method Com::Vmware::Vapi::Bindings::StubConfiguration::register_error_types | ( | ) |
Registers a list of ErrorType to be used by the configured stub for resolving VMODL2 errors received as result of a method invocation. The types for all standard VMODL2 errors are registered and resolvable by default. This method is useful for registration of additional types for custom errors.
| registered_error_types | - Errors types to register |
| None |
Code:
click to view
|
| public method Com::Vmware::Vapi::Bindings::StubConfiguration::set_security_context | ( | ) |
Sets the security context that will be used in the stub
| security_context | - Com::Vmware::Vapi::Core::SecurityContext object |
| None |
Code:
click to view
|